@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap);.profit-analyzer-modern{--pa-body-bg:#f8f8fb;--pa-surface:#fff;--pa-surface-muted:#f8fafc;--pa-border:#e2e8f0;--pa-border-strong:#cbd5e1;--pa-card-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--pa-text:#0f172a;--pa-text-muted:#64748b;--pa-heading:#0f172a;--pa-heading-subtle:#0f172a;--pa-outline-bg:transparent;--pa-outline-border:#e2e8f0;--pa-outline-text:#64748b;--pa-outline-hover-bg:#f8fafc;--pa-outline-hover-border:#cbd5e1;--pa-outline-hover-text:#475569;--pa-input-bg:#fff;--pa-input-border:#e2e8f0;--pa-input-focus-border:#3b82f6;--pa-input-focus-ring:rgba(59,130,246,0.1);--pa-table-bg:#fff;--pa-table-head-bg:linear-gradient(135deg,#f8fafc,#f1f5f9);--pa-table-head-text:#0f172a;--pa-table-row-hover:#f8fafc;--pa-table-row-alt:#fafbfc;--pa-table-cell-border:#f1f5f9;--pa-tooltip-bg:linear-gradient(135deg,#fff,#f8fafc);--pa-tooltip-border:#e2e8f0;--pa-tooltip-text:#374151;--pa-tooltip-header-bg:linear-gradient(135deg,#f8fafc,#f1f5f9);--pa-tooltip-header-border:#e2e8f0;--pa-tooltip-header-text:#1f2937;--pa-pagination-bg:#f8fafc;--pa-pagination-text:#64748b;--pa-pagination-border:#e2e8f0;--pa-pagination-disabled:#cbd5e1;--pa-pagination-arrow-bg:#f1f5f9;--pa-pagination-arrow-text:#475569;--pa-collapse-bg:#fff;--pa-info-icon:#3b82f6;--pa-info-icon-hover:#2563eb;--pa-radius-lg:12px;--pa-radius-md:8px;--pa-radius-sm:6px;--pa-transition:0.2s ease;--pa-primary:#556ee6;--pa-primary-hover:#4c5fd8;--pa-success:#10b981;--pa-success-hover:#059669;--pa-danger:#ef4444;--pa-danger-hover:#dc2626;--pa-positive:#10b981;--pa-negative:#ef4444;--pa-neutral:#6b7280;--pa-pagination-active-bg:#556ee6;--pa-pagination-active-text:#fff;--pa-pagination-shadow:0 2px 4px rgba(85,110,230,0.2);font-family:"Poppins",sans-serif;background-color:var(--pa-body-bg);color:var(--pa-text);min-height:100vh}.dark .profit-analyzer-modern{--pa-body-bg:#0f172a;--pa-surface:#1e293b;--pa-surface-muted:#1f2937;--pa-border:#334155;--pa-border-strong:#475569;--pa-card-shadow:0 1px 3px rgba(0,0,0,0.3);--pa-text:#f1f5f9;--pa-text-muted:#94a3b8;--pa-heading:#f1f5f9;--pa-heading-subtle:#f1f5f9;--pa-outline-bg:#1f2937;--pa-outline-border:#4b5563;--pa-outline-text:#cbd5e1;--pa-outline-hover-bg:#374151;--pa-outline-hover-border:#6b7280;--pa-outline-hover-text:#f1f5f9;--pa-input-bg:#1f2937;--pa-input-border:#4b5563;--pa-input-focus-ring:rgba(59,130,246,0.35);--pa-table-bg:#0f172a;--pa-table-head-bg:#1e293b;--pa-table-head-text:#f1f5f9;--pa-table-row-hover:rgba(51,65,85,0.5);--pa-table-row-alt:transparent;--pa-table-cell-border:rgba(148,163,184,0.15);--pa-tooltip-bg:linear-gradient(135deg,#1e293b,#334155);--pa-tooltip-border:#475569;--pa-tooltip-text:#e2e8f0;--pa-tooltip-header-bg:linear-gradient(135deg,#334155,#475569);--pa-tooltip-header-border:#64748b;--pa-tooltip-header-text:#f1f5f9;--pa-pagination-bg:#1f2937;--pa-pagination-text:#f1f5f9;--pa-pagination-border:#4b5563;--pa-pagination-disabled:#6b7280;--pa-pagination-arrow-bg:#1f2937;--pa-pagination-arrow-text:#f1f5f9;--pa-collapse-bg:#1f2937;--pa-info-icon:#9ca3af;--pa-info-icon-hover:#d1d5db;--pa-pagination-shadow:none}.profit-analyzer-modern .page-title-box{background-color:var(--pa-surface);border-radius:var(--pa-radius-lg);padding:24px 32px;margin-bottom:24px;box-shadow:var(--pa-card-shadow);border:1px solid var(--pa-border)}.profit-analyzer-modern .page-title-box h4{color:var(--pa-heading);font-weight:600;margin-bottom:4px;text-transform:none!important}.profit-analyzer-modern .page-title-box .font-weight-bold{color:var(--pa-text-muted);font-weight:500}.profit-analyzer-modern h1,.profit-analyzer-modern h2,.profit-analyzer-modern h3,.profit-analyzer-modern h4,.profit-analyzer-modern h5,.profit-analyzer-modern h6{color:var(--pa-heading)}.btn-modern-primary{background-color:var(--pa-primary);border:1px solid var(--pa-primary);color:#fff;padding:8px 16px;border-radius:var(--pa-radius-sm);font-weight:500;font-size:14px;display:inline-flex;align-items:center;grid-gap:6px;gap:6px;transition:transform var(--pa-transition),box-shadow var(--pa-transition),background-color var(--pa-transition);box-shadow:0 1px 2px rgba(85,110,230,.1)}.btn-modern-primary:hover{background-color:var(--pa-primary-hover);border-color:var(--pa-primary-hover);transform:translateY(-1px);box-shadow:0 4px 8px rgba(85,110,230,.2)}.btn-modern-outline{background-color:var(--pa-outline-bg);border:1px solid var(--pa-outline-border);color:var(--pa-outline-text);padding:8px 16px;border-radius:var(--pa-radius-md);font-weight:500;font-size:14px;display:inline-flex;align-items:center;grid-gap:6px;gap:6px;transition:background-color var(--pa-transition),color var(--pa-transition),border-color var(--pa-transition),transform var(--pa-transition)}.btn-modern-outline:hover{background-color:var(--pa-outline-hover-bg);border-color:var(--pa-outline-hover-border);color:var(--pa-outline-hover-text);transform:translateY(-1px)}.fee-settings-btn{background-color:var(--pa-primary)!important;border-color:var(--pa-primary)!important;color:#fff!important;box-shadow:0 6px 18px rgba(85,110,230,.25);display:inline-flex;align-items:center;justify-content:center;grid-gap:6px;gap:6px}.fee-settings-btn:active,.fee-settings-btn:focus,.fee-settings-btn:hover{background-color:var(--pa-primary-hover)!important;border-color:var(--pa-primary-hover)!important;color:#fff!important;box-shadow:0 8px 24px rgba(85,110,230,.3)}.profit-analyzer-modern .card,.profit-analyzer-modern .card-body,.profit-analyzer-modern .filter-section,.profit-analyzer-modern .pagination-container,.profit-analyzer-modern .results-card-modern,.profit-analyzer-modern .table-responsive{background-color:var(--pa-surface);border-radius:var(--pa-radius-lg);border:1px solid var(--pa-border);box-shadow:var(--pa-card-shadow)}.profit-analyzer-modern .filter-section{padding:24px;margin-bottom:24px}.pa-filters-toolbar{display:flex;align-items:center;justify-content:space-between;grid-gap:16px;gap:16px;flex-wrap:wrap}.pa-filters-title{display:flex;align-items:center;min-height:40px}.pa-filters-actions{display:flex;align-items:center;flex-wrap:wrap;grid-gap:12px;gap:12px}.pa-filters-actions .btn{min-height:40px;padding:0 20px;display:inline-flex;border-radius:var(--pa-radius-sm);grid-gap:6px;gap:6px}.pa-filters-actions .btn,.pa-toolbar-btn{align-items:center;justify-content:center}.pa-toolbar-btn{display:inline-flex!important;grid-gap:8px;gap:8px}.pa-filters-selector .select2-selection__control{min-height:40px!important;height:40px;display:flex;align-items:center}.pa-filters-selector .select2-selection__value-container{padding:0 12px!important}.pa-filters-selector{min-width:150px;margin-bottom:0!important}.profit-analyzer-modern .filter-section .page-title-box{background:transparent;border:none;box-shadow:none;margin-bottom:24px;padding:0 0 16px}.profit-analyzer-modern .filter-section .page-title-box h5{font-size:20px;font-weight:600;color:var(--pa-heading);margin:0}.profit-analyzer-modern .filter-section .page-title-right{flex:1 1;display:flex;justify-content:flex-end;align-items:center;grid-gap:12px;gap:12px}.profit-analyzer-modern .filter-section .page-title-right .btn{padding:10px 20px;border-radius:var(--pa-radius-sm);font-weight:500;font-size:14px;transition:background-color var(--pa-transition),color var(--pa-transition),border-color var(--pa-transition),transform var(--pa-transition);min-width:120px}.profit-analyzer-modern .filter-section .page-title-right .btn-primary{background-color:var(--pa-primary);border-color:var(--pa-primary);color:#fff}.profit-analyzer-modern .filter-section .page-title-right .btn-primary:hover{background-color:var(--pa-primary-hover);border-color:var(--pa-primary-hover);transform:translateY(-1px)}.profit-analyzer-modern .filter-section .page-title-right .btn-success{background-color:var(--pa-success);border-color:var(--pa-success);color:#fff}.profit-analyzer-modern .filter-section .page-title-right .btn-success:hover{background-color:var(--pa-success-hover);border-color:var(--pa-success-hover);transform:translateY(-1px)}.profit-analyzer-modern .filter-section .page-title-right .btn-danger{background-color:var(--pa-danger);border-color:var(--pa-danger);color:#fff}.profit-analyzer-modern .filter-section .page-title-right .btn-danger:hover{background-color:var(--pa-danger-hover);border-color:var(--pa-danger-hover);transform:translateY(-1px)}.profit-analyzer-modern .filter-section .Collapseable h6,.profit-analyzer-modern .filter-section .DropDownSection h6{font-weight:600;color:var(--pa-heading-subtle);margin-bottom:16px;display:flex;align-items:center;min-height:32px}.profit-analyzer-modern .filter-section .Collapseable span,.profit-analyzer-modern .filter-section .DropDownSection span{color:var(--pa-text-muted);font-weight:500}.profit-analyzer-modern .filter-section .DropDownSection{display:flex;flex-direction:column;min-width:280px;max-width:340px;grid-gap:12px;gap:12px}.profit-analyzer-modern .filter-section .DropDownSection .FormGroup,.profit-analyzer-modern .filter-section .DropDownSection .select2-container{margin-bottom:0}.profit-analyzer-modern .filter-section .DropDownSection .bx-info-circle{color:var(--pa-info-icon);font-size:16px;margin-left:6px;cursor:help;transition:color var(--pa-transition)}.profit-analyzer-modern .filter-section .DropDownSection .bx-info-circle:hover{color:var(--pa-info-icon-hover)}.profit-analyzer-modern .filter-section .card-layout .CardBody .row{display:flex;align-items:flex-start;grid-gap:24px;gap:24px;margin:0;flex-wrap:wrap}.profit-analyzer-modern .filter-section .card-layout .CardBody .row>div{flex:0 0 auto;min-width:280px;max-width:340px}.profit-analyzer-modern .store-selector,.select-modern{min-width:131px}.profit-analyzer-modern .store-selector .form-control,.profit-analyzer-modern input,.profit-analyzer-modern select,.profit-analyzer-modern textarea,.select-modern .form-control{border:1px solid var(--pa-input-border);border-radius:var(--pa-radius-md);padding:8px 12px;font-size:14px;background-color:var(--pa-input-bg);color:var(--pa-text);transition:border-color var(--pa-transition),box-shadow var(--pa-transition),background-color var(--pa-transition)}.profit-analyzer-modern .store-selector .form-control:focus,.profit-analyzer-modern input:focus,.profit-analyzer-modern select:focus,.profit-analyzer-modern textarea:focus,.select-modern .form-control:focus{border-color:var(--pa-input-focus-border);box-shadow:0 0 0 3px var(--pa-input-focus-ring);outline:none}.profit-analyzer-modern .filter-section .select2-selection__control{border:1px solid var(--pa-input-border);border-radius:var(--pa-radius-md);background-color:var(--pa-input-bg);min-height:40px;transition:border-color var(--pa-transition),background-color var(--pa-transition)}.profit-analyzer-modern .filter-section .select2-selection__control--is-focused,.profit-analyzer-modern .filter-section .select2-selection__control:hover{border-color:var(--pa-border-strong);box-shadow:0 0 0 3px var(--pa-input-focus-ring)}.profit-analyzer-modern .filter-section .select2-selection__placeholder,.profit-analyzer-modern .filter-section .select2-selection__single-value{color:var(--pa-text-muted)}.profit-analyzer-modern .custom-control-label{font-size:14px;font-weight:500;color:var(--pa-text);display:flex;align-items:center;min-height:24px}.profit-analyzer-modern .custom-control-input{width:18px;height:18px;margin-right:8px;accent-color:var(--pa-primary)}.profit-analyzer-modern .modern-alert{border-radius:var(--pa-radius-md);padding:12px 16px;margin-bottom:24px;display:flex;align-items:center;grid-gap:8px;gap:8px;border:1px solid var(--pa-border);background-color:var(--pa-surface-muted)}.profit-analyzer-modern .alert-text-modern{font-size:14px;color:var(--pa-danger)}.profit-analyzer-modern .table-responsive{border-radius:var(--pa-radius-lg);overflow:hidden}.profit-analyzer-modern .table{margin-bottom:0;border-collapse:initial;border-spacing:0;background:var(--pa-table-bg)}.profit-analyzer-modern .table thead th{background:var(--pa-table-head-bg);color:var(--pa-table-head-text);font-weight:600;font-size:14px;padding:16px 12px;text-transform:none;letter-spacing:.025em;position:sticky;top:0;z-index:10;border-bottom:2px solid var(--pa-border)}.pa-table-head{vertical-align:middle;white-space:nowrap}.pa-table-head__content{display:flex;align-items:center;grid-gap:8px;gap:8px}.pa-table-head__title{font-size:14px;font-weight:600}.pa-table-head__icon-group{display:inline-flex;align-items:center;grid-gap:4px;gap:4px}.pa-table-head__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--pa-radius-sm);border:1px solid transparent;background-color:initial;color:var(--pa-info-icon);padding:0;transition:color var(--pa-transition),border-color var(--pa-transition),background-color var(--pa-transition)}.pa-table-head__icon-btn:focus,.pa-table-head__icon-btn:hover{color:var(--pa-info-icon-hover);border-color:var(--pa-border);background-color:rgba(85,110,230,.08)}.pa-table-head__sort-btn{flex-direction:column;grid-gap:2px;gap:2px}.pa-table-head__sort-placeholder{display:flex;flex-direction:column;align-items:center;line-height:1}.pa-supplier-link{display:inline-flex;align-items:center;grid-gap:8px;gap:8px}.pa-supplier-link__logo{width:30px;height:30px;object-fit:contain;border-radius:50%}.profit-analyzer-modern .table tbody tr{transition:transform var(--pa-transition),box-shadow var(--pa-transition),background-color var(--pa-transition);border-bottom:1px solid var(--pa-table-cell-border)}.profit-analyzer-modern .table tbody tr:hover{background-color:var(--pa-table-row-hover);transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.05)}.profit-analyzer-modern .table tbody tr:nth-child(2n){background-color:var(--pa-table-row-alt)}.profit-analyzer-modern .table tbody td{padding:14px 12px;vertical-align:middle;color:var(--pa-text);font-size:14px;border-bottom:1px solid var(--pa-table-cell-border);min-width:120px}.profit-analyzer-modern .table tbody td .d-flex{align-items:center;grid-gap:8px;gap:8px}.profit-analyzer-modern .table tbody td .badge{font-size:12px;font-weight:500;padding:4px 8px;border-radius:var(--pa-radius-sm)}.profit-analyzer-modern .table tbody td .btn{padding:6px 12px;font-size:12px;border-radius:var(--pa-radius-sm);font-weight:500;transition:transform var(--pa-transition)}.profit-analyzer-modern .table tbody td .btn:hover{transform:translateY(-1px)}.profit-analyzer-modern .table tbody td .custom-checkbox{margin:0}.profit-analyzer-modern .table tbody td .custom-control-input{width:16px;height:16px}.profit-analyzer-modern .table tbody td .currency-display,.profit-analyzer-modern .table tbody td .rate-display{font-weight:500;color:var(--pa-text)}.profit-analyzer-modern .pagination-modern{display:flex;list-style:none;padding:4px;margin:0;grid-gap:4px;gap:4px;border-radius:var(--pa-radius-md);background:var(--pa-pagination-bg)}.profit-analyzer-modern .pagination-modern .pagination-btn-modern{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border:1px solid transparent;border-radius:var(--pa-radius-sm);background:transparent;color:var(--pa-pagination-text);font-weight:500;font-size:14px;cursor:pointer;transition:background-color var(--pa-transition),color var(--pa-transition),transform var(--pa-transition),box-shadow var(--pa-transition);text-decoration:none}.profit-analyzer-modern .pagination-modern .pagination-btn-modern:hover{background:var(--pa-primary);color:#fff;transform:translateY(-1px);box-shadow:var(--pa-pagination-shadow)}.profit-analyzer-modern .pagination-modern .page-item.active .pagination-btn-modern{background:var(--pa-pagination-active-bg);color:var(--pa-pagination-active-text);box-shadow:var(--pa-pagination-shadow)}.profit-analyzer-modern .pagination-modern .page-item.disabled .pagination-btn-modern{background:transparent;color:var(--pa-pagination-disabled);cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.profit-analyzer-modern .pagination-modern .pagination-btn-modern.pagination-arrow{background:var(--pa-pagination-arrow-bg);color:var(--pa-pagination-arrow-text);border:1px solid var(--pa-pagination-border);min-width:36px;height:36px}.profit-analyzer-modern .pagination-modern .pagination-btn-modern.pagination-arrow:hover{background:var(--pa-border-strong);color:#fff}.profit-analyzer-modern .pagination-container{display:flex;align-items:center;justify-content:space-between;padding:16px 8px;grid-gap:16px;gap:16px}.profit-analyzer-modern .pagination-info{color:var(--pa-text-muted);font-size:14px}.profit-analyzer-modern .pagination-controls{display:flex;align-items:center;grid-gap:8px;gap:8px}.profit-analyzer-modern .pagination-btn-ecom{display:inline-flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;border-radius:var(--pa-radius-sm);font-size:14px;font-weight:500;transition:background-color var(--pa-transition),border-color var(--pa-transition),transform var(--pa-transition);min-width:32px;height:36px;padding:0 12px;border:1px solid var(--pa-border-strong);background-color:var(--pa-surface);color:var(--pa-text);cursor:pointer}.profit-analyzer-modern .pagination-btn-ecom:hover:not(:disabled){background-color:var(--pa-surface-muted);border-color:var(--pa-border);transform:translateY(-1px)}.profit-analyzer-modern .pagination-btn-ecom:disabled{opacity:.5;cursor:not-allowed;transform:none}.profit-analyzer-modern .pagination-btn-ecom.active{background-color:var(--pa-primary);border-color:var(--pa-primary);color:#fff}.profit-analyzer-modern .pagination-btn-ecom.active:hover{background-color:var(--pa-primary-hover);border-color:var(--pa-primary-hover)}.profit-analyzer-modern .pagination-dots{padding:0 8px;color:var(--pa-text-muted);font-size:14px}.profit-analyzer-modern .tooltip-inner{background:var(--pa-tooltip-bg);border:1px solid var(--pa-tooltip-border);border-radius:var(--pa-radius-lg);box-shadow:0 10px 25px rgba(0,0,0,.1),0 4px 10px rgba(0,0,0,.05);color:var(--pa-tooltip-text);font-size:13px;font-weight:500;padding:16px;max-width:320px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profit-analyzer-modern .tooltip.show .tooltip-arrow{display:none}.profit-analyzer-modern .tooltip-inner .tooltip-header{background:var(--pa-tooltip-header-bg);border-radius:var(--pa-radius-md);padding:8px 12px;margin-bottom:12px;border:1px solid var(--pa-tooltip-header-border)}.profit-analyzer-modern .tooltip-inner .tooltip-header h6{color:var(--pa-tooltip-header-text);font-weight:600;font-size:14px;margin:0}.profit-analyzer-modern .tooltip-inner .d-flex.font-size-12{background:transparent;border:none;border-radius:0;padding:0;margin:0;color:var(--pa-tooltip-text);font-size:12px;line-height:1.6}.profit-analyzer-modern .tooltip-inner .d-flex.font-size-12 .mr-1{color:var(--pa-text-muted);font-weight:500;min-width:80px}.profit-analyzer-modern .tooltip-inner .d-flex.font-size-12 .ml-1{color:var(--pa-text);font-weight:600;text-align:right}.profit-analyzer-modern .tooltip-inner .profit-tooltip-section{border-bottom:1px solid var(--pa-border);padding-bottom:8px;margin-bottom:8px}.profit-analyzer-modern .tooltip-inner .profit-tooltip-section:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.profit-analyzer-modern .tooltip-inner .profit-label{color:var(--pa-neutral);font-weight:500;font-size:11px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.profit-analyzer-modern .tooltip-inner .profit-value{color:var(--pa-text);font-weight:600;font-size:13px}.profit-analyzer-modern .tooltip-inner .profit-value.positive{color:var(--pa-positive)}.profit-analyzer-modern .tooltip-inner .profit-value.negative{color:var(--pa-negative)}.profit-analyzer-modern .tooltip-inner .profit-value.neutral{color:var(--pa-neutral)}.profit-analyzer-modern .bx-calculator.text-primary{color:var(--pa-primary);font-size:14px;cursor:pointer;transition:transform var(--pa-transition),color var(--pa-transition)}.profit-analyzer-modern .bx-calculator.text-primary:hover{color:var(--pa-primary-hover);transform:scale(1.1)}@media (max-width:768px){.profit-analyzer-modern .filter-section .card-layout .CardBody .row{grid-gap:16px;gap:16px}.profit-analyzer-modern .filter-section .DropDownSection{min-width:100%;max-width:100%}.profit-analyzer-modern .filter-section .page-title-right .btn{padding:6px 12px;font-size:13px}.profit-analyzer-modern .table tbody td,.profit-analyzer-modern .table thead th{padding:12px 8px;font-size:13px}.profit-analyzer-modern .pagination-modern{grid-gap:2px;gap:2px;padding:2px}.profit-analyzer-modern .pagination-modern .pagination-btn-modern{min-width:36px;height:36px;padding:0 8px;font-size:13px}}@media (max-width:480px){.profit-analyzer-modern .page-title-box h4{font-size:18px}.btn-modern-outline,.btn-modern-primary{padding:6px 12px;font-size:13px}.pa-action-icon-group{grid-gap:6px;gap:6px}.pa-action-icon,.pa-action-icon-group{display:inline-flex;align-items:center}.pa-action-icon{width:32px;height:32px;border:none;border-radius:50%;position:relative;justify-content:center;background:var(--pa-surface);color:var(--pa-primary);box-shadow:0 4px 14px rgba(15,23,42,.12);transition:transform var(--pa-transition),box-shadow var(--pa-transition),background-color var(--pa-transition);cursor:pointer}.pa-action-icon:after{content:"";position:absolute;inset:1px;border-radius:inherit;border:1px solid transparent;transition:border-color var(--pa-transition),opacity var(--pa-transition);pointer-events:none}.pa-action-icon i{font-size:16px;line-height:1}.pa-action-icon:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 20px rgba(15,23,42,.18)}.pa-action-icon:active{transform:translateY(0);box-shadow:0 2px 6px rgba(15,23,42,.12)}.pa-action-icon--hide{background:linear-gradient(135deg,rgba(85,110,230,.15),rgba(76,95,216,.35));color:#1e1b4b}.pa-action-icon--mismatch{background:linear-gradient(135deg,rgba(239,68,68,.15),rgba(220,38,38,.35));color:#7f1d1d}.pa-action-icon--list{background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(5,150,105,.35));color:#064e3b}.dark .pa-action-icon{background:linear-gradient(135deg,rgba(21,30,51,.95),rgba(9,14,30,.92));color:#f8fafc;border:1px solid rgba(148,163,184,.65);box-shadow:0 12px 30px rgba(1,5,20,.95),0 0 28px rgba(51,65,85,.45);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dark.pa-action-icon--hide,.dark.pa-action-icon--list,.dark.pa-action-icon--mismatch{color:#f8fafc}.profit-analyzer-modern .pagination-modern{grid-gap:1px;gap:1px}.profit-analyzer-modern .pagination-modern .pagination-btn-modern{min-width:32px;height:32px;padding:0 6px;font-size:12px}}body[data-topbar=dark] .tooltip-inner{background-color:#f2f2f5!important;color:#000!important;padding:18px!important;opacity:1!important;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)!important}body[data-topbar=dark] .tooltip .arrow:before{border-color:#f2f2f5!important}.dark .btn-secondary.fee-settings-btn{color:#fff!important}.pa-action-icon-group{grid-gap:8px;gap:8px}.pa-action-icon,.pa-action-icon-group{display:inline-flex;align-items:center}.pa-action-icon{width:36px;height:36px;border:none;border-radius:50%;position:relative;justify-content:center;background:var(--pa-surface);color:var(--pa-primary);box-shadow:0 4px 14px rgba(15,23,42,.12);transition:transform var(--pa-transition),box-shadow var(--pa-transition),background-color var(--pa-transition);cursor:pointer}.pa-action-icon:after{content:"";position:absolute;inset:1px;border-radius:inherit;border:1px solid transparent;transition:border-color var(--pa-transition),opacity var(--pa-transition);pointer-events:none}.pa-action-icon i{font-size:18px;line-height:1;transition:color var(--pa-transition),text-shadow var(--pa-transition)}.pa-action-icon:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 20px rgba(15,23,42,.18)}.pa-action-icon:active{transform:scale(.97);box-shadow:0 2px 6px rgba(15,23,42,.12)}.pa-action-icon--hide{background:linear-gradient(135deg,rgba(85,110,230,.15),rgba(76,95,216,.35));color:#1e1b4b}.pa-action-icon--mismatch{background:linear-gradient(135deg,rgba(239,68,68,.15),rgba(220,38,38,.35));color:#7f1d1d}.pa-action-icon--list{background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(5,150,105,.35));color:#064e3b}.dark .pa-action-icon{background:linear-gradient(135deg,rgba(21,30,51,.95),rgba(9,14,30,.92));color:#f8fafc;border:1px solid rgba(148,163,184,.65);box-shadow:0 12px 30px rgba(1,5,20,.95),0 0 28px rgba(51,65,85,.45);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);filter:drop-shadow(0 0 4px rgba(56,189,248,.35))}.dark .pa-action-icon i{color:inherit;font-weight:600;text-shadow:0 2px 6px rgba(2,6,23,.8),0 0 10px rgba(226,232,240,.55)}.dark .pa-action-icon:after{border-color:rgba(226,232,240,.25);opacity:1}.dark .pa-action-icon:hover{background:linear-gradient(135deg,rgba(30,41,59,.95),rgba(15,23,42,.92));box-shadow:0 16px 32px rgba(2,6,23,.95),0 0 30px rgba(59,130,246,.25)}.dark .pa-action-icon:hover i{text-shadow:0 4px 12px rgba(2,6,23,.9),0 0 16px rgba(248,250,252,.65)}.dark .pa-action-icon:hover:after{border-color:rgba(248,250,252,.45)}.dark .pa-action-icon--hide{background:linear-gradient(145deg,rgba(56,189,248,.4),rgba(14,165,233,.75));color:#e6fbff;border-color:rgba(14,165,233,.9)}.dark .pa-action-icon--mismatch{background:linear-gradient(145deg,rgba(248,113,113,.45),rgba(239,68,68,.78));color:#fff5f5;border-color:rgba(239,68,68,.95)}.dark .pa-action-icon--list{background:linear-gradient(145deg,rgba(74,222,128,.35),rgba(16,185,129,.75));color:#f2fff7;border-color:rgba(16,185,129,.9)}.pa-filters-selector{display:none!important}
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue:#556ee6;--indigo:#564ab1;--purple:#6f42c1;--red:#f46a6a;--orange:#f1734f;--yellow:#f1b44c;--green:#34c38f;--teal:#050505;--cyan:#50a5f1;--white:#fff;--gray:#c3cbe4;--gray-dark:#eff2f7;--primary:#556ee6;--secondary:#c3cbe4;--success:#34c38f;--info:#50a5f1;--warning:#f1b44c;--danger:#f46a6a;--light:#32394e;--dark:#eff2f7;--pink:#e83e8c;--grey:#444c62;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:"Poppins",sans-serif;--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Poppins",sans-serif;font-size:.8125rem;font-weight:400;line-height:1.5;color:#a6b0cf;text-align:left;background-color:#222736}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:600}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{color:#556ee6;text-decoration:none;background-color:transparent}a:hover{color:rgb(30.5769230769,61.1538461538,207.9230769231);text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#bfc8e2;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.03125rem}.h2,h2{font-size:1.625rem}.h3,h3{font-size:1.421875rem}.h4,h4{font-size:1.21875rem}.h5,h5{font-size:1.015625rem}.h6,h6{font-size:.8125rem}.lead{font-size:1.015625rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #32394e}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.015625rem}.blockquote-footer{display:block;font-size:80%;color:#bfc8e2}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#222736;border:1px solid #32394e;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#c3cbe4}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#f8f9fa;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:600}pre{display:block;font-size:87.5%;color:#f8f9fa}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;padding-right:12px;padding-left:12px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table{width:100%;margin-bottom:1rem;color:#a6b0cf}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #32394e}.table thead th{vertical-align:bottom;border-bottom:2px solid #32394e}.table tbody+tbody{border-top:2px solid #32394e}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #32394e}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-hover tbody tr:hover,.table-striped tbody tr:nth-of-type(odd){background-color:rgba(191,200,226,.05)}.table-hover tbody tr:hover{color:#a6b0cf}.table-primary,.table-primary>td,.table-primary>th{background-color:rgb(207.4,214.4,248)}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:rgb(166.6,179.6,242)}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#b9c3f5}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:rgb(238.2,240.44,247.44)}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:rgb(223.8,227.96,240.96)}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:rgb(220.6137931034,225.1986206897,239.5262068966)}.table-success,.table-success>td,.table-success>th{background-color:rgb(198.16,238.2,223.64)}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:rgb(149.44,223.8,196.76)}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:rgb(178.4774904943,232.3825095057,212.7806844106)}.table-info,.table-info>td,.table-info>th{background-color:rgb(206,229.8,251.08)}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:rgb(164,208.2,247.72)}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:rgb(182.3888888889,217.6571428571,249.1911111111)}.table-warning,.table-warning>td,.table-warning>th{background-color:rgb(251.08,234,204.88)}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:rgb(247.72,216,161.92)}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#f9e0b5}.table-danger,.table-danger>td,.table-danger>th{background-color:rgb(251.92,213.28,213.28)}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:rgb(249.28,177.52,177.52)}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#fabebe}.table-light,.table-light>td,.table-light>th{background-color:rgb(197.6,199.56,205.44)}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:rgb(148.4,152.04,162.96)}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#b8bac2}.table-dark,.table-dark>td,.table-dark>th{background-color:rgb(250.52,251.36,252.76)}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:rgb(246.68,248.24,250.84)}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:rgb(233.52,237.5475,244.26)}.table-pink,.table-pink>td,.table-pink>th{background-color:rgb(248.56,200.96,222.8)}.table-pink tbody+tbody,.table-pink td,.table-pink th,.table-pink thead th{border-color:rgb(243.04,154.64,195.2)}.table-hover .table-pink:hover,.table-hover .table-pink:hover>td,.table-hover .table-pink:hover>th{background-color:rgb(245.8447222222,178.1752777778,209.2236111111)}.table-grey,.table-grey>td,.table-grey>th{background-color:rgb(202.64,204.88,211.04)}.table-grey tbody+tbody,.table-grey td,.table-grey th,.table-grey thead th{border-color:rgb(157.76,161.92,173.36)}.table-hover .table-grey:hover,.table-hover .table-grey:hover>td,.table-hover .table-grey:hover>th{background-color:#bdc0c7}.table-active,.table-active>td,.table-active>th{background-color:rgba(191,200,226,.05)}.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(173.4516129032,184.9193548387,218.0483870968,.05)}.table .thead-dark th{color:#c3cbe4;background-color:#32394e;border-color:#414a65}.table .thead-light th{color:#c3cbe4;background-color:rgba(195,203,228,.05);border-color:#32394e}.table-dark{color:#c3cbe4;background-color:#32394e}.table-dark td,.table-dark th,.table-dark thead th{border-color:#414a65}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#c3cbe4;background-color:hsla(0,0%,100%,.075)}@media(max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control,input.PhoneInputInput{display:block;width:100%;height:calc(1.5em + .94rem + 2px);padding:.47rem .75rem;font-size:.8125rem;font-weight:400;line-height:1.5;color:#bfc8e2;background-color:#2e3548;background-clip:padding-box;border:1px solid #32394e;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control,input.PhoneInputInput{transition:none}}.form-control::-ms-expand,input.PhoneInputInput::-ms-expand{background-color:transparent;border:0}.form-control:focus,input.PhoneInputInput:focus{color:#bfc8e2;background-color:rgb(47.95,54.8,75.35);border-color:#363e54;outline:0;box-shadow:none}.form-control::placeholder,input.PhoneInputInput::placeholder{color:#a6b0cf;opacity:1}.form-control:disabled,.form-control[readonly],input.PhoneInputInput:disabled,input[readonly].PhoneInputInput{background-color:#2c3245;opacity:1}input[type=date].form-control,input[type=date].PhoneInputInput,input[type=datetime-local].form-control,input[type=datetime-local].PhoneInputInput,input[type=month].form-control,input[type=month].PhoneInputInput,input[type=time].form-control,input[type=time].PhoneInputInput{-webkit-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #bfc8e2}select.form-control:focus::-ms-value{color:#bfc8e2;background-color:#2e3548}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.47rem + 1px);padding-bottom:calc(.47rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.015625rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.7109375rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.47rem 0;margin-bottom:0;font-size:.8125rem;line-height:1.5;color:#a6b0cf;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.7109375rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.015625rem;line-height:1.5;border-radius:.4rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#bfc8e2}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#34c38f}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.4rem .7rem;margin-top:.1rem;font-size:.7109375rem;line-height:1.5;color:#fff;background-color:rgba(52,195,143,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid,.was-validated input.PhoneInputInput:valid,input.is-valid.PhoneInputInput{border-color:#34c38f;padding-right:calc(1.5em + .94rem)!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2334c38f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .235rem) center;background-size:calc(.75em + .47rem) calc(.75em + .47rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus,.was-validated input.PhoneInputInput:valid:focus,input.is-valid.PhoneInputInput:focus{border-color:#34c38f;box-shadow:0 0 0 .15rem rgba(52,195,143,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .94rem);background-position:top calc(.375em + .235rem) right calc(.375em + .235rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#34c38f;padding-right:calc(.75em + 2.455rem)!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23eff2f7' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,#2e3548 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2334c38f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .47rem) calc(.75em + .47rem) no-repeat}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#34c38f;box-shadow:0 0 0 .15rem rgba(52,195,143,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#34c38f}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#34c38f}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#34c38f}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:rgb(87.6315789474,210.3684210526,165.7368421053);background-color:rgb(87.6315789474,210.3684210526,165.7368421053)}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .15rem rgba(52,195,143,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#34c38f}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#34c38f;box-shadow:0 0 0 .15rem rgba(52,195,143,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#f46a6a}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.4rem .7rem;margin-top:.1rem;font-size:.7109375rem;line-height:1.5;color:#fff;background-color:rgba(244,106,106,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid,.was-validated input.PhoneInputInput:invalid,input.is-invalid.PhoneInputInput{border-color:#f46a6a;padding-right:calc(1.5em + .94rem)!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f46a6a' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f46a6a' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .235rem) center;background-size:calc(.75em + .47rem) calc(.75em + .47rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus,.was-validated input.PhoneInputInput:invalid:focus,input.is-invalid.PhoneInputInput:focus{border-color:#f46a6a;box-shadow:0 0 0 .15rem rgba(244,106,106,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem!important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .94rem);background-position:top calc(.375em + .235rem) right calc(.375em + .235rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#f46a6a;padding-right:calc(.75em + 2.455rem)!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23eff2f7' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,#2e3548 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f46a6a' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f46a6a' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .47rem) calc(.75em + .47rem) no-repeat}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#f46a6a;box-shadow:0 0 0 .15rem rgba(244,106,106,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#f46a6a}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#f46a6a}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#f46a6a}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#f89999;background-color:#f89999}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .15rem rgba(244,106,106,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#f46a6a}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#f46a6a;box-shadow:0 0 0 .15rem rgba(244,106,106,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control,.form-inline input.PhoneInputInput{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#a6b0cf;text-align:center;vertical-align:middle;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.47rem .75rem;font-size:.8125rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#a6b0cf;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .15rem rgba(85,110,230,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#556ee6;border-color:#556ee6}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:rgb(51.6538461538,81.5576923077,225.0961538462);border-color:rgb(40.5384615385,72.0769230769,223.4615384615)}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .15rem rgba(110.5,131.75,233.75,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#556ee6;border-color:#556ee6}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:rgb(40.5384615385,72.0769230769,223.4615384615);border-color:rgb(32.2115384615,64.4230769231,219.0384615385)}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(110.5,131.75,233.75,.5)}.btn-secondary{color:#f8f9fa;background-color:#c3cbe4;border-color:#c3cbe4}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{color:#f8f9fa;background-color:rgb(168.6206896552,180.1379310345,216.1293103448);border-color:rgb(159.8275862069,172.5172413793,212.1724137931)}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .15rem rgba(202.95,209.9,231.3,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#f8f9fa;background-color:#c3cbe4;border-color:#c3cbe4}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#f8f9fa;background-color:rgb(159.8275862069,172.5172413793,212.1724137931);border-color:rgb(151.0344827586,164.8965517241,208.2155172414)}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(202.95,209.9,231.3,.5)}.btn-success{color:#fff;background-color:#34c38f;border-color:#34c38f}.btn-success.focus,.btn-success:focus,.btn-success:hover{color:#fff;background-color:rgb(43.9473684211,164.8026315789,120.8552631579);border-color:rgb(41.2631578947,154.7368421053,113.4736842105)}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .15rem rgba(82.45,204,159.8,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#34c38f;border-color:#34c38f}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:rgb(41.2631578947,154.7368421053,113.4736842105);border-color:rgb(38.5789473684,144.6710526316,106.0921052632)}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(82.45,204,159.8,.5)}.btn-info{color:#fff;background-color:#50a5f1;border-color:#50a5f1}.btn-info.focus,.btn-info:focus,.btn-info:hover{color:#fff;background-color:rgb(44.5833333333,146.7857142857,238.1666666667);border-color:rgb(32.7777777778,140.7142857143,237.2222222222)}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .15rem rgba(106.25,178.5,243.1,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#50a5f1;border-color:#50a5f1}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:rgb(32.7777777778,140.7142857143,237.2222222222);border-color:rgb(20.9722222222,134.6428571429,236.2777777778)}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(106.25,178.5,243.1,.5)}.btn-warning{color:#f8f9fa;background-color:#f1b44c;border-color:#f1b44c}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{color:#f8f9fa;background-color:rgb(238.225388601,165.1360103627,40.524611399);border-color:rgb(237.3005181347,160.1813471503,28.6994818653)}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .15rem rgba(242.05,190.35,102.1,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#f8f9fa;background-color:#f1b44c;border-color:#f1b44c}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#f8f9fa;background-color:rgb(237.3005181347,160.1813471503,28.6994818653);border-color:rgb(234.8795336788,154.8367875648,18.3704663212)}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(242.05,190.35,102.1,.5)}.btn-danger{color:#fff;background-color:#f46a6a;border-color:#f46a6a}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#f14646;border-color:#f03b3b}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .15rem rgba(245.65,128.35,128.35,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#f46a6a;border-color:#f46a6a}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#f03b3b;border-color:#f02f2f}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(245.65,128.35,128.35,.5)}.btn-light{color:#fff;background-color:#32394e;border-color:#32394e}.btn-light.focus,.btn-light:focus,.btn-light:hover{color:#fff;background-color:#232837;border-color:#1e222f}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .15rem rgba(80.75,86.7,104.55,.5)}.btn-light.disabled,.btn-light:disabled{color:#fff;background-color:#32394e;border-color:#32394e}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#fff;background-color:#1e222f;border-color:#191d27}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(80.75,86.7,104.55,.5)}.btn-dark{color:#f8f9fa;background-color:#eff2f7;border-color:#eff2f7}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{color:#f8f9fa;background-color:rgb(213.5,221.28125,234.25);border-color:rgb(205,214.375,230)}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .15rem rgba(240.35,243.05,247.45,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#f8f9fa;background-color:#eff2f7;border-color:#eff2f7}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#f8f9fa;background-color:rgb(205,214.375,230);border-color:rgb(196.5,207.46875,225.75)}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(240.35,243.05,247.45,.5)}.btn-pink{color:#fff;background-color:#e83e8c;border-color:#e83e8c}.btn-pink.focus,.btn-pink:focus,.btn-pink:hover{color:#fff;background-color:rgb(227.9270833333,27.8229166667,119.6354166667);border-color:rgb(217.125,25.875,113.625)}.btn-pink.focus,.btn-pink:focus{box-shadow:0 0 0 .15rem rgba(235.45,90.95,157.25,.5)}.btn-pink.disabled,.btn-pink:disabled{color:#fff;background-color:#e83e8c;border-color:#e83e8c}.btn-pink:not(:disabled):not(.disabled).active,.btn-pink:not(:disabled):not(.disabled):active,.show>.btn-pink.dropdown-toggle{color:#fff;background-color:rgb(217.125,25.875,113.625);border-color:rgb(205.7326388889,24.5173611111,107.6631944444)}.btn-pink:not(:disabled):not(.disabled).active:focus,.btn-pink:not(:disabled):not(.disabled):active:focus,.show>.btn-pink.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(235.45,90.95,157.25,.5)}.btn-grey{color:#fff;background-color:#444c62;border-color:#444c62}.btn-grey.focus,.btn-grey:focus,.btn-grey:hover{color:#fff;background-color:#343a4b;border-color:#2f3544}.btn-grey.focus,.btn-grey:focus{box-shadow:0 0 0 .15rem rgba(96.05,102.85,121.55,.5)}.btn-grey.disabled,.btn-grey:disabled{color:#fff;background-color:#444c62;border-color:#444c62}.btn-grey:not(:disabled):not(.disabled).active,.btn-grey:not(:disabled):not(.disabled):active,.show>.btn-grey.dropdown-toggle{color:#fff;background-color:#2f3544;border-color:#2a2f3c}.btn-grey:not(:disabled):not(.disabled).active:focus,.btn-grey:not(:disabled):not(.disabled):active:focus,.show>.btn-grey.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(96.05,102.85,121.55,.5)}.btn-outline-primary{color:#556ee6;border-color:#556ee6}.btn-outline-primary:hover{color:#fff;background-color:#556ee6;border-color:#556ee6}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .15rem rgba(85,110,230,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#556ee6;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#556ee6;border-color:#556ee6}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(85,110,230,.5)}.btn-outline-secondary{color:#c3cbe4;border-color:#c3cbe4}.btn-outline-secondary:hover{color:#f8f9fa;background-color:#c3cbe4;border-color:#c3cbe4}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .15rem rgba(195,203,228,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#c3cbe4;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#f8f9fa;background-color:#c3cbe4;border-color:#c3cbe4}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(195,203,228,.5)}.btn-outline-success{color:#34c38f;border-color:#34c38f}.btn-outline-success:hover{color:#fff;background-color:#34c38f;border-color:#34c38f}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .15rem rgba(52,195,143,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#34c38f;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#34c38f;border-color:#34c38f}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(52,195,143,.5)}.btn-outline-info{color:#50a5f1;border-color:#50a5f1}.btn-outline-info:hover{color:#fff;background-color:#50a5f1;border-color:#50a5f1}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .15rem rgba(80,165,241,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#50a5f1;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#50a5f1;border-color:#50a5f1}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(80,165,241,.5)}.btn-outline-warning{color:#f1b44c;border-color:#f1b44c}.btn-outline-warning:hover{color:#f8f9fa;background-color:#f1b44c;border-color:#f1b44c}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .15rem rgba(241,180,76,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#f1b44c;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#f8f9fa;background-color:#f1b44c;border-color:#f1b44c}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(241,180,76,.5)}.btn-outline-danger{color:#f46a6a;border-color:#f46a6a}.btn-outline-danger:hover{color:#fff;background-color:#f46a6a;border-color:#f46a6a}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .15rem rgba(244,106,106,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#f46a6a;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#f46a6a;border-color:#f46a6a}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(244,106,106,.5)}.btn-outline-light{color:#32394e;border-color:#32394e}.btn-outline-light:hover{color:#fff;background-color:#32394e;border-color:#32394e}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .15rem rgba(50,57,78,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#32394e;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#fff;background-color:#32394e;border-color:#32394e}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(50,57,78,.5)}.btn-outline-dark{color:#eff2f7;border-color:#eff2f7}.btn-outline-dark:hover{color:#f8f9fa;background-color:#eff2f7;border-color:#eff2f7}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .15rem rgba(239,242,247,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#eff2f7;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#f8f9fa;background-color:#eff2f7;border-color:#eff2f7}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(239,242,247,.5)}.btn-outline-pink{color:#e83e8c;border-color:#e83e8c}.btn-outline-pink:hover{color:#fff;background-color:#e83e8c;border-color:#e83e8c}.btn-outline-pink.focus,.btn-outline-pink:focus{box-shadow:0 0 0 .15rem rgba(232,62,140,.5)}.btn-outline-pink.disabled,.btn-outline-pink:disabled{color:#e83e8c;background-color:transparent}.btn-outline-pink:not(:disabled):not(.disabled).active,.btn-outline-pink:not(:disabled):not(.disabled):active,.show>.btn-outline-pink.dropdown-toggle{color:#fff;background-color:#e83e8c;border-color:#e83e8c}.btn-outline-pink:not(:disabled):not(.disabled).active:focus,.btn-outline-pink:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-pink.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(232,62,140,.5)}.btn-outline-grey{color:#444c62;border-color:#444c62}.btn-outline-grey:hover{color:#fff;background-color:#444c62;border-color:#444c62}.btn-outline-grey.focus,.btn-outline-grey:focus{box-shadow:0 0 0 .15rem rgba(68,76,98,.5)}.btn-outline-grey.disabled,.btn-outline-grey:disabled{color:#444c62;background-color:transparent}.btn-outline-grey:not(:disabled):not(.disabled).active,.btn-outline-grey:not(:disabled):not(.disabled):active,.show>.btn-outline-grey.dropdown-toggle{color:#fff;background-color:#444c62;border-color:#444c62}.btn-outline-grey:not(:disabled):not(.disabled).active:focus,.btn-outline-grey:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-grey.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(68,76,98,.5)}.btn-link{font-weight:400;color:#556ee6;text-decoration:none}.btn-link:hover{color:rgb(30.5769230769,61.1538461538,207.9230769231)}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#c3cbe4;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.015625rem;line-height:1.5;border-radius:.4rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.7109375rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-menu{top:100%;left:0;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:.8125rem;color:#a6b0cf;text-align:left;list-style:none;background-color:#2a3042;background-clip:padding-box;border:1px solid #32394e;border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #2a3042}.dropdown-item{display:block;width:100%;padding:.35rem 1.5rem;clear:both;font-weight:400;color:#bfc8e2;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item.active,.dropdown-item:active,.dropdown-item:focus,.dropdown-item:hover{color:rgb(233.125,236.25,239.375);text-decoration:none;background-color:#32394e}.dropdown-item.disabled,.dropdown-item:disabled{color:#c3cbe4;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.7109375rem;color:#c3cbe4;white-space:nowrap}.dropdown-item-text{display:block;padding:.35rem 1.5rem;color:#bfc8e2}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>input.PhoneInputInput{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-file+input.PhoneInputInput,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.custom-select+input.PhoneInputInput,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control+input.PhoneInputInput,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+input.PhoneInputInput,.input-group>input.PhoneInputInput+.custom-file,.input-group>input.PhoneInputInput+.custom-select,.input-group>input.PhoneInputInput+.form-control,.input-group>input.PhoneInputInput+input.PhoneInputInput{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus,.input-group>input.PhoneInputInput:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child),.input-group>input.PhoneInputInput:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>input.PhoneInputInput:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>input.PhoneInputInput:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.47rem .75rem;margin-bottom:0;font-size:.8125rem;font-weight:400;line-height:1.5;color:#bfc8e2;text-align:center;white-space:nowrap;background-color:#32394e;border:1px solid #32394e;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea),.input-group-lg>input.PhoneInputInput:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>input.PhoneInputInput{padding:.5rem 1rem;font-size:1.015625rem;line-height:1.5;border-radius:.4rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea),.input-group-sm>input.PhoneInputInput:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>input.PhoneInputInput{padding:.25rem .5rem;font-size:.7109375rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;z-index:1;display:block;min-height:1.21875rem;padding-left:1.5rem;print-color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.109375rem;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#556ee6;background-color:#556ee6}.custom-control-input:focus~.custom-control-label:before{box-shadow:none}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#363e54}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:rgba(85,110,230,.2);border-color:rgba(85,110,230,.2)}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#c3cbe4}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#2c3245}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{pointer-events:none;background-color:#2e3548;border:1px solid #c3cbe4}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.109375rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#556ee6;background-color:#556ee6}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(85,110,230,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(85,110,230,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.10938rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#c3cbe4;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#2e3548;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(85,110,230,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .94rem + 2px);padding:.47rem 1.75rem .47rem .75rem;font-size:.8125rem;font-weight:400;line-height:1.5;color:#bfc8e2;vertical-align:middle;background:#2e3548 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23eff2f7' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;border:1px solid #32394e;border-radius:.25rem;-webkit-appearance:none;appearance:none}.custom-select:focus{border-color:#363e54;outline:0;box-shadow:0 0 0 .15rem rgba(85,110,230,.25)}.custom-select:focus::-ms-value{color:#bfc8e2;background-color:#2e3548}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#c3cbe4;background-color:#2a3042}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #bfc8e2}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.7109375rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.015625rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(1.5em + .94rem + 2px)}.custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#363e54;box-shadow:none}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#2c3245}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{left:0;z-index:1;height:calc(1.5em + .94rem + 2px);overflow:hidden;font-weight:400;background-color:#2e3548;border:1px solid #32394e;border-radius:.25rem}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.47rem .75rem;line-height:1.5;color:#bfc8e2}.custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .94rem);content:"Browse";background-color:#32394e;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.3rem;padding:0;background-color:transparent;-webkit-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #222736,none}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #222736,none}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #222736,none}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#556ee6;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none}.custom-range::-webkit-slider-thumb:active{background-color:#f1f3fd}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#32394e;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#556ee6;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb{appearance:none}.custom-range::-moz-range-thumb:active{background-color:#f1f3fd}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#32394e;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.15rem;margin-left:.15rem;background-color:#556ee6;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb{appearance:none}.custom-range::-ms-thumb:active{background-color:#f1f3fd}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#32394e;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#bfc8e2}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#bfc8e2}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#bfc8e2}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#c3cbe4;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #32394e}.nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:#32394e}.nav-tabs .nav-link.disabled{color:#c3cbe4;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#f6f6f6;background-color:#2a3042;border-color:#32394e #32394e #2a3042}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#556ee6}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.34765625rem;padding-bottom:.34765625rem;margin-right:1rem;font-size:1.015625rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.015625rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#2a3042;background-clip:initial;border:0 solid #32394e;border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;border-bottom:0 solid #32394e}.card-header:first-child{border-radius:.25rem .25rem 0 0}.card-footer{padding:.75rem 1.25rem;background-color:#363e54;border-top:0 solid #32394e}.card-footer:last-child{border-radius:0 0 .25rem .25rem}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:.25rem}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-img,.card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-deck .card{margin-bottom:12px}@media(min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-12px;margin-left:-12px}.card-deck .card{flex:1 0;margin-right:12px;margin-bottom:0;margin-left:12px}}.card-group>.card{margin-bottom:12px}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:24px}@media(min-width:576px){.card-columns{column-count:3;grid-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#2a3042;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#a6b0cf;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#a6b0cf}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#bfc8e2;background-color:#2a3042;border:1px solid #32394e}.page-link:hover{z-index:2;color:rgb(30.5769230769,61.1538461538,207.9230769231);text-decoration:none;background-color:#2a3042;border-color:#32394e}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .15rem rgba(85,110,230,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#556ee6;border-color:#556ee6}.page-item.disabled .page-link{color:#c3cbe4;pointer-events:none;cursor:auto;background-color:#32394e;border-color:#32394e}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.015625rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.7109375rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:500;line-height:1;text-align:center;white-space:nowrap;vertical-align:initial;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#556ee6}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:rgb(40.5384615385,72.0769230769,223.4615384615)}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .15rem rgba(85,110,230,.5)}.badge-secondary{color:#f8f9fa;background-color:#c3cbe4}a.badge-secondary:focus,a.badge-secondary:hover{color:#f8f9fa;background-color:rgb(159.8275862069,172.5172413793,212.1724137931)}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .15rem rgba(195,203,228,.5)}.badge-success{color:#fff;background-color:#34c38f}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:rgb(41.2631578947,154.7368421053,113.4736842105)}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .15rem rgba(52,195,143,.5)}.badge-info{color:#fff;background-color:#50a5f1}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:rgb(32.7777777778,140.7142857143,237.2222222222)}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .15rem rgba(80,165,241,.5)}.badge-warning{color:#f8f9fa;background-color:#f1b44c}a.badge-warning:focus,a.badge-warning:hover{color:#f8f9fa;background-color:rgb(237.3005181347,160.1813471503,28.6994818653)}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .15rem rgba(241,180,76,.5)}.badge-danger{color:#fff;background-color:#f46a6a}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#f03b3b}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .15rem rgba(244,106,106,.5)}.badge-light{color:#fff;background-color:#32394e}a.badge-light:focus,a.badge-light:hover{color:#fff;background-color:#1e222f}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .15rem rgba(50,57,78,.5)}.badge-dark{color:#f8f9fa;background-color:#eff2f7}a.badge-dark:focus,a.badge-dark:hover{color:#f8f9fa;background-color:rgb(205,214.375,230)}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .15rem rgba(239,242,247,.5)}.badge-pink{color:#fff;background-color:#e83e8c}a.badge-pink:focus,a.badge-pink:hover{color:#fff;background-color:rgb(217.125,25.875,113.625)}a.badge-pink.focus,a.badge-pink:focus{outline:0;box-shadow:0 0 0 .15rem rgba(232,62,140,.5)}.badge-grey{color:#fff;background-color:#444c62}a.badge-grey:focus,a.badge-grey:hover{color:#fff;background-color:#2f3544}a.badge-grey.focus,a.badge-grey:focus{outline:0;box-shadow:0 0 0 .15rem rgba(68,76,98,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#2a3042;border-radius:.4rem}@media(min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:600}.alert-dismissible{padding-right:3.71875rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:rgb(44.2,57.2,119.6);background-color:#dde2fa;border-color:rgb(207.4,214.4,248)}.alert-primary hr{border-top-color:#b9c3f5}.alert-primary .alert-link{color:rgb(30.4380952381,39.3904761905,82.3619047619)}.alert-secondary{color:rgb(101.4,105.56,118.56);background-color:rgb(243,244.6,249.6);border-color:rgb(238.2,240.44,247.44)}.alert-secondary hr{border-top-color:rgb(220.6137931034,225.1986206897,239.5262068966)}.alert-secondary .alert-link{color:rgb(77.8893617021,81.084822695,91.0706382979)}.alert-success{color:rgb(27.04,101.4,74.36);background-color:rgb(214.4,243,232.6);border-color:rgb(198.16,238.2,223.64)}.alert-success hr{border-top-color:rgb(178.4774904943,232.3825095057,212.7806844106)}.alert-success .alert-link{color:rgb(16.3031578947,61.1368421053,44.8336842105)}.alert-info{color:rgb(41.6,85.8,125.32);background-color:rgb(220,237,252.2);border-color:rgb(206,229.8,251.08)}.alert-info hr{border-top-color:rgb(182.3888888889,217.6571428571,249.1911111111)}.alert-info .alert-link{color:rgb(28.8897196262,59.585046729,87.0302803738)}.alert-warning{color:rgb(125.32,93.6,39.52);background-color:rgb(252.2,240,219.2);border-color:rgb(251.08,234,204.88)}.alert-warning hr{border-top-color:#f9e0b5}.alert-warning .alert-link{color:rgb(86.5471293375,64.6410094637,27.2928706625)}.alert-danger{color:rgb(126.88,55.12,55.12);background-color:rgb(252.8,225.2,225.2);border-color:rgb(251.92,213.28,213.28)}.alert-danger hr{border-top-color:#fabebe}.alert-danger .alert-link{color:#5b2828}.alert-light{color:rgb(26,29.64,40.56);background-color:rgb(214,215.4,219.6);border-color:rgb(197.6,199.56,205.44)}.alert-light hr{border-top-color:#b8bac2}.alert-light .alert-link{color:#060709}.alert-dark{color:rgb(124.28,125.84,128.44);background-color:rgb(251.8,252.4,253.4);border-color:rgb(250.52,251.36,252.76)}.alert-dark hr{border-top-color:rgb(233.52,237.5475,244.26)}.alert-dark .alert-link{color:#636467}.alert-pink{color:rgb(120.64,32.24,72.8);background-color:rgb(250.4,216.4,232);border-color:rgb(248.56,200.96,222.8)}.alert-pink hr{border-top-color:rgb(245.8447222222,178.1752777778,209.2236111111)}.alert-pink .alert-link{color:rgb(80.3951020408,21.4848979592,48.5142857143)}.alert-grey{color:rgb(35.36,39.52,50.96);background-color:rgb(217.6,219.2,223.6);border-color:rgb(202.64,204.88,211.04)}.alert-grey hr{border-top-color:#bdc0c7}.alert-grey .alert-link{color:#0e1015}.progress{height:.625rem;line-height:0;font-size:.609375rem;background-color:#32394e;border-radius:.25rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#556ee6;transition:width .6s ease}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:.625rem .625rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1 1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#f6f6f6;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#f6f6f6;text-decoration:none;background-color:#212529}.list-group-item-action:active{color:#a6b0cf;background-color:#2a3042}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#2a3042;border:1px solid #32394e}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#c3cbe4;pointer-events:none;background-color:#2a3042}.list-group-item.active{z-index:2;color:#fff;background-color:#556ee6;border-color:#556ee6}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:rgb(44.2,57.2,119.6);background-color:rgb(207.4,214.4,248)}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:rgb(44.2,57.2,119.6);background-color:#b9c3f5}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:rgb(44.2,57.2,119.6);border-color:rgb(44.2,57.2,119.6)}.list-group-item-secondary{color:rgb(101.4,105.56,118.56);background-color:rgb(238.2,240.44,247.44)}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:rgb(101.4,105.56,118.56);background-color:rgb(220.6137931034,225.1986206897,239.5262068966)}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:rgb(101.4,105.56,118.56);border-color:rgb(101.4,105.56,118.56)}.list-group-item-success{color:rgb(27.04,101.4,74.36);background-color:rgb(198.16,238.2,223.64)}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:rgb(27.04,101.4,74.36);background-color:rgb(178.4774904943,232.3825095057,212.7806844106)}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:rgb(27.04,101.4,74.36);border-color:rgb(27.04,101.4,74.36)}.list-group-item-info{color:rgb(41.6,85.8,125.32);background-color:rgb(206,229.8,251.08)}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:rgb(41.6,85.8,125.32);background-color:rgb(182.3888888889,217.6571428571,249.1911111111)}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:rgb(41.6,85.8,125.32);border-color:rgb(41.6,85.8,125.32)}.list-group-item-warning{color:rgb(125.32,93.6,39.52);background-color:rgb(251.08,234,204.88)}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:rgb(125.32,93.6,39.52);background-color:#f9e0b5}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:rgb(125.32,93.6,39.52);border-color:rgb(125.32,93.6,39.52)}.list-group-item-danger{color:rgb(126.88,55.12,55.12);background-color:rgb(251.92,213.28,213.28)}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:rgb(126.88,55.12,55.12);background-color:#fabebe}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:rgb(126.88,55.12,55.12);border-color:rgb(126.88,55.12,55.12)}.list-group-item-light{color:rgb(26,29.64,40.56);background-color:rgb(197.6,199.56,205.44)}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:rgb(26,29.64,40.56);background-color:#b8bac2}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:rgb(26,29.64,40.56);border-color:rgb(26,29.64,40.56)}.list-group-item-dark{color:rgb(124.28,125.84,128.44);background-color:rgb(250.52,251.36,252.76)}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:rgb(124.28,125.84,128.44);background-color:rgb(233.52,237.5475,244.26)}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:rgb(124.28,125.84,128.44);border-color:rgb(124.28,125.84,128.44)}.list-group-item-pink{color:rgb(120.64,32.24,72.8);background-color:rgb(248.56,200.96,222.8)}.list-group-item-pink.list-group-item-action:focus,.list-group-item-pink.list-group-item-action:hover{color:rgb(120.64,32.24,72.8);background-color:rgb(245.8447222222,178.1752777778,209.2236111111)}.list-group-item-pink.list-group-item-action.active{color:#fff;background-color:rgb(120.64,32.24,72.8);border-color:rgb(120.64,32.24,72.8)}.list-group-item-grey{color:rgb(35.36,39.52,50.96);background-color:rgb(202.64,204.88,211.04)}.list-group-item-grey.list-group-item-action:focus,.list-group-item-grey.list-group-item-action:hover{color:rgb(35.36,39.52,50.96);background-color:#bdc0c7}.list-group-item-grey.list-group-item-action.active{color:#fff;background-color:rgb(35.36,39.52,50.96);border-color:rgb(35.36,39.52,50.96)}.close{float:right;font-size:1.21875rem;font-weight:600;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#c3cbe4;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.fade .modal-dialog{transform:translateY(-50px)}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#2a3042;background-clip:padding-box;border:1px solid #32394e;border-radius:.4rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #32394e;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #32394e;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Poppins",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.7109375rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.4rem .7rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:"Poppins",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.7109375rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid #2a3042;border-radius:.4rem}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:1rem;height:.5rem;margin:0 .4rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#2a3042}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.4rem 0}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#2a3042}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:#2a3042}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.4rem 0}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#2a3042}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:.8125rem;color:#2a3042;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#a6b0cf}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:initial;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:initial!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:rgb(40.5384615385,72.0769230769,223.4615384615)!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:rgb(159.8275862069,172.5172413793,212.1724137931)!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:rgb(41.2631578947,154.7368421053,113.4736842105)!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:rgb(32.7777777778,140.7142857143,237.2222222222)!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:rgb(237.3005181347,160.1813471503,28.6994818653)!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#f03b3b!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#1e222f!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:rgb(205,214.375,230)!important}a.bg-pink:focus,a.bg-pink:hover,button.bg-pink:focus,button.bg-pink:hover{background-color:rgb(217.125,25.875,113.625)!important}a.bg-grey:focus,a.bg-grey:hover,button.bg-grey:focus,button.bg-grey:hover{background-color:#2f3544!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid rgba(99,99,99,.4)!important}.border-top{border-top:1px solid rgba(99,99,99,.4)!important}.border-right{border-right:1px solid rgba(99,99,99,.4)!important}.border-bottom{border-bottom:1px solid rgba(99,99,99,.4)!important}.border-left{border-left:1px solid rgba(99,99,99,.4)!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#556ee6!important}.border-secondary{border-color:#c3cbe4!important}.border-success{border-color:#34c38f!important}.border-info{border-color:#50a5f1!important}.border-warning{border-color:#f1b44c!important}.border-danger{border-color:#f46a6a!important}.border-light{border-color:#32394e!important}.border-dark{border-color:#eff2f7!important}.border-pink{border-color:#e83e8c!important}.border-grey{border-color:#444c62!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.4rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media(min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media(min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media(min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media(min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports(position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{white-space:nowrap}.sr-only-focusable:active,.sr-only-focusable:focus{white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-center{text-align:center!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:600!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#556ee6!important}a.text-primary:focus,a.text-primary:hover{color:rgb(30.5769230769,61.1538461538,207.9230769231)!important}.text-secondary{color:#c3cbe4!important}a.text-secondary:focus,a.text-secondary:hover{color:rgb(142.2413793103,157.275862069,204.2586206897)!important}.text-success{color:#34c38f!important}a.text-success:focus,a.text-success:hover{color:rgb(35.8947368421,134.6052631579,98.7105263158)!important}.text-info{color:#50a5f1!important}a.text-info:focus,a.text-info:hover{color:rgb(18.1111111111,128.0714285714,226.3888888889)!important}.text-warning{color:#f1b44c!important}a.text-warning:focus,a.text-warning:hover{color:rgb(223.0544041451,147.0414507772,17.4455958549)!important}.text-danger{color:#f46a6a!important}a.text-danger:focus,a.text-danger:hover{color:#ef2323!important}.text-light{color:#32394e!important}a.text-light:focus,a.text-light:hover{color:#14171f!important}.text-dark{color:#eff2f7!important}a.text-dark:focus,a.text-dark:hover{color:rgb(188,200.5625,221.5)!important}.text-pink{color:#e83e8c!important}a.text-pink:focus,a.text-pink:hover{color:rgb(194.3402777778,23.1597222222,101.7013888889)!important}.text-grey{color:#444c62!important}a.text-grey:focus,a.text-grey:hover{color:#252935!important}.text-body{color:#a6b0cf!important}.text-muted{color:#bfc8e2!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #bfc8e2}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #32394e!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#32394e}.table .thead-dark th{color:inherit;border-color:#32394e}}html{position:relative;min-height:100%}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#f6f6f6}a{text-decoration:none!important}label{font-weight:500}.blockquote{padding:10px 20px;border-left:4px solid #32394e}.blockquote-primary{padding:10px 20px;border-left:3px solid #556ee6;background-color:rgba(85,110,230,.2)}.blockquote-secondary{padding:10px 20px;border-left:3px solid #c3cbe4;background-color:rgba(195,203,228,.2)}.blockquote-success{padding:10px 20px;border-left:3px solid #34c38f;background-color:rgba(52,195,143,.2)}.blockquote-info{padding:10px 20px;border-left:3px solid #50a5f1;background-color:rgba(80,165,241,.2)}.blockquote-warning{padding:10px 20px;border-left:3px solid #f1b44c;background-color:rgba(241,180,76,.2)}.blockquote-danger{padding:10px 20px;border-left:3px solid #f46a6a;background-color:rgba(244,106,106,.2)}.blockquote-light{padding:10px 20px;border-left:3px solid #32394e;background-color:rgba(50,57,78,.2)}.blockquote-dark{padding:10px 20px;border-left:3px solid #eff2f7;background-color:rgba(239,242,247,.2)}.blockquote-pink{padding:10px 20px;border-left:3px solid #e83e8c;background-color:rgba(232,62,140,.2)}.blockquote-grey{padding:10px 20px;border-left:3px solid #444c62;background-color:rgba(68,76,98,.2)}.blockquote-reverse{border-left:0;border-right:4px solid #32394e;text-align:right}tr.row-primary{border-left:3px solid #556ee6;background-color:rgba(85,110,230,.2)}tr.row-secondary{border-left:3px solid #c3cbe4;background-color:rgba(195,203,228,.2)}tr.row-success{border-left:3px solid #34c38f;background-color:rgba(52,195,143,.2)}tr.row-info{border-left:3px solid #50a5f1;background-color:rgba(80,165,241,.2)}tr.row-warning{border-left:3px solid #f1b44c;background-color:rgba(241,180,76,.2)}tr.row-danger{border-left:3px solid #f46a6a;background-color:rgba(244,106,106,.2)}tr.row-light{border-left:3px solid #32394e;background-color:rgba(50,57,78,.2)}tr.row-dark{border-left:3px solid #eff2f7;background-color:rgba(239,242,247,.2)}tr.row-pink{border-left:3px solid #e83e8c;background-color:rgba(232,62,140,.2)}tr.row-grey{border-left:3px solid #444c62;background-color:rgba(68,76,98,.2)}.bg-soft-primary{background-color:rgba(85,110,230,.25)!important}.bg-soft-secondary{background-color:rgba(195,203,228,.25)!important}.bg-soft-success{background-color:rgba(52,195,143,.25)!important}.bg-soft-info{background-color:rgba(80,165,241,.25)!important}.bg-soft-warning{background-color:rgba(241,180,76,.25)!important}.bg-soft-danger{background-color:rgba(244,106,106,.25)!important}.bg-soft-light{background-color:rgba(50,57,78,.25)!important}.bg-soft-dark{background-color:rgba(239,242,247,.25)!important}.bg-soft-pink{background-color:rgba(232,62,140,.25)!important}.bg-soft-grey{background-color:rgba(68,76,98,.25)!important}.bg-primary{background-color:#556ee6!important}.bg-secondary{background-color:#c3cbe4!important}.bg-success{background-color:#34c38f!important}.bg-info{background-color:#50a5f1!important}.bg-warning{background-color:#f1b44c!important}.bg-danger{background-color:#f46a6a!important}.bg-light{background-color:#32394e!important}.bg-dark{background-color:#eff2f7!important}.bg-pink{background-color:#e83e8c!important}.bg-grey{background-color:#444c62!important}.badge-soft-primary{color:#556ee6;background-color:rgba(85,110,230,.18)}.badge-soft-primary[href]:focus,.badge-soft-primary[href]:hover{color:#556ee6;text-decoration:none;background-color:rgba(85,110,230,.4)}.badge-soft-secondary{color:#c3cbe4;background-color:rgba(195,203,228,.18)}.badge-soft-secondary[href]:focus,.badge-soft-secondary[href]:hover{color:#c3cbe4;text-decoration:none;background-color:rgba(195,203,228,.4)}.badge-soft-success{color:#34c38f;background-color:rgba(52,195,143,.18)}.badge-soft-success[href]:focus,.badge-soft-success[href]:hover{color:#34c38f;text-decoration:none;background-color:rgba(52,195,143,.4)}.badge-soft-info{color:#50a5f1;background-color:rgba(80,165,241,.18)}.badge-soft-info[href]:focus,.badge-soft-info[href]:hover{color:#50a5f1;text-decoration:none;background-color:rgba(80,165,241,.4)}.badge-soft-warning{color:#f1b44c;background-color:rgba(241,180,76,.18)}.badge-soft-warning[href]:focus,.badge-soft-warning[href]:hover{color:#f1b44c;text-decoration:none;background-color:rgba(241,180,76,.4)}.badge-soft-danger{color:#f46a6a;background-color:rgba(244,106,106,.18)}.badge-soft-danger[href]:focus,.badge-soft-danger[href]:hover{color:#f46a6a;text-decoration:none;background-color:rgba(244,106,106,.4)}.badge-soft-light{color:#32394e;background-color:rgba(50,57,78,.18)}.badge-soft-light[href]:focus,.badge-soft-light[href]:hover{color:#32394e;text-decoration:none;background-color:rgba(50,57,78,.4)}.badge-soft-dark{color:#eff2f7;background-color:rgba(239,242,247,.18)}.badge-soft-dark[href]:focus,.badge-soft-dark[href]:hover{color:#eff2f7;text-decoration:none;background-color:rgba(239,242,247,.4)}.badge-soft-pink{color:#e83e8c;background-color:rgba(232,62,140,.18)}.badge-soft-pink[href]:focus,.badge-soft-pink[href]:hover{color:#e83e8c;text-decoration:none;background-color:rgba(232,62,140,.4)}.badge-soft-grey{color:#444c62;background-color:rgba(68,76,98,.18)}.badge-soft-grey[href]:focus,.badge-soft-grey[href]:hover{color:#444c62;text-decoration:none;background-color:rgba(68,76,98,.4)}.badge-dark{color:#32394e}a,button{outline:none!important}.btn-rounded{border-radius:30px}.btn-dark,.btn-secondary{color:#2a3042!important}.btn-outline-light{color:#f8f9fa}.breadcrumb-item>a{color:#f6f6f6}.breadcrumb-item+.breadcrumb-item:before{font-family:"Material Design Icons"}.card{margin-bottom:24px;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.card-drop{color:#a6b0cf}.card-title{font-size:15px;margin:0 0 7px;font-weight:600}.card-title-desc{color:#a6b0cf;margin-bottom:24px}.card-header{border-top-right-radius:.25rem!important;border-top-left-radius:.25rem!important;background-color:#363e54}.card-header.rounded-header{border-radius:.25rem!important}.modal-content{border:0!important;border-radius:.25rem!important}#wh-add-modal .modal-content{padding:20px 50px}.dropdown-menu{box-shadow:0 1rem 3rem rgba(0,0,0,.175);animation-name:DropDownSlide;animation-duration:.3s;animation-fill-mode:both;margin:0;position:absolute;z-index:1000}.dropdown-menu.show{top:100%!important}.active-listing-column .dropdown-menu.show,.dropdown-menu.show{left:-112px!important}.dropdown-menu.dropdown-menu-right{right:0!important;left:auto!important}.dropdown-menu.dropdown-menu-left{right:auto!important;left:0!important}.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{top:auto!important;animation:none!important}@media(min-width:600px){.dropdown-menu-lg{width:320px}.dropdown-menu-md{width:240px}}.dropdown-divider{border-top-color:rgba(99,99,99,.4)}.dropdown-mega{position:static!important}.dropdown-megamenu{padding:20px;left:20px!important;right:20px!important}.dropdown-mega-menu-xl{width:40rem}.dropdown-mega-menu-lg{width:26rem}.nav-pills>a,.nav-pills>li>a,.nav-tabs>li>a{color:#f6f6f6;font-weight:500}.nav-pills a.active:hover{color:#fff!important}.nav-tabs-custom{border-bottom:2px solid #32394e}.nav-tabs-custom .nav-item{position:relative;color:#eff2f7}.nav-tabs-custom .nav-item .nav-link{border:none}.nav-tabs-custom .nav-item .nav-link:after{content:"";background:#556ee6;height:2px;position:absolute;width:100%;left:0;bottom:-1px;transition:all .25s ease 0s;transform:scale(0)}.nav-tabs-custom .nav-item .nav-link.active{color:#556ee6}.nav-tabs-custom .nav-item .nav-link.active:after{transform:scale(1)}.vertical-nav .nav .nav-link{padding:24px 16px;text-align:center;margin-bottom:8px}.vertical-nav .nav .nav-link .nav-icon{font-size:24px}.table th{font-weight:600}.table-centered td,.table-centered th{vertical-align:middle!important}.table-centered.select>tbody>tr:last-child{height:130px}.table-for-select td,.table-for-select th{vertical-align:top!important}.table-for-select>tbody>tr:last-child{height:160px}.table-nowrap td,.table-nowrap th{white-space:nowrap}.inner-table th{font-weight:lighter}.pagination-rounded .page-link{border-radius:30px!important;margin:0 3px;border:none;width:32px;height:32px;padding:0;text-align:center;line-height:32px}.progress-sm{height:5px}.progress-md{height:8px}.progress-lg{height:12px}.progress-xl{height:16px}.custom-progess{position:relative}.custom-progess .progress-icon{position:absolute;top:-12px}.custom-progess .progress-icon .avatar-title{background:#2a3042}.text-overflow-wrap{white-space:nowrap;width:160px;overflow:hidden;text-overflow:ellipsis}.btn-pill{border-radius:25px}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.plan-border{border-color:#556ee6!important}.cursor-auto{cursor:auto!important}.order-note-text{overflow:scroll;text-overflow:ellipsis;max-height:76px}.carousel-btns{width:10%!important}.carousel-btns-plans{width:5%!important}.order-note-divider{border:.5px solid rgba(147,156,185,.3490196078)}#page-topbar{position:fixed;top:0;right:0;left:0;z-index:1002;background-color:#262b3c;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.navbar-header{display:flex;justify-content:space-between;align-items:center;margin:0 auto;height:70px;padding:0 12px 0 0}.navbar-header .dropdown.show .header-item{background-color:#212529}.navbar-brand-box{padding:0 1.5rem;text-align:center;width:250px}.logo{line-height:70px}.logo-light,.logo .logo-sm{display:none}.app-search{padding:16px 0}.app-search .form-control,.app-search input.PhoneInputInput{border:none;height:38px;padding-left:40px;padding-right:20px;background-color:#2a3042;box-shadow:none;border-radius:30px}.app-search span{position:absolute;z-index:auto;font-size:16px;line-height:38px;left:13px;top:0;color:#c3cbe4}.megamenu-list li{position:relative;padding:5px 0}.megamenu-list li a{color:#a6b0cf}@media(max-width:992px){.navbar-brand-box{width:auto}.logo span.logo-lg{display:none}.logo span.logo-sm{display:inline-block}}.page-content.purchase-order{margin-left:9px}.header-item{height:70px;box-shadow:none!important;border:0;border-radius:0}.header-item,.header-item:hover{color:#a6b0cf}.header-profile-user{height:36px;width:36px;background-color:#32394e;padding:3px}.noti-icon i{font-size:22px;color:#a6b0cf}.noti-icon.notification-icon i{font-size:24px}.noti-icon .badge{position:absolute;top:12px}.notification-item .media{padding:.75rem 1rem}.notification-item .media:hover{background-color:#32394e}.dropdown-icon-item{border-radius:3px;line-height:34px;text-align:center;padding:15px 0 9px;display:block;border:1px solid transparent;color:#c3cbe4}.dropdown-icon-item img{height:24px}.dropdown-icon-item span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-icon-item:hover{border-color:#2a3042}.fullscreen-enable [data-toggle=fullscreen] .bx-fullscreen:before{content:""}body[data-topbar=dark] #page-topbar{background-color:#556ee6}body[data-topbar=dark] .navbar-header .dropdown.show .header-item{background-color:hsla(0,0%,100%,.05)}body[data-topbar=dark] .navbar-header .waves-effect .waves-ripple{background:hsla(0,0%,100%,.4)}body[data-topbar=dark] .header-item,body[data-topbar=dark] .header-item:hover{color:#e9ecef}body[data-topbar=dark] .header-profile-user{background-color:hsla(0,0%,100%,.25)}body[data-topbar=dark] .noti-icon i{color:#e9ecef}body[data-topbar=dark] .logo-dark{display:none}body[data-topbar=dark] .logo-light{display:block}body[data-topbar=dark] .app-search .form-control,body[data-topbar=dark] .app-search input.PhoneInputInput{background-color:rgba(42,48,66,.07);color:#fff}body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder,body[data-topbar=dark] .app-search input.PhoneInputInput::-webkit-input-placeholder,body[data-topbar=dark] .app-search span{color:hsla(0,0%,100%,.5)}body[data-sidebar=dark] .navbar-brand-box{background:#2a3042}body[data-sidebar=dark] .logo-dark{display:none}body[data-sidebar=dark] .logo-light{display:block}@media(max-width:600px){.navbar-header .dropdown{position:static}.navbar-header .dropdown .dropdown-menu{left:10px!important;right:10px!important}}@media(max-width:380px){.navbar-brand-box{display:none}}body[data-layout=horizontal] .navbar-brand-box{width:auto}body[data-layout=horizontal] .page-content{margin-top:70px;padding:79px 12px 78px}body[data-sidebar=light] .page-content{background-color:#f4f4f8}@media(max-width:992px){body[data-layout=horizontal] .page-content{margin-top:15px}}.page-title-box{padding-bottom:24px}.page-title-box .breadcrumb{background-color:transparent;padding:0}.page-title-box h4{text-transform:uppercase;font-weight:600;font-size:16px!important}.footer{bottom:0;padding:20px 12px;position:absolute;z-index:1;right:0;color:#a6b0cf;left:250px;height:78px;background-color:#262b3c}@media(max-width:992px){.footer{left:0}}.vertical-collpsed .footer{left:70px}body[data-layout=horizontal] .footer{left:0!important}.right-bar{background-color:#2a3042;box-shadow:0 0 24px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);display:block;position:fixed;transition:all .2s ease-out;width:280px;z-index:9999;float:right!important;right:-290px;top:0;bottom:0}.right-bar .right-bar-toggle{background-color:#fff;height:24px;width:24px;line-height:24px;color:#2a3042;text-align:center;border-radius:50%}.right-bar .right-bar-toggle:hover{background-color:#fff}.rightbar-overlay{background-color:rgba(239,242,247,.55);position:absolute;left:0;right:0;top:0;bottom:0;display:none;z-index:9998;transition:all .2s ease-out}.right-bar-enabled .right-bar{right:0}.right-bar-enabled .rightbar-overlay{display:block}@media(max-width:767.98px){.right-bar{overflow:auto}.right-bar .slimscroll-menu{height:auto!important}}.metismenu{margin:0}.metismenu li{display:block;width:100%}.metismenu .mm-collapse,.metismenu .mm-collapse:not(.mm-show){display:none}.metismenu .mm-collapse.mm-show{display:block}.metismenu .mm-collapsing{position:relative;height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height,visibility}.vertical-menu{width:250px;z-index:1001;background:#fff;bottom:0;margin-top:0;position:fixed;top:70px;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.main-content{margin-left:250px;overflow:hidden;padding:86px 16px 70px}.main-content .content{padding:0 15px 10px;margin-top:70px}#sidebar-menu{padding:10px 0 30px}#sidebar-menu .mm-active>.has-arrow:after{transform:rotate(-180deg)}#sidebar-menu .has-arrow:after{content:"󰅀";font-family:"Material Design Icons";display:block;float:right;transition:transform .2s;font-size:1rem}#sidebar-menu ul li a{display:block;padding:.625rem 1.5rem;color:#545a6d;position:relative;font-size:13px;transition:all .4s}#sidebar-menu ul li a i{display:inline-block;min-width:1.75rem;padding-bottom:.125em;font-size:1.25rem;line-height:1.40625rem;vertical-align:middle;color:#7f8387;transition:all .4s}#sidebar-menu ul li a:hover,#sidebar-menu ul li a:hover i{color:#556ee6}#sidebar-menu ul li .badge{margin-top:4px}#sidebar-menu ul li ul.sub-menu{padding:0}#sidebar-menu ul li ul.sub-menu li a{padding:.4rem 1.5rem .4rem 3.5rem;font-size:13px;color:#545a6d}#sidebar-menu ul li ul.sub-menu li ul.sub-menu{padding:0}#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a{padding:.4rem 1.5rem .4rem 4.5rem;font-size:13.5px}.menu-title{padding:12px 20px!important;letter-spacing:.05em;pointer-events:none;cursor:default;font-size:11px;text-transform:uppercase;color:#7f8387;font-weight:600}.mm-active,.mm-active .active,.mm-active .active i,.mm-active>i{color:#556ee6!important}@media(max-width:992px){.vertical-menu{display:none}.main-content{margin-left:0!important}body.sidebar-enable .vertical-menu{display:block}}.vertical-collpsed .main-content{margin-left:70px}.vertical-collpsed .navbar-brand-box{width:70px!important}.vertical-collpsed .logo span.logo-lg{display:none}.vertical-collpsed .logo span.logo-sm{display:block}.vertical-collpsed .vertical-menu{position:absolute;width:70px!important;z-index:5}.vertical-collpsed .vertical-menu .simplebar-content-wrapper,.vertical-collpsed .vertical-menu .simplebar-mask{overflow:visible!important}.vertical-collpsed .vertical-menu .simplebar-scrollbar{display:none!important}.vertical-collpsed .vertical-menu .simplebar-offset{bottom:0!important}.vertical-collpsed .vertical-menu #sidebar-menu .badge,.vertical-collpsed .vertical-menu #sidebar-menu .collapse.in,.vertical-collpsed .vertical-menu #sidebar-menu .menu-title{display:none!important}.vertical-collpsed .vertical-menu #sidebar-menu .nav.collapse{height:inherit!important}.vertical-collpsed .vertical-menu #sidebar-menu .has-arrow:after{display:none}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li{position:relative;white-space:nowrap}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a{padding:15px 20px;min-height:55px;transition:none}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:active,.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:focus,.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:hover{color:#556ee6}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a i{font-size:1.45rem;margin-left:4px}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a span{display:none;padding-left:25px}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{position:relative;width:260px;color:#556ee6;background-color:#f5f5f5;transition:none}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i{color:#556ee6}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a span{display:inline}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul{display:block;left:70px;position:absolute;width:190px;height:auto!important;box-shadow:3px 5px 10px 0 rgba(54,61,71,.1)}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul ul{box-shadow:3px 5px 10px 0 rgba(54,61,71,.1)}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a{box-shadow:none;padding:8px 20px;position:relative;width:190px;z-index:6;color:#545a6d}.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover{color:#556ee6}.vertical-collpsed .vertical-menu #sidebar-menu>ul ul{padding:5px 0;z-index:9999;display:none;background-color:#fff}.vertical-collpsed .vertical-menu #sidebar-menu>ul ul li:hover>ul{display:block;left:190px;height:auto!important;margin-top:-36px;position:absolute;width:190px}.vertical-collpsed .vertical-menu #sidebar-menu>ul ul li>a span.pull-right{position:absolute;right:20px;top:12px;transform:rotate(270deg)}.vertical-collpsed .vertical-menu #sidebar-menu>ul ul li.active a{color:#212529}body[data-sidebar=dark] .vertical-menu{background:#2a3042}body[data-sidebar=dark] #sidebar-menu ul li a{color:#a6b0cf}body[data-sidebar=dark] #sidebar-menu ul li a i{color:#6a7187}body[data-sidebar=dark] #sidebar-menu ul li a:hover,body[data-sidebar=dark] #sidebar-menu ul li a:hover i{color:#fff}body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a{color:#79829c}body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover{color:#fff}body[data-sidebar=dark].vertical-collpsed{min-height:1300px}body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{background:#2e3548;color:#fff}body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i{color:#fff}body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a{color:#79829c}body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover{color:#fff}body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul ul{background-color:#2a3042}body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active,body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i{color:#556ee6!important}body[data-sidebar=dark] .mm-active,body[data-sidebar=dark] .mm-active .active,body[data-sidebar=dark] .mm-active .active i,body[data-sidebar=dark] .mm-active>i{color:#fff!important}body[data-sidebar=dark] .menu-title{color:#6a7187}body[data-layout=horizontal] .main-content{margin-left:0!important}body[data-sidebar-size=small] .navbar-brand-box{width:160px}body[data-sidebar-size=small] .vertical-menu{width:160px;text-align:center}body[data-sidebar-size=small] .vertical-menu .badge,body[data-sidebar-size=small] .vertical-menu .has-arrow:after{display:none!important}body[data-sidebar-size=small] .main-content{margin-left:160px}body[data-sidebar-size=small] .footer{left:160px}body[data-sidebar-size=small] #sidebar-menu ul li.menu-title{background-color:#2e3548}body[data-sidebar-size=small] #sidebar-menu ul li a i{display:block}body[data-sidebar-size=small] #sidebar-menu ul li ul.sub-menu li a{padding-left:1.5rem;display:flex}body[data-sidebar-size=small].vertical-collpsed .main-content{margin-left:70px}body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu{text-align:left}body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a i{display:inline-block}body[data-sidebar-size=small].vertical-collpsed .footer{left:70px}body[data-sidebar=colored] .navbar-brand-box,body[data-sidebar=colored] .vertical-menu{background-color:#556ee6}body[data-sidebar=colored] .navbar-brand-box .logo-dark{display:none}body[data-sidebar=colored] .navbar-brand-box .logo-light{display:block}body[data-sidebar=colored] .mm-active,body[data-sidebar=colored] .mm-active .active,body[data-sidebar=colored] .mm-active>i{color:#fff!important}body[data-sidebar=colored] #sidebar-menu ul li.menu-title,body[data-sidebar=colored] #sidebar-menu ul li a,body[data-sidebar=colored] #sidebar-menu ul li a i{color:hsla(0,0%,100%,.6)}body[data-sidebar=colored] #sidebar-menu ul li a.waves-effect .waves-ripple{background:hsla(0,0%,100%,.1)}body[data-sidebar=colored] #sidebar-menu ul li ul.sub-menu li a{color:hsla(0,0%,100%,.5)}body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{background-color:rgb(93.8923076923,117.5846153846,231.3076923077);color:#fff}body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i{color:#fff}body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active{color:#556ee6!important}.topnav{background:#282e3f;padding:0 12px;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);margin-top:70px;position:fixed;left:0;right:0;z-index:100}.topnav .topnav-menu{margin:0;padding:0}.topnav .navbar-nav .nav-link{font-size:14px;position:relative;padding:1rem 1.3rem;color:#a6b0cf}.topnav .navbar-nav .nav-link i{font-size:15px}.topnav .navbar-nav .nav-link:focus,.topnav .navbar-nav .nav-link:hover{color:#556ee6;background-color:transparent}.topnav .navbar-nav .dropdown-item{color:#a6b0cf}.topnav .navbar-nav .dropdown-item.active,.topnav .navbar-nav .dropdown-item:hover,.topnav .navbar-nav .nav-item .nav-link.active{color:#556ee6}.topnav .navbar-nav .dropdown.active>a{color:#556ee6;background-color:transparent}@media(min-width:1200px){body[data-layout=horizontal] .container-fluid,body[data-layout=horizontal] .container-lg,body[data-layout=horizontal] .container-md,body[data-layout=horizontal] .container-sm,body[data-layout=horizontal] .container-xl,body[data-layout=horizontal] .navbar-header{max-width:85%}}@media(min-width:992px){.topnav .navbar-nav .nav-item:first-of-type .nav-link{padding-left:0}.topnav .dropdown-item{padding:.5rem 1.5rem;min-width:180px}.topnav .dropdown.mega-dropdown .mega-dropdown-menu{left:0;right:auto}.topnav .dropdown .dropdown-menu{margin-top:0;border-radius:0 0 .25rem .25rem}.topnav .dropdown .dropdown-menu .arrow-down:after{right:15px;transform:rotate(-135deg) translateY(-50%);position:absolute}.topnav .dropdown .dropdown-menu .dropdown .dropdown-menu{position:absolute;top:0!important;left:100%;display:none}.topnav .dropdown:hover>.dropdown-menu,.topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu{display:block}.navbar-toggle{display:none}}.arrow-down,.arrow-down:after{display:inline-block}.arrow-down:after{border-color:initial;border-style:solid;border-width:0 0 1px 1px;content:"";height:.4em;right:5px;top:50%;margin-left:10px;transform:rotate(-45deg) translateY(-50%);transform-origin:top;transition:all .3s ease-out;width:.4em}@media(max-width:1199.98px){.topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu{right:100%;left:auto}}@media(max-width:991.98px){.navbar-brand-box .logo-dark,.navbar-brand-box .logo-dark span.logo-sm{display:none}.navbar-brand-box .logo-light,.navbar-brand-box .logo-light span.logo-sm{display:block}.topnav{max-height:360px;overflow-y:auto;padding:0}.topnav .navbar-nav .nav-link{padding:.75rem 1.1rem}.topnav .dropdown .dropdown-menu{background-color:transparent;border:none;box-shadow:none;padding-left:15px}.topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl{width:auto}.topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row{margin:0}.topnav .dropdown .dropdown-item{position:relative;background-color:transparent}.topnav .dropdown .dropdown-item.active,.topnav .dropdown .dropdown-item:active{color:#556ee6}.topnav .arrow-down:after{right:15px;position:absolute}}@media(min-width:992px){body[data-layout=horizontal][data-topbar=light] .navbar-brand-box .logo-dark{display:none}body[data-layout=horizontal][data-topbar=light] .navbar-brand-box .logo-light{display:block}body[data-layout=horizontal][data-topbar=light] .topnav{background-color:#556ee6}body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link{color:hsla(0,0%,100%,.6)}body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:focus,body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.9)}body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav>.dropdown.active>a{color:hsla(0,0%,100%,.9)!important}}body[data-layout=horizontal][data-topbar=colored] #page-topbar{background-color:#556ee6;box-shadow:none}body[data-layout=horizontal][data-topbar=colored] .logo-dark{display:none}body[data-layout=horizontal][data-topbar=colored] .logo-light{display:block}body[data-layout=horizontal][data-topbar=colored] .app-search .form-control,body[data-layout=horizontal][data-topbar=colored] .app-search input.PhoneInputInput{background-color:rgba(42,48,66,.07);color:#fff}body[data-layout=horizontal][data-topbar=colored] .app-search input.form-control::-webkit-input-placeholder,body[data-layout=horizontal][data-topbar=colored] .app-search input.PhoneInputInput::-webkit-input-placeholder,body[data-layout=horizontal][data-topbar=colored] .app-search span{color:hsla(0,0%,100%,.5)}body[data-layout=horizontal][data-topbar=colored] .header-item,body[data-layout=horizontal][data-topbar=colored] .header-item:hover{color:#e9ecef}body[data-layout=horizontal][data-topbar=colored] .navbar-header .dropdown.show .header-item{background-color:hsla(0,0%,100%,.1)}body[data-layout=horizontal][data-topbar=colored] .navbar-header .waves-effect .waves-ripple{background:hsla(0,0%,100%,.4)}body[data-layout=horizontal][data-topbar=colored] .noti-icon i{color:#e9ecef}@media(min-width:992px){body[data-layout=horizontal][data-topbar=colored] .topnav{background-color:#556ee6}body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link{color:hsla(0,0%,100%,.6)}body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:focus,body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.9)}body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav>.dropdown.active>a{color:hsla(0,0%,100%,.9)!important}}body[data-layout-size=boxed]{background-color:#32394f}body[data-layout-size=boxed] #layout-wrapper{background-color:#222736;max-width:1300px;margin:0 auto;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}body[data-layout-size=boxed] #page-topbar{max-width:1300px;margin:0 auto}body[data-layout-size=boxed] .footer{margin:0 auto;max-width:1050px}body[data-layout-size=boxed].vertical-collpsed .footer{max-width:1230px}body[data-layout=horizontal][data-layout-size=boxed] #layout-wrapper,body[data-layout=horizontal][data-layout-size=boxed] #page-topbar,body[data-layout=horizontal][data-layout-size=boxed] .footer{max-width:100%}body[data-layout=horizontal][data-layout-size=boxed] .container-fluid,body[data-layout=horizontal][data-layout-size=boxed] .container-lg,body[data-layout=horizontal][data-layout-size=boxed] .container-md,body[data-layout=horizontal][data-layout-size=boxed] .container-sm,body[data-layout=horizontal][data-layout-size=boxed] .container-xl,body[data-layout=horizontal][data-layout-size=boxed] .navbar-header{max-width:1300px}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{padding:0}.custom-filter{background-color:#2a3042;box-shadow:0 0 24px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);display:block;transition:all .2s ease-out;width:300px;z-index:9999;float:right!important;bottom:0;position:fixed;top:8.8%;right:0}.custom-filter .custom-filter-toggle{background-color:#fff;height:24px;width:24px;line-height:24px;color:#2a3042;text-align:center;border-radius:50%}.custom-filter .custom-filter-toggle:hover{background-color:#fff}.custom-filter-enabled .custom-filter{right:0}@media(max-width:767.98px){.custom-filter{overflow:auto}.custom-filter .slimscroll-menu{height:auto!important}}.height-calc{overflow:auto;height:calc(100vh - 260px)}.flex-center{display:flex;align-items:center}.firstPromoter-add-link{background-color:#f46a6a;border-radius:6px;cursor:pointer;border:.5px solid #eb5e5e}.firstPromoter-add-link:hover{border:.5px solid #556ee6;filter:drop-shadow(0 4px 4px rgba(0,0,0,.25))}.firstPromoter-add-link .up-div{display:flex;background-color:#eb5e5e;border-radius:6px;justify-content:flex-start;grid-column-gap:6px;align-items:center;padding:10px}.firstPromoter-add-link .heading-div h6{margin-bottom:0}.firstPromoter-add-link .description{display:flex;justify-content:center;align-items:center;padding:15px 10px}.firstPromoter-add-link .description p{margin-left:3px}.sidebar-enable ul li .firstPromoter-add-link{background-color:transparent;border:none}.sidebar-enable ul li .firstPromoter-add-link:hover{border:none}.sidebar-enable ul li .firstPromoter-add-link .up-div{background-color:transparent;padding:6px}.sidebar-enable ul li .firstPromoter-add-link .description,.sidebar-enable ul li .firstPromoter-add-link .up-div .heading-div{display:none}/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */.waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.waves-effect .waves-ripple{position:absolute;border-radius:50%;width:100px;height:100px;margin-top:-50px;margin-left:-50px;opacity:0;background:rgba(0,0,0,.2);background:radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,hsla(0,0%,100%,0) 70%);transition:all .5s ease-out;transition-property:transform,opacity;transform:scale(0) translate(0);pointer-events:none}.waves-effect.waves-light .waves-ripple{background:hsla(0,0%,100%,.4);background:radial-gradient(hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.3) 40%,hsla(0,0%,100%,.4) 50%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0) 70%)}.waves-effect.waves-classic .waves-ripple{background:rgba(0,0,0,.2)}.waves-effect.waves-classic.waves-light .waves-ripple{background:hsla(0,0%,100%,.4)}.waves-notransition{transition:none!important}.waves-button,.waves-circle{transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(circle,#fff 100%,#000 0)}.waves-button,.waves-button-input,.waves-button:hover,.waves-button:visited{white-space:nowrap;vertical-align:middle;cursor:pointer;border:none;outline:none;color:inherit;background-color:transparent;font-size:1em;line-height:1em;text-align:center;text-decoration:none;z-index:1}.waves-button{padding:.85em 1.1em;border-radius:.2em}.waves-button-input{margin:0;padding:.85em 1.1em}.waves-input-wrapper{border-radius:.2em;vertical-align:bottom}.waves-input-wrapper.waves-button{padding:0}.waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}.waves-circle{text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%}.waves-float{-webkit-mask-image:none;box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);transition:all .3s}.waves-float:active{box-shadow:0 8px 20px 1px rgba(0,0,0,.3)}.waves-block{display:block}.waves-effect.waves-light .waves-ripple{background-color:hsla(0,0%,100%,.4)}.waves-effect.waves-primary .waves-ripple{background-color:rgba(85,110,230,.4)}.waves-effect.waves-success .waves-ripple{background-color:rgba(52,195,143,.4)}.waves-effect.waves-info .waves-ripple{background-color:rgba(80,165,241,.4)}.waves-effect.waves-warning .waves-ripple{background-color:rgba(241,180,76,.4)}.waves-effect.waves-danger .waves-ripple{background-color:rgba(244,106,106,.4)}.avatar-xs{height:2rem;width:2rem}.avatar-sm{height:3rem;width:3rem}.avatar-md{height:4.5rem;width:4.5rem}.avatar-lg{height:6rem;width:6rem}.avatar-xl{height:7.5rem;width:7.5rem}.avatar-title{align-items:center;background-color:#556ee6;color:#fff;display:flex;font-weight:500;height:100%;justify-content:center;width:100%}.custom-accordion .accordion-list{display:flex;border-radius:7px;background-color:#32394e;padding:12px 20px;color:#a6b0cf;font-weight:600;align-items:center;justify-content:space-between}.custom-accordion .accordion-list.collapsed i.accor-plus-icon:before{content:""}.custom-accordion .accordion-list .accor-plus-icon{display:inline-block;font-size:16px;height:24px;width:24px;line-height:22px;background-color:#2a3042;text-align:center;border-radius:50%}.custom-accordion .card-body{color:#bfc8e2}.font-size-8{font-size:8px!important}.font-size-10{font-size:10px!important}.font-size-11{font-size:11px!important}.font-size-12{font-size:12px!important}.font-size-13{font-size:13px!important}.font-size-14{font-size:14px!important}.font-size-15{font-size:15px!important}.font-size-16{font-size:16px!important}.font-size-17{font-size:17px!important}.font-size-18{font-size:18px!important}.font-size-20{font-size:20px!important}.font-size-22{font-size:22px!important}.font-size-24{font-size:24px!important}.font-weight-medium{font-weight:500}.font-weight-semibold{font-weight:600}.social-list-item{height:2rem;width:2rem;line-height:calc(2rem - 2px);display:block;border:1px solid #bfc8e2;border-radius:50%;color:#bfc8e2;text-align:center;transition:all .4s}.social-list-item:hover{color:#c3cbe4;background-color:#2a3042}.w-xs{min-width:80px}.w-sm{min-width:95px}.w-md{min-width:110px}.w-lg{min-width:140px}.w-xl{min-width:160px}#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#2a3042;z-index:999999;opacity:.6}#status{width:40px;height:40px;position:absolute;left:50%;top:50%;margin:-20px 0 0 -20px}.spinner-chase{margin:0 auto;width:40px;height:40px;position:relative;animation:spinner-chase 2.5s linear infinite both}.chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:chase-dot 2s ease-in-out infinite both}.chase-dot:before{content:"";display:block;width:25%;height:25%;background-color:#556ee6;border-radius:100%;animation:chase-dot-before 2s ease-in-out infinite both}.chase-dot:first-child,.chase-dot:first-child:before{animation-delay:-1.1s}.chase-dot:nth-child(2),.chase-dot:nth-child(2):before{animation-delay:-1s}.chase-dot:nth-child(3),.chase-dot:nth-child(3):before{animation-delay:-.9s}.chase-dot:nth-child(4),.chase-dot:nth-child(4):before{animation-delay:-.8s}.chase-dot:nth-child(5),.chase-dot:nth-child(5):before{animation-delay:-.7s}.chase-dot:nth-child(6),.chase-dot:nth-child(6):before{animation-delay:-.6s}.no-spinner::-webkit-inner-spin-button,.no-spinner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no-spinner{-moz-appearance:textfield}.form-check-input{margin-top:.24rem}.form-check-right{padding-left:0;display:inline-block;padding-right:1.25rem}.form-check-right .form-check-input{right:0;margin-left:0}.form-check-right .form-check-label{display:block}.custom-control-right{padding-left:0;padding-right:1.5rem;display:inline-block}.custom-control-right .custom-control-label{display:inline-block}.custom-control-right .custom-control-label:after,.custom-control-right .custom-control-label:before{left:auto;right:-1.5rem}.custom-control-right .custom-control-input{left:auto}.mini-stats-wid .mini-stat-icon{overflow:hidden;position:relative}.mini-stats-wid .mini-stat-icon:after,.mini-stats-wid .mini-stat-icon:before{content:"";position:absolute;width:8px;height:54px;background-color:hsla(0,0%,100%,.1);left:16px;transform:rotate(32deg);top:-5px;transition:all .4s}.mini-stats-wid .mini-stat-icon:after{left:-12px;width:12px;transition:all .2s}.mini-stats-wid:hover .mini-stat-icon:after{left:60px}.button-items{margin-left:-8px;margin-bottom:-12px}.button-items .btn{margin-bottom:12px;margin-left:8px}.mfp-popup-form{max-width:1140px}.bs-example-modal{position:relative;top:auto;right:auto;bottom:auto;left:auto;z-index:1;display:block}.icon-demo-content{text-align:center;color:#bfc8e2}.icon-demo-content i{display:block;font-size:24px;margin-bottom:16px;color:#c3cbe4;transition:all .4s}.icon-demo-content .col-lg-4{margin-top:24px}.icon-demo-content .col-lg-4:hover i{color:#556ee6;transform:scale(1.5)}.grid-structure .grid-container{background-color:#212529;margin-top:10px;font-size:.8rem;font-weight:500;padding:10px 20px}.card-radio{background-color:#2a3042;border:2px solid #32394e;border-radius:.25rem;padding:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-radio:hover{cursor:pointer}.card-radio-label{display:block}.card-radio-input{display:none}.card-radio-input:checked+.card-radio{border-color:#556ee6!important}.navs-carousel .owl-nav{margin-top:16px}.navs-carousel .owl-nav button{width:30px;height:30px;line-height:28px!important;font-size:20px!important;border-radius:50%!important;background-color:rgba(85,110,230,.25)!important;color:#556ee6!important;margin:4px 8px!important}@media print{.footer,.navbar-header,.page-title-box,.right-bar,.vertical-menu{display:none!important}.card-body,.main-content,.page-content,.right-bar,body{padding:0;margin:0}.card{border:0}}.sweet-alert{background-color:#363e54!important;color:#f5f5f5!important;width:auto!important}.StripeElement{height:40px;padding:10px 12px;width:100%;background-color:#2e3548;border:1px solid #32394e;border-radius:4px;transition:box-shadow .15s ease}.dark .inputs-group{border-radius:50px;background-color:#2e3548}.dark .inputs-group .select2-selection__control{padding-left:12px!important;background-color:#2e3548!important;border-color:#2e3548!important;border-radius:50px}.dark .inputs-group .select2-selection__control .select2-selection__value-container{min-width:60px!important}.dark .inputs-group .vertical-line2{border-right:1px solid rgba(196,204,227,.3764705882)!important;height:2rem!important;text-align:center!important;margin-top:1%!important;margin:0 8px}.dark .inputs-group input{padding-left:10px!important;background-color:#2e3548!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.dark .inputs-group input.search-input{min-width:280px!important}.dark .inputs-group input:focus{z-index:0!important}.light .inputs-group{border-radius:50px;background-color:#fff}.light .inputs-group .app-search .form-group{border:none!important}.light .inputs-group .select2-selection__control{padding-left:12px!important;background-color:#fff!important;border-color:#fff!important;border-radius:50px}.light .inputs-group .select2-selection__control .select2-selection__value-container{max-width:60px!important}.light .inputs-group .vertical-line2{border-right:1px solid #000!important;height:2rem!important;text-align:center!important;margin-top:1%!important;margin:0 8px}.light .inputs-group input{padding-left:10px!important;min-width:280px!important;background-color:#2a3042;border-top-left-radius:0!important;border-bottom-left-radius:0!important;border:none!important}.light .inputs-group input.search-input{min-width:280px!important}.light .inputs-group input:focus{z-index:0!important}.dark .inputs-group-inbounds{border-radius:50px;background-color:#2e3548}.dark .inputs-group-inbounds .select2-selection__control{padding-left:12px!important;background-color:#2e3548!important;border-color:#2e3548!important;border-radius:50px}.dark .inputs-group-inbounds .select2-selection__control .select2-selection__value-container{min-width:120px!important}.dark .inputs-group-inbounds .vertical-line2{border-right:1px solid rgba(196,204,227,.3764705882)!important;height:2rem!important;text-align:center!important;margin-top:1%!important;margin:0 8px}.dark .inputs-group-inbounds input{padding-left:10px!important;background-color:#2e3548!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.dark .inputs-group-inbounds input.search-input{min-width:280px!important}.dark .inputs-group-inbounds input:focus{z-index:0!important}.light .inputs-group-inbounds{border-radius:50px;background-color:#fff}.light .inputs-group-inbounds .app-search .form-group{border:none!important}.light .inputs-group-inbounds .select2-selection__control{padding-left:12px!important;background-color:#fff!important;border-color:#fff!important;border-radius:50px}.light .inputs-group-inbounds .select2-selection__control .select2-selection__value-container{max-width:120px!important}.light .inputs-group-inbounds .vertical-line2{border-right:1px solid #000!important;height:2rem!important;text-align:center!important;margin-top:1%!important;margin:0 8px}.light .inputs-group-inbounds input{padding-left:10px!important;min-width:280px!important;background-color:#2a3042;border-top-left-radius:0!important;border-bottom-left-radius:0!important;border:none!important}.light .inputs-group-inbounds input.search-input{min-width:280px!important}.light .inputs-group-inbounds input:focus{z-index:0!important}.dark .inbound-date-range{background-color:#2c3346;margin:0;padding:0;height:36px;border-radius:3px}.dark .inbound-date-range input{border-color:transparent!important}.light .inbound-date-range{background-color:#fff;margin:0;padding:0;height:36px;border-radius:3px}.light .inbound-date-range input{border-color:transparent!important}.filter-tag{border:1px solid #556ee6;background-color:rgba(85,110,230,.24);border-radius:50px;white-space:nowrap}.filter-remove{background-color:#f46a6a;border-radius:50px;right:0;top:-5px;cursor:pointer;color:#fff}.filter-text-clr{color:#fff}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;overflow:hidden;left:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{position:absolute;padding:0;margin:0;top:0;bottom:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;left:0!important;right:0!important;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;visibility:visible;overflow:auto;max-width:100%;max-height:100%;scrollbar-width:none;padding:0!important}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{position:absolute;overflow:hidden;pointer-events:none}.simplebar-track{z-index:1;right:0;bottom:0}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;right:2px;width:4px;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#a2adb7;border-radius:7px;left:0;right:0;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none}.custom-scroll{height:100%}.fc-toolbar h2{font-size:16px;line-height:30px;text-transform:uppercase}.fc th.fc-widget-header{background:#2a3042;font-size:13px;line-height:20px;padding:10px 0;text-transform:uppercase;font-weight:600}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#2a3042}.fc-unthemed td.fc-today{background:#32394e}.fc-button{background:#2a3042;border-color:rgba(99,99,99,.4);color:#f6f6f6;text-transform:capitalize;box-shadow:none;padding:6px 12px!important;height:auto!important}.fc-state-active,.fc-state-disabled,.fc-state-down{background-color:#556ee6;color:#fff;text-shadow:none}.fc-event{border-radius:2px;border:none;cursor:move;font-size:.8125rem;margin:5px 7px;padding:5px;text-align:center}.fc-event,.fc-event-dot{background-color:#556ee6}.fc-event .fc-content{color:#fff}.task-box{border:1px solid #32394e}.gu-transit{border:1px dashed #c3cbe4!important;background-color:#2a3042!important}#session-timeout-dialog .close{display:none}#session-timeout-dialog .countdown-holder{color:#f46a6a;font-weight:500}#session-timeout-dialog .btn-default{background-color:#fff;color:#f46a6a;box-shadow:none}.irs--square .irs-bar,.irs--square .irs-from,.irs--square .irs-single,.irs--square .irs-to{background:#556ee6!important;font-size:11px}.irs--square .irs-from:before,.irs--square .irs-single:before,.irs--square .irs-to:before{border-top-color:#556ee6}.irs--square .irs-line{background:#32394e;border-color:#32394e}.irs--square .irs-grid-text{font-size:11px;color:#a6b0cf}.irs--square .irs-max,.irs--square .irs-min{color:#a6b0cf;background:#32394e;font-size:11px}.irs--square .irs-handle{border:2px solid #556ee6;width:12px;height:12px;top:26px;background-color:#2a3042!important}.swal2-container .swal2-title{font-size:24px;font-weight:500}.swal2-icon.swal2-question{border-color:#50a5f1;color:#50a5f1}.swal2-icon.swal2-success [class^=swal2-success-line]{background-color:#34c38f}.swal2-icon.swal2-success .swal2-success-ring{border-color:rgba(52,195,143,.3)}.swal2-icon.swal2-warning{border-color:#f1b44c;color:#f1b44c}.swal2-styled:focus{box-shadow:none}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#556ee6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step,.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:rgba(85,110,230,.3)}.symbol{border-color:#2a3042}.rating-symbol-background,.rating-symbol-foreground{font-size:24px}.rating-symbol-foreground{top:0}#toast-container>div{box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);opacity:1}#toast-container>div:hover{box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);opacity:.9}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{min-width:96%;margin:4px auto}.toast-primary{border:2px solid #556ee6!important;background-color:rgba(85,110,230,.8)!important}.toast-secondary{border:2px solid #c3cbe4!important;background-color:rgba(195,203,228,.8)!important}.toast-success{border:2px solid #34c38f!important;background-color:rgba(52,195,143,.8)!important}.toast-info{border:2px solid #50a5f1!important;background-color:rgba(80,165,241,.8)!important}.toast-warning{border:2px solid #f1b44c!important;background-color:rgba(241,180,76,.8)!important}.toast-danger{border:2px solid #f46a6a!important;background-color:rgba(244,106,106,.8)!important}.toast-pink{border:2px solid #e83e8c!important;background-color:rgba(232,62,140,.8)!important}.toast-light{border:2px solid #32394e!important;background-color:rgba(50,57,78,.8)!important}.toast-dark{border:2px solid #eff2f7!important;background-color:rgba(239,242,247,.8)!important}.toast-grey{border:2px solid #444c62!important;background-color:rgba(68,76,98,.8)!important}.toast-error{background-color:rgba(244,106,106,.8);border:2px solid #f46a6a}.toastr-options{padding:24px;background-color:#2e3548;margin-bottom:0;border:1px solid rgba(99,99,99,.4)}.image-crop-preview .img-preview{float:left;margin-bottom:.5rem;margin-right:.5rem;overflow:hidden;background-color:#32394e;text-align:center;width:100%}.image-crop-preview .img-preview>img{max-width:100%}.image-crop-preview .preview-lg{height:9rem;width:16rem}.image-crop-preview .preview-md{height:4.5rem;width:8rem}.image-crop-preview .preview-sm{height:2.25rem;width:4rem}.image-crop-preview .preview-xs{height:1.125rem;margin-right:0;width:2rem}.img-crop-preview-btns .btn .docs-tooltip,.img-crop-preview-toggles .btn .docs-tooltip{display:block;margin:-.47rem -.75rem;padding:.47rem .75rem}.error{color:#f46a6a}.parsley-error{border-color:#f46a6a}.parsley-errors-list{display:none;margin:0;padding:0}.parsley-errors-list.filled{display:block}.parsley-errors-list>li{font-size:12px;list-style:none;color:#f46a6a;margin-top:5px}.select2-container .select2-selection__control{background-color:#2e3548;border:1px solid #32394e;min-height:38px}.select2-container .select2-selection__control:focus{outline:none}.select2-container .select2-selection__control.select2-selection__control--is-focused{box-shadow:none!important}.select2-container .select2-selection__control .select2-selection__rendered{line-height:36px;padding-left:12px;color:#bfc8e2}.select2-container .select2-selection__control .select2-selection__arrow{height:34px;width:34px;right:3px}.select2-container .select2-selection__control .select2-selection__arrow b{border-color:#bfc8e2 transparent transparent;border-width:6px 6px 0}.select2-container .select2-selection__control .select2-selection__placeholder{color:#a6b0cf}.select2-selection__placeholder,.select2-selection__single-value{color:#bfc8e2!important}.select2-selection__indicator-separator{display:none}.select2-container--open .select2-selection .select2-selection__arrow b{border-color:transparent transparent #bfc8e2!important;border-width:0 6px 6px!important}.select2-container--default .select2-search--dropdown{padding:10px;background-color:#2a3042}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #32394e;background-color:#2e3548;color:#c3cbe4;outline:none}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#556ee6}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#32394e;color:rgb(233.125,236.25,239.375)}.select2-container--default .select2-results__option[aria-selected=true]:hover{background-color:#556ee6;color:#fff}.select2-results__option{padding:6px 12px}.select2-selection__menu{border:1px solid #32394e!important;background-color:#2a3042!important;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)!important;z-index:999!important;overflow-y:scroll}.select2-selection__menu .select2-selection__option:last-child{margin-bottom:1vh}.select2-selection__menu .select2-selection__option.select2-selection__option--is-focused{background-color:#556ee6!important}.select2-search input{border:1px solid #32394e}.select2-container .select2-selection--multiple{min-height:38px;background-color:#2e3548;border:1px solid #32394e!important}.select2-container .select2-selection--multiple .select2-selection__rendered{padding:2px 10px}.select2-container .select2-selection--multiple .select2-search__field{border:0;color:#bfc8e2}.select2-container .select2-selection--multiple .select2-search__field::placeholder{color:#bfc8e2}.select2-container .select2-selection--multiple .select2-selection__choice{background-color:#2a3042;border:1px solid #32394e;border-radius:1px;padding:0 7px}.select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#a6b0cf}.select2-container--default .select2-results__group{font-weight:600}.select2-result-repository__avatar{float:left;width:60px;margin-right:10px}.select2-result-repository__avatar img{width:100%;height:auto;border-radius:2px}.select2-result-repository__statistics{margin-top:7px}.select2-result-repository__forks,.select2-result-repository__stargazers,.select2-result-repository__watchers{display:inline-block;font-size:11px;margin-right:1em;color:#bfc8e2}.select2-result-repository__forks .fa,.select2-result-repository__stargazers .fa,.select2-result-repository__watchers .fa{margin-right:4px}.select2-result-repository__forks .fa.fa-flash:before,.select2-result-repository__stargazers .fa.fa-flash:before,.select2-result-repository__watchers .fa.fa-flash:before{content:"";font-family:"Font Awesome 5 Free"}.select2-results__option--highlighted .select2-result-repository__forks,.select2-results__option--highlighted .select2-result-repository__stargazers,.select2-results__option--highlighted .select2-result-repository__watchers{color:hsla(0,0%,100%,.8)}.select2-result-repository__meta{overflow:hidden}.img-flag{margin-right:7px;height:15px;width:18px}.select2-container input[type=text]{color:#a6b0cf!important}input[switch]{display:none}input[switch]+label{font-size:1em;line-height:1;width:56px;height:24px;background-color:#a6b0cf;background-image:none;border-radius:2rem;padding:.16667rem;cursor:pointer;display:inline-block;position:relative}input[switch]+label,input[switch]+label:before{text-align:center;font-weight:500;transition:all .1s ease-in-out}input[switch]+label:before{color:#eff2f7;content:attr(data-off-label);display:block;font-family:inherit;font-size:12px;line-height:21px;position:absolute;right:1px;margin:3px;top:-2px;min-width:1.66667rem;overflow:hidden}input[switch]+label:after{content:"";position:absolute;left:3px;background-color:#2a3042;box-shadow:none;border-radius:2rem;height:20px;width:20px;top:2px;transition:all .1s ease-in-out}input[switch]:checked+label{background-color:#556ee6}input[switch]:checked+label:before{color:#fff;content:attr(data-on-label);right:auto;left:3px}input[switch]:checked+label:after{left:33px;background-color:#2a3042}input[switch=bool]+label{background-color:#f46a6a}input[switch=bool]+label:before,input[switch=bool]:checked+label:before,input[switch=default]:checked+label:before{color:#fff}input[switch=bool]:checked+label{background-color:#34c38f}input[switch=default]:checked+label{background-color:#a2a2a2}input[switch=primary]:checked+label{background-color:#556ee6}input[switch=success]:checked+label{background-color:#34c38f}input[switch=info]:checked+label{background-color:#50a5f1}input[switch=warning]:checked+label{background-color:#f1b44c}input[switch=danger]:checked+label{background-color:#f46a6a}input[switch=dark]:checked+label{background-color:#eff2f7}.square-switch{margin-right:7px}.square-switch input[switch]+label,.square-switch input[switch]+label:after{border-radius:0}.datepicker{border:1px solid #212529;padding:8px;z-index:999!important}.datepicker table tr th{font-weight:500}.datepicker table tr td.active,.datepicker table tr td .active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover,.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover,.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#556ee6!important;background-image:none;box-shadow:none;color:#fff!important}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover,.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#2a3042}.datepicker table tr td.new,.datepicker table tr td.old,.datepicker table tr td span.new,.datepicker table tr td span.old{color:#bfc8e2;opacity:.6}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background-color:#32394e}.table-condensed>tbody>tr>td,.table-condensed>thead>tr>th{padding:7px}.tox-tinymce{border:1px solid #32394e!important}.tox .tox-statusbar{border-top:1px solid #32394e!important}.tox .tox-edit-area__iframe,.tox .tox-menubar,.tox .tox-statusbar{background-color:#2a3042!important;background:none!important}.tox .tox-mbtn{color:#f6f6f6!important}.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active),.tox .tox-tbtn:hover{background-color:#32394e!important}.tox .tox-toolbar,.tox .tox-toolbar__overflow,.tox .tox-toolbar__primary{background:#32394e!important}.tox .tox-tbtn{color:#f6f6f6!important}.tox .tox-tbtn svg{fill:#f6f6f6!important}.tox .tox-edit-area__iframe{background-color:#2a3042!important}.tox .tox-statusbar__path-item,.tox .tox-statusbar__wordcount,.tox .tox-statusbar a{color:#f6f6f6!important}.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:1px solid #282e3e!important}.note-editor.note-frame{border:1px solid #32394e;box-shadow:none;margin:0}.note-editor.note-frame .note-statusbar{background-color:#32394e;border-top:1px solid #32394e}.note-editor.note-frame .note-editing-area .note-codable,.note-editor.note-frame .note-editing-area .note-editable{border:none;color:#bfc8e2;background-color:transparent}.note-btn-group .note-btn{background-color:#32394e!important;border-color:#32394e!important}.note-status-output{display:none}.note-editable p:last-of-type{margin-bottom:0}.card-header.note-toolbar .note-color .dropdown-menu,.note-popover .popover-content .note-color .dropdown-menu{min-width:344px}.note-popover{border-color:#32394e}.card-header.note-toolbar,.note-popover .popover-content{background-color:#32394e}.note-toolbar{padding:0 0 5px 5px!important}.rdw-editor-toolbar{background-color:#363e54;border-color:#363e54}.rdw-dropdown-wrapper,.rdw-option-wrapper{background-color:#32394e!important;border-color:#32394e!important;box-shadow:none!important}.rdw-editor-main{border:1px solid #363e54!important;padding:0 10px}.dropzone{min-height:230px;border:2px dashed #a6b0cf;background:#2a3042;border-radius:6px;cursor:pointer}.dropzone .dz-message{font-size:24px;width:100%}.twitter-bs-wizard .twitter-bs-wizard-nav{padding:4px;background-color:rgba(85,110,230,.1)}.twitter-bs-wizard .twitter-bs-wizard-nav .step-number{display:inline-block;width:38px;height:38px;line-height:34px;border:2px solid #556ee6;color:#556ee6;text-align:center;border-radius:50%}@media(max-width:991.98px){.twitter-bs-wizard .twitter-bs-wizard-nav .step-number{display:block;margin:0 auto 8px!important}}@media(min-width:992px){.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link{text-align:left}}.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active{background-color:transparent;color:#f6f6f6}.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active .step-number{background-color:#556ee6;color:#fff}.twitter-bs-wizard .twitter-bs-wizard-pager-link{padding-top:24px;padding-left:0;list-style:none;margin-bottom:0}.twitter-bs-wizard .twitter-bs-wizard-pager-link li{display:inline-block}.twitter-bs-wizard .twitter-bs-wizard-pager-link li a{display:inline-block;padding:.47rem .75rem;background-color:#556ee6;color:#fff;border-radius:.25rem}.twitter-bs-wizard .twitter-bs-wizard-pager-link li.disabled a{cursor:not-allowed;background-color:#798ceb}.twitter-bs-wizard .twitter-bs-wizard-pager-link li.next{float:right}.twitter-bs-wizard-tab-content{padding-top:24px;min-height:262px}.table-rep-plugin .btn-toolbar{display:block}.table-rep-plugin .table-responsive{border:none!important}.table-rep-plugin .btn-group .btn-default{background-color:#c3cbe4;color:#32394e;border:1px solid #c3cbe4}.table-rep-plugin .btn-group .btn-default.btn-primary{background-color:#556ee6;border-color:#556ee6;color:#fff;box-shadow:0 0 0 2px rgba(85,110,230,.5)}.table-rep-plugin .btn-group.pull-right{float:right}.table-rep-plugin .btn-group.pull-right .dropdown-menu{right:0;transform:none!important;top:100%!important}.table-rep-plugin tbody th{font-size:14px;font-weight:400}.table-rep-plugin .checkbox-row{padding-left:40px;color:#a6b0cf!important}.table-rep-plugin .checkbox-row:hover{background-color:#2e3548!important}.table-rep-plugin .checkbox-row label{display:inline-block;padding-left:5px;position:relative}.table-rep-plugin .checkbox-row label:before{-o-transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;background-color:#fff;border-radius:3px;border:1px solid #32394e;content:"";display:inline-block;height:17px;left:0;margin-left:-20px;position:absolute;transition:.3s ease-in-out;width:17px;outline:none!important}.table-rep-plugin .checkbox-row label:after{color:#2a3042;display:inline-block;font-size:11px;height:16px;left:0;margin-left:-20px;padding-left:3px;padding-top:1px;position:absolute;top:-1px;width:16px}.table-rep-plugin .checkbox-row input[type=checkbox]{cursor:pointer;opacity:0;z-index:1;outline:none!important}.table-rep-plugin .checkbox-row input[type=checkbox]:disabled+label{opacity:.65}.table-rep-plugin .checkbox-row input[type=checkbox]:focus+label:before{outline-offset:-2px;outline:none}.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label:after{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.table-rep-plugin .checkbox-row input[type=checkbox]:disabled+label:before{background-color:#212529;cursor:not-allowed}.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label:before{background-color:#556ee6;border-color:#556ee6}.table-rep-plugin .checkbox-row input[type=checkbox]:checked+label:after{color:#fff}.table-rep-plugin .fixed-solution .sticky-table-header{top:70px!important;background-color:#556ee6}.table-rep-plugin .fixed-solution .sticky-table-header table{color:#fff}.table-rep-plugin .sticky-table-header,.table-rep-plugin table.focus-on tbody tr.focused td,.table-rep-plugin table.focus-on tbody tr.focused th{background:#556ee6;border-color:#556ee6;color:#fff}.table-rep-plugin .sticky-table-header table,.table-rep-plugin table.focus-on tbody tr.focused td table,.table-rep-plugin table.focus-on tbody tr.focused th table{color:#fff}@media(min-width:992px){body[data-layout=horizontal] .fixed-solution .sticky-table-header{top:120px!important}}.table-editable .editable-input .form-control,.table-editable .editable-input input.PhoneInputInput{height:2rem}.table-editable a.editable{color:#a6b0cf}.table-editable .editable-buttons .btn-group-sm>.btn,.table-editable .editable-buttons .btn.btn-sm{font-size:12px}.table-editable tbody td.focus{box-shadow:inset 0 0 1px 1px #556ee6!important}.glyphicon{display:inline-block;font-family:"Material Design Icons";font-size:inherit;font-weight:600;font-style:inherit}.glyphicon-ok:before{content:"󰄬"}.glyphicon-remove:before{content:"󰅖"}.dt-autofill-list{border:none!important;background-color:#2a3042!important}.dt-autofill-list .dt-autofill-button,.dt-autofill-list .dt-autofill-question{border-bottom-color:#32394e!important}.dt-autofill-list ul li:hover{background-color:#32394e!important}.apex-charts{min-height:10px!important}.apex-charts text{font-family:"Poppins",sans-serif!important;fill:#bfc8e2}.apex-charts .apexcharts-canvas{margin:0 auto}.apexcharts-tooltip-text,.apexcharts-tooltip-title{font-family:"Poppins",sans-serif!important}.apexcharts-legend-series{font-weight:500}.apexcharts-gridline{pointer-events:none;stroke:#32394e}.apexcharts-legend-text{color:#c3cbe4!important;font-family:"Poppins",sans-serif!important;font-size:13px!important}.apexcharts-pie-label{fill:#fff!important}.apexcharts-xaxis text,.apexcharts-yaxis text{font-family:"Poppins",sans-serif!important;fill:#bfc8e2}.e-charts{height:350px}.flot-charts-height{height:320px}.flotTip{padding:8px 12px;background-color:rgba(239,242,247,.9);z-index:100;color:#212529;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);border-radius:4px}.legendLabel{color:#bfc8e2}.jqstooltip{box-sizing:initial;width:auto!important;height:auto!important;background-color:#eff2f7!important;box-shadow:0 1rem 3rem rgba(0,0,0,.175);padding:5px 10px!important;border-radius:3px;border-color:#f8f9fa!important}.jqsfield{color:#2a3042!important;font-size:12px!important;line-height:18px!important;font-family:"Poppins",sans-serif!important;font-weight:500!important}.gmaps,.gmaps-panaroma{height:300px;background:#212529;border-radius:3px}.gmaps-overlay{display:block;text-align:center;color:#fff;font-size:16px;line-height:40px;background:#556ee6;border-radius:4px;padding:10px 20px}.gmaps-overlay_arrow{left:50%;margin-left:-16px;width:0;height:0;position:absolute}.gmaps-overlay_arrow.above{bottom:-15px;border-top:16px solid #556ee6}.gmaps-overlay_arrow.above,.gmaps-overlay_arrow.below{border-left:16px solid transparent;border-right:16px solid transparent}.gmaps-overlay_arrow.below{top:-15px;border-bottom:16px solid #556ee6}.jvectormap-label{border:none;background:#eff2f7;color:#212529;font-family:"Poppins",sans-serif;font-size:.8125rem;padding:5px 8px}.leaflet-map{height:300px}.leaflet-map.leaflet-container{z-index:99}.home-btn{position:absolute;top:15px;right:25px}.search-box .form-control,.search-box input.PhoneInputInput{border-radius:30px;padding-left:40px}.search-box .search-icon{font-size:16px;position:absolute;left:13px;top:0;line-height:38px}.product-list li a{display:block;padding:4px 0;color:#a6b0cf}.product-view-nav.nav-pills .nav-item{margin-left:4px}.product-view-nav.nav-pills .nav-link{width:36px;height:36px;font-size:16px;padding:0;line-height:36px;text-align:center;border-radius:50%}.product-ribbon{position:absolute;right:0;top:0}.product-detai-imgs .nav .nav-link{margin:7px 0}.product-detai-imgs .nav .nav-link.active{background-color:#32394e}.product-color a{display:inline-block;text-align:center;color:#a6b0cf}.product-color a .product-color-item{margin:7px}.product-color a.active,.product-color a:hover{color:#556ee6}.product-color a.active .product-color-item,.product-color a:hover .product-color-item{border-color:#556ee6!important}.visa-card .visa-logo{line-height:.5}.visa-card .visa-pattern{position:absolute;font-size:385px;color:hsla(0,0%,100%,.05);line-height:.4;right:0;bottom:0}.checkout-tabs .nav-pills .nav-link{margin-bottom:24px;text-align:center;background-color:#2a3042;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.checkout-tabs .nav-pills .nav-link.active{background-color:#556ee6}.checkout-tabs .nav-pills .nav-link .check-nav-icon{font-size:36px}.email-leftbar{width:236px;float:left;padding:20px;border-radius:5px}.email-rightbar{margin-left:260px}.chat-user-box p.user-title{color:#eff2f7;font-weight:500}.chat-user-box p{font-size:12px}@media(max-width:767px){.email-leftbar{float:none;width:100%}.email-rightbar{margin:0}}.mail-list a{display:block;color:#c3cbe4;line-height:24px;padding:8px 5px}.mail-list a.active{color:#f46a6a;font-weight:500}.message-list{display:block;padding-left:0}.message-list li{position:relative;display:block;height:50px;line-height:50px;cursor:default;transition-duration:.3s}.message-list li a{color:#c3cbe4}.message-list li:hover{background:#32394e;transition-duration:.05s}.message-list li .col-mail{float:left;position:relative}.message-list li .col-mail-1{width:320px}.message-list li .col-mail-1 .checkbox-wrapper-mail,.message-list li .col-mail-1 .dot,.message-list li .col-mail-1 .star-toggle{display:block;float:left}.message-list li .col-mail-1 .dot{border:4px solid transparent;border-radius:100px;margin:22px 26px 0;height:0;width:0;line-height:0;font-size:0}.message-list li .col-mail-1 .checkbox-wrapper-mail{margin:15px 10px 0 20px}.message-list li .col-mail-1 .star-toggle{margin-top:18px;margin-left:5px}.message-list li .col-mail-1 .title{position:absolute;top:0;left:110px;right:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-bottom:0}.message-list li .col-mail-2{position:absolute;top:0;left:320px;right:0;bottom:0}.message-list li .col-mail-2 .date,.message-list li .col-mail-2 .subject{position:absolute;top:0}.message-list li .col-mail-2 .subject{left:0;right:200px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.message-list li .col-mail-2 .date{right:0;width:170px;padding-left:80px}.message-list li.active,.message-list li.active:hover{box-shadow:inset 3px 0 0 #556ee6}.message-list li.unread{background-color:#32394e}.message-list li.unread,.message-list li.unread a{font-weight:500;color:rgb(222,228.1875,238.5)}.message-list .checkbox-wrapper-mail{cursor:pointer;height:20px;width:20px;position:relative;display:inline-block;box-shadow:inset 0 0 0 1px #a6b0cf;border-radius:1px}.message-list .checkbox-wrapper-mail input{opacity:0;cursor:pointer}.message-list .checkbox-wrapper-mail input:checked~label{opacity:1}.message-list .checkbox-wrapper-mail label{position:absolute;height:20px;width:20px;left:0;cursor:pointer;opacity:0;margin-bottom:0;transition-duration:.05s;top:0}.message-list .checkbox-wrapper-mail label:before{content:"󰄬";font-family:"Material Design Icons";top:0;height:20px;color:rgb(222,228.1875,238.5);width:20px;position:absolute;margin-top:-16px;left:4px;font-size:13px}@media(max-width:575.98px){.message-list li .col-mail-1{width:200px}}@media(min-width:992px){.chat-leftsidebar{min-width:380px}}.chat-leftsidebar .chat-leftsidebar-nav .nav{background-color:#2a3042}.chat-leftsidebar .chat-leftsidebar-nav .tab-content{min-height:488px}.chat-noti-dropdown.active:before{content:"";position:absolute;width:8px;height:8px;background-color:#f46a6a;border-radius:50%;right:0}.chat-noti-dropdown .btn{padding:6px;box-shadow:none;font-size:20px}.chat-search-box .form-control,.chat-search-box input.PhoneInputInput{border:0}.chat-list{margin:0}.chat-list li.active a{background-color:#2a3042;border-color:transparent;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.chat-list li a{display:block;padding:14px 16px;color:#c3cbe4;transition:all .4s;border-top:1px solid rgba(99,99,99,.4);border-radius:4px}.chat-list li a:hover{background-color:#2a3042;border-color:transparent;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.user-chat-nav .dropdown .nav-btn{height:40px;width:40px;line-height:40px;box-shadow:none;padding:0;font-size:16px;background-color:#32394e;border-radius:50%}.user-chat-nav .dropdown .dropdown-menu{box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);border:1px solid rgba(99,99,99,.4)}.chat-conversation li{clear:both}.chat-conversation .chat-day-title{position:relative;text-align:center;margin-bottom:24px}.chat-conversation .chat-day-title .title{background-color:#2a3042;position:relative;z-index:1;padding:6px 24px}.chat-conversation .chat-day-title:before{content:"";position:absolute;width:100%;height:1px;left:0;right:0;background-color:rgba(99,99,99,.4);top:10px}.chat-conversation .chat-day-title .badge{font-size:12px}.chat-conversation .conversation-list{margin-bottom:24px;display:inline-block;position:relative}.chat-conversation .conversation-list .ctext-wrap{padding:12px 24px;background-color:rgba(85,110,230,.1);border-radius:8px 8px 8px 0;overflow:hidden}.chat-conversation .conversation-list .ctext-wrap .conversation-name{font-weight:600;color:#556ee6;margin-bottom:4px}.chat-conversation .conversation-list .dropdown{float:right}.chat-conversation .conversation-list .dropdown .dropdown-toggle{font-size:18px;padding:4px;color:#c3cbe4}@media(max-width:575.98px){.chat-conversation .conversation-list .dropdown .dropdown-toggle{display:none}}.chat-conversation .conversation-list .dropdown .dropdown-menu{box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);border:1px solid rgba(99,99,99,.4)}.chat-conversation .conversation-list .chat-time{font-size:12px}.chat-conversation .right .conversation-list{float:right}.chat-conversation .right .conversation-list .ctext-wrap{background-color:#32394e;text-align:right;border-radius:8px 8px 0 8px}.chat-conversation .right .conversation-list .dropdown{float:left}.chat-conversation .right .conversation-list .dropdown .dropdown-menu{right:0;left:auto!important}.chat-conversation .right .conversation-list.last-chat .conversation-list:before{right:0;left:auto}.chat-conversation .last-chat .conversation-list:before{content:"󰀉";font-family:"Material Design Icons";position:absolute;color:#556ee6;right:0;bottom:0;font-size:16px}@media(max-width:575.98px){.chat-conversation .last-chat .conversation-list:before{display:none}}.chat-input-section{border-top:1px solid rgba(99,99,99,.4)}.chat-input{border-radius:30px;background-color:#32394e!important;border-color:#32394e!important;padding-right:120px}.chat-input-links{position:absolute;right:16px;top:50%;transform:translateY(-50%)}.chat-input-links li a{font-size:16px;line-height:36px;padding:0 4px;display:inline-block}@media(max-width:575.98px){.chat-send{min-width:auto}}.project-list-table{border-collapse:initial;border-spacing:0 12px}.project-list-table tr{background-color:#2a3042}.contact-links a{color:#a6b0cf}.profile-user-wid{margin-top:-23px}@media(min-width:576px){.currency-value{position:relative}.currency-value:after{content:"󰓡";font-family:"Material Design Icons";font-size:24px;position:absolute;width:45px;height:45px;line-height:45px;border-radius:50%;text-align:center;right:0;top:50%;transform:translateY(-50%);background-color:#556ee6;color:#fff;z-index:9;right:-34px}}.crypto-buy-sell-nav-content{border:2px solid #32394e;border-top:0}.kyc-doc-verification .dropzone{min-height:180px}.kyc-doc-verification .dropzone .dz-message{margin:24px 0}.section{position:relative;padding-top:80px;padding-bottom:80px}.section.bg-white{background-color:#2a3042!important}.small-title{color:#c3cbe4;margin-bottom:8px}.navigation{padding:0 16px;width:100%;z-index:999;margin-bottom:0;transition:all .5s ease-in-out;border-bottom:1px solid hsla(0,0%,100%,.1)}@media(max-width:991.98px){.navigation{background-color:#282e3f}}.navigation .navbar-logo{line-height:70px;transition:all .4s}.navigation .navbar-logo .logo-dark{display:none}@media(max-width:991.98px){.navigation .navbar-logo .logo-dark{display:block}}.navigation .navbar-logo .logo-light{display:block}@media(max-width:991.98px){.navigation .navbar-logo .logo-light{display:none}}.navigation .navbar-nav .nav-item .nav-link{color:hsla(0,0%,100%,.6);line-height:58px;padding:6px 16px;font-weight:500;transition:all .4s}@media(max-width:991.98px){.navigation .navbar-nav .nav-item .nav-link{color:#a6b0cf}}.navigation .navbar-nav .nav-item .nav-link.active,.navigation .navbar-nav .nav-item .nav-link:hover{color:hsla(0,0%,100%,.9)}@media(max-width:991.98px){.navigation .navbar-nav .nav-item .nav-link.active,.navigation .navbar-nav .nav-item .nav-link:hover{color:#556ee6}}@media(max-width:991.98px){.navigation .navbar-nav .nav-item .nav-link{line-height:28px!important}}.navigation.nav-sticky{background-color:#282e3f;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.navigation.nav-sticky .navbar-logo{line-height:60px}.navigation.nav-sticky .navbar-logo .logo-dark{display:none}.navigation.nav-sticky .navbar-logo .logo-light{display:block}.navigation.nav-sticky .navbar-nav .nav-item .nav-link{line-height:48px;color:#a6b0cf}.navigation.nav-sticky .navbar-nav .nav-item .nav-link.active,.navigation.nav-sticky .navbar-nav .nav-item .nav-link:hover{color:#556ee6}.bg-overlay{position:absolute;height:100%;width:100%;right:0;bottom:0;left:0;top:0;opacity:.7;background-color:#000}.hero-section{padding-top:220px;padding-bottom:190px}.hero-section.bg-ico-hero{background-image:url(/static/media/bg-ico-hero.e3a4270e.webp);background-size:cover;background-position:top}@media(max-width:575.98px){.hero-section{padding-top:140px;padding-bottom:80px}}.hero-section .hero-title{font-size:42px}@media(max-width:575.98px){.hero-section .hero-title{font-size:26px}}.hero-section .ico-countdown{font-size:22px;margin-right:-12px;margin-left:-12px}@media(max-width:575.98px){.hero-section .ico-countdown{display:block}}.hero-section .ico-countdown .coming-box{margin-right:12px;margin-left:12px;border:1px solid rgba(99,99,99,.4);border-radius:4px;padding:8px;background-color:#2a3042}@media(max-width:575.98px){.hero-section .ico-countdown .coming-box{display:inline-block;width:40%;margin-bottom:24px}}.hero-section .ico-countdown .coming-box span{background-color:#32394e;font-size:12px;padding:4px;margin-top:8px}.hero-section .softcap-progress,.hero-section .softcap-progress .progress-bar{overflow:visible}.hero-section .softcap-progress .progress-label{position:relative;text-align:right;color:#a6b0cf;bottom:20px;font-size:12px;font-weight:500}.currency-price{position:relative;bottom:40px}.client-images img{max-height:34px;width:auto!important;margin:12px auto;opacity:.7;transition:all .4s}.features-number{opacity:.1}.team-box .team-social-links a{color:#a6b0cf;font-size:14px}.blog-box .blog-badge{position:absolute;top:12px;right:12px}.landing-footer{padding:80px 0 40px;background-color:#2a3042;color:hsla(0,0%,100%,.5)}.landing-footer .footer-list-title{color:hsla(0,0%,100%,.9)}.landing-footer .footer-list-menu li a{display:block;color:hsla(0,0%,100%,.5);margin-bottom:14px;transition:all .4s}.landing-footer .footer-list-menu li a:hover{color:hsla(0,0%,100%,.8)}.landing-footer .blog-post .post{display:block;color:hsla(0,0%,100%,.5);padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.1)}.landing-footer .blog-post .post .post-title{color:hsla(0,0%,100%,.8);font-size:14px}.landing-footer .blog-post .post:first-of-type{padding-top:0}.landing-footer .blog-post .post:last-of-type{padding-bottom:0;border-bottom:0}.landing-footer .footer-border{border-color:hsla(0,0%,100%,.1)}.counter-number{font-size:32px;font-weight:600;text-align:center;display:flex}.counter-number span{font-size:16px;font-weight:400;display:block;padding-top:5px}.coming-box{width:25%}.hori-timeline .events .event-list{text-align:center;display:block}.hori-timeline .events .event-list .event-down-icon{position:relative}.hori-timeline .events .event-list .event-down-icon:before{content:"";position:absolute;width:100%;top:16px;left:0;right:0;border-bottom:3px dashed #32394e}.hori-timeline .events .event-list .event-down-icon .down-arrow-icon{position:relative;background-color:#2a3042;padding:4px}.hori-timeline .events .event-list.active .down-arrow-icon,.hori-timeline .events .event-list:hover .down-arrow-icon{animation:fade-down 1.5s linear infinite}.hori-timeline .events .event-list.active .down-arrow-icon:before{content:""}.verti-timeline{border-left:3px dashed #32394e;margin:0 10px}.verti-timeline .event-list{position:relative;padding:0 0 40px 30px}.verti-timeline .event-list .event-timeline-dot{position:absolute;left:-9px;top:0;z-index:9;font-size:16px}.verti-timeline .event-list .event-content{position:relative;border:2px solid rgba(99,99,99,.4);border-radius:7px}.verti-timeline .event-list.active .event-timeline-dot{color:#556ee6}.verti-timeline .event-list:last-child{padding-bottom:0}.plan-box .plan-btn{position:relative}.plan-box .plan-btn:before{content:"";position:absolute;width:100%;height:2px;background:#32394e;left:0;right:0;top:12px}.flex-rows{display:flex;width:100%}.flex-rows .table-of-content{width:30%;display:flex;justify-content:flex-start}.flex-rows .detail{width:70%}@media(max-width:768px){.flex-rows{flex-direction:column}.flex-rows .table-of-content{width:100%;justify-content:center}.flex-rows .detail{width:100%}}[class*=" icon-"],[class^=icon-]{font-family:"icomoon"!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-inventory:before{content:"";color:#556ee6}.icon-refresh:before{content:"";color:#556ee6}.icon-topRight .path1:before{content:"";color:#a6b0cf}.icon-topRight .path2:before{content:"";margin-left:-1em;color:#556ee6}.icon-bottomleft .path1:before{content:"";color:#556ee6}.icon-bottomleft .path2:before{content:"";margin-left:-1em;color:#a6b0cf}.icon-sort-amount-desc:before{content:""}.vertical-line{border-right:1px solid #7b8197;height:38px;margin-top:2vh;margin-left:auto}.separation-line-listing{border-right:1px solid #7b8197;height:28px}.wrap-text-to-paragraph{white-space:normal!important}.toc-heading-cursor{cursor:pointer}.fixed-position{position:fixed}.box-shadow{border:1.5px solid rgba(99,99,99,.4);padding:20px}.advance-option-border{border:1px solid #556ee6}.separator-process-order{border-right:1px solid #7b8197;height:auto}.process-modal-bg-color{background-color:#363e54}.carousel.slide{width:100%}.progress-plan{width:50vw;height:3vh;border-radius:1rem}.progress-bar-animated{overflow:initial;color:#fff}#used-credits .apexcharts-tooltip-text-value{color:#000}.scrollable-div-450{max-height:calc(100vh - 450px);overflow-y:auto;overflow-x:hidden}.block-header{color:#c3cbe4;font-size:1.01562rem}.number-circle{border-radius:50%;padding:1px;font-size:13px;background:#c3cbe4;color:#32394e;text-align:center;width:20px;height:20px}.vl{border-left:2px solid #c3cbe4;height:40px}.email-view{background-color:#fff!important}.email-view h3,.email-view p{color:#000}.form-group .invalid-feedback{display:inline}.btn-least-selling{min-width:230px;margin:14px 10px 0}.radio-select .form-group .form-control,.radio-select .form-group input.PhoneInputInput{background-color:transparent}.miw-160{min-width:160px}.miw-60p{min-width:60%;max-width:60%}.miw-search-input{min-width:300px;max-width:300px}.font-size-normal{font-style:normal!important}.hrMargin{margin:5px 0;border-top:1px solid #454b5c}.flex-direction-column{flex-direction:column}.grid-column-gap-30{grid-column-gap:30px}.grid-column-gap-10{grid-column-gap:10px}.w-200{width:200px!important}.w-230{width:230px!important}.add-client .card-body,.add-client .container{padding:0!important}.mt1px{margin-top:1px}.mw-300{max-width:300;white-space:inherit!important}.row-gap-10{grid-row-gap:10px;row-gap:10px}.payment-card{background:#32394e;box-shadow:0 0 8px rgba(0,0,0,.12);cursor:pointer;min-height:238px}.payment-card.red{border:3px solid red}.payment-card-light{background:#fff;box-shadow:0 0 8px rgba(0,0,0,.12);cursor:pointer;min-height:238px}.payment-card-light.red{border:3px solid red}.payment-card-light h6{color:#7e8bb0;font-size:12px}.payment-card-light span{color:#495057;font-size:13px}.payment-card h6{color:#c3cbe4;font-size:12px}.payment-card span{color:#7e8bb0;font-size:13px}.bg-color-remove{background:rgba(85,110,230,.12)}.bg-color-remove h6{color:#556ee6}.add-card{background:#32394e;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:238px}.add-card:hover{border:2px solid #7480a3;box-shadow:0 0 8px rgba(0,0,0,.12)}.add-card h6{color:#7e8bb0}.fs-30{font-size:30px}.card-type{height:10px;display:flex!important;align-items:center;justify-content:flex-end;margin-bottom:13px}.grid-column-gap-5{grid-column-gap:5px}.icon-portion i#warning-0{color:#c00}.flex-direction-row{flex-direction:row}.grid-colum-gap-10{grid-column-gap:10px}.footertext{padding-left:10px;padding-right:10px}.footertext+.footertext{border-left:2px solid rgba(195,203,228,.5)}.mb-0{margin-bottom:0}.fs-16{font-size:16px}.email-wrap{white-space:pre-wrap;max-width:237px}.grid-column-gap-15{grid-column-gap:15px}.dot{height:5px;width:5px;background-color:#bbb;border-radius:50%;display:inline-block}.grid-column-gap-20{grid-column-gap:20px}.signup-title{justify-content:space-between;border-right:1px solid #7a8197}.signup-title:last-child{padding-right:10px}@media(max-width:992px){.signup-title{border-right:none}}.vertical-line-2{border-right:1px solid #7b8197;height:42px;margin-top:0}@media(max-width:992px){.vertical-line-2{border-right:none}}.tent-pagination .flex-column{flex-direction:row!important;grid-column-gap:30px;align-items:center}.mx-h-500{max-height:510px;min-height:500px;overflow-y:auto}.mx-h-500::-webkit-scrollbar-corner{background:#2a3142}.tentent-h5{text-transform:uppercase;font-weight:600;font-size:16px;display:inline;cursor:pointer}.select-accounts .select2-container{width:100%;margin-bottom:5px}@media(max-width:575px){.select-accounts{flex-wrap:wrap}}@media(max-width:475px){.width-100-sm div,.width-100-sm div button{width:100%}}@media(max-width:375px){.pagination-table .pagination .page-item button{padding:8px 10px}}.select2-container .select2-selection__control .select2-selection__value-container{min-width:30px}.grid-colum-gap-5{grid-column-gap:5px}table thead tr{position:sticky;width:100%;top:-2px;background-color:#32384b}.notifaction_email{display:flex;grid-column-gap:5px;align-items:center}.notifaction_email span{color:#a7b1ce;font-size:12px}.notification_email_input .form-control,.notification_email_input input.PhoneInputInput{border-radius:50px}.dark .bg-color-ebony{background-color:#222737}.w-500{width:500px}.border-radius-50{border-radius:50px}.dark .modal_route:hover{color:#fff}.dark .modal_route{cursor:pointer;padding:.4rem 1.5rem .4rem 3.5rem;color:#79829c}.dark .seemore-text{color:#fff;margin-left:5px}.dark .resources h5{font-size:1.5rem;font-weight:700}.dark .resources .community-box{background-color:#2a3142;box-shadow:0 10px 20px rgba(18,38,63,.0313726)}.dark .resources .community-box img{max-width:100%}.dark .resources .community-box .content-box{padding:25px}.dark .resources .community-box .content-box span{color:#fff;font-size:.93rem}.dark .resources .community-box .content-box p{font-size:.8125rem;color:#c4cce3;min-height:85px}.dark .resources .community-box .content-box a{font-size:.8125rem;color:#556ee6}.dark .resources .services_tool{background-color:#2a3142;box-shadow:0 10px 20px rgba(18,38,63,.0313726);padding:25px;margin-top:25px}.dark .resources .services_tool .mb-20{margin-bottom:20px}.dark .resources .services_tool .mb-20 h6{font-size:1.375rem;font-weight:600}.dark .resources .services_tool .mb-40{margin-bottom:40px}.dark .resources .services_tool .image-box{background-color:#222737;display:flex;justify-content:center;align-items:center;border-radius:5px}.dark .resources .services_tool h6{font-weight:400}.dark .resources .services_tool p{font-size:.8125rem;color:#c4cce3}.dark .resources .services_tool .services_description .arrow_icon{color:#556ee6;cursor:pointer}.dark .resources .services_tool .services_description span{color:#fff;font-size:1rem}.dark .resources .services_tool .services_description p{font-size:.75rem;color:#c4cce3;margin-bottom:0;min-height:70px}.dark .resources .services_tool .services_description a{font-size:.8125rem;color:#556ee6}.light .resources h5{font-size:1.5rem;font-weight:700}.light .resources .community-box{background-color:#fff;box-shadow:0 10px 20px rgba(18,38,63,.0313726)}.light .resources .community-box img{max-width:100%}.light .resources .community-box .content-box{padding:25px}.light .resources .community-box .content-box span{color:#000;font-size:.93rem}.light .resources .community-box .content-box p{font-size:.8125rem;color:#74788d;min-height:85px}.light .resources .community-box .content-box a{font-size:.8125rem;color:#556ee6}.light .resources .services_tool{background-color:#fff;box-shadow:0 10px 20px rgba(18,38,63,.0313726);padding:25px;margin-top:25px}.light .resources .services_tool .mb-20{margin-bottom:20px}.light .resources .services_tool .mb-20 h6{font-size:1.375rem;font-weight:600}.light .resources .services_tool .mb-40{margin-bottom:40px}.light .resources .services_tool .image-box{background-color:#eeeef3;display:flex;justify-content:center;align-items:center;border-radius:5px}.light .resources .services_tool h6{font-weight:400}.light .resources .services_tool p{font-size:.8125rem;color:#74788d}.light .resources .services_tool .services_description .arrow_icon{color:#556ee6;cursor:pointer}.light .resources .services_tool .services_description span{color:#000;font-size:1rem}.light .resources .services_tool .services_description p{font-size:.75rem;color:#74788d;margin-bottom:0;min-height:70px}.light .resources .services_tool .services_description a{font-size:.8125rem;color:#556ee6}.light .modal_route:hover{color:#545a6d}.light .modal_route{cursor:pointer;padding:.4rem 1.5rem .4rem 3.5rem;color:#545a6d}.dark .bm-payment-modal{background:#32394e}.dark .bm-payment-modal .bm-header-subtitle{color:#fff!important}.dark .bm-payment-modal .bm-row-input{background-color:#fff!important}.bm-payment{position:inherit;top:0;left:0;padding:0}.bm-payment.blocker{position:fixed}.bm-payment .bm-banner{border-radius:3px;padding:5px 12px;margin-bottom:10px;font-size:12px;width:100%;min-width:100%;position:relative;top:0;z-index:1;justify-content:space-between;display:flex;align-items:center;background-color:#e23c3f;color:#fff}.bm-payment .bm-banner .bm-banner-message{margin-bottom:0}.dark .yellow-outline{border:1px solid #fbc02d;color:#fbc02d!important;min-width:110px;padding:7px;border-radius:5px}.light .blue-outline{border:1px solid #556ee6;color:#556ee6!important;min-width:110px;padding:7px;border-radius:5px}.alert-main-div{border-radius:4px!important;padding:8px 10px!important;margin:1px 0 0!important}.alert-main-div.primary{border:1px solid #556ee6!important;background-image:linear-gradient(90deg,rgba(85,110,230,.1),transparent)!important;color:#556ee6!important}.alert-main-div.success{border:.7px solid #34c38f!important;background-image:linear-gradient(90deg,rgba(52,195,143,.1),transparent)!important;color:#34c38f!important}.alert-main-div.warning{border:.7px solid #f1b44c!important;background-image:linear-gradient(90deg,rgba(241,180,76,.1),transparent)!important;color:#f1b44c!important}.alert-main-div.danger{border:.7px solid #f46a6a!important;background-image:linear-gradient(90deg,rgba(244,106,106,.1),transparent)!important;color:#f46a6a!important}.top-search-arrow-icon{position:absolute;right:13px;top:50%;transform:translateY(-50%);z-index:1}.danger{color:red}.color-danger{color:#f46a6a}.warning{color:#ffe500}.dark .color-white{color:#fff}.color-primary{color:#34c38f}.color-purple{color:#556ee6!important}.editableInput{min-width:130px}.editableInput input{max-width:80px}.editableInput input:focus{border:1px solid #556ee6!important}.weightInput{width:120px}.weightInput input{max-width:80px}.editableInputTemp{width:100%!important}.editableInputTemp .form-group{width:60%}.editableInputTemp .form-group:focus{border:1px solid #556ee6!important}.template-edit-td{width:500px}.collapse-hide{display:none;transition:opacity 1s ease-out;opacity:0}.collapse-show{opacity:1;display:table-row}.collapse-show.table-tr{background-color:#222736}.collapse-show td{border-top:none}.light .collapse-show.table-tr,.selected-tr{background-color:#222736}.default-supplier.table-tr,.edit-supplier-bg{background-color:rgba(50,57,78,.2)}.add-border{border-left:5px solid #f33c3c}.border-primary{border-left:5px solid #556ee6}.border-orange{border-left:5px solid #f59e42}.mw-10{max-width:10px;min-height:89px}.table-tr td:first-child{width:5px;padding-left:0;padding-top:0;padding-bottom:0}.variation-ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:6vw}.mt-30{margin-top:30px}.mt-20{margin-top:20px}.badge-soft-orange,.badge-warning{background:rgba(255,138,0,.15);color:#ff8a00;padding:5px 20px;min-width:110px}.badge-customization{background:rgba(255,65,65,.15);color:#eb5e5e;padding:5px 20px;min-width:110px}.badge-success{background:rgba(52,195,143,.18);color:#34c38f;padding:5px 20px;min-width:110px}.badge-soft-warning{background:rgba(255,229,0,.15);color:#ffe500;padding:5px 20px;min-width:110px}.badge-soft-purple{background:rgba(157,96,251,.2);color:#9d60fb;padding:5px 20px;min-width:110px}.badge-soft-custom{background:hsla(0,0%,72.9%,.15);color:#a4a3a3;padding:5px 20px;min-width:110px}.badge-soft-danger,.badge-soft-success{padding:5px 17px}.min-height-60{min-height:60px}.grid-row-gap-11{grid-row-gap:11px}.grid-row-gap-9{grid-row-gap:9px}.icons-sizes i{width:24px;height:24px}.supplier-table-height{min-height:100px}.change-checkbox .custom-control-label:before{border:1px solid #545b72;background-color:transparent}.dark .editable-input{background:#2e3548}.dark .editable-input,.light .editable-input{max-width:60%;border:1px solid #434a5f;height:37px;padding:9px;border-radius:5px}.light .editable-input{background:transparent}.vw-checkbox{width:1vw}.selected-tr-bg-clr{background-color:#32394e}.px-20{padding:8px 30px}.bm-cancel{z-index:1020!important}.bm-cancel .bm-background{background-color:rgba(0,0,0,.4392156863)!important}.bm-cancel .bm-cancel-modal{padding:10px 40px}.bm-cancel .bm-cancel-modal .bm-modal-header .bm-header-icon{font-size:70px}.bm-cancel .bm-cancel-modal .bm-modal-header .bm-header-title{font-size:16px}.bm-cancel .bm-cancel-modal .bm-modal-header .bm-header-subtitle{color:#7171a6;font-size:14px}.bm-cancel .bm-cancel-modal .bm-modal-error{padding:12px;font-size:14px}.bm-cancel .bm-cancel-modal .bm-modal-form{font-size:12px}.bm-cancel .bm-cancel-modal .bm-modal-form .bm-form-row .bm-row-cell .bm-row-textarea{min-height:80px}.bm-cancel .bm-cancel-modal .bm-modal-action{margin-top:20px;font-size:14px}.bm-cancel .bm-cancel-modal .bm-modal-action .bm-action-submit{height:30px;font-size:12px;background-color:#556ee6!important}.bm-cancel .bm-cancel-modal .bm-modal-action .bm-nevermind{font:size 12px;color:#556ee6!important}.hide-arrows input::-webkit-inner-spin-button,.hide-arrows input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.hide-arrows input[type=number]{-moz-appearance:textfield}.averge-input,.min-width-150{min-width:150px}.averge-input{border:1px solid #556ee6;border-radius:3px;max-width:150px}.averge-input input,.averge-input input:focus{border-left:1px solid #556ee6}.db-card-50-50{min-height:500px;max-height:500px;overflow:auto}.mh-493{min-height:493px;max-height:493px;overflow:auto}.order-row-h{height:60px}.dark .dashboard-navabr{grid-column-gap:10px}.dark .dashboard-navabr li a{font-size:10px;padding:6px 14px;white-space:nowrap;background:#32394e;border:1px solid #32394e;border-radius:4px}.dark .dashboard-navabr li a.active{background-color:#222736!important}.light .dashboard-navabr{grid-column-gap:10px}.light .dashboard-navabr li a{font-size:10px;padding:6px 14px;white-space:nowrap;border-radius:4px}.datepick-heading-w{width:555px}.transparent-button{background-color:transparent!important;border:none;padding:0}.transparent-button:active,.transparent-button:focus{border-color:none;box-shadow:none}.transparent-button:not(:disabled):not(.disabled):active:focus{box-shadow:none}.box-shadow-none{box-shadow:none!important}.dark .card.pdf-graph{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:initial;border:0 solid #f6f6f6;border-radius:.25rem}.dark .card.pdf-graph .card-title{color:#000}.dark .card.pdf-graph .apexcharts-xaxis text,.dark .card.pdf-graph .apexcharts-yaxis text{fill:#000}.dark .card.pdf-graph .apexcharts-legend-text{color:#74788d!important}.dark .card.pdf-graph .apexcharts-gridline{stroke:#f1f1f1!important}.wh-card-media{margin-left:20px}.media-seperator{margin-left:40px;margin-top:10px;height:30px;width:1px;background:#424b61}.group-btn-color{color:#c3cbe4}.bm-cancel{position:fixed!important;top:0!important}.upload-images .upload-img{position:relative;height:147px;padding:8px;border:1px solid #9c9595;border-radius:2px;margin-bottom:10px;min-width:223px}.upload-images .upload-img img{height:135px;width:206px}.upload-images .upload-img i{display:none}.upload-images .upload-img:hover i{position:absolute;right:-13px;display:block;top:-12px;cursor:pointer}.upload-images .drag-image{max-width:228px;min-height:164px}.upload-images .drag-image .dropzone{min-height:149px;border:2px dashed #a6b0cf;background:#2a3042;border-radius:6px}.upload-images .drag-image .dropzone .dz-message{font-size:24px;width:100%}.dark .label-genertaion{background:#2a3042}.dark .label-genertaion .drawer-heading{padding:27px 30px}.dark .label-genertaion .drawer-heading h6{font-size:16px}.dark .label-genertaion .drawer-heading i{width:24px;height:24px;margin:-4px -3px}.dark .label-genertaion hr{margin:-11px 0}.dark .label-genertaion .drawer-table{padding:30px 30px 0}.dark .label-genertaion .drawer-table .ship{padding:5px 1px}.dark .label-genertaion .drawer-table .ship .d-flex{grid-column-gap:24px;align-items:center;margin-bottom:16px}.dark .label-genertaion .drawer-table .ship .d-flex label{white-space:nowrap;margin-bottom:0;min-width:67px}.dark .label-genertaion .drawer-table .ship .d-flex input{padding:7px 15px}.dark .label-genertaion .drawer-table .items{padding:6px 0}.dark .label-genertaion .drawer-table .items h6{font-size:16px}.dark .label-genertaion .drawer-table .items .items-table thead tr th{padding:11px 5px;text-align:left}.dark .label-genertaion .drawer-table .items .items-table thead tr th:first-child{width:20px;padding-left:19px}.dark .label-genertaion .drawer-table .items .items-table thead tr th:nth-child(2){width:415px}.dark .label-genertaion .drawer-table .items .items-table tbody tr{border-bottom:.5px solid rgba(147,156,185,.2)}.dark .label-genertaion .drawer-table .items .items-table tbody tr td .custom-control{padding-left:39px;margin-top:0}.dark .label-genertaion .drawer-table .items .items-table tbody tr td .form-control:focus,.dark .label-genertaion .drawer-table .items .items-table tbody tr td input.PhoneInputInput:focus{border-color:#556ee6!important}.dark .label-genertaion .drawer-table .items .items-table tbody tr td .text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:362px}.dark .label-genertaion .drawer-table .items .items-table tbody tr td{padding:10px 5px}.dark .label-genertaion .drawer-table .items .items-table tbody tr:last-child{border-bottom:none}.dark .label-genertaion .info{padding:42px 30px 9px}.dark .label-genertaion .info .size{display:flex;grid-column-gap:15px;margin-bottom:15px}.dark .label-genertaion .info .size label{min-width:78px;margin-top:7px}.dark .label-genertaion .info .size .input-group-text{background:#2e3548}.dark .label-genertaion .select2-container{width:100%;align-items:baseline;margin-bottom:7px}.dark .label-genertaion .select2-container label{min-width:94px}.dark .label-genertaion .est-time{padding:26px 0}.dark .label-genertaion .est-time .delivery-days span:nth-child(2){padding-left:18px;color:#34c38f}.dark .label-genertaion .est-time .rate{align-items:center;grid-column-gap:11px;margin:-8px -5px;padding:2px 0}.dark .label-genertaion .est-time .rate span:nth-child(2){font-size:24px;color:#34c38f}.dark .label-genertaion .drawer-footer{padding:32px 23px;grid-column-gap:11px}.dark .label-genertaion .drawer-footer .btn-outline-primary{padding:0 29px}.dark .label-genertaion .drawer-footer .btn-primary{padding:8px 18px}.light .label-genertaion{background:#fff}.light .label-genertaion .drawer-heading{padding:27px 30px}.light .label-genertaion .drawer-heading h6{font-size:16px}.light .label-genertaion .drawer-heading i{width:24px;height:24px;margin:-4px -3px}.light .label-genertaion hr{margin:-11px 0}.light .label-genertaion .drawer-table{padding:30px 30px 0}.light .label-genertaion .drawer-table .ship{padding:5px 1px}.light .label-genertaion .drawer-table .ship .d-flex{grid-column-gap:24px;align-items:center;margin-bottom:16px}.light .label-genertaion .drawer-table .ship .d-flex label{white-space:nowrap;margin-bottom:0;min-width:67px}.light .label-genertaion .drawer-table .ship .d-flex input{padding:7px 15px}.light .label-genertaion .drawer-table .items{padding:6px 0}.light .label-genertaion .drawer-table .items h6{font-size:16px}.light .label-genertaion .drawer-table .items .items-table thead tr th{background-color:#fff;padding:11px 5px;text-align:left}.light .label-genertaion .drawer-table .items .items-table thead tr th:first-child{width:20px;padding-left:19px}.light .label-genertaion .drawer-table .items .items-table thead tr th:nth-child(2){width:415px}.light .label-genertaion .drawer-table .items .items-table tbody tr{border-bottom:.5px solid rgba(147,156,185,.2)}.light .label-genertaion .drawer-table .items .items-table tbody tr td .custom-control{padding-left:38px;margin-top:0}.light .label-genertaion .drawer-table .items .items-table tbody tr td .form-control:focus,.light .label-genertaion .drawer-table .items .items-table tbody tr td input.PhoneInputInput:focus{border-color:#556ee6!important}.light .label-genertaion .drawer-table .items .items-table tbody tr td .text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:362px}.light .label-genertaion .drawer-table .items .items-table tbody tr td{padding:10px 5px}.light .label-genertaion .drawer-table .items .items-table tbody tr:last-child{border-bottom:none}.light .label-genertaion .info{padding:42px 30px 9px}.light .label-genertaion .info .size{display:flex;grid-column-gap:15px;margin-bottom:15px}.light .label-genertaion .info .size label{min-width:78px;margin-top:7px}.light .label-genertaion .info .size .input-group-text{background:#fff}.light .label-genertaion .select2-container{width:100%;align-items:baseline;margin-bottom:7px}.light .label-genertaion .select2-container label{min-width:94px}.light .label-genertaion .est-time{padding:26px 0}.light .label-genertaion .est-time .delivery-days span:nth-child(2){padding-left:18px;color:#34c38f}.light .label-genertaion .est-time .rate{align-items:center;grid-column-gap:11px;margin:-8px -5px;padding:2px 0}.light .label-genertaion .est-time .rate span:nth-child(2){font-size:24px;color:#34c38f}.light .label-genertaion .drawer-footer{padding:32px 23px;grid-column-gap:11px}.light .label-genertaion .drawer-footer .btn-outline-primary{padding:0 29px}.light .label-genertaion .drawer-footer .btn-primary{padding:8px 18px}.input-width{width:20px}.divider-line{display:flex;color:#fff;font-weight:500;font-size:16px;white-space:nowrap;text-align:center;border-top:0;border-top-color:#32384b;clear:both;width:100%;min-width:100%;margin-top:16px}.divider-line .inner-text{border:2px solid #32384b;border-radius:50px;padding:3px 15px}.divider-line:before{right:8px}.divider-line:after,.divider-line:before{position:relative;top:50%;width:50%;border-top:2px solid #32384b;border-top-color:inherit;border-bottom:0;transform:translateY(50%);content:""}.divider-line:after{left:8px}.border-2{border-width:2px!important}.existing-wh-btn-width{width:109px}.SiteDetails.Secondary span{display:none}.generate-label.disabled{filter:invert(79%) sepia(29%) saturate(230%) hue-rotate(188deg) brightness(85%) contrast(92%);opacity:.7;cursor:not-allowed;-webkit-user-select:none;user-select:none}.generate-label{filter:invert(41%) sepia(38%) saturate(2768%) hue-rotate(215deg) brightness(92%) contrast(95%)}.custom-tooltip .tooltip-example{position:absolute;right:0;width:240px;text-align:center;top:-64px;left:-194px;background-color:#000;color:#fff;padding:9px 11px;border-radius:4px;display:none}.custom-tooltip:hover .tooltip-example{display:block}.dark .checked-box{background-color:#222737;padding:16px;border-radius:50px;margin-bottom:30px}.add-spacing{margin-top:70px;padding:0 100px}.or-seperation{display:flex;color:#a7b1ce;font-weight:500;font-size:16px;white-space:nowrap;text-align:center;justify-content:center;border-top:0;border-top-color:#a7b1ce;clear:both;width:30%;margin-top:7px}.or-seperation:before{right:8px}.or-seperation:after,.or-seperation:before{position:relative;top:12%;width:10%;border-top:1px solid #a7b1ce;border-top-color:inherit;border-bottom:0;transform:translateY(20%);content:""}.or-seperation:after{left:8px}.cross-icon{position:absolute;right:14px;top:14px}.upload-file{background-color:#2e3548;border:1px solid #363a48;border-radius:5px;position:relative;padding:8px}.upload-file input[type=file]{opacity:0;position:absolute;right:0;top:0;width:114px;cursor:pointer}.upload-file input[type=file]::-webkit-file-upload-button{cursor:pointer}.image-detail{font-size:12px}.image-detail .trash-icon{color:#f33c3c;right:140px;top:21px;cursor:pointer}.image-detail .details span:nth-child(2),.image-detail .details span:nth-child(3){color:#c3cbe4;font-weight:600}.carousel .follow-steps{font-size:16px;color:hsla(0,0%,100%,.73)}.carousel .carousel-control-next,.carousel .carousel-control-prev{background-color:rgba(0,0,0,.0588235294)}.input-copy .copy-icon{right:14px;top:33px;cursor:pointer}.clip-board-icon{right:-241px;top:10px}.see-more-text{max-width:400px;min-width:350px;white-space:normal}.min-width-400{min-width:400px}.font-20{font-size:20px}.desk--widget.bottom-right{background-color:transparent}.align-items-baseline{align-items:baseline}.divider{background-color:#424b61;width:1px;height:20px;margin:0 20px}.po-input-100{min-width:100px;max-width:100px}.po-input-141{min-width:141px;max-width:141px}.po-input-150{min-width:150px;max-width:150px}.po-input-250{min-width:250px}.min-height-55{min-height:55px}.purchase-order .outline-alert{background:linear-gradient(90deg,rgba(13,60,254,.135),rgba(34,39,55,0) 98.18%);border:1px solid #7ba5f8;color:#7ba5f8;display:flex;justify-content:space-between;padding:7px 12px;margin-bottom:24px}.purchase-order .outline-alert i{font-size:16px}.purchase-order .outline-alert i.bx-x{color:#f46a6a;cursor:pointer}.purchase-order .card .collapse-card{background-color:#222736}.purchase-order .card .collapse-card td{color:#fff}.purchase-order .card .collapse-card tbody{background-color:#222736}.purchase-order tbody tr.no-shipment{background:rgba(244,106,106,.15);border-left:2px solid #f46a6a}.purchase-order tbody tr.missing-quanity{background:rgba(251,192,45,.15);border-left:2px solid #fbc02d}.purchase-order .collapse-hide{display:none}.purchase-order .collapse-show{display:table-row}.purchase-order .collapse-show .card:first-child{border:1px solid rgba(85,110,230,.24)}.purchase-order .purchase-row{display:none}.light .purchase-order .card .collapse-card table thead tr th{background-color:#fff}.tr-w{min-width:250px;max-width:250px}.dark .popover-inner{background-color:#222736}.light .popover-inner{background-color:#fff;color:#62687a!important}.w-80{width:220px}.border-radius-none{border-radius:0}.border-radius-sm{border-radius:8px}.outbound-items{display:block}.outbound-items .purchase-order-widgets .card-body{padding:16px}.outbound-items .purchase-order-widgets .card-body .avatar-sm{width:2.5rem;height:2.5rem}.outbound-items .purchase-order-widgets .card-body p{font-size:12px}.outbound-items .purchase-order-widgets:last-child .media-seperator{display:none}.outbound-items .media-seperator{margin-left:8px}.calender-icon{position:absolute;right:7px;top:9px;cursor:pointer}.overflow-add-modal .text-ellipse{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.overflow-add-modal .counter-circle{background:#222736;border:1px solid #222736;border-radius:50%;padding:6px 8px;font-size:12px;margin-left:8px;min-width:33px;text-align:center;cursor:pointer}.text-ellipse{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.card-heading-seperator{margin-left:17px;margin-top:0;height:20px;width:1px;background:#424b61}.warhouse-remove{top:-6px;right:-4px}.item-details-slider.slide{width:120px}.item-details-slider .carousel-inner{height:103px}.marketplace h5{font-size:13px;color:#c3cbe4}.bottom-space{margin-bottom:-4px}.bin-count{background-color:#2f3648;width:35px;height:35px;text-align:center;padding:7px 0 0}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-bottom>.arrow:after,.bs-popover-bottom>.arrow:before,.bs-popover-top>.arrow:after,.bs-popover-top>.arrow:before{border-top-color:transparent!important;border-bottom-color:transparent!important}.label-wrapper{font-weight:500;color:#757575;margin-bottom:4px!important}.label-wrapper,.text-right{font-size:14px;line-height:21px}.text-right{text-align:right!important;font-weight:600;color:#556ee6}.submit-btn-wrapper{font-weight:700;font-size:14px;line-height:21px}.dont-have-account-wrapper{font-weight:400;font-size:14px;line-height:21px;text-align:right;color:#5a5f7d}.dont-have-account-wrapper a,.footer-text-wrapper{font-weight:600;font-size:14px;line-height:21px;color:#556ee6}.strategy-card-divider{border-left:1px solid rgba(166,176,207,.2)}@media(max-width:768px){img.left-side-img{margin:24px auto auto;width:360px}.approve-box div{border-right:0 solid #e3e6ef;padding:0 32px}}@media(max-width:767px){.strategy-card-divider{border:none}}@media(max-width:1024px){.registration-form{padding:24px!important;height:100vh!important}img.left-side-img{margin:42px auto auto;width:370px}.approve-box{padding:0!important}.approve-box div:last-child{border:none;padding:0}}@media(max-width:499px){.registration-form{padding:24px!important}img.left-side-img{margin:auto;width:100%;margin-top:24px!important;display:flex;margin-bottom:24px!important}.border-shadow-outline h3,span{font-size:15px!important;flex-wrap:wrap;align-self:center;margin-bottom:0}}.registration-form{padding:32px 136px;background-image:url(/static/media/circles-Background.9b312db4.svg);background-position:bottom;background-size:cover;width:100%;height:100vh;margin:0}.registration-form .left-side-overlay h3{font-weight:600;font-size:24px;line-height:150%;display:inline-block!important;color:#333b4e}.registration-form .left-side-overlay .create-account-text{font-weight:400;font-size:16px;line-height:150%;display:flex;align-items:center;letter-spacing:-.03em;color:#333b4e}.stats-info-wrapper{margin-top:24px}img.left-side-img{margin:42px auto auto}.font-size-12{font-size:12px}.seller-info{display:flex;text-align:center}.seller-info .text-success{font-weight:600;font-size:20px;line-height:150%;text-align:center;letter-spacing:-.03em;color:#34c38f}.seller-info span{font-weight:500;font-size:16px;line-height:22px;display:flex;align-items:center;text-align:center;letter-spacing:-.03em;color:#333b4e}.join-us-text{margin-top:24px!important;margin-bottom:0;font-size:20px!important;width:100%;text-align:center}span.input-group-text.colorpicker-input-addon.rounded-right{position:relative;left:-6px;border-top-left-radius:none!important}.login-page-bg{clip-path:circle(50% at 36% 6%);background:#dacff1}.approved-logos-wrapper div{padding:0;margin-left:0!important}.card-over-wrapper{font-weight:600!important;font-size:24px!important;line-height:36px;color:#333b4e!important}.card-over-wrapper .circle-text{font-weight:400}.approved-logos-wrapper{margin-top:88px}.approved-logos-wrapper p{font-weight:500;font-size:14px;line-height:150%;display:flex;align-items:center;letter-spacing:-.03em;color:hsla(0,0%,45.9%,.6);margin-bottom:12px}.sortable-helper>td{display:table-cell;vertical-align:inherit;width:inherit;background-color:#222736}.inner-caption{color:#a6b0cf}.text-deco-line-through{text-decoration:line-through}.agency-clients-dropdown .css-2b097c-container{width:85%}.z-index-2{z-index:2!important}.inventory-dropdown{height:54px}.outbound-filter-section .select2-selection__control .select2-selection__value-container{min-width:80px!important}.inputs-group-inbounds .input.search-input{min-width:20px!important;width:20px!important}.border-shadow-outline{padding:2rem;border:1px solid #e3e6ef;box-shadow:0 4px 4px rgba(0,0,0,.15);border-radius:20px}.border-outline{margin-top:12px;padding:20px 30px 20px 20px;background:#fff;border:2px solid #e3e6ef;border-radius:4px}.outline-radio{border-color:#556ee6}@media(max-width:767px){img.left-side-img{margin:42px auto auto;display:flex}}.header-banner{background-image:url(/static/media/banner.404dfb3c.svg);background-repeat:no-repeat;min-height:120px;background-size:cover;background-position:bottom;display:flex;align-items:center;justify-content:center;flex-direction:column}.header-banner h5{font-size:20px}.color-warning,.header-banner .price{color:#fbc02d}.listing-banner-para{max-width:488px}.dark .welcome-modal i{font-size:40px;color:#fff;margin-right:24px;cursor:pointer}.dark .welcome-modal .welcome-banner{background-color:#46517c;border-radius:10px}.dark .welcome-modal .welcome-banner h1{font-size:20px}.dark .welcome-modal .welcome-banner p{color:#c0c9e1;font-size:13px;max-width:330px}.dark .welcome-modal .welcome-banner img{width:154px;height:105px}.dark .welcome-modal .gap-4{grid-gap:24px;gap:24px}.dark .welcome-modal .selected-store{border:1px solid rgba(147,156,185,.2);border-radius:6px;display:flex;flex-direction:column;max-width:209px;min-width:234px;align-items:center;justify-content:center;padding:27px 0;cursor:pointer;min-height:140px}.light .welcome-modal i{font-size:40px;color:#969aa3;margin-right:24px;cursor:pointer}.light .welcome-modal .welcome-banner{background-color:#d5dcf8;border-radius:10px}.light .welcome-modal .welcome-banner h1{font-size:20px}.light .welcome-modal .welcome-banner p{color:#62697a;font-size:13px;max-width:330px}.light .welcome-modal .welcome-banner img{width:154px;height:105px}.light .welcome-modal .gap-4{grid-gap:24px;gap:24px}.light .welcome-modal .selected-store{border:1px solid #000;border-radius:6px;display:flex;flex-direction:column;max-width:209px;min-width:234px;align-items:center;justify-content:center;padding:27px 0;cursor:pointer;min-height:140px}.alert-custom-badge-m{margin:0!important}.subscription-border{border:1px solid rgba(147,156,185,.2);border-radius:9px;background-color:transparent;position:relative}.ribbon{width:138px;height:150px;overflow:hidden;position:absolute;text-align:center}.ribbon:after,.ribbon:before{position:absolute;z-index:-1;content:"";display:block;border:5px solid rgba(52,195,143,.5)}.ribbon span{position:absolute;display:block;width:225px;padding:6px 0;font-size:12px;font-weight:600;color:#fff;text-align:center}.ribbon-top-right{top:0;right:0}.ribbon-top-right:after,.ribbon-top-right:before{border-top-color:transparent;border-right-color:transparent}.ribbon-top-right:before{top:0;left:0}.ribbon-top-right:after{bottom:0;right:0}.ribbon-top-right span{left:-25px;top:30px;transform:rotate(45deg)}.light .ribbon span{background-color:#34c38f}.dark .ribbon span{background-color:rgba(52,195,143,.5)}.transparent-card{background-color:transparent;border:1px solid #32394e}.primary-box{border-radius:30px;border:.84px solid #556ee6;background:#556ee6;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.primary-box i{color:#fff;font-size:16px}.custom-progress .progress-bar{background-color:red}.w-150{width:150px}.gap-16{grid-gap:16px;gap:16px}.divider-right{position:relative}.divider-right:after{content:"";position:absolute;height:24px;width:1px;background-color:#424b61;top:38%;right:-7px}.coming-soon{background-color:#556ee6;width:81px;height:24px;border-radius:8px;font-size:10px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer}.table-select{min-height:260px}.blur-effect{filter:blur(3px)}.date-picker .react-datepicker-popper{z-index:99}.no-spinners input::-webkit-inner-spin-button,.no-spinners input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no-spinners input[type=number]{-moz-appearance:textfield}@media(max-width:650px){.strategy-ellipse-dots{display:none}}.subscription-cards-width{margin-left:3rem;margin-right:3rem;padding-left:3rem;padding-right:3rem}@media(max-width:900px){.subscription-cards-width{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.EZDrawer__overlay{z-index:1002!important}.filters-width{width:558px!important}@media(max-width:767px){.filters-width{width:100vw!important}}.text-orange{color:#fd7923}.text-sky-blue{color:#1892f8}.text-parrot{color:#25c35c}.text-purple{color:#9d60fb}.responsive-div{width:160px}@media(max-width:768px){.responsive-div{width:100%}}.mdi-set,.mdi:before{display:inline-block;font:normal normal normal 24px/1 "Material Design Icons";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mdi-ab-testing:before{content:"󰇉"}.mdi-abjad-arabic:before{content:"󱌨"}.mdi-abjad-hebrew:before{content:"󱌩"}.mdi-abugida-devanagari:before{content:"󱌪"}.mdi-abugida-thai:before{content:"󱌫"}.mdi-access-point:before{content:"󰀃"}.mdi-access-point-network:before{content:"󰀂"}.mdi-access-point-network-off:before{content:"󰯡"}.mdi-account:before{content:"󰀄"}.mdi-account-alert:before{content:"󰀅"}.mdi-account-alert-outline:before{content:"󰭐"}.mdi-account-arrow-left:before{content:"󰭑"}.mdi-account-arrow-left-outline:before{content:"󰭒"}.mdi-account-arrow-right:before{content:"󰭓"}.mdi-account-arrow-right-outline:before{content:"󰭔"}.mdi-account-box:before{content:"󰀆"}.mdi-account-box-multiple:before{content:"󰤴"}.mdi-account-box-multiple-outline:before{content:"󱀊"}.mdi-account-box-outline:before{content:"󰀇"}.mdi-account-cancel:before{content:"󱋟"}.mdi-account-cancel-outline:before{content:"󱋠"}.mdi-account-cash:before{content:"󱂗"}.mdi-account-cash-outline:before{content:"󱂘"}.mdi-account-check:before{content:"󰀈"}.mdi-account-check-outline:before{content:"󰯢"}.mdi-account-child:before{content:"󰪉"}.mdi-account-child-circle:before{content:"󰪊"}.mdi-account-child-outline:before{content:"󱃈"}.mdi-account-circle:before{content:"󰀉"}.mdi-account-circle-outline:before{content:"󰭕"}.mdi-account-clock:before{content:"󰭖"}.mdi-account-clock-outline:before{content:"󰭗"}.mdi-account-cog:before{content:"󱍰"}.mdi-account-cog-outline:before{content:"󱍱"}.mdi-account-convert:before{content:"󰀊"}.mdi-account-convert-outline:before{content:"󱌁"}.mdi-account-cowboy-hat:before{content:"󰺛"}.mdi-account-details:before{content:"󰘱"}.mdi-account-details-outline:before{content:"󱍲"}.mdi-account-edit:before{content:"󰚼"}.mdi-account-edit-outline:before{content:"󰿻"}.mdi-account-group:before{content:"󰡉"}.mdi-account-group-outline:before{content:"󰭘"}.mdi-account-hard-hat:before{content:"󰖵"}.mdi-account-heart:before{content:"󰢙"}.mdi-account-heart-outline:before{content:"󰯣"}.mdi-account-key:before{content:"󰀋"}.mdi-account-key-outline:before{content:"󰯤"}.mdi-account-lock:before{content:"󱅞"}.mdi-account-lock-outline:before{content:"󱅟"}.mdi-account-minus:before{content:"󰀍"}.mdi-account-minus-outline:before{content:"󰫬"}.mdi-account-multiple:before{content:"󰀎"}.mdi-account-multiple-check:before{content:"󰣅"}.mdi-account-multiple-check-outline:before{content:"󱇾"}.mdi-account-multiple-minus:before{content:"󰗓"}.mdi-account-multiple-minus-outline:before{content:"󰯥"}.mdi-account-multiple-outline:before{content:"󰀏"}.mdi-account-multiple-plus:before{content:"󰀐"}.mdi-account-multiple-plus-outline:before{content:"󰠀"}.mdi-account-multiple-remove:before{content:"󱈊"}.mdi-account-multiple-remove-outline:before{content:"󱈋"}.mdi-account-music:before{content:"󰠃"}.mdi-account-music-outline:before{content:"󰳩"}.mdi-account-network:before{content:"󰀑"}.mdi-account-network-outline:before{content:"󰯦"}.mdi-account-off:before{content:"󰀒"}.mdi-account-off-outline:before{content:"󰯧"}.mdi-account-outline:before{content:"󰀓"}.mdi-account-plus:before{content:"󰀔"}.mdi-account-plus-outline:before{content:"󰠁"}.mdi-account-question:before{content:"󰭙"}.mdi-account-question-outline:before{content:"󰭚"}.mdi-account-remove:before{content:"󰀕"}.mdi-account-remove-outline:before{content:"󰫭"}.mdi-account-search:before{content:"󰀖"}.mdi-account-search-outline:before{content:"󰤵"}.mdi-account-settings:before{content:"󰘰"}.mdi-account-settings-outline:before{content:"󱃉"}.mdi-account-star:before{content:"󰀗"}.mdi-account-star-outline:before{content:"󰯨"}.mdi-account-supervisor:before{content:"󰪋"}.mdi-account-supervisor-circle:before{content:"󰪌"}.mdi-account-supervisor-outline:before{content:"󱄭"}.mdi-account-switch:before{content:"󰀙"}.mdi-account-switch-outline:before{content:"󰓋"}.mdi-account-tie:before{content:"󰳣"}.mdi-account-tie-outline:before{content:"󱃊"}.mdi-account-tie-voice:before{content:"󱌈"}.mdi-account-tie-voice-off:before{content:"󱌊"}.mdi-account-tie-voice-off-outline:before{content:"󱌋"}.mdi-account-tie-voice-outline:before{content:"󱌉"}.mdi-account-voice:before{content:"󰗋"}.mdi-adjust:before{content:"󰀚"}.mdi-adobe:before{content:"󰤶"}.mdi-adobe-acrobat:before{content:"󰾝"}.mdi-air-conditioner:before{content:"󰀛"}.mdi-air-filter:before{content:"󰵃"}.mdi-air-horn:before{content:"󰶬"}.mdi-air-humidifier:before{content:"󱂙"}.mdi-air-purifier:before{content:"󰵄"}.mdi-airbag:before{content:"󰯩"}.mdi-airballoon:before{content:"󰀜"}.mdi-airballoon-outline:before{content:"󱀋"}.mdi-airplane:before{content:"󰀝"}.mdi-airplane-landing:before{content:"󰗔"}.mdi-airplane-off:before{content:"󰀞"}.mdi-airplane-takeoff:before{content:"󰗕"}.mdi-airport:before{content:"󰡋"}.mdi-alarm:before{content:"󰀠"}.mdi-alarm-bell:before{content:"󰞎"}.mdi-alarm-check:before{content:"󰀡"}.mdi-alarm-light:before{content:"󰞏"}.mdi-alarm-light-outline:before{content:"󰯪"}.mdi-alarm-multiple:before{content:"󰀢"}.mdi-alarm-note:before{content:"󰹱"}.mdi-alarm-note-off:before{content:"󰹲"}.mdi-alarm-off:before{content:"󰀣"}.mdi-alarm-plus:before{content:"󰀤"}.mdi-alarm-snooze:before{content:"󰚎"}.mdi-album:before{content:"󰀥"}.mdi-alert:before{content:"󰀦"}.mdi-alert-box:before{content:"󰀧"}.mdi-alert-box-outline:before{content:"󰳤"}.mdi-alert-circle:before{content:"󰀨"}.mdi-alert-circle-check:before{content:"󱇭"}.mdi-alert-circle-check-outline:before{content:"󱇮"}.mdi-alert-circle-outline:before{content:"󰗖"}.mdi-alert-decagram:before{content:"󰚽"}.mdi-alert-decagram-outline:before{content:"󰳥"}.mdi-alert-octagon:before{content:"󰀩"}.mdi-alert-octagon-outline:before{content:"󰳦"}.mdi-alert-octagram:before{content:"󰝧"}.mdi-alert-octagram-outline:before{content:"󰳧"}.mdi-alert-outline:before{content:"󰀪"}.mdi-alert-rhombus:before{content:"󱇎"}.mdi-alert-rhombus-outline:before{content:"󱇏"}.mdi-alien:before{content:"󰢚"}.mdi-alien-outline:before{content:"󱃋"}.mdi-align-horizontal-center:before{content:"󱇃"}.mdi-align-horizontal-left:before{content:"󱇂"}.mdi-align-horizontal-right:before{content:"󱇄"}.mdi-align-vertical-bottom:before{content:"󱇅"}.mdi-align-vertical-center:before{content:"󱇆"}.mdi-align-vertical-top:before{content:"󱇇"}.mdi-all-inclusive:before{content:"󰚾"}.mdi-allergy:before{content:"󱉘"}.mdi-alpha:before{content:"󰀫"}.mdi-alpha-a:before{content:"󰫮"}.mdi-alpha-a-box:before{content:"󰬈"}.mdi-alpha-a-box-outline:before{content:"󰯫"}.mdi-alpha-a-circle:before{content:"󰯬"}.mdi-alpha-a-circle-outline:before{content:"󰯭"}.mdi-alpha-b:before{content:"󰫯"}.mdi-alpha-b-box:before{content:"󰬉"}.mdi-alpha-b-box-outline:before{content:"󰯮"}.mdi-alpha-b-circle:before{content:"󰯯"}.mdi-alpha-b-circle-outline:before{content:"󰯰"}.mdi-alpha-c:before{content:"󰫰"}.mdi-alpha-c-box:before{content:"󰬊"}.mdi-alpha-c-box-outline:before{content:"󰯱"}.mdi-alpha-c-circle:before{content:"󰯲"}.mdi-alpha-c-circle-outline:before{content:"󰯳"}.mdi-alpha-d:before{content:"󰫱"}.mdi-alpha-d-box:before{content:"󰬋"}.mdi-alpha-d-box-outline:before{content:"󰯴"}.mdi-alpha-d-circle:before{content:"󰯵"}.mdi-alpha-d-circle-outline:before{content:"󰯶"}.mdi-alpha-e:before{content:"󰫲"}.mdi-alpha-e-box:before{content:"󰬌"}.mdi-alpha-e-box-outline:before{content:"󰯷"}.mdi-alpha-e-circle:before{content:"󰯸"}.mdi-alpha-e-circle-outline:before{content:"󰯹"}.mdi-alpha-f:before{content:"󰫳"}.mdi-alpha-f-box:before{content:"󰬍"}.mdi-alpha-f-box-outline:before{content:"󰯺"}.mdi-alpha-f-circle:before{content:"󰯻"}.mdi-alpha-f-circle-outline:before{content:"󰯼"}.mdi-alpha-g:before{content:"󰫴"}.mdi-alpha-g-box:before{content:"󰬎"}.mdi-alpha-g-box-outline:before{content:"󰯽"}.mdi-alpha-g-circle:before{content:"󰯾"}.mdi-alpha-g-circle-outline:before{content:"󰯿"}.mdi-alpha-h:before{content:"󰫵"}.mdi-alpha-h-box:before{content:"󰬏"}.mdi-alpha-h-box-outline:before{content:"󰰀"}.mdi-alpha-h-circle:before{content:"󰰁"}.mdi-alpha-h-circle-outline:before{content:"󰰂"}.mdi-alpha-i:before{content:"󰫶"}.mdi-alpha-i-box:before{content:"󰬐"}.mdi-alpha-i-box-outline:before{content:"󰰃"}.mdi-alpha-i-circle:before{content:"󰰄"}.mdi-alpha-i-circle-outline:before{content:"󰰅"}.mdi-alpha-j:before{content:"󰫷"}.mdi-alpha-j-box:before{content:"󰬑"}.mdi-alpha-j-box-outline:before{content:"󰰆"}.mdi-alpha-j-circle:before{content:"󰰇"}.mdi-alpha-j-circle-outline:before{content:"󰰈"}.mdi-alpha-k:before{content:"󰫸"}.mdi-alpha-k-box:before{content:"󰬒"}.mdi-alpha-k-box-outline:before{content:"󰰉"}.mdi-alpha-k-circle:before{content:"󰰊"}.mdi-alpha-k-circle-outline:before{content:"󰰋"}.mdi-alpha-l:before{content:"󰫹"}.mdi-alpha-l-box:before{content:"󰬓"}.mdi-alpha-l-box-outline:before{content:"󰰌"}.mdi-alpha-l-circle:before{content:"󰰍"}.mdi-alpha-l-circle-outline:before{content:"󰰎"}.mdi-alpha-m:before{content:"󰫺"}.mdi-alpha-m-box:before{content:"󰬔"}.mdi-alpha-m-box-outline:before{content:"󰰏"}.mdi-alpha-m-circle:before{content:"󰰐"}.mdi-alpha-m-circle-outline:before{content:"󰰑"}.mdi-alpha-n:before{content:"󰫻"}.mdi-alpha-n-box:before{content:"󰬕"}.mdi-alpha-n-box-outline:before{content:"󰰒"}.mdi-alpha-n-circle:before{content:"󰰓"}.mdi-alpha-n-circle-outline:before{content:"󰰔"}.mdi-alpha-o:before{content:"󰫼"}.mdi-alpha-o-box:before{content:"󰬖"}.mdi-alpha-o-box-outline:before{content:"󰰕"}.mdi-alpha-o-circle:before{content:"󰰖"}.mdi-alpha-o-circle-outline:before{content:"󰰗"}.mdi-alpha-p:before{content:"󰫽"}.mdi-alpha-p-box:before{content:"󰬗"}.mdi-alpha-p-box-outline:before{content:"󰰘"}.mdi-alpha-p-circle:before{content:"󰰙"}.mdi-alpha-p-circle-outline:before{content:"󰰚"}.mdi-alpha-q:before{content:"󰫾"}.mdi-alpha-q-box:before{content:"󰬘"}.mdi-alpha-q-box-outline:before{content:"󰰛"}.mdi-alpha-q-circle:before{content:"󰰜"}.mdi-alpha-q-circle-outline:before{content:"󰰝"}.mdi-alpha-r:before{content:"󰫿"}.mdi-alpha-r-box:before{content:"󰬙"}.mdi-alpha-r-box-outline:before{content:"󰰞"}.mdi-alpha-r-circle:before{content:"󰰟"}.mdi-alpha-r-circle-outline:before{content:"󰰠"}.mdi-alpha-s:before{content:"󰬀"}.mdi-alpha-s-box:before{content:"󰬚"}.mdi-alpha-s-box-outline:before{content:"󰰡"}.mdi-alpha-s-circle:before{content:"󰰢"}.mdi-alpha-s-circle-outline:before{content:"󰰣"}.mdi-alpha-t:before{content:"󰬁"}.mdi-alpha-t-box:before{content:"󰬛"}.mdi-alpha-t-box-outline:before{content:"󰰤"}.mdi-alpha-t-circle:before{content:"󰰥"}.mdi-alpha-t-circle-outline:before{content:"󰰦"}.mdi-alpha-u:before{content:"󰬂"}.mdi-alpha-u-box:before{content:"󰬜"}.mdi-alpha-u-box-outline:before{content:"󰰧"}.mdi-alpha-u-circle:before{content:"󰰨"}.mdi-alpha-u-circle-outline:before{content:"󰰩"}.mdi-alpha-v:before{content:"󰬃"}.mdi-alpha-v-box:before{content:"󰬝"}.mdi-alpha-v-box-outline:before{content:"󰰪"}.mdi-alpha-v-circle:before{content:"󰰫"}.mdi-alpha-v-circle-outline:before{content:"󰰬"}.mdi-alpha-w:before{content:"󰬄"}.mdi-alpha-w-box:before{content:"󰬞"}.mdi-alpha-w-box-outline:before{content:"󰰭"}.mdi-alpha-w-circle:before{content:"󰰮"}.mdi-alpha-w-circle-outline:before{content:"󰰯"}.mdi-alpha-x:before{content:"󰬅"}.mdi-alpha-x-box:before{content:"󰬟"}.mdi-alpha-x-box-outline:before{content:"󰰰"}.mdi-alpha-x-circle:before{content:"󰰱"}.mdi-alpha-x-circle-outline:before{content:"󰰲"}.mdi-alpha-y:before{content:"󰬆"}.mdi-alpha-y-box:before{content:"󰬠"}.mdi-alpha-y-box-outline:before{content:"󰰳"}.mdi-alpha-y-circle:before{content:"󰰴"}.mdi-alpha-y-circle-outline:before{content:"󰰵"}.mdi-alpha-z:before{content:"󰬇"}.mdi-alpha-z-box:before{content:"󰬡"}.mdi-alpha-z-box-outline:before{content:"󰰶"}.mdi-alpha-z-circle:before{content:"󰰷"}.mdi-alpha-z-circle-outline:before{content:"󰰸"}.mdi-alphabet-aurebesh:before{content:"󱌬"}.mdi-alphabet-cyrillic:before{content:"󱌭"}.mdi-alphabet-greek:before{content:"󱌮"}.mdi-alphabet-latin:before{content:"󱌯"}.mdi-alphabet-piqad:before{content:"󱌰"}.mdi-alphabet-tengwar:before{content:"󱌷"}.mdi-alphabetical:before{content:"󰀬"}.mdi-alphabetical-off:before{content:"󱀌"}.mdi-alphabetical-variant:before{content:"󱀍"}.mdi-alphabetical-variant-off:before{content:"󱀎"}.mdi-altimeter:before{content:"󰗗"}.mdi-amazon:before{content:"󰀭"}.mdi-amazon-alexa:before{content:"󰣆"}.mdi-ambulance:before{content:"󰀯"}.mdi-ammunition:before{content:"󰳨"}.mdi-ampersand:before{content:"󰪍"}.mdi-amplifier:before{content:"󰀰"}.mdi-amplifier-off:before{content:"󱆵"}.mdi-anchor:before{content:"󰀱"}.mdi-android:before{content:"󰀲"}.mdi-android-auto:before{content:"󰪎"}.mdi-android-debug-bridge:before{content:"󰀳"}.mdi-android-messages:before{content:"󰵅"}.mdi-android-studio:before{content:"󰀴"}.mdi-angle-acute:before{content:"󰤷"}.mdi-angle-obtuse:before{content:"󰤸"}.mdi-angle-right:before{content:"󰤹"}.mdi-angular:before{content:"󰚲"}.mdi-angularjs:before{content:"󰚿"}.mdi-animation:before{content:"󰗘"}.mdi-animation-outline:before{content:"󰪏"}.mdi-animation-play:before{content:"󰤺"}.mdi-animation-play-outline:before{content:"󰪐"}.mdi-ansible:before{content:"󱂚"}.mdi-antenna:before{content:"󱄙"}.mdi-anvil:before{content:"󰢛"}.mdi-apache-kafka:before{content:"󱀏"}.mdi-api:before{content:"󱂛"}.mdi-api-off:before{content:"󱉗"}.mdi-apple:before{content:"󰀵"}.mdi-apple-airplay:before{content:"󰀟"}.mdi-apple-finder:before{content:"󰀶"}.mdi-apple-icloud:before{content:"󰀸"}.mdi-apple-ios:before{content:"󰀷"}.mdi-apple-keyboard-caps:before{content:"󰘲"}.mdi-apple-keyboard-command:before{content:"󰘳"}.mdi-apple-keyboard-control:before{content:"󰘴"}.mdi-apple-keyboard-option:before{content:"󰘵"}.mdi-apple-keyboard-shift:before{content:"󰘶"}.mdi-apple-safari:before{content:"󰀹"}.mdi-application:before{content:"󰘔"}.mdi-application-export:before{content:"󰶭"}.mdi-application-import:before{content:"󰶮"}.mdi-approximately-equal:before{content:"󰾞"}.mdi-approximately-equal-box:before{content:"󰾟"}.mdi-apps:before{content:"󰀻"}.mdi-apps-box:before{content:"󰵆"}.mdi-arch:before{content:"󰣇"}.mdi-archive:before{content:"󰀼"}.mdi-archive-arrow-down:before{content:"󱉙"}.mdi-archive-arrow-down-outline:before{content:"󱉚"}.mdi-archive-arrow-up:before{content:"󱉛"}.mdi-archive-arrow-up-outline:before{content:"󱉜"}.mdi-archive-outline:before{content:"󱈎"}.mdi-arm-flex:before{content:"󰿗"}.mdi-arm-flex-outline:before{content:"󰿖"}.mdi-arrange-bring-forward:before{content:"󰀽"}.mdi-arrange-bring-to-front:before{content:"󰀾"}.mdi-arrange-send-backward:before{content:"󰀿"}.mdi-arrange-send-to-back:before{content:"󰁀"}.mdi-arrow-all:before{content:"󰁁"}.mdi-arrow-bottom-left:before{content:"󰁂"}.mdi-arrow-bottom-left-bold-outline:before{content:"󰦷"}.mdi-arrow-bottom-left-thick:before{content:"󰦸"}.mdi-arrow-bottom-right:before{content:"󰁃"}.mdi-arrow-bottom-right-bold-outline:before{content:"󰦹"}.mdi-arrow-bottom-right-thick:before{content:"󰦺"}.mdi-arrow-collapse:before{content:"󰘕"}.mdi-arrow-collapse-all:before{content:"󰁄"}.mdi-arrow-collapse-down:before{content:"󰞒"}.mdi-arrow-collapse-horizontal:before{content:"󰡌"}.mdi-arrow-collapse-left:before{content:"󰞓"}.mdi-arrow-collapse-right:before{content:"󰞔"}.mdi-arrow-collapse-up:before{content:"󰞕"}.mdi-arrow-collapse-vertical:before{content:"󰡍"}.mdi-arrow-decision:before{content:"󰦻"}.mdi-arrow-decision-auto:before{content:"󰦼"}.mdi-arrow-decision-auto-outline:before{content:"󰦽"}.mdi-arrow-decision-outline:before{content:"󰦾"}.mdi-arrow-down:before{content:"󰁅"}.mdi-arrow-down-bold:before{content:"󰜮"}.mdi-arrow-down-bold-box:before{content:"󰜯"}.mdi-arrow-down-bold-box-outline:before{content:"󰜰"}.mdi-arrow-down-bold-circle:before{content:"󰁇"}.mdi-arrow-down-bold-circle-outline:before{content:"󰁈"}.mdi-arrow-down-bold-hexagon-outline:before{content:"󰁉"}.mdi-arrow-down-bold-outline:before{content:"󰦿"}.mdi-arrow-down-box:before{content:"󰛀"}.mdi-arrow-down-circle:before{content:"󰳛"}.mdi-arrow-down-circle-outline:before{content:"󰳜"}.mdi-arrow-down-drop-circle:before{content:"󰁊"}.mdi-arrow-down-drop-circle-outline:before{content:"󰁋"}.mdi-arrow-down-thick:before{content:"󰁆"}.mdi-arrow-expand:before{content:"󰘖"}.mdi-arrow-expand-all:before{content:"󰁌"}.mdi-arrow-expand-down:before{content:"󰞖"}.mdi-arrow-expand-horizontal:before{content:"󰡎"}.mdi-arrow-expand-left:before{content:"󰞗"}.mdi-arrow-expand-right:before{content:"󰞘"}.mdi-arrow-expand-up:before{content:"󰞙"}.mdi-arrow-expand-vertical:before{content:"󰡏"}.mdi-arrow-horizontal-lock:before{content:"󱅛"}.mdi-arrow-left:before{content:"󰁍"}.mdi-arrow-left-bold:before{content:"󰜱"}.mdi-arrow-left-bold-box:before{content:"󰜲"}.mdi-arrow-left-bold-box-outline:before{content:"󰜳"}.mdi-arrow-left-bold-circle:before{content:"󰁏"}.mdi-arrow-left-bold-circle-outline:before{content:"󰁐"}.mdi-arrow-left-bold-hexagon-outline:before{content:"󰁑"}.mdi-arrow-left-bold-outline:before{content:"󰧀"}.mdi-arrow-left-box:before{content:"󰛁"}.mdi-arrow-left-circle:before{content:"󰳝"}.mdi-arrow-left-circle-outline:before{content:"󰳞"}.mdi-arrow-left-drop-circle:before{content:"󰁒"}.mdi-arrow-left-drop-circle-outline:before{content:"󰁓"}.mdi-arrow-left-right:before{content:"󰹳"}.mdi-arrow-left-right-bold:before{content:"󰹴"}.mdi-arrow-left-right-bold-outline:before{content:"󰧁"}.mdi-arrow-left-thick:before{content:"󰁎"}.mdi-arrow-right:before{content:"󰁔"}.mdi-arrow-right-bold:before{content:"󰜴"}.mdi-arrow-right-bold-box:before{content:"󰜵"}.mdi-arrow-right-bold-box-outline:before{content:"󰜶"}.mdi-arrow-right-bold-circle:before{content:"󰁖"}.mdi-arrow-right-bold-circle-outline:before{content:"󰁗"}.mdi-arrow-right-bold-hexagon-outline:before{content:"󰁘"}.mdi-arrow-right-bold-outline:before{content:"󰧂"}.mdi-arrow-right-box:before{content:"󰛂"}.mdi-arrow-right-circle:before{content:"󰳟"}.mdi-arrow-right-circle-outline:before{content:"󰳠"}.mdi-arrow-right-drop-circle:before{content:"󰁙"}.mdi-arrow-right-drop-circle-outline:before{content:"󰁚"}.mdi-arrow-right-thick:before{content:"󰁕"}.mdi-arrow-split-horizontal:before{content:"󰤻"}.mdi-arrow-split-vertical:before{content:"󰤼"}.mdi-arrow-top-left:before{content:"󰁛"}.mdi-arrow-top-left-bold-outline:before{content:"󰧃"}.mdi-arrow-top-left-bottom-right:before{content:"󰹵"}.mdi-arrow-top-left-bottom-right-bold:before{content:"󰹶"}.mdi-arrow-top-left-thick:before{content:"󰧄"}.mdi-arrow-top-right:before{content:"󰁜"}.mdi-arrow-top-right-bold-outline:before{content:"󰧅"}.mdi-arrow-top-right-bottom-left:before{content:"󰹷"}.mdi-arrow-top-right-bottom-left-bold:before{content:"󰹸"}.mdi-arrow-top-right-thick:before{content:"󰧆"}.mdi-arrow-up:before{content:"󰁝"}.mdi-arrow-up-bold:before{content:"󰜷"}.mdi-arrow-up-bold-box:before{content:"󰜸"}.mdi-arrow-up-bold-box-outline:before{content:"󰜹"}.mdi-arrow-up-bold-circle:before{content:"󰁟"}.mdi-arrow-up-bold-circle-outline:before{content:"󰁠"}.mdi-arrow-up-bold-hexagon-outline:before{content:"󰁡"}.mdi-arrow-up-bold-outline:before{content:"󰧇"}.mdi-arrow-up-box:before{content:"󰛃"}.mdi-arrow-up-circle:before{content:"󰳡"}.mdi-arrow-up-circle-outline:before{content:"󰳢"}.mdi-arrow-up-down:before{content:"󰹹"}.mdi-arrow-up-down-bold:before{content:"󰹺"}.mdi-arrow-up-down-bold-outline:before{content:"󰧈"}.mdi-arrow-up-drop-circle:before{content:"󰁢"}.mdi-arrow-up-drop-circle-outline:before{content:"󰁣"}.mdi-arrow-up-thick:before{content:"󰁞"}.mdi-arrow-vertical-lock:before{content:"󱅜"}.mdi-artstation:before{content:"󰭛"}.mdi-aspect-ratio:before{content:"󰨤"}.mdi-assistant:before{content:"󰁤"}.mdi-asterisk:before{content:"󰛄"}.mdi-at:before{content:"󰁥"}.mdi-atlassian:before{content:"󰠄"}.mdi-atm:before{content:"󰵇"}.mdi-atom:before{content:"󰝨"}.mdi-atom-variant:before{content:"󰹻"}.mdi-attachment:before{content:"󰁦"}.mdi-audio-video:before{content:"󰤽"}.mdi-audio-video-off:before{content:"󱆶"}.mdi-augmented-reality:before{content:"󰡐"}.mdi-auto-download:before{content:"󱍾"}.mdi-auto-fix:before{content:"󰁨"}.mdi-auto-upload:before{content:"󰁩"}.mdi-autorenew:before{content:"󰁪"}.mdi-av-timer:before{content:"󰁫"}.mdi-aws:before{content:"󰸏"}.mdi-axe:before{content:"󰣈"}.mdi-axis:before{content:"󰵈"}.mdi-axis-arrow:before{content:"󰵉"}.mdi-axis-arrow-lock:before{content:"󰵊"}.mdi-axis-lock:before{content:"󰵋"}.mdi-axis-x-arrow:before{content:"󰵌"}.mdi-axis-x-arrow-lock:before{content:"󰵍"}.mdi-axis-x-rotate-clockwise:before{content:"󰵎"}.mdi-axis-x-rotate-counterclockwise:before{content:"󰵏"}.mdi-axis-x-y-arrow-lock:before{content:"󰵐"}.mdi-axis-y-arrow:before{content:"󰵑"}.mdi-axis-y-arrow-lock:before{content:"󰵒"}.mdi-axis-y-rotate-clockwise:before{content:"󰵓"}.mdi-axis-y-rotate-counterclockwise:before{content:"󰵔"}.mdi-axis-z-arrow:before{content:"󰵕"}.mdi-axis-z-arrow-lock:before{content:"󰵖"}.mdi-axis-z-rotate-clockwise:before{content:"󰵗"}.mdi-axis-z-rotate-counterclockwise:before{content:"󰵘"}.mdi-babel:before{content:"󰨥"}.mdi-baby:before{content:"󰁬"}.mdi-baby-bottle:before{content:"󰼹"}.mdi-baby-bottle-outline:before{content:"󰼺"}.mdi-baby-carriage:before{content:"󰚏"}.mdi-baby-carriage-off:before{content:"󰾠"}.mdi-baby-face:before{content:"󰹼"}.mdi-baby-face-outline:before{content:"󰹽"}.mdi-backburger:before{content:"󰁭"}.mdi-backspace:before{content:"󰁮"}.mdi-backspace-outline:before{content:"󰭜"}.mdi-backspace-reverse:before{content:"󰹾"}.mdi-backspace-reverse-outline:before{content:"󰹿"}.mdi-backup-restore:before{content:"󰁯"}.mdi-bacteria:before{content:"󰻕"}.mdi-bacteria-outline:before{content:"󰻖"}.mdi-badge-account:before{content:"󰶧"}.mdi-badge-account-alert:before{content:"󰶨"}.mdi-badge-account-alert-outline:before{content:"󰶩"}.mdi-badge-account-horizontal:before{content:"󰸍"}.mdi-badge-account-horizontal-outline:before{content:"󰸎"}.mdi-badge-account-outline:before{content:"󰶪"}.mdi-badminton:before{content:"󰡑"}.mdi-bag-carry-on:before{content:"󰼻"}.mdi-bag-carry-on-check:before{content:"󰵥"}.mdi-bag-carry-on-off:before{content:"󰼼"}.mdi-bag-checked:before{content:"󰼽"}.mdi-bag-personal:before{content:"󰸐"}.mdi-bag-personal-off:before{content:"󰸑"}.mdi-bag-personal-off-outline:before{content:"󰸒"}.mdi-bag-personal-outline:before{content:"󰸓"}.mdi-baguette:before{content:"󰼾"}.mdi-balloon:before{content:"󰨦"}.mdi-ballot:before{content:"󰧉"}.mdi-ballot-outline:before{content:"󰧊"}.mdi-ballot-recount:before{content:"󰰹"}.mdi-ballot-recount-outline:before{content:"󰰺"}.mdi-bandage:before{content:"󰶯"}.mdi-bandcamp:before{content:"󰙵"}.mdi-bank:before{content:"󰁰"}.mdi-bank-minus:before{content:"󰶰"}.mdi-bank-outline:before{content:"󰺀"}.mdi-bank-plus:before{content:"󰶱"}.mdi-bank-remove:before{content:"󰶲"}.mdi-bank-transfer:before{content:"󰨧"}.mdi-bank-transfer-in:before{content:"󰨨"}.mdi-bank-transfer-out:before{content:"󰨩"}.mdi-barcode:before{content:"󰁱"}.mdi-barcode-off:before{content:"󱈶"}.mdi-barcode-scan:before{content:"󰁲"}.mdi-barley:before{content:"󰁳"}.mdi-barley-off:before{content:"󰭝"}.mdi-barn:before{content:"󰭞"}.mdi-barrel:before{content:"󰁴"}.mdi-baseball:before{content:"󰡒"}.mdi-baseball-bat:before{content:"󰡓"}.mdi-bash:before{content:"󱆃"}.mdi-basket:before{content:"󰁶"}.mdi-basket-fill:before{content:"󰁷"}.mdi-basket-outline:before{content:"󱆁"}.mdi-basket-unfill:before{content:"󰁸"}.mdi-basketball:before{content:"󰠆"}.mdi-basketball-hoop:before{content:"󰰻"}.mdi-basketball-hoop-outline:before{content:"󰰼"}.mdi-bat:before{content:"󰭟"}.mdi-battery:before{content:"󰁹"}.mdi-battery-10:before{content:"󰁺"}.mdi-battery-10-bluetooth:before{content:"󰤾"}.mdi-battery-20:before{content:"󰁻"}.mdi-battery-20-bluetooth:before{content:"󰤿"}.mdi-battery-30:before{content:"󰁼"}.mdi-battery-30-bluetooth:before{content:"󰥀"}.mdi-battery-40:before{content:"󰁽"}.mdi-battery-40-bluetooth:before{content:"󰥁"}.mdi-battery-50:before{content:"󰁾"}.mdi-battery-50-bluetooth:before{content:"󰥂"}.mdi-battery-60:before{content:"󰁿"}.mdi-battery-60-bluetooth:before{content:"󰥃"}.mdi-battery-70:before{content:"󰂀"}.mdi-battery-70-bluetooth:before{content:"󰥄"}.mdi-battery-80:before{content:"󰂁"}.mdi-battery-80-bluetooth:before{content:"󰥅"}.mdi-battery-90:before{content:"󰂂"}.mdi-battery-90-bluetooth:before{content:"󰥆"}.mdi-battery-alert:before{content:"󰂃"}.mdi-battery-alert-bluetooth:before{content:"󰥇"}.mdi-battery-alert-variant:before{content:"󱃌"}.mdi-battery-alert-variant-outline:before{content:"󱃍"}.mdi-battery-bluetooth:before{content:"󰥈"}.mdi-battery-bluetooth-variant:before{content:"󰥉"}.mdi-battery-charging:before{content:"󰂄"}.mdi-battery-charging-10:before{content:"󰢜"}.mdi-battery-charging-100:before{content:"󰂅"}.mdi-battery-charging-20:before{content:"󰂆"}.mdi-battery-charging-30:before{content:"󰂇"}.mdi-battery-charging-40:before{content:"󰂈"}.mdi-battery-charging-50:before{content:"󰢝"}.mdi-battery-charging-60:before{content:"󰂉"}.mdi-battery-charging-70:before{content:"󰢞"}.mdi-battery-charging-80:before{content:"󰂊"}.mdi-battery-charging-90:before{content:"󰂋"}.mdi-battery-charging-high:before{content:"󱊦"}.mdi-battery-charging-low:before{content:"󱊤"}.mdi-battery-charging-medium:before{content:"󱊥"}.mdi-battery-charging-outline:before{content:"󰢟"}.mdi-battery-charging-wireless:before{content:"󰠇"}.mdi-battery-charging-wireless-10:before{content:"󰠈"}.mdi-battery-charging-wireless-20:before{content:"󰠉"}.mdi-battery-charging-wireless-30:before{content:"󰠊"}.mdi-battery-charging-wireless-40:before{content:"󰠋"}.mdi-battery-charging-wireless-50:before{content:"󰠌"}.mdi-battery-charging-wireless-60:before{content:"󰠍"}.mdi-battery-charging-wireless-70:before{content:"󰠎"}.mdi-battery-charging-wireless-80:before{content:"󰠏"}.mdi-battery-charging-wireless-90:before{content:"󰠐"}.mdi-battery-charging-wireless-alert:before{content:"󰠑"}.mdi-battery-charging-wireless-outline:before{content:"󰠒"}.mdi-battery-heart:before{content:"󱈏"}.mdi-battery-heart-outline:before{content:"󱈐"}.mdi-battery-heart-variant:before{content:"󱈑"}.mdi-battery-high:before{content:"󱊣"}.mdi-battery-low:before{content:"󱊡"}.mdi-battery-medium:before{content:"󱊢"}.mdi-battery-minus:before{content:"󰂌"}.mdi-battery-negative:before{content:"󰂍"}.mdi-battery-off:before{content:"󱉝"}.mdi-battery-off-outline:before{content:"󱉞"}.mdi-battery-outline:before{content:"󰂎"}.mdi-battery-plus:before{content:"󰂏"}.mdi-battery-positive:before{content:"󰂐"}.mdi-battery-unknown:before{content:"󰂑"}.mdi-battery-unknown-bluetooth:before{content:"󰥊"}.mdi-battlenet:before{content:"󰭠"}.mdi-beach:before{content:"󰂒"}.mdi-beaker:before{content:"󰳪"}.mdi-beaker-alert:before{content:"󱈩"}.mdi-beaker-alert-outline:before{content:"󱈪"}.mdi-beaker-check:before{content:"󱈫"}.mdi-beaker-check-outline:before{content:"󱈬"}.mdi-beaker-minus:before{content:"󱈭"}.mdi-beaker-minus-outline:before{content:"󱈮"}.mdi-beaker-outline:before{content:"󰚐"}.mdi-beaker-plus:before{content:"󱈯"}.mdi-beaker-plus-outline:before{content:"󱈰"}.mdi-beaker-question:before{content:"󱈱"}.mdi-beaker-question-outline:before{content:"󱈲"}.mdi-beaker-remove:before{content:"󱈳"}.mdi-beaker-remove-outline:before{content:"󱈴"}.mdi-bed:before{content:"󰋣"}.mdi-bed-double:before{content:"󰿔"}.mdi-bed-double-outline:before{content:"󰿓"}.mdi-bed-empty:before{content:"󰢠"}.mdi-bed-king:before{content:"󰿒"}.mdi-bed-king-outline:before{content:"󰿑"}.mdi-bed-outline:before{content:"󰂙"}.mdi-bed-queen:before{content:"󰿐"}.mdi-bed-queen-outline:before{content:"󰿛"}.mdi-bed-single:before{content:"󱁭"}.mdi-bed-single-outline:before{content:"󱁮"}.mdi-bee:before{content:"󰾡"}.mdi-bee-flower:before{content:"󰾢"}.mdi-beehive-outline:before{content:"󱃎"}.mdi-beer:before{content:"󰂘"}.mdi-beer-outline:before{content:"󱌌"}.mdi-bell:before{content:"󰂚"}.mdi-bell-alert:before{content:"󰵙"}.mdi-bell-alert-outline:before{content:"󰺁"}.mdi-bell-check:before{content:"󱇥"}.mdi-bell-check-outline:before{content:"󱇦"}.mdi-bell-circle:before{content:"󰵚"}.mdi-bell-circle-outline:before{content:"󰵛"}.mdi-bell-off:before{content:"󰂛"}.mdi-bell-off-outline:before{content:"󰪑"}.mdi-bell-outline:before{content:"󰂜"}.mdi-bell-plus:before{content:"󰂝"}.mdi-bell-plus-outline:before{content:"󰪒"}.mdi-bell-ring:before{content:"󰂞"}.mdi-bell-ring-outline:before{content:"󰂟"}.mdi-bell-sleep:before{content:"󰂠"}.mdi-bell-sleep-outline:before{content:"󰪓"}.mdi-beta:before{content:"󰂡"}.mdi-betamax:before{content:"󰧋"}.mdi-biathlon:before{content:"󰸔"}.mdi-bicycle:before{content:"󱂜"}.mdi-bicycle-basket:before{content:"󱈵"}.mdi-bike:before{content:"󰂣"}.mdi-bike-fast:before{content:"󱄟"}.mdi-billboard:before{content:"󱀐"}.mdi-billiards:before{content:"󰭡"}.mdi-billiards-rack:before{content:"󰭢"}.mdi-binoculars:before{content:"󰂥"}.mdi-bio:before{content:"󰂦"}.mdi-biohazard:before{content:"󰂧"}.mdi-bitbucket:before{content:"󰂨"}.mdi-bitcoin:before{content:"󰠓"}.mdi-black-mesa:before{content:"󰂩"}.mdi-blender:before{content:"󰳫"}.mdi-blender-software:before{content:"󰂫"}.mdi-blinds:before{content:"󰂬"}.mdi-blinds-open:before{content:"󱀑"}.mdi-block-helper:before{content:"󰂭"}.mdi-blogger:before{content:"󰂮"}.mdi-blood-bag:before{content:"󰳬"}.mdi-bluetooth:before{content:"󰂯"}.mdi-bluetooth-audio:before{content:"󰂰"}.mdi-bluetooth-connect:before{content:"󰂱"}.mdi-bluetooth-off:before{content:"󰂲"}.mdi-bluetooth-settings:before{content:"󰂳"}.mdi-bluetooth-transfer:before{content:"󰂴"}.mdi-blur:before{content:"󰂵"}.mdi-blur-linear:before{content:"󰂶"}.mdi-blur-off:before{content:"󰂷"}.mdi-blur-radial:before{content:"󰂸"}.mdi-bolnisi-cross:before{content:"󰳭"}.mdi-bolt:before{content:"󰶳"}.mdi-bomb:before{content:"󰚑"}.mdi-bomb-off:before{content:"󰛅"}.mdi-bone:before{content:"󰂹"}.mdi-book:before{content:"󰂺"}.mdi-book-account:before{content:"󱎭"}.mdi-book-account-outline:before{content:"󱎮"}.mdi-book-alphabet:before{content:"󰘝"}.mdi-book-cross:before{content:"󰂢"}.mdi-book-information-variant:before{content:"󱁯"}.mdi-book-lock:before{content:"󰞚"}.mdi-book-lock-open:before{content:"󰞛"}.mdi-book-minus:before{content:"󰗙"}.mdi-book-minus-multiple:before{content:"󰪔"}.mdi-book-minus-multiple-outline:before{content:"󰤋"}.mdi-book-multiple:before{content:"󰂻"}.mdi-book-multiple-outline:before{content:"󰐶"}.mdi-book-music:before{content:"󰁧"}.mdi-book-open:before{content:"󰂽"}.mdi-book-open-outline:before{content:"󰭣"}.mdi-book-open-page-variant:before{content:"󰗚"}.mdi-book-open-variant:before{content:"󰂾"}.mdi-book-outline:before{content:"󰭤"}.mdi-book-play:before{content:"󰺂"}.mdi-book-play-outline:before{content:"󰺃"}.mdi-book-plus:before{content:"󰗛"}.mdi-book-plus-multiple:before{content:"󰪕"}.mdi-book-plus-multiple-outline:before{content:"󰫞"}.mdi-book-remove:before{content:"󰪗"}.mdi-book-remove-multiple:before{content:"󰪖"}.mdi-book-remove-multiple-outline:before{content:"󰓊"}.mdi-book-search:before{content:"󰺄"}.mdi-book-search-outline:before{content:"󰺅"}.mdi-book-variant:before{content:"󰂿"}.mdi-book-variant-multiple:before{content:"󰂼"}.mdi-bookmark:before{content:"󰃀"}.mdi-bookmark-check:before{content:"󰃁"}.mdi-bookmark-check-outline:before{content:"󱍻"}.mdi-bookmark-minus:before{content:"󰧌"}.mdi-bookmark-minus-outline:before{content:"󰧍"}.mdi-bookmark-multiple:before{content:"󰸕"}.mdi-bookmark-multiple-outline:before{content:"󰸖"}.mdi-bookmark-music:before{content:"󰃂"}.mdi-bookmark-music-outline:before{content:"󱍹"}.mdi-bookmark-off:before{content:"󰧎"}.mdi-bookmark-off-outline:before{content:"󰧏"}.mdi-bookmark-outline:before{content:"󰃃"}.mdi-bookmark-plus:before{content:"󰃅"}.mdi-bookmark-plus-outline:before{content:"󰃄"}.mdi-bookmark-remove:before{content:"󰃆"}.mdi-bookmark-remove-outline:before{content:"󱍺"}.mdi-bookshelf:before{content:"󱉟"}.mdi-boom-gate:before{content:"󰺆"}.mdi-boom-gate-alert:before{content:"󰺇"}.mdi-boom-gate-alert-outline:before{content:"󰺈"}.mdi-boom-gate-down:before{content:"󰺉"}.mdi-boom-gate-down-outline:before{content:"󰺊"}.mdi-boom-gate-outline:before{content:"󰺋"}.mdi-boom-gate-up:before{content:"󰺌"}.mdi-boom-gate-up-outline:before{content:"󰺍"}.mdi-boombox:before{content:"󰗜"}.mdi-boomerang:before{content:"󱃏"}.mdi-bootstrap:before{content:"󰛆"}.mdi-border-all:before{content:"󰃇"}.mdi-border-all-variant:before{content:"󰢡"}.mdi-border-bottom:before{content:"󰃈"}.mdi-border-bottom-variant:before{content:"󰢢"}.mdi-border-color:before{content:"󰃉"}.mdi-border-horizontal:before{content:"󰃊"}.mdi-border-inside:before{content:"󰃋"}.mdi-border-left:before{content:"󰃌"}.mdi-border-left-variant:before{content:"󰢣"}.mdi-border-none:before{content:"󰃍"}.mdi-border-none-variant:before{content:"󰢤"}.mdi-border-outside:before{content:"󰃎"}.mdi-border-right:before{content:"󰃏"}.mdi-border-right-variant:before{content:"󰢥"}.mdi-border-style:before{content:"󰃐"}.mdi-border-top:before{content:"󰃑"}.mdi-border-top-variant:before{content:"󰢦"}.mdi-border-vertical:before{content:"󰃒"}.mdi-bottle-soda:before{content:"󱁰"}.mdi-bottle-soda-classic:before{content:"󱁱"}.mdi-bottle-soda-classic-outline:before{content:"󱍣"}.mdi-bottle-soda-outline:before{content:"󱁲"}.mdi-bottle-tonic:before{content:"󱄮"}.mdi-bottle-tonic-outline:before{content:"󱄯"}.mdi-bottle-tonic-plus:before{content:"󱄰"}.mdi-bottle-tonic-plus-outline:before{content:"󱄱"}.mdi-bottle-tonic-skull:before{content:"󱄲"}.mdi-bottle-tonic-skull-outline:before{content:"󱄳"}.mdi-bottle-wine:before{content:"󰡔"}.mdi-bottle-wine-outline:before{content:"󱌐"}.mdi-bow-tie:before{content:"󰙸"}.mdi-bowl:before{content:"󰊎"}.mdi-bowl-mix:before{content:"󰘗"}.mdi-bowl-mix-outline:before{content:"󰋤"}.mdi-bowl-outline:before{content:"󰊩"}.mdi-bowling:before{content:"󰃓"}.mdi-box:before{content:"󰃔"}.mdi-box-cutter:before{content:"󰃕"}.mdi-box-cutter-off:before{content:"󰭊"}.mdi-box-shadow:before{content:"󰘷"}.mdi-boxing-glove:before{content:"󰭥"}.mdi-braille:before{content:"󰧐"}.mdi-brain:before{content:"󰧑"}.mdi-bread-slice:before{content:"󰳮"}.mdi-bread-slice-outline:before{content:"󰳯"}.mdi-bridge:before{content:"󰘘"}.mdi-briefcase:before{content:"󰃖"}.mdi-briefcase-account:before{content:"󰳰"}.mdi-briefcase-account-outline:before{content:"󰳱"}.mdi-briefcase-check:before{content:"󰃗"}.mdi-briefcase-check-outline:before{content:"󱌞"}.mdi-briefcase-clock:before{content:"󱃐"}.mdi-briefcase-clock-outline:before{content:"󱃑"}.mdi-briefcase-download:before{content:"󰃘"}.mdi-briefcase-download-outline:before{content:"󰰽"}.mdi-briefcase-edit:before{content:"󰪘"}.mdi-briefcase-edit-outline:before{content:"󰰾"}.mdi-briefcase-minus:before{content:"󰨪"}.mdi-briefcase-minus-outline:before{content:"󰰿"}.mdi-briefcase-outline:before{content:"󰠔"}.mdi-briefcase-plus:before{content:"󰨫"}.mdi-briefcase-plus-outline:before{content:"󰱀"}.mdi-briefcase-remove:before{content:"󰨬"}.mdi-briefcase-remove-outline:before{content:"󰱁"}.mdi-briefcase-search:before{content:"󰨭"}.mdi-briefcase-search-outline:before{content:"󰱂"}.mdi-briefcase-upload:before{content:"󰃙"}.mdi-briefcase-upload-outline:before{content:"󰱃"}.mdi-brightness-1:before{content:"󰃚"}.mdi-brightness-2:before{content:"󰃛"}.mdi-brightness-3:before{content:"󰃜"}.mdi-brightness-4:before{content:"󰃝"}.mdi-brightness-5:before{content:"󰃞"}.mdi-brightness-6:before{content:"󰃟"}.mdi-brightness-7:before{content:"󰃠"}.mdi-brightness-auto:before{content:"󰃡"}.mdi-brightness-percent:before{content:"󰳲"}.mdi-broom:before{content:"󰃢"}.mdi-brush:before{content:"󰃣"}.mdi-buddhism:before{content:"󰥋"}.mdi-buffer:before{content:"󰘙"}.mdi-buffet:before{content:"󰕸"}.mdi-bug:before{content:"󰃤"}.mdi-bug-check:before{content:"󰨮"}.mdi-bug-check-outline:before{content:"󰨯"}.mdi-bug-outline:before{content:"󰨰"}.mdi-bugle:before{content:"󰶴"}.mdi-bulldozer:before{content:"󰬢"}.mdi-bullet:before{content:"󰳳"}.mdi-bulletin-board:before{content:"󰃥"}.mdi-bullhorn:before{content:"󰃦"}.mdi-bullhorn-outline:before{content:"󰬣"}.mdi-bullseye:before{content:"󰗝"}.mdi-bullseye-arrow:before{content:"󰣉"}.mdi-bulma:before{content:"󱋧"}.mdi-bunk-bed:before{content:"󱌂"}.mdi-bunk-bed-outline:before{content:"󰂗"}.mdi-bus:before{content:"󰃧"}.mdi-bus-alert:before{content:"󰪙"}.mdi-bus-articulated-end:before{content:"󰞜"}.mdi-bus-articulated-front:before{content:"󰞝"}.mdi-bus-clock:before{content:"󰣊"}.mdi-bus-double-decker:before{content:"󰞞"}.mdi-bus-marker:before{content:"󱈒"}.mdi-bus-multiple:before{content:"󰼿"}.mdi-bus-school:before{content:"󰞟"}.mdi-bus-side:before{content:"󰞠"}.mdi-bus-stop:before{content:"󱀒"}.mdi-bus-stop-covered:before{content:"󱀓"}.mdi-bus-stop-uncovered:before{content:"󱀔"}.mdi-cable-data:before{content:"󱎔"}.mdi-cached:before{content:"󰃨"}.mdi-cactus:before{content:"󰶵"}.mdi-cake:before{content:"󰃩"}.mdi-cake-layered:before{content:"󰃪"}.mdi-cake-variant:before{content:"󰃫"}.mdi-calculator:before{content:"󰃬"}.mdi-calculator-variant:before{content:"󰪚"}.mdi-calendar:before{content:"󰃭"}.mdi-calendar-account:before{content:"󰻗"}.mdi-calendar-account-outline:before{content:"󰻘"}.mdi-calendar-alert:before{content:"󰨱"}.mdi-calendar-arrow-left:before{content:"󱄴"}.mdi-calendar-arrow-right:before{content:"󱄵"}.mdi-calendar-blank:before{content:"󰃮"}.mdi-calendar-blank-multiple:before{content:"󱁳"}.mdi-calendar-blank-outline:before{content:"󰭦"}.mdi-calendar-check:before{content:"󰃯"}.mdi-calendar-check-outline:before{content:"󰱄"}.mdi-calendar-clock:before{content:"󰃰"}.mdi-calendar-edit:before{content:"󰢧"}.mdi-calendar-export:before{content:"󰬤"}.mdi-calendar-heart:before{content:"󰧒"}.mdi-calendar-import:before{content:"󰬥"}.mdi-calendar-minus:before{content:"󰵜"}.mdi-calendar-month:before{content:"󰸗"}.mdi-calendar-month-outline:before{content:"󰸘"}.mdi-calendar-multiple:before{content:"󰃱"}.mdi-calendar-multiple-check:before{content:"󰃲"}.mdi-calendar-multiselect:before{content:"󰨲"}.mdi-calendar-outline:before{content:"󰭧"}.mdi-calendar-plus:before{content:"󰃳"}.mdi-calendar-question:before{content:"󰚒"}.mdi-calendar-range:before{content:"󰙹"}.mdi-calendar-range-outline:before{content:"󰭨"}.mdi-calendar-refresh:before{content:"󰇡"}.mdi-calendar-refresh-outline:before{content:"󰈃"}.mdi-calendar-remove:before{content:"󰃴"}.mdi-calendar-remove-outline:before{content:"󰱅"}.mdi-calendar-search:before{content:"󰥌"}.mdi-calendar-star:before{content:"󰧓"}.mdi-calendar-sync:before{content:"󰺎"}.mdi-calendar-sync-outline:before{content:"󰺏"}.mdi-calendar-text:before{content:"󰃵"}.mdi-calendar-text-outline:before{content:"󰱆"}.mdi-calendar-today:before{content:"󰃶"}.mdi-calendar-week:before{content:"󰨳"}.mdi-calendar-week-begin:before{content:"󰨴"}.mdi-calendar-weekend:before{content:"󰻙"}.mdi-calendar-weekend-outline:before{content:"󰻚"}.mdi-call-made:before{content:"󰃷"}.mdi-call-merge:before{content:"󰃸"}.mdi-call-missed:before{content:"󰃹"}.mdi-call-received:before{content:"󰃺"}.mdi-call-split:before{content:"󰃻"}.mdi-camcorder:before{content:"󰃼"}.mdi-camcorder-off:before{content:"󰃿"}.mdi-camera:before{content:"󰄀"}.mdi-camera-account:before{content:"󰣋"}.mdi-camera-burst:before{content:"󰚓"}.mdi-camera-control:before{content:"󰭩"}.mdi-camera-enhance:before{content:"󰄁"}.mdi-camera-enhance-outline:before{content:"󰭪"}.mdi-camera-front:before{content:"󰄂"}.mdi-camera-front-variant:before{content:"󰄃"}.mdi-camera-gopro:before{content:"󰞡"}.mdi-camera-image:before{content:"󰣌"}.mdi-camera-iris:before{content:"󰄄"}.mdi-camera-metering-center:before{content:"󰞢"}.mdi-camera-metering-matrix:before{content:"󰞣"}.mdi-camera-metering-partial:before{content:"󰞤"}.mdi-camera-metering-spot:before{content:"󰞥"}.mdi-camera-off:before{content:"󰗟"}.mdi-camera-outline:before{content:"󰵝"}.mdi-camera-party-mode:before{content:"󰄅"}.mdi-camera-plus:before{content:"󰻛"}.mdi-camera-plus-outline:before{content:"󰻜"}.mdi-camera-rear:before{content:"󰄆"}.mdi-camera-rear-variant:before{content:"󰄇"}.mdi-camera-retake:before{content:"󰸙"}.mdi-camera-retake-outline:before{content:"󰸚"}.mdi-camera-switch:before{content:"󰄈"}.mdi-camera-switch-outline:before{content:"󰡊"}.mdi-camera-timer:before{content:"󰄉"}.mdi-camera-wireless:before{content:"󰶶"}.mdi-camera-wireless-outline:before{content:"󰶷"}.mdi-campfire:before{content:"󰻝"}.mdi-cancel:before{content:"󰜺"}.mdi-candle:before{content:"󰗢"}.mdi-candycane:before{content:"󰄊"}.mdi-cannabis:before{content:"󰞦"}.mdi-caps-lock:before{content:"󰪛"}.mdi-car:before{content:"󰄋"}.mdi-car-2-plus:before{content:"󱀕"}.mdi-car-3-plus:before{content:"󱀖"}.mdi-car-arrow-left:before{content:"󱎲"}.mdi-car-arrow-right:before{content:"󱎳"}.mdi-car-back:before{content:"󰸛"}.mdi-car-battery:before{content:"󰄌"}.mdi-car-brake-abs:before{content:"󰱇"}.mdi-car-brake-alert:before{content:"󰱈"}.mdi-car-brake-hold:before{content:"󰵞"}.mdi-car-brake-parking:before{content:"󰵟"}.mdi-car-brake-retarder:before{content:"󱀗"}.mdi-car-child-seat:before{content:"󰾣"}.mdi-car-clutch:before{content:"󱀘"}.mdi-car-connected:before{content:"󰄍"}.mdi-car-convertible:before{content:"󰞧"}.mdi-car-coolant-level:before{content:"󱀙"}.mdi-car-cruise-control:before{content:"󰵠"}.mdi-car-defrost-front:before{content:"󰵡"}.mdi-car-defrost-rear:before{content:"󰵢"}.mdi-car-door:before{content:"󰭫"}.mdi-car-door-lock:before{content:"󱂝"}.mdi-car-electric:before{content:"󰭬"}.mdi-car-esp:before{content:"󰱉"}.mdi-car-estate:before{content:"󰞨"}.mdi-car-hatchback:before{content:"󰞩"}.mdi-car-info:before{content:"󱆾"}.mdi-car-key:before{content:"󰭭"}.mdi-car-light-dimmed:before{content:"󰱊"}.mdi-car-light-fog:before{content:"󰱋"}.mdi-car-light-high:before{content:"󰱌"}.mdi-car-limousine:before{content:"󰣍"}.mdi-car-multiple:before{content:"󰭮"}.mdi-car-off:before{content:"󰸜"}.mdi-car-parking-lights:before{content:"󰵣"}.mdi-car-pickup:before{content:"󰞪"}.mdi-car-seat:before{content:"󰾤"}.mdi-car-seat-cooler:before{content:"󰾥"}.mdi-car-seat-heater:before{content:"󰾦"}.mdi-car-shift-pattern:before{content:"󰽀"}.mdi-car-side:before{content:"󰞫"}.mdi-car-sports:before{content:"󰞬"}.mdi-car-tire-alert:before{content:"󰱍"}.mdi-car-traction-control:before{content:"󰵤"}.mdi-car-turbocharger:before{content:"󱀚"}.mdi-car-wash:before{content:"󰄎"}.mdi-car-windshield:before{content:"󱀛"}.mdi-car-windshield-outline:before{content:"󱀜"}.mdi-caravan:before{content:"󰞭"}.mdi-card:before{content:"󰭯"}.mdi-card-account-details:before{content:"󰗒"}.mdi-card-account-details-outline:before{content:"󰶫"}.mdi-card-account-details-star:before{content:"󰊣"}.mdi-card-account-details-star-outline:before{content:"󰛛"}.mdi-card-account-mail:before{content:"󰆎"}.mdi-card-account-mail-outline:before{content:"󰺘"}.mdi-card-account-phone:before{content:"󰺙"}.mdi-card-account-phone-outline:before{content:"󰺚"}.mdi-card-bulleted:before{content:"󰭰"}.mdi-card-bulleted-off:before{content:"󰭱"}.mdi-card-bulleted-off-outline:before{content:"󰭲"}.mdi-card-bulleted-outline:before{content:"󰭳"}.mdi-card-bulleted-settings:before{content:"󰭴"}.mdi-card-bulleted-settings-outline:before{content:"󰭵"}.mdi-card-outline:before{content:"󰭶"}.mdi-card-plus:before{content:"󱇿"}.mdi-card-plus-outline:before{content:"󱈀"}.mdi-card-search:before{content:"󱁴"}.mdi-card-search-outline:before{content:"󱁵"}.mdi-card-text:before{content:"󰭷"}.mdi-card-text-outline:before{content:"󰭸"}.mdi-cards:before{content:"󰘸"}.mdi-cards-club:before{content:"󰣎"}.mdi-cards-diamond:before{content:"󰣏"}.mdi-cards-diamond-outline:before{content:"󱀝"}.mdi-cards-heart:before{content:"󰣐"}.mdi-cards-outline:before{content:"󰘹"}.mdi-cards-playing-outline:before{content:"󰘺"}.mdi-cards-spade:before{content:"󰣑"}.mdi-cards-variant:before{content:"󰛇"}.mdi-carrot:before{content:"󰄏"}.mdi-cart:before{content:"󰄐"}.mdi-cart-arrow-down:before{content:"󰵦"}.mdi-cart-arrow-right:before{content:"󰱎"}.mdi-cart-arrow-up:before{content:"󰵧"}.mdi-cart-minus:before{content:"󰵨"}.mdi-cart-off:before{content:"󰙫"}.mdi-cart-outline:before{content:"󰄑"}.mdi-cart-plus:before{content:"󰄒"}.mdi-cart-remove:before{content:"󰵩"}.mdi-case-sensitive-alt:before{content:"󰄓"}.mdi-cash:before{content:"󰄔"}.mdi-cash-100:before{content:"󰄕"}.mdi-cash-marker:before{content:"󰶸"}.mdi-cash-minus:before{content:"󱉠"}.mdi-cash-multiple:before{content:"󰄖"}.mdi-cash-plus:before{content:"󱉡"}.mdi-cash-refund:before{content:"󰪜"}.mdi-cash-register:before{content:"󰳴"}.mdi-cash-remove:before{content:"󱉢"}.mdi-cash-usd:before{content:"󱅶"}.mdi-cash-usd-outline:before{content:"󰄗"}.mdi-cassette:before{content:"󰧔"}.mdi-cast:before{content:"󰄘"}.mdi-cast-audio:before{content:"󱀞"}.mdi-cast-connected:before{content:"󰄙"}.mdi-cast-education:before{content:"󰸝"}.mdi-cast-off:before{content:"󰞊"}.mdi-castle:before{content:"󰄚"}.mdi-cat:before{content:"󰄛"}.mdi-cctv:before{content:"󰞮"}.mdi-ceiling-light:before{content:"󰝩"}.mdi-cellphone:before{content:"󰄜"}.mdi-cellphone-android:before{content:"󰄝"}.mdi-cellphone-arrow-down:before{content:"󰧕"}.mdi-cellphone-basic:before{content:"󰄞"}.mdi-cellphone-charging:before{content:"󱎗"}.mdi-cellphone-cog:before{content:"󰥑"}.mdi-cellphone-dock:before{content:"󰄟"}.mdi-cellphone-erase:before{content:"󰥍"}.mdi-cellphone-information:before{content:"󰽁"}.mdi-cellphone-iphone:before{content:"󰄠"}.mdi-cellphone-key:before{content:"󰥎"}.mdi-cellphone-link:before{content:"󰄡"}.mdi-cellphone-link-off:before{content:"󰄢"}.mdi-cellphone-lock:before{content:"󰥏"}.mdi-cellphone-message:before{content:"󰣓"}.mdi-cellphone-message-off:before{content:"󱃒"}.mdi-cellphone-nfc:before{content:"󰺐"}.mdi-cellphone-nfc-off:before{content:"󱋘"}.mdi-cellphone-off:before{content:"󰥐"}.mdi-cellphone-play:before{content:"󱀟"}.mdi-cellphone-screenshot:before{content:"󰨵"}.mdi-cellphone-settings:before{content:"󰄣"}.mdi-cellphone-sound:before{content:"󰥒"}.mdi-cellphone-text:before{content:"󰣒"}.mdi-cellphone-wireless:before{content:"󰠕"}.mdi-celtic-cross:before{content:"󰳵"}.mdi-centos:before{content:"󱄚"}.mdi-certificate:before{content:"󰄤"}.mdi-certificate-outline:before{content:"󱆈"}.mdi-chair-rolling:before{content:"󰽈"}.mdi-chair-school:before{content:"󰄥"}.mdi-charity:before{content:"󰱏"}.mdi-chart-arc:before{content:"󰄦"}.mdi-chart-areaspline:before{content:"󰄧"}.mdi-chart-areaspline-variant:before{content:"󰺑"}.mdi-chart-bar:before{content:"󰄨"}.mdi-chart-bar-stacked:before{content:"󰝪"}.mdi-chart-bell-curve:before{content:"󰱐"}.mdi-chart-bell-curve-cumulative:before{content:"󰾧"}.mdi-chart-bubble:before{content:"󰗣"}.mdi-chart-donut:before{content:"󰞯"}.mdi-chart-donut-variant:before{content:"󰞰"}.mdi-chart-gantt:before{content:"󰙬"}.mdi-chart-histogram:before{content:"󰄩"}.mdi-chart-line:before{content:"󰄪"}.mdi-chart-line-stacked:before{content:"󰝫"}.mdi-chart-line-variant:before{content:"󰞱"}.mdi-chart-multiline:before{content:"󰣔"}.mdi-chart-multiple:before{content:"󱈓"}.mdi-chart-pie:before{content:"󰄫"}.mdi-chart-ppf:before{content:"󱎀"}.mdi-chart-sankey:before{content:"󱇟"}.mdi-chart-sankey-variant:before{content:"󱇠"}.mdi-chart-scatter-plot:before{content:"󰺒"}.mdi-chart-scatter-plot-hexbin:before{content:"󰙭"}.mdi-chart-timeline:before{content:"󰙮"}.mdi-chart-timeline-variant:before{content:"󰺓"}.mdi-chart-tree:before{content:"󰺔"}.mdi-chat:before{content:"󰭹"}.mdi-chat-alert:before{content:"󰭺"}.mdi-chat-alert-outline:before{content:"󱋉"}.mdi-chat-outline:before{content:"󰻞"}.mdi-chat-processing:before{content:"󰭻"}.mdi-chat-processing-outline:before{content:"󱋊"}.mdi-chat-sleep:before{content:"󱋑"}.mdi-chat-sleep-outline:before{content:"󱋒"}.mdi-check:before{content:"󰄬"}.mdi-check-all:before{content:"󰄭"}.mdi-check-bold:before{content:"󰸞"}.mdi-check-box-multiple-outline:before{content:"󰱑"}.mdi-check-box-outline:before{content:"󰱒"}.mdi-check-circle:before{content:"󰗠"}.mdi-check-circle-outline:before{content:"󰗡"}.mdi-check-decagram:before{content:"󰞑"}.mdi-check-network:before{content:"󰱓"}.mdi-check-network-outline:before{content:"󰱔"}.mdi-check-outline:before{content:"󰡕"}.mdi-check-underline:before{content:"󰸟"}.mdi-check-underline-circle:before{content:"󰸠"}.mdi-check-underline-circle-outline:before{content:"󰸡"}.mdi-checkbook:before{content:"󰪝"}.mdi-checkbox-blank:before{content:"󰄮"}.mdi-checkbox-blank-circle:before{content:"󰄯"}.mdi-checkbox-blank-circle-outline:before{content:"󰄰"}.mdi-checkbox-blank-off:before{content:"󱋬"}.mdi-checkbox-blank-off-outline:before{content:"󱋭"}.mdi-checkbox-blank-outline:before{content:"󰄱"}.mdi-checkbox-intermediate:before{content:"󰡖"}.mdi-checkbox-marked:before{content:"󰄲"}.mdi-checkbox-marked-circle:before{content:"󰄳"}.mdi-checkbox-marked-circle-outline:before{content:"󰄴"}.mdi-checkbox-marked-outline:before{content:"󰄵"}.mdi-checkbox-multiple-blank:before{content:"󰄶"}.mdi-checkbox-multiple-blank-circle:before{content:"󰘻"}.mdi-checkbox-multiple-blank-circle-outline:before{content:"󰘼"}.mdi-checkbox-multiple-blank-outline:before{content:"󰄷"}.mdi-checkbox-multiple-marked:before{content:"󰄸"}.mdi-checkbox-multiple-marked-circle:before{content:"󰘽"}.mdi-checkbox-multiple-marked-circle-outline:before{content:"󰘾"}.mdi-checkbox-multiple-marked-outline:before{content:"󰄹"}.mdi-checkerboard:before{content:"󰄺"}.mdi-checkerboard-minus:before{content:"󱈂"}.mdi-checkerboard-plus:before{content:"󱈁"}.mdi-checkerboard-remove:before{content:"󱈃"}.mdi-cheese:before{content:"󱊹"}.mdi-chef-hat:before{content:"󰭼"}.mdi-chemical-weapon:before{content:"󰄻"}.mdi-chess-bishop:before{content:"󰡜"}.mdi-chess-king:before{content:"󰡗"}.mdi-chess-knight:before{content:"󰡘"}.mdi-chess-pawn:before{content:"󰡙"}.mdi-chess-queen:before{content:"󰡚"}.mdi-chess-rook:before{content:"󰡛"}.mdi-chevron-double-down:before{content:"󰄼"}.mdi-chevron-double-left:before{content:"󰄽"}.mdi-chevron-double-right:before{content:"󰄾"}.mdi-chevron-double-up:before{content:"󰄿"}.mdi-chevron-down:before{content:"󰅀"}.mdi-chevron-down-box:before{content:"󰧖"}.mdi-chevron-down-box-outline:before{content:"󰧗"}.mdi-chevron-down-circle:before{content:"󰬦"}.mdi-chevron-down-circle-outline:before{content:"󰬧"}.mdi-chevron-left:before{content:"󰅁"}.mdi-chevron-left-box:before{content:"󰧘"}.mdi-chevron-left-box-outline:before{content:"󰧙"}.mdi-chevron-left-circle:before{content:"󰬨"}.mdi-chevron-left-circle-outline:before{content:"󰬩"}.mdi-chevron-right:before{content:"󰅂"}.mdi-chevron-right-box:before{content:"󰧚"}.mdi-chevron-right-box-outline:before{content:"󰧛"}.mdi-chevron-right-circle:before{content:"󰬪"}.mdi-chevron-right-circle-outline:before{content:"󰬫"}.mdi-chevron-triple-down:before{content:"󰶹"}.mdi-chevron-triple-left:before{content:"󰶺"}.mdi-chevron-triple-right:before{content:"󰶻"}.mdi-chevron-triple-up:before{content:"󰶼"}.mdi-chevron-up:before{content:"󰅃"}.mdi-chevron-up-box:before{content:"󰧜"}.mdi-chevron-up-box-outline:before{content:"󰧝"}.mdi-chevron-up-circle:before{content:"󰬬"}.mdi-chevron-up-circle-outline:before{content:"󰬭"}.mdi-chili-hot:before{content:"󰞲"}.mdi-chili-medium:before{content:"󰞳"}.mdi-chili-mild:before{content:"󰞴"}.mdi-chip:before{content:"󰘚"}.mdi-christianity:before{content:"󰥓"}.mdi-christianity-outline:before{content:"󰳶"}.mdi-church:before{content:"󰅄"}.mdi-cigar:before{content:"󱆉"}.mdi-circle:before{content:"󰝥"}.mdi-circle-double:before{content:"󰺕"}.mdi-circle-edit-outline:before{content:"󰣕"}.mdi-circle-expand:before{content:"󰺖"}.mdi-circle-half:before{content:"󱎕"}.mdi-circle-half-full:before{content:"󱎖"}.mdi-circle-medium:before{content:"󰧞"}.mdi-circle-multiple:before{content:"󰬸"}.mdi-circle-multiple-outline:before{content:"󰚕"}.mdi-circle-off-outline:before{content:"󱃓"}.mdi-circle-outline:before{content:"󰝦"}.mdi-circle-slice-1:before{content:"󰪞"}.mdi-circle-slice-2:before{content:"󰪟"}.mdi-circle-slice-3:before{content:"󰪠"}.mdi-circle-slice-4:before{content:"󰪡"}.mdi-circle-slice-5:before{content:"󰪢"}.mdi-circle-slice-6:before{content:"󰪣"}.mdi-circle-slice-7:before{content:"󰪤"}.mdi-circle-slice-8:before{content:"󰪥"}.mdi-circle-small:before{content:"󰧟"}.mdi-circular-saw:before{content:"󰸢"}.mdi-city:before{content:"󰅆"}.mdi-city-variant:before{content:"󰨶"}.mdi-city-variant-outline:before{content:"󰨷"}.mdi-clipboard:before{content:"󰅇"}.mdi-clipboard-account:before{content:"󰅈"}.mdi-clipboard-account-outline:before{content:"󰱕"}.mdi-clipboard-alert:before{content:"󰅉"}.mdi-clipboard-alert-outline:before{content:"󰳷"}.mdi-clipboard-arrow-down:before{content:"󰅊"}.mdi-clipboard-arrow-down-outline:before{content:"󰱖"}.mdi-clipboard-arrow-left:before{content:"󰅋"}.mdi-clipboard-arrow-left-outline:before{content:"󰳸"}.mdi-clipboard-arrow-right:before{content:"󰳹"}.mdi-clipboard-arrow-right-outline:before{content:"󰳺"}.mdi-clipboard-arrow-up:before{content:"󰱗"}.mdi-clipboard-arrow-up-outline:before{content:"󰱘"}.mdi-clipboard-check:before{content:"󰅎"}.mdi-clipboard-check-multiple:before{content:"󱉣"}.mdi-clipboard-check-multiple-outline:before{content:"󱉤"}.mdi-clipboard-check-outline:before{content:"󰢨"}.mdi-clipboard-file:before{content:"󱉥"}.mdi-clipboard-file-outline:before{content:"󱉦"}.mdi-clipboard-flow:before{content:"󰛈"}.mdi-clipboard-flow-outline:before{content:"󱄗"}.mdi-clipboard-list:before{content:"󱃔"}.mdi-clipboard-list-outline:before{content:"󱃕"}.mdi-clipboard-multiple:before{content:"󱉧"}.mdi-clipboard-multiple-outline:before{content:"󱉨"}.mdi-clipboard-outline:before{content:"󰅌"}.mdi-clipboard-play:before{content:"󰱙"}.mdi-clipboard-play-multiple:before{content:"󱉩"}.mdi-clipboard-play-multiple-outline:before{content:"󱉪"}.mdi-clipboard-play-outline:before{content:"󰱚"}.mdi-clipboard-plus:before{content:"󰝑"}.mdi-clipboard-plus-outline:before{content:"󱌟"}.mdi-clipboard-pulse:before{content:"󰡝"}.mdi-clipboard-pulse-outline:before{content:"󰡞"}.mdi-clipboard-text:before{content:"󰅍"}.mdi-clipboard-text-multiple:before{content:"󱉫"}.mdi-clipboard-text-multiple-outline:before{content:"󱉬"}.mdi-clipboard-text-outline:before{content:"󰨸"}.mdi-clipboard-text-play:before{content:"󰱛"}.mdi-clipboard-text-play-outline:before{content:"󰱜"}.mdi-clippy:before{content:"󰅏"}.mdi-clock:before{content:"󰥔"}.mdi-clock-alert:before{content:"󰥕"}.mdi-clock-alert-outline:before{content:"󰗎"}.mdi-clock-check:before{content:"󰾨"}.mdi-clock-check-outline:before{content:"󰾩"}.mdi-clock-digital:before{content:"󰺗"}.mdi-clock-end:before{content:"󰅑"}.mdi-clock-fast:before{content:"󰅒"}.mdi-clock-in:before{content:"󰅓"}.mdi-clock-out:before{content:"󰅔"}.mdi-clock-outline:before{content:"󰅐"}.mdi-clock-start:before{content:"󰅕"}.mdi-close:before{content:"󰅖"}.mdi-close-box:before{content:"󰅗"}.mdi-close-box-multiple:before{content:"󰱝"}.mdi-close-box-multiple-outline:before{content:"󰱞"}.mdi-close-box-outline:before{content:"󰅘"}.mdi-close-circle:before{content:"󰅙"}.mdi-close-circle-multiple:before{content:"󰘪"}.mdi-close-circle-multiple-outline:before{content:"󰢃"}.mdi-close-circle-outline:before{content:"󰅚"}.mdi-close-network:before{content:"󰅛"}.mdi-close-network-outline:before{content:"󰱟"}.mdi-close-octagon:before{content:"󰅜"}.mdi-close-octagon-outline:before{content:"󰅝"}.mdi-close-outline:before{content:"󰛉"}.mdi-close-thick:before{content:"󱎘"}.mdi-closed-caption:before{content:"󰅞"}.mdi-closed-caption-outline:before{content:"󰶽"}.mdi-cloud:before{content:"󰅟"}.mdi-cloud-alert:before{content:"󰧠"}.mdi-cloud-braces:before{content:"󰞵"}.mdi-cloud-check:before{content:"󰅠"}.mdi-cloud-check-outline:before{content:"󱋌"}.mdi-cloud-circle:before{content:"󰅡"}.mdi-cloud-download:before{content:"󰅢"}.mdi-cloud-download-outline:before{content:"󰭽"}.mdi-cloud-lock:before{content:"󱇱"}.mdi-cloud-lock-outline:before{content:"󱇲"}.mdi-cloud-off-outline:before{content:"󰅤"}.mdi-cloud-outline:before{content:"󰅣"}.mdi-cloud-print:before{content:"󰅥"}.mdi-cloud-print-outline:before{content:"󰅦"}.mdi-cloud-question:before{content:"󰨹"}.mdi-cloud-refresh:before{content:"󰔪"}.mdi-cloud-search:before{content:"󰥖"}.mdi-cloud-search-outline:before{content:"󰥗"}.mdi-cloud-sync:before{content:"󰘿"}.mdi-cloud-sync-outline:before{content:"󱋖"}.mdi-cloud-tags:before{content:"󰞶"}.mdi-cloud-upload:before{content:"󰅧"}.mdi-cloud-upload-outline:before{content:"󰭾"}.mdi-clover:before{content:"󰠖"}.mdi-coach-lamp:before{content:"󱀠"}.mdi-coat-rack:before{content:"󱂞"}.mdi-code-array:before{content:"󰅨"}.mdi-code-braces:before{content:"󰅩"}.mdi-code-braces-box:before{content:"󱃖"}.mdi-code-brackets:before{content:"󰅪"}.mdi-code-equal:before{content:"󰅫"}.mdi-code-greater-than:before{content:"󰅬"}.mdi-code-greater-than-or-equal:before{content:"󰅭"}.mdi-code-json:before{content:"󰘦"}.mdi-code-less-than:before{content:"󰅮"}.mdi-code-less-than-or-equal:before{content:"󰅯"}.mdi-code-not-equal:before{content:"󰅰"}.mdi-code-not-equal-variant:before{content:"󰅱"}.mdi-code-parentheses:before{content:"󰅲"}.mdi-code-parentheses-box:before{content:"󱃗"}.mdi-code-string:before{content:"󰅳"}.mdi-code-tags:before{content:"󰅴"}.mdi-code-tags-check:before{content:"󰚔"}.mdi-codepen:before{content:"󰅵"}.mdi-coffee:before{content:"󰅶"}.mdi-coffee-maker:before{content:"󱂟"}.mdi-coffee-off:before{content:"󰾪"}.mdi-coffee-off-outline:before{content:"󰾫"}.mdi-coffee-outline:before{content:"󰛊"}.mdi-coffee-to-go:before{content:"󰅷"}.mdi-coffee-to-go-outline:before{content:"󱌎"}.mdi-coffin:before{content:"󰭿"}.mdi-cog:before{content:"󰒓"}.mdi-cog-box:before{content:"󰒔"}.mdi-cog-clockwise:before{content:"󱇝"}.mdi-cog-counterclockwise:before{content:"󱇞"}.mdi-cog-outline:before{content:"󰢻"}.mdi-cog-transfer:before{content:"󱁛"}.mdi-cog-transfer-outline:before{content:"󱁜"}.mdi-cogs:before{content:"󰣖"}.mdi-collage:before{content:"󰙀"}.mdi-collapse-all:before{content:"󰪦"}.mdi-collapse-all-outline:before{content:"󰪧"}.mdi-color-helper:before{content:"󰅹"}.mdi-comma:before{content:"󰸣"}.mdi-comma-box:before{content:"󰸫"}.mdi-comma-box-outline:before{content:"󰸤"}.mdi-comma-circle:before{content:"󰸥"}.mdi-comma-circle-outline:before{content:"󰸦"}.mdi-comment:before{content:"󰅺"}.mdi-comment-account:before{content:"󰅻"}.mdi-comment-account-outline:before{content:"󰅼"}.mdi-comment-alert:before{content:"󰅽"}.mdi-comment-alert-outline:before{content:"󰅾"}.mdi-comment-arrow-left:before{content:"󰧡"}.mdi-comment-arrow-left-outline:before{content:"󰧢"}.mdi-comment-arrow-right:before{content:"󰧣"}.mdi-comment-arrow-right-outline:before{content:"󰧤"}.mdi-comment-check:before{content:"󰅿"}.mdi-comment-check-outline:before{content:"󰆀"}.mdi-comment-edit:before{content:"󱆿"}.mdi-comment-edit-outline:before{content:"󱋄"}.mdi-comment-eye:before{content:"󰨺"}.mdi-comment-eye-outline:before{content:"󰨻"}.mdi-comment-multiple:before{content:"󰡟"}.mdi-comment-multiple-outline:before{content:"󰆁"}.mdi-comment-outline:before{content:"󰆂"}.mdi-comment-plus:before{content:"󰧥"}.mdi-comment-plus-outline:before{content:"󰆃"}.mdi-comment-processing:before{content:"󰆄"}.mdi-comment-processing-outline:before{content:"󰆅"}.mdi-comment-question:before{content:"󰠗"}.mdi-comment-question-outline:before{content:"󰆆"}.mdi-comment-quote:before{content:"󱀡"}.mdi-comment-quote-outline:before{content:"󱀢"}.mdi-comment-remove:before{content:"󰗞"}.mdi-comment-remove-outline:before{content:"󰆇"}.mdi-comment-search:before{content:"󰨼"}.mdi-comment-search-outline:before{content:"󰨽"}.mdi-comment-text:before{content:"󰆈"}.mdi-comment-text-multiple:before{content:"󰡠"}.mdi-comment-text-multiple-outline:before{content:"󰡡"}.mdi-comment-text-outline:before{content:"󰆉"}.mdi-compare:before{content:"󰆊"}.mdi-compass:before{content:"󰆋"}.mdi-compass-off:before{content:"󰮀"}.mdi-compass-off-outline:before{content:"󰮁"}.mdi-compass-outline:before{content:"󰆌"}.mdi-compass-rose:before{content:"󱎂"}.mdi-concourse-ci:before{content:"󱂠"}.mdi-console:before{content:"󰆍"}.mdi-console-line:before{content:"󰞷"}.mdi-console-network:before{content:"󰢩"}.mdi-console-network-outline:before{content:"󰱠"}.mdi-consolidate:before{content:"󱃘"}.mdi-contactless-payment:before{content:"󰵪"}.mdi-contactless-payment-circle:before{content:"󰌡"}.mdi-contactless-payment-circle-outline:before{content:"󰐈"}.mdi-contacts:before{content:"󰛋"}.mdi-contacts-outline:before{content:"󰖸"}.mdi-contain:before{content:"󰨾"}.mdi-contain-end:before{content:"󰨿"}.mdi-contain-start:before{content:"󰩀"}.mdi-content-copy:before{content:"󰆏"}.mdi-content-cut:before{content:"󰆐"}.mdi-content-duplicate:before{content:"󰆑"}.mdi-content-paste:before{content:"󰆒"}.mdi-content-save:before{content:"󰆓"}.mdi-content-save-alert:before{content:"󰽂"}.mdi-content-save-alert-outline:before{content:"󰽃"}.mdi-content-save-all:before{content:"󰆔"}.mdi-content-save-all-outline:before{content:"󰽄"}.mdi-content-save-edit:before{content:"󰳻"}.mdi-content-save-edit-outline:before{content:"󰳼"}.mdi-content-save-move:before{content:"󰸧"}.mdi-content-save-move-outline:before{content:"󰸨"}.mdi-content-save-outline:before{content:"󰠘"}.mdi-content-save-settings:before{content:"󰘛"}.mdi-content-save-settings-outline:before{content:"󰬮"}.mdi-contrast:before{content:"󰆕"}.mdi-contrast-box:before{content:"󰆖"}.mdi-contrast-circle:before{content:"󰆗"}.mdi-controller-classic:before{content:"󰮂"}.mdi-controller-classic-outline:before{content:"󰮃"}.mdi-cookie:before{content:"󰆘"}.mdi-coolant-temperature:before{content:"󰏈"}.mdi-copyright:before{content:"󰗦"}.mdi-cordova:before{content:"󰥘"}.mdi-corn:before{content:"󰞸"}.mdi-counter:before{content:"󰆙"}.mdi-cow:before{content:"󰆚"}.mdi-cpu-32-bit:before{content:"󰻟"}.mdi-cpu-64-bit:before{content:"󰻠"}.mdi-crane:before{content:"󰡢"}.mdi-creation:before{content:"󰙴"}.mdi-creative-commons:before{content:"󰵫"}.mdi-credit-card:before{content:"󰿯"}.mdi-credit-card-clock:before{content:"󰻡"}.mdi-credit-card-clock-outline:before{content:"󰻢"}.mdi-credit-card-marker:before{content:"󰚨"}.mdi-credit-card-marker-outline:before{content:"󰶾"}.mdi-credit-card-minus:before{content:"󰾬"}.mdi-credit-card-minus-outline:before{content:"󰾭"}.mdi-credit-card-multiple:before{content:"󰿰"}.mdi-credit-card-multiple-outline:before{content:"󰆜"}.mdi-credit-card-off:before{content:"󰿱"}.mdi-credit-card-off-outline:before{content:"󰗤"}.mdi-credit-card-outline:before{content:"󰆛"}.mdi-credit-card-plus:before{content:"󰿲"}.mdi-credit-card-plus-outline:before{content:"󰙶"}.mdi-credit-card-refund:before{content:"󰿳"}.mdi-credit-card-refund-outline:before{content:"󰪨"}.mdi-credit-card-remove:before{content:"󰾮"}.mdi-credit-card-remove-outline:before{content:"󰾯"}.mdi-credit-card-scan:before{content:"󰿴"}.mdi-credit-card-scan-outline:before{content:"󰆝"}.mdi-credit-card-settings:before{content:"󰿵"}.mdi-credit-card-settings-outline:before{content:"󰣗"}.mdi-credit-card-wireless:before{content:"󰠂"}.mdi-credit-card-wireless-off:before{content:"󰕺"}.mdi-credit-card-wireless-off-outline:before{content:"󰕻"}.mdi-credit-card-wireless-outline:before{content:"󰵬"}.mdi-cricket:before{content:"󰵭"}.mdi-crop:before{content:"󰆞"}.mdi-crop-free:before{content:"󰆟"}.mdi-crop-landscape:before{content:"󰆠"}.mdi-crop-portrait:before{content:"󰆡"}.mdi-crop-rotate:before{content:"󰚖"}.mdi-crop-square:before{content:"󰆢"}.mdi-crosshairs:before{content:"󰆣"}.mdi-crosshairs-gps:before{content:"󰆤"}.mdi-crosshairs-off:before{content:"󰽅"}.mdi-crosshairs-question:before{content:"󱄶"}.mdi-crown:before{content:"󰆥"}.mdi-crown-outline:before{content:"󱇐"}.mdi-cryengine:before{content:"󰥙"}.mdi-crystal-ball:before{content:"󰬯"}.mdi-cube:before{content:"󰆦"}.mdi-cube-outline:before{content:"󰆧"}.mdi-cube-scan:before{content:"󰮄"}.mdi-cube-send:before{content:"󰆨"}.mdi-cube-unfolded:before{content:"󰆩"}.mdi-cup:before{content:"󰆪"}.mdi-cup-off:before{content:"󰗥"}.mdi-cup-off-outline:before{content:"󱍽"}.mdi-cup-outline:before{content:"󱌏"}.mdi-cup-water:before{content:"󰆫"}.mdi-cupboard:before{content:"󰽆"}.mdi-cupboard-outline:before{content:"󰽇"}.mdi-cupcake:before{content:"󰥚"}.mdi-curling:before{content:"󰡣"}.mdi-currency-bdt:before{content:"󰡤"}.mdi-currency-brl:before{content:"󰮅"}.mdi-currency-btc:before{content:"󰆬"}.mdi-currency-cny:before{content:"󰞺"}.mdi-currency-eth:before{content:"󰞻"}.mdi-currency-eur:before{content:"󰆭"}.mdi-currency-eur-off:before{content:"󱌕"}.mdi-currency-gbp:before{content:"󰆮"}.mdi-currency-ils:before{content:"󰱡"}.mdi-currency-inr:before{content:"󰆯"}.mdi-currency-jpy:before{content:"󰞼"}.mdi-currency-krw:before{content:"󰞽"}.mdi-currency-kzt:before{content:"󰡥"}.mdi-currency-ngn:before{content:"󰆰"}.mdi-currency-php:before{content:"󰧦"}.mdi-currency-rial:before{content:"󰺜"}.mdi-currency-rub:before{content:"󰆱"}.mdi-currency-sign:before{content:"󰞾"}.mdi-currency-try:before{content:"󰆲"}.mdi-currency-twd:before{content:"󰞿"}.mdi-currency-usd:before{content:"󰇁"}.mdi-currency-usd-circle:before{content:"󱅫"}.mdi-currency-usd-circle-outline:before{content:"󰅸"}.mdi-currency-usd-off:before{content:"󰙺"}.mdi-current-ac:before{content:"󰥛"}.mdi-current-dc:before{content:"󰥜"}.mdi-cursor-default:before{content:"󰇀"}.mdi-cursor-default-click:before{content:"󰳽"}.mdi-cursor-default-click-outline:before{content:"󰳾"}.mdi-cursor-default-gesture:before{content:"󱄧"}.mdi-cursor-default-gesture-outline:before{content:"󱄨"}.mdi-cursor-default-outline:before{content:"󰆿"}.mdi-cursor-move:before{content:"󰆾"}.mdi-cursor-pointer:before{content:"󰆽"}.mdi-cursor-text:before{content:"󰗧"}.mdi-database:before{content:"󰆼"}.mdi-database-check:before{content:"󰪩"}.mdi-database-edit:before{content:"󰮆"}.mdi-database-export:before{content:"󰥞"}.mdi-database-import:before{content:"󰥝"}.mdi-database-lock:before{content:"󰪪"}.mdi-database-marker:before{content:"󱋶"}.mdi-database-minus:before{content:"󰆻"}.mdi-database-plus:before{content:"󰆺"}.mdi-database-refresh:before{content:"󰗂"}.mdi-database-remove:before{content:"󰴀"}.mdi-database-search:before{content:"󰡦"}.mdi-database-settings:before{content:"󰴁"}.mdi-database-sync:before{content:"󰳿"}.mdi-death-star:before{content:"󰣘"}.mdi-death-star-variant:before{content:"󰣙"}.mdi-deathly-hallows:before{content:"󰮇"}.mdi-debian:before{content:"󰣚"}.mdi-debug-step-into:before{content:"󰆹"}.mdi-debug-step-out:before{content:"󰆸"}.mdi-debug-step-over:before{content:"󰆷"}.mdi-decagram:before{content:"󰝬"}.mdi-decagram-outline:before{content:"󰝭"}.mdi-decimal:before{content:"󱂡"}.mdi-decimal-comma:before{content:"󱂢"}.mdi-decimal-comma-decrease:before{content:"󱂣"}.mdi-decimal-comma-increase:before{content:"󱂤"}.mdi-decimal-decrease:before{content:"󰆶"}.mdi-decimal-increase:before{content:"󰆵"}.mdi-delete:before{content:"󰆴"}.mdi-delete-alert:before{content:"󱂥"}.mdi-delete-alert-outline:before{content:"󱂦"}.mdi-delete-circle:before{content:"󰚃"}.mdi-delete-circle-outline:before{content:"󰮈"}.mdi-delete-empty:before{content:"󰛌"}.mdi-delete-empty-outline:before{content:"󰺝"}.mdi-delete-forever:before{content:"󰗨"}.mdi-delete-forever-outline:before{content:"󰮉"}.mdi-delete-off:before{content:"󱂧"}.mdi-delete-off-outline:before{content:"󱂨"}.mdi-delete-outline:before{content:"󰧧"}.mdi-delete-restore:before{content:"󰠙"}.mdi-delete-sweep:before{content:"󰗩"}.mdi-delete-sweep-outline:before{content:"󰱢"}.mdi-delete-variant:before{content:"󰆳"}.mdi-delta:before{content:"󰇂"}.mdi-desk:before{content:"󱈹"}.mdi-desk-lamp:before{content:"󰥟"}.mdi-deskphone:before{content:"󰇃"}.mdi-desktop-classic:before{content:"󰟀"}.mdi-desktop-mac:before{content:"󰇄"}.mdi-desktop-mac-dashboard:before{content:"󰧨"}.mdi-desktop-tower:before{content:"󰇅"}.mdi-desktop-tower-monitor:before{content:"󰪫"}.mdi-details:before{content:"󰇆"}.mdi-dev-to:before{content:"󰵮"}.mdi-developer-board:before{content:"󰚗"}.mdi-deviantart:before{content:"󰇇"}.mdi-devices:before{content:"󰾰"}.mdi-diabetes:before{content:"󱄦"}.mdi-dialpad:before{content:"󰘜"}.mdi-diameter:before{content:"󰱣"}.mdi-diameter-outline:before{content:"󰱤"}.mdi-diameter-variant:before{content:"󰱥"}.mdi-diamond:before{content:"󰮊"}.mdi-diamond-outline:before{content:"󰮋"}.mdi-diamond-stone:before{content:"󰇈"}.mdi-dice-1:before{content:"󰇊"}.mdi-dice-1-outline:before{content:"󱅊"}.mdi-dice-2:before{content:"󰇋"}.mdi-dice-2-outline:before{content:"󱅋"}.mdi-dice-3:before{content:"󰇌"}.mdi-dice-3-outline:before{content:"󱅌"}.mdi-dice-4:before{content:"󰇍"}.mdi-dice-4-outline:before{content:"󱅍"}.mdi-dice-5:before{content:"󰇎"}.mdi-dice-5-outline:before{content:"󱅎"}.mdi-dice-6:before{content:"󰇏"}.mdi-dice-6-outline:before{content:"󱅏"}.mdi-dice-d10:before{content:"󱅓"}.mdi-dice-d10-outline:before{content:"󰝯"}.mdi-dice-d12:before{content:"󱅔"}.mdi-dice-d12-outline:before{content:"󰡧"}.mdi-dice-d20:before{content:"󱅕"}.mdi-dice-d20-outline:before{content:"󰗪"}.mdi-dice-d4:before{content:"󱅐"}.mdi-dice-d4-outline:before{content:"󰗫"}.mdi-dice-d6:before{content:"󱅑"}.mdi-dice-d6-outline:before{content:"󰗭"}.mdi-dice-d8:before{content:"󱅒"}.mdi-dice-d8-outline:before{content:"󰗬"}.mdi-dice-multiple:before{content:"󰝮"}.mdi-dice-multiple-outline:before{content:"󱅖"}.mdi-digital-ocean:before{content:"󱈷"}.mdi-dip-switch:before{content:"󰟁"}.mdi-directions:before{content:"󰇐"}.mdi-directions-fork:before{content:"󰙁"}.mdi-disc:before{content:"󰗮"}.mdi-disc-alert:before{content:"󰇑"}.mdi-disc-player:before{content:"󰥠"}.mdi-discord:before{content:"󰙯"}.mdi-dishwasher:before{content:"󰪬"}.mdi-dishwasher-alert:before{content:"󱆸"}.mdi-dishwasher-off:before{content:"󱆹"}.mdi-disqus:before{content:"󰇒"}.mdi-distribute-horizontal-center:before{content:"󱇉"}.mdi-distribute-horizontal-left:before{content:"󱇈"}.mdi-distribute-horizontal-right:before{content:"󱇊"}.mdi-distribute-vertical-bottom:before{content:"󱇋"}.mdi-distribute-vertical-center:before{content:"󱇌"}.mdi-distribute-vertical-top:before{content:"󱇍"}.mdi-diving-flippers:before{content:"󰶿"}.mdi-diving-helmet:before{content:"󰷀"}.mdi-diving-scuba:before{content:"󰷁"}.mdi-diving-scuba-flag:before{content:"󰷂"}.mdi-diving-scuba-tank:before{content:"󰷃"}.mdi-diving-scuba-tank-multiple:before{content:"󰷄"}.mdi-diving-snorkel:before{content:"󰷅"}.mdi-division:before{content:"󰇔"}.mdi-division-box:before{content:"󰇕"}.mdi-dlna:before{content:"󰩁"}.mdi-dna:before{content:"󰚄"}.mdi-dns:before{content:"󰇖"}.mdi-dns-outline:before{content:"󰮌"}.mdi-do-not-disturb:before{content:"󰚘"}.mdi-do-not-disturb-off:before{content:"󰚙"}.mdi-dock-bottom:before{content:"󱂩"}.mdi-dock-left:before{content:"󱂪"}.mdi-dock-right:before{content:"󱂫"}.mdi-dock-window:before{content:"󱂬"}.mdi-docker:before{content:"󰡨"}.mdi-doctor:before{content:"󰩂"}.mdi-dog:before{content:"󰩃"}.mdi-dog-service:before{content:"󰪭"}.mdi-dog-side:before{content:"󰩄"}.mdi-dolby:before{content:"󰚳"}.mdi-dolly:before{content:"󰺞"}.mdi-domain:before{content:"󰇗"}.mdi-domain-off:before{content:"󰵯"}.mdi-domain-plus:before{content:"󱂭"}.mdi-domain-remove:before{content:"󱂮"}.mdi-domino-mask:before{content:"󱀣"}.mdi-donkey:before{content:"󰟂"}.mdi-door:before{content:"󰠚"}.mdi-door-closed:before{content:"󰠛"}.mdi-door-closed-lock:before{content:"󱂯"}.mdi-door-open:before{content:"󰠜"}.mdi-doorbell:before{content:"󱋦"}.mdi-doorbell-video:before{content:"󰡩"}.mdi-dot-net:before{content:"󰪮"}.mdi-dots-horizontal:before{content:"󰇘"}.mdi-dots-horizontal-circle:before{content:"󰟃"}.mdi-dots-horizontal-circle-outline:before{content:"󰮍"}.mdi-dots-vertical:before{content:"󰇙"}.mdi-dots-vertical-circle:before{content:"󰟄"}.mdi-dots-vertical-circle-outline:before{content:"󰮎"}.mdi-douban:before{content:"󰚚"}.mdi-download:before{content:"󰇚"}.mdi-download-lock:before{content:"󱌠"}.mdi-download-lock-outline:before{content:"󱌡"}.mdi-download-multiple:before{content:"󰧩"}.mdi-download-network:before{content:"󰛴"}.mdi-download-network-outline:before{content:"󰱦"}.mdi-download-off:before{content:"󱂰"}.mdi-download-off-outline:before{content:"󱂱"}.mdi-download-outline:before{content:"󰮏"}.mdi-drag:before{content:"󰇛"}.mdi-drag-horizontal:before{content:"󰇜"}.mdi-drag-horizontal-variant:before{content:"󱋰"}.mdi-drag-variant:before{content:"󰮐"}.mdi-drag-vertical:before{content:"󰇝"}.mdi-drag-vertical-variant:before{content:"󱋱"}.mdi-drama-masks:before{content:"󰴂"}.mdi-draw:before{content:"󰽉"}.mdi-drawing:before{content:"󰇞"}.mdi-drawing-box:before{content:"󰇟"}.mdi-dresser:before{content:"󰽊"}.mdi-dresser-outline:before{content:"󰽋"}.mdi-drone:before{content:"󰇢"}.mdi-dropbox:before{content:"󰇣"}.mdi-drupal:before{content:"󰇤"}.mdi-duck:before{content:"󰇥"}.mdi-dumbbell:before{content:"󰇦"}.mdi-dump-truck:before{content:"󰱧"}.mdi-ear-hearing:before{content:"󰟅"}.mdi-ear-hearing-off:before{content:"󰩅"}.mdi-earth:before{content:"󰇧"}.mdi-earth-arrow-right:before{content:"󱌑"}.mdi-earth-box:before{content:"󰛍"}.mdi-earth-box-off:before{content:"󰛎"}.mdi-earth-off:before{content:"󰇨"}.mdi-egg:before{content:"󰪯"}.mdi-egg-easter:before{content:"󰪰"}.mdi-eight-track:before{content:"󰧪"}.mdi-eject:before{content:"󰇪"}.mdi-eject-outline:before{content:"󰮑"}.mdi-electric-switch:before{content:"󰺟"}.mdi-electric-switch-closed:before{content:"󱃙"}.mdi-electron-framework:before{content:"󱀤"}.mdi-elephant:before{content:"󰟆"}.mdi-elevation-decline:before{content:"󰇫"}.mdi-elevation-rise:before{content:"󰇬"}.mdi-elevator:before{content:"󰇭"}.mdi-elevator-down:before{content:"󱋂"}.mdi-elevator-passenger:before{content:"󱎁"}.mdi-elevator-up:before{content:"󱋁"}.mdi-ellipse:before{content:"󰺠"}.mdi-ellipse-outline:before{content:"󰺡"}.mdi-email:before{content:"󰇮"}.mdi-email-alert:before{content:"󰛏"}.mdi-email-alert-outline:before{content:"󰵂"}.mdi-email-box:before{content:"󰴃"}.mdi-email-check:before{content:"󰪱"}.mdi-email-check-outline:before{content:"󰪲"}.mdi-email-edit:before{content:"󰻣"}.mdi-email-edit-outline:before{content:"󰻤"}.mdi-email-lock:before{content:"󰇱"}.mdi-email-mark-as-unread:before{content:"󰮒"}.mdi-email-minus:before{content:"󰻥"}.mdi-email-minus-outline:before{content:"󰻦"}.mdi-email-multiple:before{content:"󰻧"}.mdi-email-multiple-outline:before{content:"󰻨"}.mdi-email-newsletter:before{content:"󰾱"}.mdi-email-open:before{content:"󰇯"}.mdi-email-open-multiple:before{content:"󰻩"}.mdi-email-open-multiple-outline:before{content:"󰻪"}.mdi-email-open-outline:before{content:"󰗯"}.mdi-email-outline:before{content:"󰇰"}.mdi-email-plus:before{content:"󰧫"}.mdi-email-plus-outline:before{content:"󰧬"}.mdi-email-receive:before{content:"󱃚"}.mdi-email-receive-outline:before{content:"󱃛"}.mdi-email-search:before{content:"󰥡"}.mdi-email-search-outline:before{content:"󰥢"}.mdi-email-send:before{content:"󱃜"}.mdi-email-send-outline:before{content:"󱃝"}.mdi-email-sync:before{content:"󱋇"}.mdi-email-sync-outline:before{content:"󱋈"}.mdi-email-variant:before{content:"󰗰"}.mdi-ember:before{content:"󰬰"}.mdi-emby:before{content:"󰚴"}.mdi-emoticon:before{content:"󰱨"}.mdi-emoticon-angry:before{content:"󰱩"}.mdi-emoticon-angry-outline:before{content:"󰱪"}.mdi-emoticon-confused:before{content:"󱃞"}.mdi-emoticon-confused-outline:before{content:"󱃟"}.mdi-emoticon-cool:before{content:"󰱫"}.mdi-emoticon-cool-outline:before{content:"󰇳"}.mdi-emoticon-cry:before{content:"󰱬"}.mdi-emoticon-cry-outline:before{content:"󰱭"}.mdi-emoticon-dead:before{content:"󰱮"}.mdi-emoticon-dead-outline:before{content:"󰚛"}.mdi-emoticon-devil:before{content:"󰱯"}.mdi-emoticon-devil-outline:before{content:"󰇴"}.mdi-emoticon-excited:before{content:"󰱰"}.mdi-emoticon-excited-outline:before{content:"󰚜"}.mdi-emoticon-frown:before{content:"󰽌"}.mdi-emoticon-frown-outline:before{content:"󰽍"}.mdi-emoticon-happy:before{content:"󰱱"}.mdi-emoticon-happy-outline:before{content:"󰇵"}.mdi-emoticon-kiss:before{content:"󰱲"}.mdi-emoticon-kiss-outline:before{content:"󰱳"}.mdi-emoticon-lol:before{content:"󱈔"}.mdi-emoticon-lol-outline:before{content:"󱈕"}.mdi-emoticon-neutral:before{content:"󰱴"}.mdi-emoticon-neutral-outline:before{content:"󰇶"}.mdi-emoticon-outline:before{content:"󰇲"}.mdi-emoticon-poop:before{content:"󰇷"}.mdi-emoticon-poop-outline:before{content:"󰱵"}.mdi-emoticon-sad:before{content:"󰱶"}.mdi-emoticon-sad-outline:before{content:"󰇸"}.mdi-emoticon-tongue:before{content:"󰇹"}.mdi-emoticon-tongue-outline:before{content:"󰱷"}.mdi-emoticon-wink:before{content:"󰱸"}.mdi-emoticon-wink-outline:before{content:"󰱹"}.mdi-engine:before{content:"󰇺"}.mdi-engine-off:before{content:"󰩆"}.mdi-engine-off-outline:before{content:"󰩇"}.mdi-engine-outline:before{content:"󰇻"}.mdi-epsilon:before{content:"󱃠"}.mdi-equal:before{content:"󰇼"}.mdi-equal-box:before{content:"󰇽"}.mdi-equalizer:before{content:"󰺢"}.mdi-equalizer-outline:before{content:"󰺣"}.mdi-eraser:before{content:"󰇾"}.mdi-eraser-variant:before{content:"󰙂"}.mdi-escalator:before{content:"󰇿"}.mdi-escalator-box:before{content:"󱎙"}.mdi-escalator-down:before{content:"󱋀"}.mdi-escalator-up:before{content:"󱊿"}.mdi-eslint:before{content:"󰱺"}.mdi-et:before{content:"󰪳"}.mdi-ethereum:before{content:"󰡪"}.mdi-ethernet:before{content:"󰈀"}.mdi-ethernet-cable:before{content:"󰈁"}.mdi-ethernet-cable-off:before{content:"󰈂"}.mdi-ev-station:before{content:"󰗱"}.mdi-evernote:before{content:"󰈄"}.mdi-excavator:before{content:"󱀥"}.mdi-exclamation:before{content:"󰈅"}.mdi-exclamation-thick:before{content:"󱈸"}.mdi-exit-run:before{content:"󰩈"}.mdi-exit-to-app:before{content:"󰈆"}.mdi-expand-all:before{content:"󰪴"}.mdi-expand-all-outline:before{content:"󰪵"}.mdi-expansion-card:before{content:"󰢮"}.mdi-expansion-card-variant:before{content:"󰾲"}.mdi-exponent:before{content:"󰥣"}.mdi-exponent-box:before{content:"󰥤"}.mdi-export:before{content:"󰈇"}.mdi-export-variant:before{content:"󰮓"}.mdi-eye:before{content:"󰈈"}.mdi-eye-check:before{content:"󰴄"}.mdi-eye-check-outline:before{content:"󰴅"}.mdi-eye-circle:before{content:"󰮔"}.mdi-eye-circle-outline:before{content:"󰮕"}.mdi-eye-minus:before{content:"󱀦"}.mdi-eye-minus-outline:before{content:"󱀧"}.mdi-eye-off:before{content:"󰈉"}.mdi-eye-off-outline:before{content:"󰛑"}.mdi-eye-outline:before{content:"󰛐"}.mdi-eye-plus:before{content:"󰡫"}.mdi-eye-plus-outline:before{content:"󰡬"}.mdi-eye-settings:before{content:"󰡭"}.mdi-eye-settings-outline:before{content:"󰡮"}.mdi-eyedropper:before{content:"󰈊"}.mdi-eyedropper-variant:before{content:"󰈋"}.mdi-face:before{content:"󰙃"}.mdi-face-agent:before{content:"󰵰"}.mdi-face-outline:before{content:"󰮖"}.mdi-face-profile:before{content:"󰙄"}.mdi-face-profile-woman:before{content:"󱁶"}.mdi-face-recognition:before{content:"󰱻"}.mdi-face-woman:before{content:"󱁷"}.mdi-face-woman-outline:before{content:"󱁸"}.mdi-facebook:before{content:"󰈌"}.mdi-facebook-messenger:before{content:"󰈎"}.mdi-facebook-workplace:before{content:"󰬱"}.mdi-factory:before{content:"󰈏"}.mdi-fan:before{content:"󰈐"}.mdi-fan-off:before{content:"󰠝"}.mdi-fast-forward:before{content:"󰈑"}.mdi-fast-forward-10:before{content:"󰵱"}.mdi-fast-forward-30:before{content:"󰴆"}.mdi-fast-forward-5:before{content:"󱇸"}.mdi-fast-forward-outline:before{content:"󰛒"}.mdi-fax:before{content:"󰈒"}.mdi-feather:before{content:"󰛓"}.mdi-feature-search:before{content:"󰩉"}.mdi-feature-search-outline:before{content:"󰩊"}.mdi-fedora:before{content:"󰣛"}.mdi-ferris-wheel:before{content:"󰺤"}.mdi-ferry:before{content:"󰈓"}.mdi-file:before{content:"󰈔"}.mdi-file-account:before{content:"󰜻"}.mdi-file-account-outline:before{content:"󱀨"}.mdi-file-alert:before{content:"󰩋"}.mdi-file-alert-outline:before{content:"󰩌"}.mdi-file-cabinet:before{content:"󰪶"}.mdi-file-cad:before{content:"󰻫"}.mdi-file-cad-box:before{content:"󰻬"}.mdi-file-cancel:before{content:"󰷆"}.mdi-file-cancel-outline:before{content:"󰷇"}.mdi-file-certificate:before{content:"󱆆"}.mdi-file-certificate-outline:before{content:"󱆇"}.mdi-file-chart:before{content:"󰈕"}.mdi-file-chart-outline:before{content:"󱀩"}.mdi-file-check:before{content:"󰈖"}.mdi-file-check-outline:before{content:"󰸩"}.mdi-file-clock:before{content:"󱋡"}.mdi-file-clock-outline:before{content:"󱋢"}.mdi-file-cloud:before{content:"󰈗"}.mdi-file-cloud-outline:before{content:"󱀪"}.mdi-file-code:before{content:"󰈮"}.mdi-file-code-outline:before{content:"󱀫"}.mdi-file-cog:before{content:"󱁻"}.mdi-file-cog-outline:before{content:"󱁼"}.mdi-file-compare:before{content:"󰢪"}.mdi-file-delimited:before{content:"󰈘"}.mdi-file-delimited-outline:before{content:"󰺥"}.mdi-file-document:before{content:"󰈙"}.mdi-file-document-edit:before{content:"󰷈"}.mdi-file-document-edit-outline:before{content:"󰷉"}.mdi-file-document-outline:before{content:"󰧮"}.mdi-file-download:before{content:"󰥥"}.mdi-file-download-outline:before{content:"󰥦"}.mdi-file-edit:before{content:"󱇧"}.mdi-file-edit-outline:before{content:"󱇨"}.mdi-file-excel:before{content:"󰈛"}.mdi-file-excel-box:before{content:"󰈜"}.mdi-file-excel-box-outline:before{content:"󱀬"}.mdi-file-excel-outline:before{content:"󱀭"}.mdi-file-export:before{content:"󰈝"}.mdi-file-export-outline:before{content:"󱀮"}.mdi-file-eye:before{content:"󰷊"}.mdi-file-eye-outline:before{content:"󰷋"}.mdi-file-find:before{content:"󰈞"}.mdi-file-find-outline:before{content:"󰮗"}.mdi-file-hidden:before{content:"󰘓"}.mdi-file-image:before{content:"󰈟"}.mdi-file-image-outline:before{content:"󰺰"}.mdi-file-import:before{content:"󰈠"}.mdi-file-import-outline:before{content:"󱀯"}.mdi-file-key:before{content:"󱆄"}.mdi-file-key-outline:before{content:"󱆅"}.mdi-file-link:before{content:"󱅷"}.mdi-file-link-outline:before{content:"󱅸"}.mdi-file-lock:before{content:"󰈡"}.mdi-file-lock-outline:before{content:"󱀰"}.mdi-file-move:before{content:"󰪹"}.mdi-file-move-outline:before{content:"󱀱"}.mdi-file-multiple:before{content:"󰈢"}.mdi-file-multiple-outline:before{content:"󱀲"}.mdi-file-music:before{content:"󰈣"}.mdi-file-music-outline:before{content:"󰸪"}.mdi-file-outline:before{content:"󰈤"}.mdi-file-pdf:before{content:"󰈥"}.mdi-file-pdf-box:before{content:"󰈦"}.mdi-file-pdf-box-outline:before{content:"󰾳"}.mdi-file-pdf-outline:before{content:"󰸭"}.mdi-file-percent:before{content:"󰠞"}.mdi-file-percent-outline:before{content:"󱀳"}.mdi-file-phone:before{content:"󱅹"}.mdi-file-phone-outline:before{content:"󱅺"}.mdi-file-plus:before{content:"󰝒"}.mdi-file-plus-outline:before{content:"󰻭"}.mdi-file-powerpoint:before{content:"󰈧"}.mdi-file-powerpoint-box:before{content:"󰈨"}.mdi-file-powerpoint-box-outline:before{content:"󱀴"}.mdi-file-powerpoint-outline:before{content:"󱀵"}.mdi-file-presentation-box:before{content:"󰈩"}.mdi-file-question:before{content:"󰡯"}.mdi-file-question-outline:before{content:"󱀶"}.mdi-file-refresh:before{content:"󰤘"}.mdi-file-refresh-outline:before{content:"󰕁"}.mdi-file-remove:before{content:"󰮘"}.mdi-file-remove-outline:before{content:"󱀷"}.mdi-file-replace:before{content:"󰬲"}.mdi-file-replace-outline:before{content:"󰬳"}.mdi-file-restore:before{content:"󰙰"}.mdi-file-restore-outline:before{content:"󱀸"}.mdi-file-search:before{content:"󰱼"}.mdi-file-search-outline:before{content:"󰱽"}.mdi-file-send:before{content:"󰈪"}.mdi-file-send-outline:before{content:"󱀹"}.mdi-file-settings:before{content:"󱁹"}.mdi-file-settings-outline:before{content:"󱁺"}.mdi-file-star:before{content:"󱀺"}.mdi-file-star-outline:before{content:"󱀻"}.mdi-file-swap:before{content:"󰾴"}.mdi-file-swap-outline:before{content:"󰾵"}.mdi-file-sync:before{content:"󱈖"}.mdi-file-sync-outline:before{content:"󱈗"}.mdi-file-table:before{content:"󰱾"}.mdi-file-table-box:before{content:"󱃡"}.mdi-file-table-box-multiple:before{content:"󱃢"}.mdi-file-table-box-multiple-outline:before{content:"󱃣"}.mdi-file-table-box-outline:before{content:"󱃤"}.mdi-file-table-outline:before{content:"󰱿"}.mdi-file-tree:before{content:"󰙅"}.mdi-file-undo:before{content:"󰣜"}.mdi-file-undo-outline:before{content:"󱀼"}.mdi-file-upload:before{content:"󰩍"}.mdi-file-upload-outline:before{content:"󰩎"}.mdi-file-video:before{content:"󰈫"}.mdi-file-video-outline:before{content:"󰸬"}.mdi-file-word:before{content:"󰈬"}.mdi-file-word-box:before{content:"󰈭"}.mdi-file-word-box-outline:before{content:"󱀽"}.mdi-file-word-outline:before{content:"󱀾"}.mdi-film:before{content:"󰈯"}.mdi-filmstrip:before{content:"󰈰"}.mdi-filmstrip-box:before{content:"󰌲"}.mdi-filmstrip-box-multiple:before{content:"󰴘"}.mdi-filmstrip-off:before{content:"󰈱"}.mdi-filter:before{content:"󰈲"}.mdi-filter-menu:before{content:"󱃥"}.mdi-filter-menu-outline:before{content:"󱃦"}.mdi-filter-minus:before{content:"󰻮"}.mdi-filter-minus-outline:before{content:"󰻯"}.mdi-filter-outline:before{content:"󰈳"}.mdi-filter-plus:before{content:"󰻰"}.mdi-filter-plus-outline:before{content:"󰻱"}.mdi-filter-remove:before{content:"󰈴"}.mdi-filter-remove-outline:before{content:"󰈵"}.mdi-filter-variant:before{content:"󰈶"}.mdi-filter-variant-minus:before{content:"󱄒"}.mdi-filter-variant-plus:before{content:"󱄓"}.mdi-filter-variant-remove:before{content:"󱀿"}.mdi-finance:before{content:"󰠟"}.mdi-find-replace:before{content:"󰛔"}.mdi-fingerprint:before{content:"󰈷"}.mdi-fingerprint-off:before{content:"󰺱"}.mdi-fire:before{content:"󰈸"}.mdi-fire-extinguisher:before{content:"󰻲"}.mdi-fire-hydrant:before{content:"󱄷"}.mdi-fire-hydrant-alert:before{content:"󱄸"}.mdi-fire-hydrant-off:before{content:"󱄹"}.mdi-fire-truck:before{content:"󰢫"}.mdi-firebase:before{content:"󰥧"}.mdi-firefox:before{content:"󰈹"}.mdi-fireplace:before{content:"󰸮"}.mdi-fireplace-off:before{content:"󰸯"}.mdi-firework:before{content:"󰸰"}.mdi-fish:before{content:"󰈺"}.mdi-fishbowl:before{content:"󰻳"}.mdi-fishbowl-outline:before{content:"󰻴"}.mdi-fit-to-page:before{content:"󰻵"}.mdi-fit-to-page-outline:before{content:"󰻶"}.mdi-flag:before{content:"󰈻"}.mdi-flag-checkered:before{content:"󰈼"}.mdi-flag-minus:before{content:"󰮙"}.mdi-flag-minus-outline:before{content:"󱂲"}.mdi-flag-outline:before{content:"󰈽"}.mdi-flag-plus:before{content:"󰮚"}.mdi-flag-plus-outline:before{content:"󱂳"}.mdi-flag-remove:before{content:"󰮛"}.mdi-flag-remove-outline:before{content:"󱂴"}.mdi-flag-triangle:before{content:"󰈿"}.mdi-flag-variant:before{content:"󰉀"}.mdi-flag-variant-outline:before{content:"󰈾"}.mdi-flare:before{content:"󰵲"}.mdi-flash:before{content:"󰉁"}.mdi-flash-alert:before{content:"󰻷"}.mdi-flash-alert-outline:before{content:"󰻸"}.mdi-flash-auto:before{content:"󰉂"}.mdi-flash-circle:before{content:"󰠠"}.mdi-flash-off:before{content:"󰉃"}.mdi-flash-outline:before{content:"󰛕"}.mdi-flash-red-eye:before{content:"󰙻"}.mdi-flashlight:before{content:"󰉄"}.mdi-flashlight-off:before{content:"󰉅"}.mdi-flask:before{content:"󰂓"}.mdi-flask-empty:before{content:"󰂔"}.mdi-flask-empty-minus:before{content:"󱈺"}.mdi-flask-empty-minus-outline:before{content:"󱈻"}.mdi-flask-empty-outline:before{content:"󰂕"}.mdi-flask-empty-plus:before{content:"󱈼"}.mdi-flask-empty-plus-outline:before{content:"󱈽"}.mdi-flask-empty-remove:before{content:"󱈾"}.mdi-flask-empty-remove-outline:before{content:"󱈿"}.mdi-flask-minus:before{content:"󱉀"}.mdi-flask-minus-outline:before{content:"󱉁"}.mdi-flask-outline:before{content:"󰂖"}.mdi-flask-plus:before{content:"󱉂"}.mdi-flask-plus-outline:before{content:"󱉃"}.mdi-flask-remove:before{content:"󱉄"}.mdi-flask-remove-outline:before{content:"󱉅"}.mdi-flask-round-bottom:before{content:"󱉋"}.mdi-flask-round-bottom-empty:before{content:"󱉌"}.mdi-flask-round-bottom-empty-outline:before{content:"󱉍"}.mdi-flask-round-bottom-outline:before{content:"󱉎"}.mdi-fleur-de-lis:before{content:"󱌃"}.mdi-flip-horizontal:before{content:"󱃧"}.mdi-flip-to-back:before{content:"󰉇"}.mdi-flip-to-front:before{content:"󰉈"}.mdi-flip-vertical:before{content:"󱃨"}.mdi-floor-lamp:before{content:"󰣝"}.mdi-floor-lamp-dual:before{content:"󱁀"}.mdi-floor-lamp-variant:before{content:"󱁁"}.mdi-floor-plan:before{content:"󰠡"}.mdi-floppy:before{content:"󰉉"}.mdi-floppy-variant:before{content:"󰧯"}.mdi-flower:before{content:"󰉊"}.mdi-flower-outline:before{content:"󰧰"}.mdi-flower-poppy:before{content:"󰴈"}.mdi-flower-tulip:before{content:"󰧱"}.mdi-flower-tulip-outline:before{content:"󰧲"}.mdi-focus-auto:before{content:"󰽎"}.mdi-focus-field:before{content:"󰽏"}.mdi-focus-field-horizontal:before{content:"󰽐"}.mdi-focus-field-vertical:before{content:"󰽑"}.mdi-folder:before{content:"󰉋"}.mdi-folder-account:before{content:"󰉌"}.mdi-folder-account-outline:before{content:"󰮜"}.mdi-folder-alert:before{content:"󰷌"}.mdi-folder-alert-outline:before{content:"󰷍"}.mdi-folder-clock:before{content:"󰪺"}.mdi-folder-clock-outline:before{content:"󰪻"}.mdi-folder-cog:before{content:"󱁿"}.mdi-folder-cog-outline:before{content:"󱂀"}.mdi-folder-download:before{content:"󰉍"}.mdi-folder-download-outline:before{content:"󱃩"}.mdi-folder-edit:before{content:"󰣞"}.mdi-folder-edit-outline:before{content:"󰷎"}.mdi-folder-google-drive:before{content:"󰉎"}.mdi-folder-heart:before{content:"󱃪"}.mdi-folder-heart-outline:before{content:"󱃫"}.mdi-folder-home:before{content:"󱂵"}.mdi-folder-home-outline:before{content:"󱂶"}.mdi-folder-image:before{content:"󰉏"}.mdi-folder-information:before{content:"󱂷"}.mdi-folder-information-outline:before{content:"󱂸"}.mdi-folder-key:before{content:"󰢬"}.mdi-folder-key-network:before{content:"󰢭"}.mdi-folder-key-network-outline:before{content:"󰲀"}.mdi-folder-key-outline:before{content:"󱃬"}.mdi-folder-lock:before{content:"󰉐"}.mdi-folder-lock-open:before{content:"󰉑"}.mdi-folder-marker:before{content:"󱉭"}.mdi-folder-marker-outline:before{content:"󱉮"}.mdi-folder-move:before{content:"󰉒"}.mdi-folder-move-outline:before{content:"󱉆"}.mdi-folder-multiple:before{content:"󰉓"}.mdi-folder-multiple-image:before{content:"󰉔"}.mdi-folder-multiple-outline:before{content:"󰉕"}.mdi-folder-music:before{content:"󱍙"}.mdi-folder-music-outline:before{content:"󱍚"}.mdi-folder-network:before{content:"󰡰"}.mdi-folder-network-outline:before{content:"󰲁"}.mdi-folder-open:before{content:"󰝰"}.mdi-folder-open-outline:before{content:"󰷏"}.mdi-folder-outline:before{content:"󰉖"}.mdi-folder-plus:before{content:"󰉗"}.mdi-folder-plus-outline:before{content:"󰮝"}.mdi-folder-pound:before{content:"󰴉"}.mdi-folder-pound-outline:before{content:"󰴊"}.mdi-folder-refresh:before{content:"󰝉"}.mdi-folder-refresh-outline:before{content:"󰕂"}.mdi-folder-remove:before{content:"󰉘"}.mdi-folder-remove-outline:before{content:"󰮞"}.mdi-folder-search:before{content:"󰥨"}.mdi-folder-search-outline:before{content:"󰥩"}.mdi-folder-settings:before{content:"󱁽"}.mdi-folder-settings-outline:before{content:"󱁾"}.mdi-folder-star:before{content:"󰚝"}.mdi-folder-star-outline:before{content:"󰮟"}.mdi-folder-swap:before{content:"󰾶"}.mdi-folder-swap-outline:before{content:"󰾷"}.mdi-folder-sync:before{content:"󰴋"}.mdi-folder-sync-outline:before{content:"󰴌"}.mdi-folder-table:before{content:"󱋣"}.mdi-folder-table-outline:before{content:"󱋤"}.mdi-folder-text:before{content:"󰲂"}.mdi-folder-text-outline:before{content:"󰲃"}.mdi-folder-upload:before{content:"󰉙"}.mdi-folder-upload-outline:before{content:"󱃭"}.mdi-folder-zip:before{content:"󰛫"}.mdi-folder-zip-outline:before{content:"󰞹"}.mdi-font-awesome:before{content:"󰀺"}.mdi-food:before{content:"󰉚"}.mdi-food-apple:before{content:"󰉛"}.mdi-food-apple-outline:before{content:"󰲄"}.mdi-food-croissant:before{content:"󰟈"}.mdi-food-fork-drink:before{content:"󰗲"}.mdi-food-off:before{content:"󰗳"}.mdi-food-variant:before{content:"󰉜"}.mdi-foot-print:before{content:"󰽒"}.mdi-football:before{content:"󰉝"}.mdi-football-australian:before{content:"󰉞"}.mdi-football-helmet:before{content:"󰉟"}.mdi-forklift:before{content:"󰟉"}.mdi-format-align-bottom:before{content:"󰝓"}.mdi-format-align-center:before{content:"󰉠"}.mdi-format-align-justify:before{content:"󰉡"}.mdi-format-align-left:before{content:"󰉢"}.mdi-format-align-middle:before{content:"󰝔"}.mdi-format-align-right:before{content:"󰉣"}.mdi-format-align-top:before{content:"󰝕"}.mdi-format-annotation-minus:before{content:"󰪼"}.mdi-format-annotation-plus:before{content:"󰙆"}.mdi-format-bold:before{content:"󰉤"}.mdi-format-clear:before{content:"󰉥"}.mdi-format-color-fill:before{content:"󰉦"}.mdi-format-color-highlight:before{content:"󰸱"}.mdi-format-color-marker-cancel:before{content:"󱌓"}.mdi-format-color-text:before{content:"󰚞"}.mdi-format-columns:before{content:"󰣟"}.mdi-format-float-center:before{content:"󰉧"}.mdi-format-float-left:before{content:"󰉨"}.mdi-format-float-none:before{content:"󰉩"}.mdi-format-float-right:before{content:"󰉪"}.mdi-format-font:before{content:"󰛖"}.mdi-format-font-size-decrease:before{content:"󰧳"}.mdi-format-font-size-increase:before{content:"󰧴"}.mdi-format-header-1:before{content:"󰉫"}.mdi-format-header-2:before{content:"󰉬"}.mdi-format-header-3:before{content:"󰉭"}.mdi-format-header-4:before{content:"󰉮"}.mdi-format-header-5:before{content:"󰉯"}.mdi-format-header-6:before{content:"󰉰"}.mdi-format-header-decrease:before{content:"󰉱"}.mdi-format-header-equal:before{content:"󰉲"}.mdi-format-header-increase:before{content:"󰉳"}.mdi-format-header-pound:before{content:"󰉴"}.mdi-format-horizontal-align-center:before{content:"󰘞"}.mdi-format-horizontal-align-left:before{content:"󰘟"}.mdi-format-horizontal-align-right:before{content:"󰘠"}.mdi-format-indent-decrease:before{content:"󰉵"}.mdi-format-indent-increase:before{content:"󰉶"}.mdi-format-italic:before{content:"󰉷"}.mdi-format-letter-case:before{content:"󰬴"}.mdi-format-letter-case-lower:before{content:"󰬵"}.mdi-format-letter-case-upper:before{content:"󰬶"}.mdi-format-letter-ends-with:before{content:"󰾸"}.mdi-format-letter-matches:before{content:"󰾹"}.mdi-format-letter-starts-with:before{content:"󰾺"}.mdi-format-line-spacing:before{content:"󰉸"}.mdi-format-line-style:before{content:"󰗈"}.mdi-format-line-weight:before{content:"󰗉"}.mdi-format-list-bulleted:before{content:"󰉹"}.mdi-format-list-bulleted-square:before{content:"󰷐"}.mdi-format-list-bulleted-triangle:before{content:"󰺲"}.mdi-format-list-bulleted-type:before{content:"󰉺"}.mdi-format-list-checkbox:before{content:"󰥪"}.mdi-format-list-checks:before{content:"󰝖"}.mdi-format-list-numbered:before{content:"󰉻"}.mdi-format-list-numbered-rtl:before{content:"󰴍"}.mdi-format-list-text:before{content:"󱉯"}.mdi-format-overline:before{content:"󰺳"}.mdi-format-page-break:before{content:"󰛗"}.mdi-format-paint:before{content:"󰉼"}.mdi-format-paragraph:before{content:"󰉽"}.mdi-format-pilcrow:before{content:"󰛘"}.mdi-format-quote-close:before{content:"󰉾"}.mdi-format-quote-close-outline:before{content:"󱆨"}.mdi-format-quote-open:before{content:"󰝗"}.mdi-format-quote-open-outline:before{content:"󱆧"}.mdi-format-rotate-90:before{content:"󰚪"}.mdi-format-section:before{content:"󰚟"}.mdi-format-size:before{content:"󰉿"}.mdi-format-strikethrough:before{content:"󰊀"}.mdi-format-strikethrough-variant:before{content:"󰊁"}.mdi-format-subscript:before{content:"󰊂"}.mdi-format-superscript:before{content:"󰊃"}.mdi-format-text:before{content:"󰊄"}.mdi-format-text-rotation-angle-down:before{content:"󰾻"}.mdi-format-text-rotation-angle-up:before{content:"󰾼"}.mdi-format-text-rotation-down:before{content:"󰵳"}.mdi-format-text-rotation-down-vertical:before{content:"󰾽"}.mdi-format-text-rotation-none:before{content:"󰵴"}.mdi-format-text-rotation-up:before{content:"󰾾"}.mdi-format-text-rotation-vertical:before{content:"󰾿"}.mdi-format-text-variant:before{content:"󰸲"}.mdi-format-text-wrapping-clip:before{content:"󰴎"}.mdi-format-text-wrapping-overflow:before{content:"󰴏"}.mdi-format-text-wrapping-wrap:before{content:"󰴐"}.mdi-format-textbox:before{content:"󰴑"}.mdi-format-textdirection-l-to-r:before{content:"󰊅"}.mdi-format-textdirection-r-to-l:before{content:"󰊆"}.mdi-format-title:before{content:"󰗴"}.mdi-format-underline:before{content:"󰊇"}.mdi-format-vertical-align-bottom:before{content:"󰘡"}.mdi-format-vertical-align-center:before{content:"󰘢"}.mdi-format-vertical-align-top:before{content:"󰘣"}.mdi-format-wrap-inline:before{content:"󰊈"}.mdi-format-wrap-square:before{content:"󰊉"}.mdi-format-wrap-tight:before{content:"󰊊"}.mdi-format-wrap-top-bottom:before{content:"󰊋"}.mdi-forum:before{content:"󰊌"}.mdi-forum-outline:before{content:"󰠢"}.mdi-forward:before{content:"󰊍"}.mdi-forwardburger:before{content:"󰵵"}.mdi-fountain:before{content:"󰥫"}.mdi-fountain-pen:before{content:"󰴒"}.mdi-fountain-pen-tip:before{content:"󰴓"}.mdi-freebsd:before{content:"󰣠"}.mdi-frequently-asked-questions:before{content:"󰺴"}.mdi-fridge:before{content:"󰊐"}.mdi-fridge-alert:before{content:"󱆱"}.mdi-fridge-alert-outline:before{content:"󱆲"}.mdi-fridge-bottom:before{content:"󰊒"}.mdi-fridge-off:before{content:"󱆯"}.mdi-fridge-off-outline:before{content:"󱆰"}.mdi-fridge-outline:before{content:"󰊏"}.mdi-fridge-top:before{content:"󰊑"}.mdi-fruit-cherries:before{content:"󱁂"}.mdi-fruit-citrus:before{content:"󱁃"}.mdi-fruit-grapes:before{content:"󱁄"}.mdi-fruit-grapes-outline:before{content:"󱁅"}.mdi-fruit-pineapple:before{content:"󱁆"}.mdi-fruit-watermelon:before{content:"󱁇"}.mdi-fuel:before{content:"󰟊"}.mdi-fullscreen:before{content:"󰊓"}.mdi-fullscreen-exit:before{content:"󰊔"}.mdi-function:before{content:"󰊕"}.mdi-function-variant:before{content:"󰡱"}.mdi-furigana-horizontal:before{content:"󱂁"}.mdi-furigana-vertical:before{content:"󱂂"}.mdi-fuse:before{content:"󰲅"}.mdi-fuse-blade:before{content:"󰲆"}.mdi-gamepad:before{content:"󰊖"}.mdi-gamepad-circle:before{content:"󰸳"}.mdi-gamepad-circle-down:before{content:"󰸴"}.mdi-gamepad-circle-left:before{content:"󰸵"}.mdi-gamepad-circle-outline:before{content:"󰸶"}.mdi-gamepad-circle-right:before{content:"󰸷"}.mdi-gamepad-circle-up:before{content:"󰸸"}.mdi-gamepad-down:before{content:"󰸹"}.mdi-gamepad-left:before{content:"󰸺"}.mdi-gamepad-right:before{content:"󰸻"}.mdi-gamepad-round:before{content:"󰸼"}.mdi-gamepad-round-down:before{content:"󰸽"}.mdi-gamepad-round-left:before{content:"󰸾"}.mdi-gamepad-round-outline:before{content:"󰸿"}.mdi-gamepad-round-right:before{content:"󰹀"}.mdi-gamepad-round-up:before{content:"󰹁"}.mdi-gamepad-square:before{content:"󰺵"}.mdi-gamepad-square-outline:before{content:"󰺶"}.mdi-gamepad-up:before{content:"󰹂"}.mdi-gamepad-variant:before{content:"󰊗"}.mdi-gamepad-variant-outline:before{content:"󰺷"}.mdi-gamma:before{content:"󱃮"}.mdi-gantry-crane:before{content:"󰷑"}.mdi-garage:before{content:"󰛙"}.mdi-garage-alert:before{content:"󰡲"}.mdi-garage-alert-variant:before{content:"󱋕"}.mdi-garage-open:before{content:"󰛚"}.mdi-garage-open-variant:before{content:"󱋔"}.mdi-garage-variant:before{content:"󱋓"}.mdi-gas-cylinder:before{content:"󰙇"}.mdi-gas-station:before{content:"󰊘"}.mdi-gas-station-outline:before{content:"󰺸"}.mdi-gate:before{content:"󰊙"}.mdi-gate-and:before{content:"󰣡"}.mdi-gate-arrow-right:before{content:"󱅩"}.mdi-gate-nand:before{content:"󰣢"}.mdi-gate-nor:before{content:"󰣣"}.mdi-gate-not:before{content:"󰣤"}.mdi-gate-open:before{content:"󱅪"}.mdi-gate-or:before{content:"󰣥"}.mdi-gate-xnor:before{content:"󰣦"}.mdi-gate-xor:before{content:"󰣧"}.mdi-gatsby:before{content:"󰹃"}.mdi-gauge:before{content:"󰊚"}.mdi-gauge-empty:before{content:"󰡳"}.mdi-gauge-full:before{content:"󰡴"}.mdi-gauge-low:before{content:"󰡵"}.mdi-gavel:before{content:"󰊛"}.mdi-gender-female:before{content:"󰊜"}.mdi-gender-male:before{content:"󰊝"}.mdi-gender-male-female:before{content:"󰊞"}.mdi-gender-male-female-variant:before{content:"󱄿"}.mdi-gender-non-binary:before{content:"󱅀"}.mdi-gender-transgender:before{content:"󰊟"}.mdi-gentoo:before{content:"󰣨"}.mdi-gesture:before{content:"󰟋"}.mdi-gesture-double-tap:before{content:"󰜼"}.mdi-gesture-pinch:before{content:"󰪽"}.mdi-gesture-spread:before{content:"󰪾"}.mdi-gesture-swipe:before{content:"󰵶"}.mdi-gesture-swipe-down:before{content:"󰜽"}.mdi-gesture-swipe-horizontal:before{content:"󰪿"}.mdi-gesture-swipe-left:before{content:"󰜾"}.mdi-gesture-swipe-right:before{content:"󰜿"}.mdi-gesture-swipe-up:before{content:"󰝀"}.mdi-gesture-swipe-vertical:before{content:"󰫀"}.mdi-gesture-tap:before{content:"󰝁"}.mdi-gesture-tap-box:before{content:"󱊩"}.mdi-gesture-tap-button:before{content:"󱊨"}.mdi-gesture-tap-hold:before{content:"󰵷"}.mdi-gesture-two-double-tap:before{content:"󰝂"}.mdi-gesture-two-tap:before{content:"󰝃"}.mdi-ghost:before{content:"󰊠"}.mdi-ghost-off:before{content:"󰧵"}.mdi-gif:before{content:"󰵸"}.mdi-gift:before{content:"󰹄"}.mdi-gift-outline:before{content:"󰊡"}.mdi-git:before{content:"󰊢"}.mdi-github:before{content:"󰊤"}.mdi-gitlab:before{content:"󰮠"}.mdi-glass-cocktail:before{content:"󰍖"}.mdi-glass-flute:before{content:"󰊥"}.mdi-glass-mug:before{content:"󰊦"}.mdi-glass-mug-variant:before{content:"󱄖"}.mdi-glass-pint-outline:before{content:"󱌍"}.mdi-glass-stange:before{content:"󰊧"}.mdi-glass-tulip:before{content:"󰊨"}.mdi-glass-wine:before{content:"󰡶"}.mdi-glasses:before{content:"󰊪"}.mdi-globe-light:before{content:"󱋗"}.mdi-globe-model:before{content:"󰣩"}.mdi-gmail:before{content:"󰊫"}.mdi-gnome:before{content:"󰊬"}.mdi-go-kart:before{content:"󰵹"}.mdi-go-kart-track:before{content:"󰵺"}.mdi-gog:before{content:"󰮡"}.mdi-gold:before{content:"󱉏"}.mdi-golf:before{content:"󰠣"}.mdi-golf-cart:before{content:"󱆤"}.mdi-golf-tee:before{content:"󱂃"}.mdi-gondola:before{content:"󰚆"}.mdi-goodreads:before{content:"󰵻"}.mdi-google:before{content:"󰊭"}.mdi-google-ads:before{content:"󰲇"}.mdi-google-analytics:before{content:"󰟌"}.mdi-google-assistant:before{content:"󰟍"}.mdi-google-cardboard:before{content:"󰊮"}.mdi-google-chrome:before{content:"󰊯"}.mdi-google-circles:before{content:"󰊰"}.mdi-google-circles-communities:before{content:"󰊱"}.mdi-google-circles-extended:before{content:"󰊲"}.mdi-google-circles-group:before{content:"󰊳"}.mdi-google-classroom:before{content:"󰋀"}.mdi-google-cloud:before{content:"󱇶"}.mdi-google-controller:before{content:"󰊴"}.mdi-google-controller-off:before{content:"󰊵"}.mdi-google-downasaur:before{content:"󱍢"}.mdi-google-drive:before{content:"󰊶"}.mdi-google-earth:before{content:"󰊷"}.mdi-google-fit:before{content:"󰥬"}.mdi-google-glass:before{content:"󰊸"}.mdi-google-hangouts:before{content:"󰋉"}.mdi-google-home:before{content:"󰠤"}.mdi-google-keep:before{content:"󰛜"}.mdi-google-lens:before{content:"󰧶"}.mdi-google-maps:before{content:"󰗵"}.mdi-google-my-business:before{content:"󱁈"}.mdi-google-nearby:before{content:"󰊹"}.mdi-google-photos:before{content:"󰛝"}.mdi-google-play:before{content:"󰊼"}.mdi-google-plus:before{content:"󰊽"}.mdi-google-podcast:before{content:"󰺹"}.mdi-google-spreadsheet:before{content:"󰧷"}.mdi-google-street-view:before{content:"󰲈"}.mdi-google-translate:before{content:"󰊿"}.mdi-gradient:before{content:"󰚠"}.mdi-grain:before{content:"󰵼"}.mdi-graph:before{content:"󱁉"}.mdi-graph-outline:before{content:"󱁊"}.mdi-graphql:before{content:"󰡷"}.mdi-grave-stone:before{content:"󰮢"}.mdi-grease-pencil:before{content:"󰙈"}.mdi-greater-than:before{content:"󰥭"}.mdi-greater-than-or-equal:before{content:"󰥮"}.mdi-grid:before{content:"󰋁"}.mdi-grid-large:before{content:"󰝘"}.mdi-grid-off:before{content:"󰋂"}.mdi-grill:before{content:"󰹅"}.mdi-grill-outline:before{content:"󱆊"}.mdi-group:before{content:"󰋃"}.mdi-guitar-acoustic:before{content:"󰝱"}.mdi-guitar-electric:before{content:"󰋄"}.mdi-guitar-pick:before{content:"󰋅"}.mdi-guitar-pick-outline:before{content:"󰋆"}.mdi-guy-fawkes-mask:before{content:"󰠥"}.mdi-hail:before{content:"󰫁"}.mdi-hair-dryer:before{content:"󱃯"}.mdi-hair-dryer-outline:before{content:"󱃰"}.mdi-halloween:before{content:"󰮣"}.mdi-hamburger:before{content:"󰚅"}.mdi-hammer:before{content:"󰣪"}.mdi-hammer-screwdriver:before{content:"󱌢"}.mdi-hammer-wrench:before{content:"󱌣"}.mdi-hand:before{content:"󰩏"}.mdi-hand-heart:before{content:"󱃱"}.mdi-hand-left:before{content:"󰹆"}.mdi-hand-okay:before{content:"󰩐"}.mdi-hand-peace:before{content:"󰩑"}.mdi-hand-peace-variant:before{content:"󰩒"}.mdi-hand-pointing-down:before{content:"󰩓"}.mdi-hand-pointing-left:before{content:"󰩔"}.mdi-hand-pointing-right:before{content:"󰋇"}.mdi-hand-pointing-up:before{content:"󰩕"}.mdi-hand-right:before{content:"󰹇"}.mdi-hand-saw:before{content:"󰹈"}.mdi-hand-water:before{content:"󱎟"}.mdi-handball:before{content:"󰽓"}.mdi-handcuffs:before{content:"󱄾"}.mdi-handshake:before{content:"󱈘"}.mdi-hanger:before{content:"󰋈"}.mdi-hard-hat:before{content:"󰥯"}.mdi-harddisk:before{content:"󰋊"}.mdi-harddisk-plus:before{content:"󱁋"}.mdi-harddisk-remove:before{content:"󱁌"}.mdi-hat-fedora:before{content:"󰮤"}.mdi-hazard-lights:before{content:"󰲉"}.mdi-hdr:before{content:"󰵽"}.mdi-hdr-off:before{content:"󰵾"}.mdi-head:before{content:"󱍞"}.mdi-head-alert:before{content:"󱌸"}.mdi-head-alert-outline:before{content:"󱌹"}.mdi-head-check:before{content:"󱌺"}.mdi-head-check-outline:before{content:"󱌻"}.mdi-head-cog:before{content:"󱌼"}.mdi-head-cog-outline:before{content:"󱌽"}.mdi-head-dots-horizontal:before{content:"󱌾"}.mdi-head-dots-horizontal-outline:before{content:"󱌿"}.mdi-head-flash:before{content:"󱍀"}.mdi-head-flash-outline:before{content:"󱍁"}.mdi-head-heart:before{content:"󱍂"}.mdi-head-heart-outline:before{content:"󱍃"}.mdi-head-lightbulb:before{content:"󱍄"}.mdi-head-lightbulb-outline:before{content:"󱍅"}.mdi-head-minus:before{content:"󱍆"}.mdi-head-minus-outline:before{content:"󱍇"}.mdi-head-outline:before{content:"󱍟"}.mdi-head-plus:before{content:"󱍈"}.mdi-head-plus-outline:before{content:"󱍉"}.mdi-head-question:before{content:"󱍊"}.mdi-head-question-outline:before{content:"󱍋"}.mdi-head-remove:before{content:"󱍌"}.mdi-head-remove-outline:before{content:"󱍍"}.mdi-head-snowflake:before{content:"󱍎"}.mdi-head-snowflake-outline:before{content:"󱍏"}.mdi-head-sync:before{content:"󱍐"}.mdi-head-sync-outline:before{content:"󱍑"}.mdi-headphones:before{content:"󰋋"}.mdi-headphones-bluetooth:before{content:"󰥰"}.mdi-headphones-box:before{content:"󰋌"}.mdi-headphones-off:before{content:"󰟎"}.mdi-headphones-settings:before{content:"󰋍"}.mdi-headset:before{content:"󰋎"}.mdi-headset-dock:before{content:"󰋏"}.mdi-headset-off:before{content:"󰋐"}.mdi-heart:before{content:"󰋑"}.mdi-heart-box:before{content:"󰋒"}.mdi-heart-box-outline:before{content:"󰋓"}.mdi-heart-broken:before{content:"󰋔"}.mdi-heart-broken-outline:before{content:"󰴔"}.mdi-heart-circle:before{content:"󰥱"}.mdi-heart-circle-outline:before{content:"󰥲"}.mdi-heart-flash:before{content:"󰻹"}.mdi-heart-half:before{content:"󰛟"}.mdi-heart-half-full:before{content:"󰛞"}.mdi-heart-half-outline:before{content:"󰛠"}.mdi-heart-multiple:before{content:"󰩖"}.mdi-heart-multiple-outline:before{content:"󰩗"}.mdi-heart-off:before{content:"󰝙"}.mdi-heart-outline:before{content:"󰋕"}.mdi-heart-pulse:before{content:"󰗶"}.mdi-helicopter:before{content:"󰫂"}.mdi-help:before{content:"󰋖"}.mdi-help-box:before{content:"󰞋"}.mdi-help-circle:before{content:"󰋗"}.mdi-help-circle-outline:before{content:"󰘥"}.mdi-help-network:before{content:"󰛵"}.mdi-help-network-outline:before{content:"󰲊"}.mdi-help-rhombus:before{content:"󰮥"}.mdi-help-rhombus-outline:before{content:"󰮦"}.mdi-hexadecimal:before{content:"󱊧"}.mdi-hexagon:before{content:"󰋘"}.mdi-hexagon-multiple:before{content:"󰛡"}.mdi-hexagon-multiple-outline:before{content:"󱃲"}.mdi-hexagon-outline:before{content:"󰋙"}.mdi-hexagon-slice-1:before{content:"󰫃"}.mdi-hexagon-slice-2:before{content:"󰫄"}.mdi-hexagon-slice-3:before{content:"󰫅"}.mdi-hexagon-slice-4:before{content:"󰫆"}.mdi-hexagon-slice-5:before{content:"󰫇"}.mdi-hexagon-slice-6:before{content:"󰫈"}.mdi-hexagram:before{content:"󰫉"}.mdi-hexagram-outline:before{content:"󰫊"}.mdi-high-definition:before{content:"󰟏"}.mdi-high-definition-box:before{content:"󰡸"}.mdi-highway:before{content:"󰗷"}.mdi-hiking:before{content:"󰵿"}.mdi-hinduism:before{content:"󰥳"}.mdi-history:before{content:"󰋚"}.mdi-hockey-puck:before{content:"󰡹"}.mdi-hockey-sticks:before{content:"󰡺"}.mdi-hololens:before{content:"󰋛"}.mdi-home:before{content:"󰋜"}.mdi-home-account:before{content:"󰠦"}.mdi-home-alert:before{content:"󰡻"}.mdi-home-analytics:before{content:"󰺺"}.mdi-home-assistant:before{content:"󰟐"}.mdi-home-automation:before{content:"󰟑"}.mdi-home-circle:before{content:"󰟒"}.mdi-home-circle-outline:before{content:"󱁍"}.mdi-home-city:before{content:"󰴕"}.mdi-home-city-outline:before{content:"󰴖"}.mdi-home-currency-usd:before{content:"󰢯"}.mdi-home-edit:before{content:"󱅙"}.mdi-home-edit-outline:before{content:"󱅚"}.mdi-home-export-outline:before{content:"󰾛"}.mdi-home-flood:before{content:"󰻺"}.mdi-home-floor-0:before{content:"󰷒"}.mdi-home-floor-1:before{content:"󰶀"}.mdi-home-floor-2:before{content:"󰶁"}.mdi-home-floor-3:before{content:"󰶂"}.mdi-home-floor-a:before{content:"󰶃"}.mdi-home-floor-b:before{content:"󰶄"}.mdi-home-floor-g:before{content:"󰶅"}.mdi-home-floor-l:before{content:"󰶆"}.mdi-home-floor-negative-1:before{content:"󰷓"}.mdi-home-group:before{content:"󰷔"}.mdi-home-heart:before{content:"󰠧"}.mdi-home-import-outline:before{content:"󰾜"}.mdi-home-lightbulb:before{content:"󱉑"}.mdi-home-lightbulb-outline:before{content:"󱉒"}.mdi-home-lock:before{content:"󰣫"}.mdi-home-lock-open:before{content:"󰣬"}.mdi-home-map-marker:before{content:"󰗸"}.mdi-home-minus:before{content:"󰥴"}.mdi-home-modern:before{content:"󰋝"}.mdi-home-outline:before{content:"󰚡"}.mdi-home-plus:before{content:"󰥵"}.mdi-home-remove:before{content:"󱉇"}.mdi-home-roof:before{content:"󱄫"}.mdi-home-search:before{content:"󱎰"}.mdi-home-search-outline:before{content:"󱎱"}.mdi-home-thermometer:before{content:"󰽔"}.mdi-home-thermometer-outline:before{content:"󰽕"}.mdi-home-variant:before{content:"󰋞"}.mdi-home-variant-outline:before{content:"󰮧"}.mdi-hook:before{content:"󰛢"}.mdi-hook-off:before{content:"󰛣"}.mdi-hops:before{content:"󰋟"}.mdi-horizontal-rotate-clockwise:before{content:"󱃳"}.mdi-horizontal-rotate-counterclockwise:before{content:"󱃴"}.mdi-horseshoe:before{content:"󰩘"}.mdi-hospital:before{content:"󰿶"}.mdi-hospital-box:before{content:"󰋠"}.mdi-hospital-box-outline:before{content:"󰿷"}.mdi-hospital-building:before{content:"󰋡"}.mdi-hospital-marker:before{content:"󰋢"}.mdi-hot-tub:before{content:"󰠨"}.mdi-hubspot:before{content:"󰴗"}.mdi-hulu:before{content:"󰠩"}.mdi-human:before{content:"󰋦"}.mdi-human-baby-changing-table:before{content:"󱎋"}.mdi-human-child:before{content:"󰋧"}.mdi-human-female:before{content:"󰙉"}.mdi-human-female-boy:before{content:"󰩙"}.mdi-human-female-female:before{content:"󰩚"}.mdi-human-female-girl:before{content:"󰩛"}.mdi-human-greeting:before{content:"󰙊"}.mdi-human-handsdown:before{content:"󰙋"}.mdi-human-handsup:before{content:"󰙌"}.mdi-human-male:before{content:"󰙍"}.mdi-human-male-boy:before{content:"󰩜"}.mdi-human-male-child:before{content:"󱎌"}.mdi-human-male-female:before{content:"󰋨"}.mdi-human-male-girl:before{content:"󰩝"}.mdi-human-male-height:before{content:"󰻻"}.mdi-human-male-height-variant:before{content:"󰻼"}.mdi-human-male-male:before{content:"󰩞"}.mdi-human-pregnant:before{content:"󰗏"}.mdi-human-wheelchair:before{content:"󱎍"}.mdi-humble-bundle:before{content:"󰝄"}.mdi-hvac:before{content:"󱍒"}.mdi-hydraulic-oil-level:before{content:"󱌤"}.mdi-hydraulic-oil-temperature:before{content:"󱌥"}.mdi-hydro-power:before{content:"󱋥"}.mdi-ice-cream:before{content:"󰠪"}.mdi-ice-cream-off:before{content:"󰹒"}.mdi-ice-pop:before{content:"󰻽"}.mdi-id-card:before{content:"󰿀"}.mdi-identifier:before{content:"󰻾"}.mdi-ideogram-cjk:before{content:"󱌱"}.mdi-ideogram-cjk-variant:before{content:"󱌲"}.mdi-iframe:before{content:"󰲋"}.mdi-iframe-array:before{content:"󱃵"}.mdi-iframe-array-outline:before{content:"󱃶"}.mdi-iframe-braces:before{content:"󱃷"}.mdi-iframe-braces-outline:before{content:"󱃸"}.mdi-iframe-outline:before{content:"󰲌"}.mdi-iframe-parentheses:before{content:"󱃹"}.mdi-iframe-parentheses-outline:before{content:"󱃺"}.mdi-iframe-variable:before{content:"󱃻"}.mdi-iframe-variable-outline:before{content:"󱃼"}.mdi-image:before{content:"󰋩"}.mdi-image-album:before{content:"󰋪"}.mdi-image-area:before{content:"󰋫"}.mdi-image-area-close:before{content:"󰋬"}.mdi-image-auto-adjust:before{content:"󰿁"}.mdi-image-broken:before{content:"󰋭"}.mdi-image-broken-variant:before{content:"󰋮"}.mdi-image-edit:before{content:"󱇣"}.mdi-image-edit-outline:before{content:"󱇤"}.mdi-image-filter-black-white:before{content:"󰋰"}.mdi-image-filter-center-focus:before{content:"󰋱"}.mdi-image-filter-center-focus-strong:before{content:"󰻿"}.mdi-image-filter-center-focus-strong-outline:before{content:"󰼀"}.mdi-image-filter-center-focus-weak:before{content:"󰋲"}.mdi-image-filter-drama:before{content:"󰋳"}.mdi-image-filter-frames:before{content:"󰋴"}.mdi-image-filter-hdr:before{content:"󰋵"}.mdi-image-filter-none:before{content:"󰋶"}.mdi-image-filter-tilt-shift:before{content:"󰋷"}.mdi-image-filter-vintage:before{content:"󰋸"}.mdi-image-frame:before{content:"󰹉"}.mdi-image-move:before{content:"󰧸"}.mdi-image-multiple:before{content:"󰋹"}.mdi-image-multiple-outline:before{content:"󰋯"}.mdi-image-off:before{content:"󰠫"}.mdi-image-off-outline:before{content:"󱇑"}.mdi-image-outline:before{content:"󰥶"}.mdi-image-plus:before{content:"󰡼"}.mdi-image-search:before{content:"󰥷"}.mdi-image-search-outline:before{content:"󰥸"}.mdi-image-size-select-actual:before{content:"󰲍"}.mdi-image-size-select-large:before{content:"󰲎"}.mdi-image-size-select-small:before{content:"󰲏"}.mdi-import:before{content:"󰋺"}.mdi-inbox:before{content:"󰚇"}.mdi-inbox-arrow-down:before{content:"󰋻"}.mdi-inbox-arrow-down-outline:before{content:"󱉰"}.mdi-inbox-arrow-up:before{content:"󰏑"}.mdi-inbox-arrow-up-outline:before{content:"󱉱"}.mdi-inbox-full:before{content:"󱉲"}.mdi-inbox-full-outline:before{content:"󱉳"}.mdi-inbox-multiple:before{content:"󰢰"}.mdi-inbox-multiple-outline:before{content:"󰮨"}.mdi-inbox-outline:before{content:"󱉴"}.mdi-incognito:before{content:"󰗹"}.mdi-incognito-off:before{content:"󰁵"}.mdi-infinity:before{content:"󰛤"}.mdi-information:before{content:"󰋼"}.mdi-information-outline:before{content:"󰋽"}.mdi-information-variant:before{content:"󰙎"}.mdi-instagram:before{content:"󰋾"}.mdi-instrument-triangle:before{content:"󱁎"}.mdi-invert-colors:before{content:"󰌁"}.mdi-invert-colors-off:before{content:"󰹊"}.mdi-iobroker:before{content:"󱋨"}.mdi-ip:before{content:"󰩟"}.mdi-ip-network:before{content:"󰩠"}.mdi-ip-network-outline:before{content:"󰲐"}.mdi-ipod:before{content:"󰲑"}.mdi-islam:before{content:"󰥹"}.mdi-island:before{content:"󱁏"}.mdi-iv-bag:before{content:"󱂹"}.mdi-jabber:before{content:"󰷕"}.mdi-jeepney:before{content:"󰌂"}.mdi-jellyfish:before{content:"󰼁"}.mdi-jellyfish-outline:before{content:"󰼂"}.mdi-jira:before{content:"󰌃"}.mdi-jquery:before{content:"󰡽"}.mdi-jsfiddle:before{content:"󰌄"}.mdi-judaism:before{content:"󰥺"}.mdi-jump-rope:before{content:"󱋿"}.mdi-kabaddi:before{content:"󰶇"}.mdi-karate:before{content:"󰠬"}.mdi-keg:before{content:"󰌅"}.mdi-kettle:before{content:"󰗺"}.mdi-kettle-alert:before{content:"󱌗"}.mdi-kettle-alert-outline:before{content:"󱌘"}.mdi-kettle-off:before{content:"󱌛"}.mdi-kettle-off-outline:before{content:"󱌜"}.mdi-kettle-outline:before{content:"󰽖"}.mdi-kettle-steam:before{content:"󱌙"}.mdi-kettle-steam-outline:before{content:"󱌚"}.mdi-kettlebell:before{content:"󱌀"}.mdi-key:before{content:"󰌆"}.mdi-key-arrow-right:before{content:"󱌒"}.mdi-key-change:before{content:"󰌇"}.mdi-key-link:before{content:"󱆟"}.mdi-key-minus:before{content:"󰌈"}.mdi-key-outline:before{content:"󰷖"}.mdi-key-plus:before{content:"󰌉"}.mdi-key-remove:before{content:"󰌊"}.mdi-key-star:before{content:"󱆞"}.mdi-key-variant:before{content:"󰌋"}.mdi-key-wireless:before{content:"󰿂"}.mdi-keyboard:before{content:"󰌌"}.mdi-keyboard-backspace:before{content:"󰌍"}.mdi-keyboard-caps:before{content:"󰌎"}.mdi-keyboard-close:before{content:"󰌏"}.mdi-keyboard-esc:before{content:"󱊷"}.mdi-keyboard-f1:before{content:"󱊫"}.mdi-keyboard-f10:before{content:"󱊴"}.mdi-keyboard-f11:before{content:"󱊵"}.mdi-keyboard-f12:before{content:"󱊶"}.mdi-keyboard-f2:before{content:"󱊬"}.mdi-keyboard-f3:before{content:"󱊭"}.mdi-keyboard-f4:before{content:"󱊮"}.mdi-keyboard-f5:before{content:"󱊯"}.mdi-keyboard-f6:before{content:"󱊰"}.mdi-keyboard-f7:before{content:"󱊱"}.mdi-keyboard-f8:before{content:"󱊲"}.mdi-keyboard-f9:before{content:"󱊳"}.mdi-keyboard-off:before{content:"󰌐"}.mdi-keyboard-off-outline:before{content:"󰹋"}.mdi-keyboard-outline:before{content:"󰥻"}.mdi-keyboard-return:before{content:"󰌑"}.mdi-keyboard-settings:before{content:"󰧹"}.mdi-keyboard-settings-outline:before{content:"󰧺"}.mdi-keyboard-space:before{content:"󱁐"}.mdi-keyboard-tab:before{content:"󰌒"}.mdi-keyboard-variant:before{content:"󰌓"}.mdi-khanda:before{content:"󱃽"}.mdi-kickstarter:before{content:"󰝅"}.mdi-klingon:before{content:"󱍛"}.mdi-knife:before{content:"󰧻"}.mdi-knife-military:before{content:"󰧼"}.mdi-kodi:before{content:"󰌔"}.mdi-kubernetes:before{content:"󱃾"}.mdi-label:before{content:"󰌕"}.mdi-label-multiple:before{content:"󱍵"}.mdi-label-multiple-outline:before{content:"󱍶"}.mdi-label-off:before{content:"󰫋"}.mdi-label-off-outline:before{content:"󰫌"}.mdi-label-outline:before{content:"󰌖"}.mdi-label-percent:before{content:"󱋪"}.mdi-label-percent-outline:before{content:"󱋫"}.mdi-label-variant:before{content:"󰫍"}.mdi-label-variant-outline:before{content:"󰫎"}.mdi-ladybug:before{content:"󰠭"}.mdi-lambda:before{content:"󰘧"}.mdi-lamp:before{content:"󰚵"}.mdi-lan:before{content:"󰌗"}.mdi-lan-check:before{content:"󱊪"}.mdi-lan-connect:before{content:"󰌘"}.mdi-lan-disconnect:before{content:"󰌙"}.mdi-lan-pending:before{content:"󰌚"}.mdi-language-c:before{content:"󰙱"}.mdi-language-cpp:before{content:"󰙲"}.mdi-language-csharp:before{content:"󰌛"}.mdi-language-css3:before{content:"󰌜"}.mdi-language-fortran:before{content:"󱈚"}.mdi-language-go:before{content:"󰟓"}.mdi-language-haskell:before{content:"󰲒"}.mdi-language-html5:before{content:"󰌝"}.mdi-language-java:before{content:"󰬷"}.mdi-language-javascript:before{content:"󰌞"}.mdi-language-kotlin:before{content:"󱈙"}.mdi-language-lua:before{content:"󰢱"}.mdi-language-markdown:before{content:"󰍔"}.mdi-language-markdown-outline:before{content:"󰽛"}.mdi-language-php:before{content:"󰌟"}.mdi-language-python:before{content:"󰌠"}.mdi-language-r:before{content:"󰟔"}.mdi-language-ruby:before{content:"󰴭"}.mdi-language-ruby-on-rails:before{content:"󰫏"}.mdi-language-swift:before{content:"󰛥"}.mdi-language-typescript:before{content:"󰛦"}.mdi-language-xaml:before{content:"󰙳"}.mdi-laptop:before{content:"󰌢"}.mdi-laptop-chromebook:before{content:"󰌣"}.mdi-laptop-mac:before{content:"󰌤"}.mdi-laptop-off:before{content:"󰛧"}.mdi-laptop-windows:before{content:"󰌥"}.mdi-laravel:before{content:"󰫐"}.mdi-lasso:before{content:"󰼃"}.mdi-lastpass:before{content:"󰑆"}.mdi-latitude:before{content:"󰽗"}.mdi-launch:before{content:"󰌧"}.mdi-lava-lamp:before{content:"󰟕"}.mdi-layers:before{content:"󰌨"}.mdi-layers-minus:before{content:"󰹌"}.mdi-layers-off:before{content:"󰌩"}.mdi-layers-off-outline:before{content:"󰧽"}.mdi-layers-outline:before{content:"󰧾"}.mdi-layers-plus:before{content:"󰹍"}.mdi-layers-remove:before{content:"󰹎"}.mdi-layers-search:before{content:"󱈆"}.mdi-layers-search-outline:before{content:"󱈇"}.mdi-layers-triple:before{content:"󰽘"}.mdi-layers-triple-outline:before{content:"󰽙"}.mdi-lead-pencil:before{content:"󰙏"}.mdi-leaf:before{content:"󰌪"}.mdi-leaf-maple:before{content:"󰲓"}.mdi-leaf-maple-off:before{content:"󱋚"}.mdi-leaf-off:before{content:"󱋙"}.mdi-leak:before{content:"󰷗"}.mdi-leak-off:before{content:"󰷘"}.mdi-led-off:before{content:"󰌫"}.mdi-led-on:before{content:"󰌬"}.mdi-led-outline:before{content:"󰌭"}.mdi-led-strip:before{content:"󰟖"}.mdi-led-strip-variant:before{content:"󱁑"}.mdi-led-variant-off:before{content:"󰌮"}.mdi-led-variant-on:before{content:"󰌯"}.mdi-led-variant-outline:before{content:"󰌰"}.mdi-leek:before{content:"󱅽"}.mdi-less-than:before{content:"󰥼"}.mdi-less-than-or-equal:before{content:"󰥽"}.mdi-library:before{content:"󰌱"}.mdi-library-shelves:before{content:"󰮩"}.mdi-license:before{content:"󰿃"}.mdi-lifebuoy:before{content:"󰡾"}.mdi-light-switch:before{content:"󰥾"}.mdi-lightbulb:before{content:"󰌵"}.mdi-lightbulb-cfl:before{content:"󱈈"}.mdi-lightbulb-cfl-off:before{content:"󱈉"}.mdi-lightbulb-cfl-spiral:before{content:"󱉵"}.mdi-lightbulb-cfl-spiral-off:before{content:"󱋃"}.mdi-lightbulb-group:before{content:"󱉓"}.mdi-lightbulb-group-off:before{content:"󱋍"}.mdi-lightbulb-group-off-outline:before{content:"󱋎"}.mdi-lightbulb-group-outline:before{content:"󱉔"}.mdi-lightbulb-multiple:before{content:"󱉕"}.mdi-lightbulb-multiple-off:before{content:"󱋏"}.mdi-lightbulb-multiple-off-outline:before{content:"󱋐"}.mdi-lightbulb-multiple-outline:before{content:"󱉖"}.mdi-lightbulb-off:before{content:"󰹏"}.mdi-lightbulb-off-outline:before{content:"󰹐"}.mdi-lightbulb-on:before{content:"󰛨"}.mdi-lightbulb-on-outline:before{content:"󰛩"}.mdi-lightbulb-outline:before{content:"󰌶"}.mdi-lighthouse:before{content:"󰧿"}.mdi-lighthouse-on:before{content:"󰨀"}.mdi-link:before{content:"󰌷"}.mdi-link-box:before{content:"󰴚"}.mdi-link-box-outline:before{content:"󰴛"}.mdi-link-box-variant:before{content:"󰴜"}.mdi-link-box-variant-outline:before{content:"󰴝"}.mdi-link-lock:before{content:"󱂺"}.mdi-link-off:before{content:"󰌸"}.mdi-link-plus:before{content:"󰲔"}.mdi-link-variant:before{content:"󰌹"}.mdi-link-variant-minus:before{content:"󱃿"}.mdi-link-variant-off:before{content:"󰌺"}.mdi-link-variant-plus:before{content:"󱄀"}.mdi-link-variant-remove:before{content:"󱄁"}.mdi-linkedin:before{content:"󰌻"}.mdi-linux:before{content:"󰌽"}.mdi-linux-mint:before{content:"󰣭"}.mdi-lipstick:before{content:"󱎵"}.mdi-litecoin:before{content:"󰩡"}.mdi-loading:before{content:"󰝲"}.mdi-location-enter:before{content:"󰿄"}.mdi-location-exit:before{content:"󰿅"}.mdi-lock:before{content:"󰌾"}.mdi-lock-alert:before{content:"󰣮"}.mdi-lock-check:before{content:"󱎚"}.mdi-lock-clock:before{content:"󰥿"}.mdi-lock-open:before{content:"󰌿"}.mdi-lock-open-alert:before{content:"󱎛"}.mdi-lock-open-check:before{content:"󱎜"}.mdi-lock-open-outline:before{content:"󰍀"}.mdi-lock-open-variant:before{content:"󰿆"}.mdi-lock-open-variant-outline:before{content:"󰿇"}.mdi-lock-outline:before{content:"󰍁"}.mdi-lock-pattern:before{content:"󰛪"}.mdi-lock-plus:before{content:"󰗻"}.mdi-lock-question:before{content:"󰣯"}.mdi-lock-reset:before{content:"󰝳"}.mdi-lock-smart:before{content:"󰢲"}.mdi-locker:before{content:"󰟗"}.mdi-locker-multiple:before{content:"󰟘"}.mdi-login:before{content:"󰍂"}.mdi-login-variant:before{content:"󰗼"}.mdi-logout:before{content:"󰍃"}.mdi-logout-variant:before{content:"󰗽"}.mdi-longitude:before{content:"󰽚"}.mdi-looks:before{content:"󰍄"}.mdi-loupe:before{content:"󰍅"}.mdi-lumx:before{content:"󰍆"}.mdi-lungs:before{content:"󱂄"}.mdi-magnet:before{content:"󰍇"}.mdi-magnet-on:before{content:"󰍈"}.mdi-magnify:before{content:"󰍉"}.mdi-magnify-close:before{content:"󰦀"}.mdi-magnify-minus:before{content:"󰍊"}.mdi-magnify-minus-cursor:before{content:"󰩢"}.mdi-magnify-minus-outline:before{content:"󰛬"}.mdi-magnify-plus:before{content:"󰍋"}.mdi-magnify-plus-cursor:before{content:"󰩣"}.mdi-magnify-plus-outline:before{content:"󰛭"}.mdi-magnify-remove-cursor:before{content:"󱈌"}.mdi-magnify-remove-outline:before{content:"󱈍"}.mdi-magnify-scan:before{content:"󱉶"}.mdi-mail:before{content:"󰺻"}.mdi-mailbox:before{content:"󰛮"}.mdi-mailbox-open:before{content:"󰶈"}.mdi-mailbox-open-outline:before{content:"󰶉"}.mdi-mailbox-open-up:before{content:"󰶊"}.mdi-mailbox-open-up-outline:before{content:"󰶋"}.mdi-mailbox-outline:before{content:"󰶌"}.mdi-mailbox-up:before{content:"󰶍"}.mdi-mailbox-up-outline:before{content:"󰶎"}.mdi-map:before{content:"󰍍"}.mdi-map-check:before{content:"󰺼"}.mdi-map-check-outline:before{content:"󰺽"}.mdi-map-clock:before{content:"󰴞"}.mdi-map-clock-outline:before{content:"󰴟"}.mdi-map-legend:before{content:"󰨁"}.mdi-map-marker:before{content:"󰍎"}.mdi-map-marker-alert:before{content:"󰼅"}.mdi-map-marker-alert-outline:before{content:"󰼆"}.mdi-map-marker-check:before{content:"󰲕"}.mdi-map-marker-check-outline:before{content:"󱋻"}.mdi-map-marker-circle:before{content:"󰍏"}.mdi-map-marker-distance:before{content:"󰣰"}.mdi-map-marker-down:before{content:"󱄂"}.mdi-map-marker-left:before{content:"󱋛"}.mdi-map-marker-left-outline:before{content:"󱋝"}.mdi-map-marker-minus:before{content:"󰙐"}.mdi-map-marker-minus-outline:before{content:"󱋹"}.mdi-map-marker-multiple:before{content:"󰍐"}.mdi-map-marker-multiple-outline:before{content:"󱉷"}.mdi-map-marker-off:before{content:"󰍑"}.mdi-map-marker-off-outline:before{content:"󱋽"}.mdi-map-marker-outline:before{content:"󰟙"}.mdi-map-marker-path:before{content:"󰴠"}.mdi-map-marker-plus:before{content:"󰙑"}.mdi-map-marker-plus-outline:before{content:"󱋸"}.mdi-map-marker-question:before{content:"󰼇"}.mdi-map-marker-question-outline:before{content:"󰼈"}.mdi-map-marker-radius:before{content:"󰍒"}.mdi-map-marker-radius-outline:before{content:"󱋼"}.mdi-map-marker-remove:before{content:"󰼉"}.mdi-map-marker-remove-outline:before{content:"󱋺"}.mdi-map-marker-remove-variant:before{content:"󰼊"}.mdi-map-marker-right:before{content:"󱋜"}.mdi-map-marker-right-outline:before{content:"󱋞"}.mdi-map-marker-up:before{content:"󱄃"}.mdi-map-minus:before{content:"󰦁"}.mdi-map-outline:before{content:"󰦂"}.mdi-map-plus:before{content:"󰦃"}.mdi-map-search:before{content:"󰦄"}.mdi-map-search-outline:before{content:"󰦅"}.mdi-mapbox:before{content:"󰮪"}.mdi-margin:before{content:"󰍓"}.mdi-marker:before{content:"󰙒"}.mdi-marker-cancel:before{content:"󰷙"}.mdi-marker-check:before{content:"󰍕"}.mdi-mastodon:before{content:"󰫑"}.mdi-material-design:before{content:"󰦆"}.mdi-material-ui:before{content:"󰍗"}.mdi-math-compass:before{content:"󰍘"}.mdi-math-cos:before{content:"󰲖"}.mdi-math-integral:before{content:"󰿈"}.mdi-math-integral-box:before{content:"󰿉"}.mdi-math-log:before{content:"󱂅"}.mdi-math-norm:before{content:"󰿊"}.mdi-math-norm-box:before{content:"󰿋"}.mdi-math-sin:before{content:"󰲗"}.mdi-math-tan:before{content:"󰲘"}.mdi-matrix:before{content:"󰘨"}.mdi-medal:before{content:"󰦇"}.mdi-medal-outline:before{content:"󱌦"}.mdi-medical-bag:before{content:"󰛯"}.mdi-meditation:before{content:"󱅻"}.mdi-memory:before{content:"󰍛"}.mdi-menu:before{content:"󰍜"}.mdi-menu-down:before{content:"󰍝"}.mdi-menu-down-outline:before{content:"󰚶"}.mdi-menu-left:before{content:"󰍞"}.mdi-menu-left-outline:before{content:"󰨂"}.mdi-menu-open:before{content:"󰮫"}.mdi-menu-right:before{content:"󰍟"}.mdi-menu-right-outline:before{content:"󰨃"}.mdi-menu-swap:before{content:"󰩤"}.mdi-menu-swap-outline:before{content:"󰩥"}.mdi-menu-up:before{content:"󰍠"}.mdi-menu-up-outline:before{content:"󰚷"}.mdi-merge:before{content:"󰽜"}.mdi-message:before{content:"󰍡"}.mdi-message-alert:before{content:"󰍢"}.mdi-message-alert-outline:before{content:"󰨄"}.mdi-message-arrow-left:before{content:"󱋲"}.mdi-message-arrow-left-outline:before{content:"󱋳"}.mdi-message-arrow-right:before{content:"󱋴"}.mdi-message-arrow-right-outline:before{content:"󱋵"}.mdi-message-bulleted:before{content:"󰚢"}.mdi-message-bulleted-off:before{content:"󰚣"}.mdi-message-cog:before{content:"󰛱"}.mdi-message-cog-outline:before{content:"󱅲"}.mdi-message-draw:before{content:"󰍣"}.mdi-message-image:before{content:"󰍤"}.mdi-message-image-outline:before{content:"󱅬"}.mdi-message-lock:before{content:"󰿌"}.mdi-message-lock-outline:before{content:"󱅭"}.mdi-message-minus:before{content:"󱅮"}.mdi-message-minus-outline:before{content:"󱅯"}.mdi-message-outline:before{content:"󰍥"}.mdi-message-plus:before{content:"󰙓"}.mdi-message-plus-outline:before{content:"󱂻"}.mdi-message-processing:before{content:"󰍦"}.mdi-message-processing-outline:before{content:"󱅰"}.mdi-message-reply:before{content:"󰍧"}.mdi-message-reply-text:before{content:"󰍨"}.mdi-message-settings:before{content:"󰛰"}.mdi-message-settings-outline:before{content:"󱅱"}.mdi-message-text:before{content:"󰍩"}.mdi-message-text-clock:before{content:"󱅳"}.mdi-message-text-clock-outline:before{content:"󱅴"}.mdi-message-text-lock:before{content:"󰿍"}.mdi-message-text-lock-outline:before{content:"󱅵"}.mdi-message-text-outline:before{content:"󰍪"}.mdi-message-video:before{content:"󰍫"}.mdi-meteor:before{content:"󰘩"}.mdi-metronome:before{content:"󰟚"}.mdi-metronome-tick:before{content:"󰟛"}.mdi-micro-sd:before{content:"󰟜"}.mdi-microphone:before{content:"󰍬"}.mdi-microphone-minus:before{content:"󰢳"}.mdi-microphone-off:before{content:"󰍭"}.mdi-microphone-outline:before{content:"󰍮"}.mdi-microphone-plus:before{content:"󰢴"}.mdi-microphone-settings:before{content:"󰍯"}.mdi-microphone-variant:before{content:"󰍰"}.mdi-microphone-variant-off:before{content:"󰍱"}.mdi-microscope:before{content:"󰙔"}.mdi-microsoft:before{content:"󰍲"}.mdi-microsoft-access:before{content:"󱎎"}.mdi-microsoft-azure:before{content:"󰠅"}.mdi-microsoft-azure-devops:before{content:"󰿕"}.mdi-microsoft-bing:before{content:"󰂤"}.mdi-microsoft-dynamics-365:before{content:"󰦈"}.mdi-microsoft-edge:before{content:"󰇩"}.mdi-microsoft-edge-legacy:before{content:"󱉐"}.mdi-microsoft-excel:before{content:"󱎏"}.mdi-microsoft-internet-explorer:before{content:"󰌀"}.mdi-microsoft-office:before{content:"󰏆"}.mdi-microsoft-onedrive:before{content:"󰏊"}.mdi-microsoft-onenote:before{content:"󰝇"}.mdi-microsoft-outlook:before{content:"󰴢"}.mdi-microsoft-powerpoint:before{content:"󱎐"}.mdi-microsoft-sharepoint:before{content:"󱎑"}.mdi-microsoft-teams:before{content:"󰊻"}.mdi-microsoft-visual-studio:before{content:"󰘐"}.mdi-microsoft-visual-studio-code:before{content:"󰨞"}.mdi-microsoft-windows:before{content:"󰖳"}.mdi-microsoft-windows-classic:before{content:"󰨡"}.mdi-microsoft-word:before{content:"󱎒"}.mdi-microsoft-xbox:before{content:"󰖹"}.mdi-microsoft-xbox-controller:before{content:"󰖺"}.mdi-microsoft-xbox-controller-battery-alert:before{content:"󰝋"}.mdi-microsoft-xbox-controller-battery-charging:before{content:"󰨢"}.mdi-microsoft-xbox-controller-battery-empty:before{content:"󰝌"}.mdi-microsoft-xbox-controller-battery-full:before{content:"󰝍"}.mdi-microsoft-xbox-controller-battery-low:before{content:"󰝎"}.mdi-microsoft-xbox-controller-battery-medium:before{content:"󰝏"}.mdi-microsoft-xbox-controller-battery-unknown:before{content:"󰝐"}.mdi-microsoft-xbox-controller-menu:before{content:"󰹯"}.mdi-microsoft-xbox-controller-off:before{content:"󰖻"}.mdi-microsoft-xbox-controller-view:before{content:"󰹰"}.mdi-microsoft-yammer:before{content:"󰞉"}.mdi-microwave:before{content:"󰲙"}.mdi-middleware:before{content:"󰽝"}.mdi-middleware-outline:before{content:"󰽞"}.mdi-midi:before{content:"󰣱"}.mdi-midi-port:before{content:"󰣲"}.mdi-mine:before{content:"󰷚"}.mdi-minecraft:before{content:"󰍳"}.mdi-mini-sd:before{content:"󰨅"}.mdi-minidisc:before{content:"󰨆"}.mdi-minus:before{content:"󰍴"}.mdi-minus-box:before{content:"󰍵"}.mdi-minus-box-multiple:before{content:"󱅁"}.mdi-minus-box-multiple-outline:before{content:"󱅂"}.mdi-minus-box-outline:before{content:"󰛲"}.mdi-minus-circle:before{content:"󰍶"}.mdi-minus-circle-multiple:before{content:"󰍚"}.mdi-minus-circle-multiple-outline:before{content:"󰫓"}.mdi-minus-circle-outline:before{content:"󰍷"}.mdi-minus-network:before{content:"󰍸"}.mdi-minus-network-outline:before{content:"󰲚"}.mdi-mirror:before{content:"󱇽"}.mdi-mixed-martial-arts:before{content:"󰶏"}.mdi-mixed-reality:before{content:"󰡿"}.mdi-mixer:before{content:"󰟝"}.mdi-molecule:before{content:"󰮬"}.mdi-molecule-co:before{content:"󱋾"}.mdi-molecule-co2:before{content:"󰟤"}.mdi-monitor:before{content:"󰍹"}.mdi-monitor-cellphone:before{content:"󰦉"}.mdi-monitor-cellphone-star:before{content:"󰦊"}.mdi-monitor-clean:before{content:"󱄄"}.mdi-monitor-dashboard:before{content:"󰨇"}.mdi-monitor-edit:before{content:"󱋆"}.mdi-monitor-eye:before{content:"󱎴"}.mdi-monitor-lock:before{content:"󰷛"}.mdi-monitor-multiple:before{content:"󰍺"}.mdi-monitor-off:before{content:"󰶐"}.mdi-monitor-screenshot:before{content:"󰹑"}.mdi-monitor-speaker:before{content:"󰽟"}.mdi-monitor-speaker-off:before{content:"󰽠"}.mdi-monitor-star:before{content:"󰷜"}.mdi-moon-first-quarter:before{content:"󰽡"}.mdi-moon-full:before{content:"󰽢"}.mdi-moon-last-quarter:before{content:"󰽣"}.mdi-moon-new:before{content:"󰽤"}.mdi-moon-waning-crescent:before{content:"󰽥"}.mdi-moon-waning-gibbous:before{content:"󰽦"}.mdi-moon-waxing-crescent:before{content:"󰽧"}.mdi-moon-waxing-gibbous:before{content:"󰽨"}.mdi-moped:before{content:"󱂆"}.mdi-more:before{content:"󰍻"}.mdi-mother-heart:before{content:"󱌔"}.mdi-mother-nurse:before{content:"󰴡"}.mdi-motion-sensor:before{content:"󰶑"}.mdi-motorbike:before{content:"󰍼"}.mdi-mouse:before{content:"󰍽"}.mdi-mouse-bluetooth:before{content:"󰦋"}.mdi-mouse-off:before{content:"󰍾"}.mdi-mouse-variant:before{content:"󰍿"}.mdi-mouse-variant-off:before{content:"󰎀"}.mdi-move-resize:before{content:"󰙕"}.mdi-move-resize-variant:before{content:"󰙖"}.mdi-movie:before{content:"󰎁"}.mdi-movie-edit:before{content:"󱄢"}.mdi-movie-edit-outline:before{content:"󱄣"}.mdi-movie-filter:before{content:"󱄤"}.mdi-movie-filter-outline:before{content:"󱄥"}.mdi-movie-open:before{content:"󰿎"}.mdi-movie-open-outline:before{content:"󰿏"}.mdi-movie-outline:before{content:"󰷝"}.mdi-movie-roll:before{content:"󰟞"}.mdi-movie-search:before{content:"󱇒"}.mdi-movie-search-outline:before{content:"󱇓"}.mdi-muffin:before{content:"󰦌"}.mdi-multiplication:before{content:"󰎂"}.mdi-multiplication-box:before{content:"󰎃"}.mdi-mushroom:before{content:"󰟟"}.mdi-mushroom-outline:before{content:"󰟠"}.mdi-music:before{content:"󰝚"}.mdi-music-accidental-double-flat:before{content:"󰽩"}.mdi-music-accidental-double-sharp:before{content:"󰽪"}.mdi-music-accidental-flat:before{content:"󰽫"}.mdi-music-accidental-natural:before{content:"󰽬"}.mdi-music-accidental-sharp:before{content:"󰽭"}.mdi-music-box:before{content:"󰎄"}.mdi-music-box-multiple:before{content:"󰌳"}.mdi-music-box-multiple-outline:before{content:"󰼄"}.mdi-music-box-outline:before{content:"󰎅"}.mdi-music-circle:before{content:"󰎆"}.mdi-music-circle-outline:before{content:"󰫔"}.mdi-music-clef-alto:before{content:"󰽮"}.mdi-music-clef-bass:before{content:"󰽯"}.mdi-music-clef-treble:before{content:"󰽰"}.mdi-music-note:before{content:"󰎇"}.mdi-music-note-bluetooth:before{content:"󰗾"}.mdi-music-note-bluetooth-off:before{content:"󰗿"}.mdi-music-note-eighth:before{content:"󰎈"}.mdi-music-note-eighth-dotted:before{content:"󰽱"}.mdi-music-note-half:before{content:"󰎉"}.mdi-music-note-half-dotted:before{content:"󰽲"}.mdi-music-note-off:before{content:"󰎊"}.mdi-music-note-off-outline:before{content:"󰽳"}.mdi-music-note-outline:before{content:"󰽴"}.mdi-music-note-plus:before{content:"󰷞"}.mdi-music-note-quarter:before{content:"󰎋"}.mdi-music-note-quarter-dotted:before{content:"󰽵"}.mdi-music-note-sixteenth:before{content:"󰎌"}.mdi-music-note-sixteenth-dotted:before{content:"󰽶"}.mdi-music-note-whole:before{content:"󰎍"}.mdi-music-note-whole-dotted:before{content:"󰽷"}.mdi-music-off:before{content:"󰝛"}.mdi-music-rest-eighth:before{content:"󰽸"}.mdi-music-rest-half:before{content:"󰽹"}.mdi-music-rest-quarter:before{content:"󰽺"}.mdi-music-rest-sixteenth:before{content:"󰽻"}.mdi-music-rest-whole:before{content:"󰽼"}.mdi-nail:before{content:"󰷟"}.mdi-nas:before{content:"󰣳"}.mdi-nativescript:before{content:"󰢀"}.mdi-nature:before{content:"󰎎"}.mdi-nature-people:before{content:"󰎏"}.mdi-navigation:before{content:"󰎐"}.mdi-near-me:before{content:"󰗍"}.mdi-necklace:before{content:"󰼋"}.mdi-needle:before{content:"󰎑"}.mdi-netflix:before{content:"󰝆"}.mdi-network:before{content:"󰛳"}.mdi-network-off:before{content:"󰲛"}.mdi-network-off-outline:before{content:"󰲜"}.mdi-network-outline:before{content:"󰲝"}.mdi-network-strength-1:before{content:"󰣴"}.mdi-network-strength-1-alert:before{content:"󰣵"}.mdi-network-strength-2:before{content:"󰣶"}.mdi-network-strength-2-alert:before{content:"󰣷"}.mdi-network-strength-3:before{content:"󰣸"}.mdi-network-strength-3-alert:before{content:"󰣹"}.mdi-network-strength-4:before{content:"󰣺"}.mdi-network-strength-4-alert:before{content:"󰣻"}.mdi-network-strength-off:before{content:"󰣼"}.mdi-network-strength-off-outline:before{content:"󰣽"}.mdi-network-strength-outline:before{content:"󰣾"}.mdi-new-box:before{content:"󰎔"}.mdi-newspaper:before{content:"󰎕"}.mdi-newspaper-minus:before{content:"󰼌"}.mdi-newspaper-plus:before{content:"󰼍"}.mdi-newspaper-variant:before{content:"󱀁"}.mdi-newspaper-variant-multiple:before{content:"󱀂"}.mdi-newspaper-variant-multiple-outline:before{content:"󱀃"}.mdi-newspaper-variant-outline:before{content:"󱀄"}.mdi-nfc:before{content:"󰎖"}.mdi-nfc-search-variant:before{content:"󰹓"}.mdi-nfc-tap:before{content:"󰎗"}.mdi-nfc-variant:before{content:"󰎘"}.mdi-nfc-variant-off:before{content:"󰹔"}.mdi-ninja:before{content:"󰝴"}.mdi-nintendo-game-boy:before{content:"󱎓"}.mdi-nintendo-switch:before{content:"󰟡"}.mdi-nintendo-wii:before{content:"󰖫"}.mdi-nintendo-wiiu:before{content:"󰜭"}.mdi-nix:before{content:"󱄅"}.mdi-nodejs:before{content:"󰎙"}.mdi-noodles:before{content:"󱅾"}.mdi-not-equal:before{content:"󰦍"}.mdi-not-equal-variant:before{content:"󰦎"}.mdi-note:before{content:"󰎚"}.mdi-note-multiple:before{content:"󰚸"}.mdi-note-multiple-outline:before{content:"󰚹"}.mdi-note-outline:before{content:"󰎛"}.mdi-note-plus:before{content:"󰎜"}.mdi-note-plus-outline:before{content:"󰎝"}.mdi-note-text:before{content:"󰎞"}.mdi-note-text-outline:before{content:"󱇗"}.mdi-notebook:before{content:"󰠮"}.mdi-notebook-multiple:before{content:"󰹕"}.mdi-notebook-outline:before{content:"󰺿"}.mdi-notification-clear-all:before{content:"󰎟"}.mdi-npm:before{content:"󰛷"}.mdi-nuke:before{content:"󰚤"}.mdi-null:before{content:"󰟢"}.mdi-numeric:before{content:"󰎠"}.mdi-numeric-0:before{content:"󰬹"}.mdi-numeric-0-box:before{content:"󰎡"}.mdi-numeric-0-box-multiple:before{content:"󰼎"}.mdi-numeric-0-box-multiple-outline:before{content:"󰎢"}.mdi-numeric-0-box-outline:before{content:"󰎣"}.mdi-numeric-0-circle:before{content:"󰲞"}.mdi-numeric-0-circle-outline:before{content:"󰲟"}.mdi-numeric-1:before{content:"󰬺"}.mdi-numeric-1-box:before{content:"󰎤"}.mdi-numeric-1-box-multiple:before{content:"󰼏"}.mdi-numeric-1-box-multiple-outline:before{content:"󰎥"}.mdi-numeric-1-box-outline:before{content:"󰎦"}.mdi-numeric-1-circle:before{content:"󰲠"}.mdi-numeric-1-circle-outline:before{content:"󰲡"}.mdi-numeric-10:before{content:"󰿩"}.mdi-numeric-10-box:before{content:"󰽽"}.mdi-numeric-10-box-multiple:before{content:"󰿪"}.mdi-numeric-10-box-multiple-outline:before{content:"󰿫"}.mdi-numeric-10-box-outline:before{content:"󰽾"}.mdi-numeric-10-circle:before{content:"󰿬"}.mdi-numeric-10-circle-outline:before{content:"󰿭"}.mdi-numeric-2:before{content:"󰬻"}.mdi-numeric-2-box:before{content:"󰎧"}.mdi-numeric-2-box-multiple:before{content:"󰼐"}.mdi-numeric-2-box-multiple-outline:before{content:"󰎨"}.mdi-numeric-2-box-outline:before{content:"󰎩"}.mdi-numeric-2-circle:before{content:"󰲢"}.mdi-numeric-2-circle-outline:before{content:"󰲣"}.mdi-numeric-3:before{content:"󰬼"}.mdi-numeric-3-box:before{content:"󰎪"}.mdi-numeric-3-box-multiple:before{content:"󰼑"}.mdi-numeric-3-box-multiple-outline:before{content:"󰎫"}.mdi-numeric-3-box-outline:before{content:"󰎬"}.mdi-numeric-3-circle:before{content:"󰲤"}.mdi-numeric-3-circle-outline:before{content:"󰲥"}.mdi-numeric-4:before{content:"󰬽"}.mdi-numeric-4-box:before{content:"󰎭"}.mdi-numeric-4-box-multiple:before{content:"󰼒"}.mdi-numeric-4-box-multiple-outline:before{content:"󰎲"}.mdi-numeric-4-box-outline:before{content:"󰎮"}.mdi-numeric-4-circle:before{content:"󰲦"}.mdi-numeric-4-circle-outline:before{content:"󰲧"}.mdi-numeric-5:before{content:"󰬾"}.mdi-numeric-5-box:before{content:"󰎱"}.mdi-numeric-5-box-multiple:before{content:"󰼓"}.mdi-numeric-5-box-multiple-outline:before{content:"󰎯"}.mdi-numeric-5-box-outline:before{content:"󰎰"}.mdi-numeric-5-circle:before{content:"󰲨"}.mdi-numeric-5-circle-outline:before{content:"󰲩"}.mdi-numeric-6:before{content:"󰬿"}.mdi-numeric-6-box:before{content:"󰎳"}.mdi-numeric-6-box-multiple:before{content:"󰼔"}.mdi-numeric-6-box-multiple-outline:before{content:"󰎴"}.mdi-numeric-6-box-outline:before{content:"󰎵"}.mdi-numeric-6-circle:before{content:"󰲪"}.mdi-numeric-6-circle-outline:before{content:"󰲫"}.mdi-numeric-7:before{content:"󰭀"}.mdi-numeric-7-box:before{content:"󰎶"}.mdi-numeric-7-box-multiple:before{content:"󰼕"}.mdi-numeric-7-box-multiple-outline:before{content:"󰎷"}.mdi-numeric-7-box-outline:before{content:"󰎸"}.mdi-numeric-7-circle:before{content:"󰲬"}.mdi-numeric-7-circle-outline:before{content:"󰲭"}.mdi-numeric-8:before{content:"󰭁"}.mdi-numeric-8-box:before{content:"󰎹"}.mdi-numeric-8-box-multiple:before{content:"󰼖"}.mdi-numeric-8-box-multiple-outline:before{content:"󰎺"}.mdi-numeric-8-box-outline:before{content:"󰎻"}.mdi-numeric-8-circle:before{content:"󰲮"}.mdi-numeric-8-circle-outline:before{content:"󰲯"}.mdi-numeric-9:before{content:"󰭂"}.mdi-numeric-9-box:before{content:"󰎼"}.mdi-numeric-9-box-multiple:before{content:"󰼗"}.mdi-numeric-9-box-multiple-outline:before{content:"󰎽"}.mdi-numeric-9-box-outline:before{content:"󰎾"}.mdi-numeric-9-circle:before{content:"󰲰"}.mdi-numeric-9-circle-outline:before{content:"󰲱"}.mdi-numeric-9-plus:before{content:"󰿮"}.mdi-numeric-9-plus-box:before{content:"󰎿"}.mdi-numeric-9-plus-box-multiple:before{content:"󰼘"}.mdi-numeric-9-plus-box-multiple-outline:before{content:"󰏀"}.mdi-numeric-9-plus-box-outline:before{content:"󰏁"}.mdi-numeric-9-plus-circle:before{content:"󰲲"}.mdi-numeric-9-plus-circle-outline:before{content:"󰲳"}.mdi-numeric-negative-1:before{content:"󱁒"}.mdi-nut:before{content:"󰛸"}.mdi-nutrition:before{content:"󰏂"}.mdi-nuxt:before{content:"󱄆"}.mdi-oar:before{content:"󰙼"}.mdi-ocarina:before{content:"󰷠"}.mdi-oci:before{content:"󱋩"}.mdi-ocr:before{content:"󱄺"}.mdi-octagon:before{content:"󰏃"}.mdi-octagon-outline:before{content:"󰏄"}.mdi-octagram:before{content:"󰛹"}.mdi-octagram-outline:before{content:"󰝵"}.mdi-odnoklassniki:before{content:"󰏅"}.mdi-offer:before{content:"󱈛"}.mdi-office-building:before{content:"󰦑"}.mdi-oil:before{content:"󰏇"}.mdi-oil-lamp:before{content:"󰼙"}.mdi-oil-level:before{content:"󱁓"}.mdi-oil-temperature:before{content:"󰿸"}.mdi-omega:before{content:"󰏉"}.mdi-one-up:before{content:"󰮭"}.mdi-onepassword:before{content:"󰢁"}.mdi-opacity:before{content:"󰗌"}.mdi-open-in-app:before{content:"󰏋"}.mdi-open-in-new:before{content:"󰏌"}.mdi-open-source-initiative:before{content:"󰮮"}.mdi-openid:before{content:"󰏍"}.mdi-opera:before{content:"󰏎"}.mdi-orbit:before{content:"󰀘"}.mdi-order-alphabetical-ascending:before{content:"󰈍"}.mdi-order-alphabetical-descending:before{content:"󰴇"}.mdi-order-bool-ascending:before{content:"󰊾"}.mdi-order-bool-ascending-variant:before{content:"󰦏"}.mdi-order-bool-descending:before{content:"󱎄"}.mdi-order-bool-descending-variant:before{content:"󰦐"}.mdi-order-numeric-ascending:before{content:"󰕅"}.mdi-order-numeric-descending:before{content:"󰕆"}.mdi-origin:before{content:"󰭃"}.mdi-ornament:before{content:"󰏏"}.mdi-ornament-variant:before{content:"󰏐"}.mdi-outdoor-lamp:before{content:"󱁔"}.mdi-overscan:before{content:"󱀅"}.mdi-owl:before{content:"󰏒"}.mdi-pac-man:before{content:"󰮯"}.mdi-package:before{content:"󰏓"}.mdi-package-down:before{content:"󰏔"}.mdi-package-up:before{content:"󰏕"}.mdi-package-variant:before{content:"󰏖"}.mdi-package-variant-closed:before{content:"󰏗"}.mdi-page-first:before{content:"󰘀"}.mdi-page-last:before{content:"󰘁"}.mdi-page-layout-body:before{content:"󰛺"}.mdi-page-layout-footer:before{content:"󰛻"}.mdi-page-layout-header:before{content:"󰛼"}.mdi-page-layout-header-footer:before{content:"󰽿"}.mdi-page-layout-sidebar-left:before{content:"󰛽"}.mdi-page-layout-sidebar-right:before{content:"󰛾"}.mdi-page-next:before{content:"󰮰"}.mdi-page-next-outline:before{content:"󰮱"}.mdi-page-previous:before{content:"󰮲"}.mdi-page-previous-outline:before{content:"󰮳"}.mdi-palette:before{content:"󰏘"}.mdi-palette-advanced:before{content:"󰏙"}.mdi-palette-outline:before{content:"󰸌"}.mdi-palette-swatch:before{content:"󰢵"}.mdi-palette-swatch-outline:before{content:"󱍜"}.mdi-palm-tree:before{content:"󱁕"}.mdi-pan:before{content:"󰮴"}.mdi-pan-bottom-left:before{content:"󰮵"}.mdi-pan-bottom-right:before{content:"󰮶"}.mdi-pan-down:before{content:"󰮷"}.mdi-pan-horizontal:before{content:"󰮸"}.mdi-pan-left:before{content:"󰮹"}.mdi-pan-right:before{content:"󰮺"}.mdi-pan-top-left:before{content:"󰮻"}.mdi-pan-top-right:before{content:"󰮼"}.mdi-pan-up:before{content:"󰮽"}.mdi-pan-vertical:before{content:"󰮾"}.mdi-panda:before{content:"󰏚"}.mdi-pandora:before{content:"󰏛"}.mdi-panorama:before{content:"󰏜"}.mdi-panorama-fisheye:before{content:"󰏝"}.mdi-panorama-horizontal:before{content:"󰏞"}.mdi-panorama-vertical:before{content:"󰏟"}.mdi-panorama-wide-angle:before{content:"󰏠"}.mdi-paper-cut-vertical:before{content:"󰏡"}.mdi-paper-roll:before{content:"󱅗"}.mdi-paper-roll-outline:before{content:"󱅘"}.mdi-paperclip:before{content:"󰏢"}.mdi-parachute:before{content:"󰲴"}.mdi-parachute-outline:before{content:"󰲵"}.mdi-parking:before{content:"󰏣"}.mdi-party-popper:before{content:"󱁖"}.mdi-passport:before{content:"󰟣"}.mdi-passport-biometric:before{content:"󰷡"}.mdi-pasta:before{content:"󱅠"}.mdi-patio-heater:before{content:"󰾀"}.mdi-patreon:before{content:"󰢂"}.mdi-pause:before{content:"󰏤"}.mdi-pause-circle:before{content:"󰏥"}.mdi-pause-circle-outline:before{content:"󰏦"}.mdi-pause-octagon:before{content:"󰏧"}.mdi-pause-octagon-outline:before{content:"󰏨"}.mdi-paw:before{content:"󰏩"}.mdi-paw-off:before{content:"󰙗"}.mdi-pdf-box:before{content:"󰹖"}.mdi-peace:before{content:"󰢄"}.mdi-peanut:before{content:"󰿼"}.mdi-peanut-off:before{content:"󰿽"}.mdi-peanut-off-outline:before{content:"󰿿"}.mdi-peanut-outline:before{content:"󰿾"}.mdi-pen:before{content:"󰏪"}.mdi-pen-lock:before{content:"󰷢"}.mdi-pen-minus:before{content:"󰷣"}.mdi-pen-off:before{content:"󰷤"}.mdi-pen-plus:before{content:"󰷥"}.mdi-pen-remove:before{content:"󰷦"}.mdi-pencil:before{content:"󰏫"}.mdi-pencil-box:before{content:"󰏬"}.mdi-pencil-box-multiple:before{content:"󱅄"}.mdi-pencil-box-multiple-outline:before{content:"󱅅"}.mdi-pencil-box-outline:before{content:"󰏭"}.mdi-pencil-circle:before{content:"󰛿"}.mdi-pencil-circle-outline:before{content:"󰝶"}.mdi-pencil-lock:before{content:"󰏮"}.mdi-pencil-lock-outline:before{content:"󰷧"}.mdi-pencil-minus:before{content:"󰷨"}.mdi-pencil-minus-outline:before{content:"󰷩"}.mdi-pencil-off:before{content:"󰏯"}.mdi-pencil-off-outline:before{content:"󰷪"}.mdi-pencil-outline:before{content:"󰲶"}.mdi-pencil-plus:before{content:"󰷫"}.mdi-pencil-plus-outline:before{content:"󰷬"}.mdi-pencil-remove:before{content:"󰷭"}.mdi-pencil-remove-outline:before{content:"󰷮"}.mdi-pencil-ruler:before{content:"󱍓"}.mdi-penguin:before{content:"󰻀"}.mdi-pentagon:before{content:"󰜁"}.mdi-pentagon-outline:before{content:"󰜀"}.mdi-percent:before{content:"󰏰"}.mdi-percent-outline:before{content:"󱉸"}.mdi-periodic-table:before{content:"󰢶"}.mdi-perspective-less:before{content:"󰴣"}.mdi-perspective-more:before{content:"󰴤"}.mdi-pharmacy:before{content:"󰏱"}.mdi-phone:before{content:"󰏲"}.mdi-phone-alert:before{content:"󰼚"}.mdi-phone-alert-outline:before{content:"󱆎"}.mdi-phone-bluetooth:before{content:"󰏳"}.mdi-phone-bluetooth-outline:before{content:"󱆏"}.mdi-phone-cancel:before{content:"󱂼"}.mdi-phone-cancel-outline:before{content:"󱆐"}.mdi-phone-check:before{content:"󱆩"}.mdi-phone-check-outline:before{content:"󱆪"}.mdi-phone-classic:before{content:"󰘂"}.mdi-phone-classic-off:before{content:"󱉹"}.mdi-phone-forward:before{content:"󰏴"}.mdi-phone-forward-outline:before{content:"󱆑"}.mdi-phone-hangup:before{content:"󰏵"}.mdi-phone-hangup-outline:before{content:"󱆒"}.mdi-phone-in-talk:before{content:"󰏶"}.mdi-phone-in-talk-outline:before{content:"󱆂"}.mdi-phone-incoming:before{content:"󰏷"}.mdi-phone-incoming-outline:before{content:"󱆓"}.mdi-phone-lock:before{content:"󰏸"}.mdi-phone-lock-outline:before{content:"󱆔"}.mdi-phone-log:before{content:"󰏹"}.mdi-phone-log-outline:before{content:"󱆕"}.mdi-phone-message:before{content:"󱆖"}.mdi-phone-message-outline:before{content:"󱆗"}.mdi-phone-minus:before{content:"󰙘"}.mdi-phone-minus-outline:before{content:"󱆘"}.mdi-phone-missed:before{content:"󰏺"}.mdi-phone-missed-outline:before{content:"󱆥"}.mdi-phone-off:before{content:"󰷯"}.mdi-phone-off-outline:before{content:"󱆦"}.mdi-phone-outgoing:before{content:"󰏻"}.mdi-phone-outgoing-outline:before{content:"󱆙"}.mdi-phone-outline:before{content:"󰷰"}.mdi-phone-paused:before{content:"󰏼"}.mdi-phone-paused-outline:before{content:"󱆚"}.mdi-phone-plus:before{content:"󰙙"}.mdi-phone-plus-outline:before{content:"󱆛"}.mdi-phone-return:before{content:"󰠯"}.mdi-phone-return-outline:before{content:"󱆜"}.mdi-phone-ring:before{content:"󱆫"}.mdi-phone-ring-outline:before{content:"󱆬"}.mdi-phone-rotate-landscape:before{content:"󰢅"}.mdi-phone-rotate-portrait:before{content:"󰢆"}.mdi-phone-settings:before{content:"󰏽"}.mdi-phone-settings-outline:before{content:"󱆝"}.mdi-phone-voip:before{content:"󰏾"}.mdi-pi:before{content:"󰏿"}.mdi-pi-box:before{content:"󰐀"}.mdi-pi-hole:before{content:"󰷱"}.mdi-piano:before{content:"󰙽"}.mdi-pickaxe:before{content:"󰢷"}.mdi-picture-in-picture-bottom-right:before{content:"󰹗"}.mdi-picture-in-picture-bottom-right-outline:before{content:"󰹘"}.mdi-picture-in-picture-top-right:before{content:"󰹙"}.mdi-picture-in-picture-top-right-outline:before{content:"󰹚"}.mdi-pier:before{content:"󰢇"}.mdi-pier-crane:before{content:"󰢈"}.mdi-pig:before{content:"󰐁"}.mdi-pig-variant:before{content:"󱀆"}.mdi-piggy-bank:before{content:"󱀇"}.mdi-pill:before{content:"󰐂"}.mdi-pillar:before{content:"󰜂"}.mdi-pin:before{content:"󰐃"}.mdi-pin-off:before{content:"󰐄"}.mdi-pin-off-outline:before{content:"󰤰"}.mdi-pin-outline:before{content:"󰤱"}.mdi-pine-tree:before{content:"󰐅"}.mdi-pine-tree-box:before{content:"󰐆"}.mdi-pinterest:before{content:"󰐇"}.mdi-pinwheel:before{content:"󰫕"}.mdi-pinwheel-outline:before{content:"󰫖"}.mdi-pipe:before{content:"󰟥"}.mdi-pipe-disconnected:before{content:"󰟦"}.mdi-pipe-leak:before{content:"󰢉"}.mdi-pipe-wrench:before{content:"󱍔"}.mdi-pirate:before{content:"󰨈"}.mdi-pistol:before{content:"󰜃"}.mdi-piston:before{content:"󰢊"}.mdi-pizza:before{content:"󰐉"}.mdi-play:before{content:"󰐊"}.mdi-play-box:before{content:"󱉺"}.mdi-play-box-multiple:before{content:"󰴙"}.mdi-play-box-outline:before{content:"󰐋"}.mdi-play-circle:before{content:"󰐌"}.mdi-play-circle-outline:before{content:"󰐍"}.mdi-play-network:before{content:"󰢋"}.mdi-play-network-outline:before{content:"󰲷"}.mdi-play-outline:before{content:"󰼛"}.mdi-play-pause:before{content:"󰐎"}.mdi-play-protected-content:before{content:"󰐏"}.mdi-play-speed:before{content:"󰣿"}.mdi-playlist-check:before{content:"󰗇"}.mdi-playlist-edit:before{content:"󰤀"}.mdi-playlist-minus:before{content:"󰐐"}.mdi-playlist-music:before{content:"󰲸"}.mdi-playlist-music-outline:before{content:"󰲹"}.mdi-playlist-play:before{content:"󰐑"}.mdi-playlist-plus:before{content:"󰐒"}.mdi-playlist-remove:before{content:"󰐓"}.mdi-playlist-star:before{content:"󰷲"}.mdi-plex:before{content:"󰚺"}.mdi-plus:before{content:"󰐕"}.mdi-plus-box:before{content:"󰐖"}.mdi-plus-box-multiple:before{content:"󰌴"}.mdi-plus-box-multiple-outline:before{content:"󱅃"}.mdi-plus-box-outline:before{content:"󰜄"}.mdi-plus-circle:before{content:"󰐗"}.mdi-plus-circle-multiple:before{content:"󰍌"}.mdi-plus-circle-multiple-outline:before{content:"󰐘"}.mdi-plus-circle-outline:before{content:"󰐙"}.mdi-plus-minus:before{content:"󰦒"}.mdi-plus-minus-box:before{content:"󰦓"}.mdi-plus-network:before{content:"󰐚"}.mdi-plus-network-outline:before{content:"󰲺"}.mdi-plus-one:before{content:"󰐛"}.mdi-plus-outline:before{content:"󰜅"}.mdi-plus-thick:before{content:"󱇬"}.mdi-podcast:before{content:"󰦔"}.mdi-podium:before{content:"󰴥"}.mdi-podium-bronze:before{content:"󰴦"}.mdi-podium-gold:before{content:"󰴧"}.mdi-podium-silver:before{content:"󰴨"}.mdi-point-of-sale:before{content:"󰶒"}.mdi-pokeball:before{content:"󰐝"}.mdi-pokemon-go:before{content:"󰨉"}.mdi-poker-chip:before{content:"󰠰"}.mdi-polaroid:before{content:"󰐞"}.mdi-police-badge:before{content:"󱅧"}.mdi-police-badge-outline:before{content:"󱅨"}.mdi-poll:before{content:"󰐟"}.mdi-poll-box:before{content:"󰐠"}.mdi-poll-box-outline:before{content:"󱉻"}.mdi-polymer:before{content:"󰐡"}.mdi-pool:before{content:"󰘆"}.mdi-popcorn:before{content:"󰐢"}.mdi-post:before{content:"󱀈"}.mdi-post-outline:before{content:"󱀉"}.mdi-postage-stamp:before{content:"󰲻"}.mdi-pot:before{content:"󰋥"}.mdi-pot-mix:before{content:"󰙛"}.mdi-pot-mix-outline:before{content:"󰙷"}.mdi-pot-outline:before{content:"󰋿"}.mdi-pot-steam:before{content:"󰙚"}.mdi-pot-steam-outline:before{content:"󰌦"}.mdi-pound:before{content:"󰐣"}.mdi-pound-box:before{content:"󰐤"}.mdi-pound-box-outline:before{content:"󱅿"}.mdi-power:before{content:"󰐥"}.mdi-power-cycle:before{content:"󰤁"}.mdi-power-off:before{content:"󰤂"}.mdi-power-on:before{content:"󰤃"}.mdi-power-plug:before{content:"󰚥"}.mdi-power-plug-off:before{content:"󰚦"}.mdi-power-settings:before{content:"󰐦"}.mdi-power-sleep:before{content:"󰤄"}.mdi-power-socket:before{content:"󰐧"}.mdi-power-socket-au:before{content:"󰤅"}.mdi-power-socket-de:before{content:"󱄇"}.mdi-power-socket-eu:before{content:"󰟧"}.mdi-power-socket-fr:before{content:"󱄈"}.mdi-power-socket-jp:before{content:"󱄉"}.mdi-power-socket-uk:before{content:"󰟨"}.mdi-power-socket-us:before{content:"󰟩"}.mdi-power-standby:before{content:"󰤆"}.mdi-powershell:before{content:"󰨊"}.mdi-prescription:before{content:"󰜆"}.mdi-presentation:before{content:"󰐨"}.mdi-presentation-play:before{content:"󰐩"}.mdi-printer:before{content:"󰐪"}.mdi-printer-3d:before{content:"󰐫"}.mdi-printer-3d-nozzle:before{content:"󰹛"}.mdi-printer-3d-nozzle-alert:before{content:"󱇀"}.mdi-printer-3d-nozzle-alert-outline:before{content:"󱇁"}.mdi-printer-3d-nozzle-outline:before{content:"󰹜"}.mdi-printer-alert:before{content:"󰐬"}.mdi-printer-check:before{content:"󱅆"}.mdi-printer-off:before{content:"󰹝"}.mdi-printer-pos:before{content:"󱁗"}.mdi-printer-settings:before{content:"󰜇"}.mdi-printer-wireless:before{content:"󰨋"}.mdi-priority-high:before{content:"󰘃"}.mdi-priority-low:before{content:"󰘄"}.mdi-professional-hexagon:before{content:"󰐭"}.mdi-progress-alert:before{content:"󰲼"}.mdi-progress-check:before{content:"󰦕"}.mdi-progress-clock:before{content:"󰦖"}.mdi-progress-close:before{content:"󱄊"}.mdi-progress-download:before{content:"󰦗"}.mdi-progress-upload:before{content:"󰦘"}.mdi-progress-wrench:before{content:"󰲽"}.mdi-projector:before{content:"󰐮"}.mdi-projector-screen:before{content:"󰐯"}.mdi-propane-tank:before{content:"󱍗"}.mdi-propane-tank-outline:before{content:"󱍘"}.mdi-protocol:before{content:"󰿘"}.mdi-publish:before{content:"󰚧"}.mdi-pulse:before{content:"󰐰"}.mdi-pumpkin:before{content:"󰮿"}.mdi-purse:before{content:"󰼜"}.mdi-purse-outline:before{content:"󰼝"}.mdi-puzzle:before{content:"󰐱"}.mdi-puzzle-outline:before{content:"󰩦"}.mdi-qi:before{content:"󰦙"}.mdi-qqchat:before{content:"󰘅"}.mdi-qrcode:before{content:"󰐲"}.mdi-qrcode-edit:before{content:"󰢸"}.mdi-qrcode-minus:before{content:"󱆌"}.mdi-qrcode-plus:before{content:"󱆋"}.mdi-qrcode-remove:before{content:"󱆍"}.mdi-qrcode-scan:before{content:"󰐳"}.mdi-quadcopter:before{content:"󰐴"}.mdi-quality-high:before{content:"󰐵"}.mdi-quality-low:before{content:"󰨌"}.mdi-quality-medium:before{content:"󰨍"}.mdi-quora:before{content:"󰴩"}.mdi-rabbit:before{content:"󰤇"}.mdi-racing-helmet:before{content:"󰶓"}.mdi-racquetball:before{content:"󰶔"}.mdi-radar:before{content:"󰐷"}.mdi-radiator:before{content:"󰐸"}.mdi-radiator-disabled:before{content:"󰫗"}.mdi-radiator-off:before{content:"󰫘"}.mdi-radio:before{content:"󰐹"}.mdi-radio-am:before{content:"󰲾"}.mdi-radio-fm:before{content:"󰲿"}.mdi-radio-handheld:before{content:"󰐺"}.mdi-radio-off:before{content:"󱈜"}.mdi-radio-tower:before{content:"󰐻"}.mdi-radioactive:before{content:"󰐼"}.mdi-radioactive-off:before{content:"󰻁"}.mdi-radiobox-blank:before{content:"󰐽"}.mdi-radiobox-marked:before{content:"󰐾"}.mdi-radius:before{content:"󰳀"}.mdi-radius-outline:before{content:"󰳁"}.mdi-railroad-light:before{content:"󰼞"}.mdi-raspberry-pi:before{content:"󰐿"}.mdi-ray-end:before{content:"󰑀"}.mdi-ray-end-arrow:before{content:"󰑁"}.mdi-ray-start:before{content:"󰑂"}.mdi-ray-start-arrow:before{content:"󰑃"}.mdi-ray-start-end:before{content:"󰑄"}.mdi-ray-vertex:before{content:"󰑅"}.mdi-react:before{content:"󰜈"}.mdi-read:before{content:"󰑇"}.mdi-receipt:before{content:"󰑉"}.mdi-record:before{content:"󰑊"}.mdi-record-circle:before{content:"󰻂"}.mdi-record-circle-outline:before{content:"󰻃"}.mdi-record-player:before{content:"󰦚"}.mdi-record-rec:before{content:"󰑋"}.mdi-rectangle:before{content:"󰹞"}.mdi-rectangle-outline:before{content:"󰹟"}.mdi-recycle:before{content:"󰑌"}.mdi-recycle-variant:before{content:"󱎝"}.mdi-reddit:before{content:"󰑍"}.mdi-redhat:before{content:"󱄛"}.mdi-redo:before{content:"󰑎"}.mdi-redo-variant:before{content:"󰑏"}.mdi-reflect-horizontal:before{content:"󰨎"}.mdi-reflect-vertical:before{content:"󰨏"}.mdi-refresh:before{content:"󰑐"}.mdi-refresh-circle:before{content:"󱍷"}.mdi-regex:before{content:"󰑑"}.mdi-registered-trademark:before{content:"󰩧"}.mdi-relative-scale:before{content:"󰑒"}.mdi-reload:before{content:"󰑓"}.mdi-reload-alert:before{content:"󱄋"}.mdi-reminder:before{content:"󰢌"}.mdi-remote:before{content:"󰑔"}.mdi-remote-desktop:before{content:"󰢹"}.mdi-remote-off:before{content:"󰻄"}.mdi-remote-tv:before{content:"󰻅"}.mdi-remote-tv-off:before{content:"󰻆"}.mdi-rename-box:before{content:"󰑕"}.mdi-reorder-horizontal:before{content:"󰚈"}.mdi-reorder-vertical:before{content:"󰚉"}.mdi-repeat:before{content:"󰑖"}.mdi-repeat-off:before{content:"󰑗"}.mdi-repeat-once:before{content:"󰑘"}.mdi-replay:before{content:"󰑙"}.mdi-reply:before{content:"󰑚"}.mdi-reply-all:before{content:"󰑛"}.mdi-reply-all-outline:before{content:"󰼟"}.mdi-reply-circle:before{content:"󱆮"}.mdi-reply-outline:before{content:"󰼠"}.mdi-reproduction:before{content:"󰑜"}.mdi-resistor:before{content:"󰭄"}.mdi-resistor-nodes:before{content:"󰭅"}.mdi-resize:before{content:"󰩨"}.mdi-resize-bottom-right:before{content:"󰑝"}.mdi-responsive:before{content:"󰑞"}.mdi-restart:before{content:"󰜉"}.mdi-restart-alert:before{content:"󱄌"}.mdi-restart-off:before{content:"󰶕"}.mdi-restore:before{content:"󰦛"}.mdi-restore-alert:before{content:"󱄍"}.mdi-rewind:before{content:"󰑟"}.mdi-rewind-10:before{content:"󰴪"}.mdi-rewind-30:before{content:"󰶖"}.mdi-rewind-5:before{content:"󱇹"}.mdi-rewind-outline:before{content:"󰜊"}.mdi-rhombus:before{content:"󰜋"}.mdi-rhombus-medium:before{content:"󰨐"}.mdi-rhombus-outline:before{content:"󰜌"}.mdi-rhombus-split:before{content:"󰨑"}.mdi-ribbon:before{content:"󰑠"}.mdi-rice:before{content:"󰟪"}.mdi-ring:before{content:"󰟫"}.mdi-rivet:before{content:"󰹠"}.mdi-road:before{content:"󰑡"}.mdi-road-variant:before{content:"󰑢"}.mdi-robber:before{content:"󱁘"}.mdi-robot:before{content:"󰚩"}.mdi-robot-industrial:before{content:"󰭆"}.mdi-robot-mower:before{content:"󱇷"}.mdi-robot-mower-outline:before{content:"󱇳"}.mdi-robot-vacuum:before{content:"󰜍"}.mdi-robot-vacuum-variant:before{content:"󰤈"}.mdi-rocket:before{content:"󰑣"}.mdi-rocket-outline:before{content:"󱎯"}.mdi-rodent:before{content:"󱌧"}.mdi-roller-skate:before{content:"󰴫"}.mdi-roller-skate-off:before{content:"󰅅"}.mdi-rollerblade:before{content:"󰴬"}.mdi-rollerblade-off:before{content:"󰀮"}.mdi-rollupjs:before{content:"󰯀"}.mdi-roman-numeral-1:before{content:"󱂈"}.mdi-roman-numeral-10:before{content:"󱂑"}.mdi-roman-numeral-2:before{content:"󱂉"}.mdi-roman-numeral-3:before{content:"󱂊"}.mdi-roman-numeral-4:before{content:"󱂋"}.mdi-roman-numeral-5:before{content:"󱂌"}.mdi-roman-numeral-6:before{content:"󱂍"}.mdi-roman-numeral-7:before{content:"󱂎"}.mdi-roman-numeral-8:before{content:"󱂏"}.mdi-roman-numeral-9:before{content:"󱂐"}.mdi-room-service:before{content:"󰢍"}.mdi-room-service-outline:before{content:"󰶗"}.mdi-rotate-3d:before{content:"󰻇"}.mdi-rotate-3d-variant:before{content:"󰑤"}.mdi-rotate-left:before{content:"󰑥"}.mdi-rotate-left-variant:before{content:"󰑦"}.mdi-rotate-orbit:before{content:"󰶘"}.mdi-rotate-right:before{content:"󰑧"}.mdi-rotate-right-variant:before{content:"󰑨"}.mdi-rounded-corner:before{content:"󰘇"}.mdi-router:before{content:"󱇢"}.mdi-router-network:before{content:"󱂇"}.mdi-router-wireless:before{content:"󰑩"}.mdi-router-wireless-settings:before{content:"󰩩"}.mdi-routes:before{content:"󰑪"}.mdi-routes-clock:before{content:"󱁙"}.mdi-rowing:before{content:"󰘈"}.mdi-rss:before{content:"󰑫"}.mdi-rss-box:before{content:"󰑬"}.mdi-rss-off:before{content:"󰼡"}.mdi-rugby:before{content:"󰶙"}.mdi-ruler:before{content:"󰑭"}.mdi-ruler-square:before{content:"󰳂"}.mdi-ruler-square-compass:before{content:"󰺾"}.mdi-run:before{content:"󰜎"}.mdi-run-fast:before{content:"󰑮"}.mdi-rv-truck:before{content:"󱇔"}.mdi-sack:before{content:"󰴮"}.mdi-sack-percent:before{content:"󰴯"}.mdi-safe:before{content:"󰩪"}.mdi-safe-square:before{content:"󱉼"}.mdi-safe-square-outline:before{content:"󱉽"}.mdi-safety-goggles:before{content:"󰴰"}.mdi-sail-boat:before{content:"󰻈"}.mdi-sale:before{content:"󰑯"}.mdi-salesforce:before{content:"󰢎"}.mdi-sass:before{content:"󰟬"}.mdi-satellite:before{content:"󰑰"}.mdi-satellite-uplink:before{content:"󰤉"}.mdi-satellite-variant:before{content:"󰑱"}.mdi-sausage:before{content:"󰢺"}.mdi-saw-blade:before{content:"󰹡"}.mdi-saxophone:before{content:"󰘉"}.mdi-scale:before{content:"󰑲"}.mdi-scale-balance:before{content:"󰗑"}.mdi-scale-bathroom:before{content:"󰑳"}.mdi-scale-off:before{content:"󱁚"}.mdi-scanner:before{content:"󰚫"}.mdi-scanner-off:before{content:"󰤊"}.mdi-scatter-plot:before{content:"󰻉"}.mdi-scatter-plot-outline:before{content:"󰻊"}.mdi-school:before{content:"󰑴"}.mdi-school-outline:before{content:"󱆀"}.mdi-scissors-cutting:before{content:"󰩫"}.mdi-scooter:before{content:"󱇩"}.mdi-scoreboard:before{content:"󱉾"}.mdi-scoreboard-outline:before{content:"󱉿"}.mdi-screen-rotation:before{content:"󰑵"}.mdi-screen-rotation-lock:before{content:"󰑸"}.mdi-screw-flat-top:before{content:"󰷳"}.mdi-screw-lag:before{content:"󰷴"}.mdi-screw-machine-flat-top:before{content:"󰷵"}.mdi-screw-machine-round-top:before{content:"󰷶"}.mdi-screw-round-top:before{content:"󰷷"}.mdi-screwdriver:before{content:"󰑶"}.mdi-script:before{content:"󰯁"}.mdi-script-outline:before{content:"󰑷"}.mdi-script-text:before{content:"󰯂"}.mdi-script-text-outline:before{content:"󰯃"}.mdi-sd:before{content:"󰑹"}.mdi-seal:before{content:"󰑺"}.mdi-seal-variant:before{content:"󰿙"}.mdi-search-web:before{content:"󰜏"}.mdi-seat:before{content:"󰳃"}.mdi-seat-flat:before{content:"󰑻"}.mdi-seat-flat-angled:before{content:"󰑼"}.mdi-seat-individual-suite:before{content:"󰑽"}.mdi-seat-legroom-extra:before{content:"󰑾"}.mdi-seat-legroom-normal:before{content:"󰑿"}.mdi-seat-legroom-reduced:before{content:"󰒀"}.mdi-seat-outline:before{content:"󰳄"}.mdi-seat-passenger:before{content:"󱉉"}.mdi-seat-recline-extra:before{content:"󰒁"}.mdi-seat-recline-normal:before{content:"󰒂"}.mdi-seatbelt:before{content:"󰳅"}.mdi-security:before{content:"󰒃"}.mdi-security-network:before{content:"󰒄"}.mdi-seed:before{content:"󰹢"}.mdi-seed-outline:before{content:"󰹣"}.mdi-segment:before{content:"󰻋"}.mdi-select:before{content:"󰒅"}.mdi-select-all:before{content:"󰒆"}.mdi-select-color:before{content:"󰴱"}.mdi-select-compare:before{content:"󰫙"}.mdi-select-drag:before{content:"󰩬"}.mdi-select-group:before{content:"󰾂"}.mdi-select-inverse:before{content:"󰒇"}.mdi-select-marker:before{content:"󱊀"}.mdi-select-multiple:before{content:"󱊁"}.mdi-select-multiple-marker:before{content:"󱊂"}.mdi-select-off:before{content:"󰒈"}.mdi-select-place:before{content:"󰿚"}.mdi-select-search:before{content:"󱈄"}.mdi-selection:before{content:"󰒉"}.mdi-selection-drag:before{content:"󰩭"}.mdi-selection-ellipse:before{content:"󰴲"}.mdi-selection-ellipse-arrow-inside:before{content:"󰼢"}.mdi-selection-marker:before{content:"󱊃"}.mdi-selection-multiple-marker:before{content:"󱊄"}.mdi-selection-mutliple:before{content:"󱊅"}.mdi-selection-off:before{content:"󰝷"}.mdi-selection-search:before{content:"󱈅"}.mdi-semantic-web:before{content:"󱌖"}.mdi-send:before{content:"󰒊"}.mdi-send-check:before{content:"󱅡"}.mdi-send-check-outline:before{content:"󱅢"}.mdi-send-circle:before{content:"󰷸"}.mdi-send-circle-outline:before{content:"󰷹"}.mdi-send-clock:before{content:"󱅣"}.mdi-send-clock-outline:before{content:"󱅤"}.mdi-send-lock:before{content:"󰟭"}.mdi-send-lock-outline:before{content:"󱅦"}.mdi-send-outline:before{content:"󱅥"}.mdi-serial-port:before{content:"󰙜"}.mdi-server:before{content:"󰒋"}.mdi-server-minus:before{content:"󰒌"}.mdi-server-network:before{content:"󰒍"}.mdi-server-network-off:before{content:"󰒎"}.mdi-server-off:before{content:"󰒏"}.mdi-server-plus:before{content:"󰒐"}.mdi-server-remove:before{content:"󰒑"}.mdi-server-security:before{content:"󰒒"}.mdi-set-all:before{content:"󰝸"}.mdi-set-center:before{content:"󰝹"}.mdi-set-center-right:before{content:"󰝺"}.mdi-set-left:before{content:"󰝻"}.mdi-set-left-center:before{content:"󰝼"}.mdi-set-left-right:before{content:"󰝽"}.mdi-set-none:before{content:"󰝾"}.mdi-set-right:before{content:"󰝿"}.mdi-set-top-box:before{content:"󰦟"}.mdi-settings-helper:before{content:"󰩮"}.mdi-shaker:before{content:"󱄎"}.mdi-shaker-outline:before{content:"󱄏"}.mdi-shape:before{content:"󰠱"}.mdi-shape-circle-plus:before{content:"󰙝"}.mdi-shape-outline:before{content:"󰠲"}.mdi-shape-oval-plus:before{content:"󱇺"}.mdi-shape-plus:before{content:"󰒕"}.mdi-shape-polygon-plus:before{content:"󰙞"}.mdi-shape-rectangle-plus:before{content:"󰙟"}.mdi-shape-square-plus:before{content:"󰙠"}.mdi-share:before{content:"󰒖"}.mdi-share-all:before{content:"󱇴"}.mdi-share-all-outline:before{content:"󱇵"}.mdi-share-circle:before{content:"󱆭"}.mdi-share-off:before{content:"󰼣"}.mdi-share-off-outline:before{content:"󰼤"}.mdi-share-outline:before{content:"󰤲"}.mdi-share-variant:before{content:"󰒗"}.mdi-sheep:before{content:"󰳆"}.mdi-shield:before{content:"󰒘"}.mdi-shield-account:before{content:"󰢏"}.mdi-shield-account-outline:before{content:"󰨒"}.mdi-shield-airplane:before{content:"󰚻"}.mdi-shield-airplane-outline:before{content:"󰳇"}.mdi-shield-alert:before{content:"󰻌"}.mdi-shield-alert-outline:before{content:"󰻍"}.mdi-shield-car:before{content:"󰾃"}.mdi-shield-check:before{content:"󰕥"}.mdi-shield-check-outline:before{content:"󰳈"}.mdi-shield-cross:before{content:"󰳉"}.mdi-shield-cross-outline:before{content:"󰳊"}.mdi-shield-edit:before{content:"󱆠"}.mdi-shield-edit-outline:before{content:"󱆡"}.mdi-shield-half:before{content:"󱍠"}.mdi-shield-half-full:before{content:"󰞀"}.mdi-shield-home:before{content:"󰚊"}.mdi-shield-home-outline:before{content:"󰳋"}.mdi-shield-key:before{content:"󰯄"}.mdi-shield-key-outline:before{content:"󰯅"}.mdi-shield-link-variant:before{content:"󰴳"}.mdi-shield-link-variant-outline:before{content:"󰴴"}.mdi-shield-lock:before{content:"󰦝"}.mdi-shield-lock-outline:before{content:"󰳌"}.mdi-shield-off:before{content:"󰦞"}.mdi-shield-off-outline:before{content:"󰦜"}.mdi-shield-outline:before{content:"󰒙"}.mdi-shield-plus:before{content:"󰫚"}.mdi-shield-plus-outline:before{content:"󰫛"}.mdi-shield-refresh:before{content:"󰂪"}.mdi-shield-refresh-outline:before{content:"󰇠"}.mdi-shield-remove:before{content:"󰫜"}.mdi-shield-remove-outline:before{content:"󰫝"}.mdi-shield-search:before{content:"󰶚"}.mdi-shield-star:before{content:"󱄻"}.mdi-shield-star-outline:before{content:"󱄼"}.mdi-shield-sun:before{content:"󱁝"}.mdi-shield-sun-outline:before{content:"󱁞"}.mdi-shield-sync:before{content:"󱆢"}.mdi-shield-sync-outline:before{content:"󱆣"}.mdi-ship-wheel:before{content:"󰠳"}.mdi-shoe-formal:before{content:"󰭇"}.mdi-shoe-heel:before{content:"󰭈"}.mdi-shoe-print:before{content:"󰷺"}.mdi-shopping:before{content:"󰒚"}.mdi-shopping-music:before{content:"󰒛"}.mdi-shopping-outline:before{content:"󱇕"}.mdi-shopping-search:before{content:"󰾄"}.mdi-shovel:before{content:"󰜐"}.mdi-shovel-off:before{content:"󰜑"}.mdi-shower:before{content:"󰦠"}.mdi-shower-head:before{content:"󰦡"}.mdi-shredder:before{content:"󰒜"}.mdi-shuffle:before{content:"󰒝"}.mdi-shuffle-disabled:before{content:"󰒞"}.mdi-shuffle-variant:before{content:"󰒟"}.mdi-shuriken:before{content:"󱍿"}.mdi-sigma:before{content:"󰒠"}.mdi-sigma-lower:before{content:"󰘫"}.mdi-sign-caution:before{content:"󰒡"}.mdi-sign-direction:before{content:"󰞁"}.mdi-sign-direction-minus:before{content:"󱀀"}.mdi-sign-direction-plus:before{content:"󰿜"}.mdi-sign-direction-remove:before{content:"󰿝"}.mdi-sign-real-estate:before{content:"󱄘"}.mdi-sign-text:before{content:"󰞂"}.mdi-signal:before{content:"󰒢"}.mdi-signal-2g:before{content:"󰜒"}.mdi-signal-3g:before{content:"󰜓"}.mdi-signal-4g:before{content:"󰜔"}.mdi-signal-5g:before{content:"󰩯"}.mdi-signal-cellular-1:before{content:"󰢼"}.mdi-signal-cellular-2:before{content:"󰢽"}.mdi-signal-cellular-3:before{content:"󰢾"}.mdi-signal-cellular-outline:before{content:"󰢿"}.mdi-signal-distance-variant:before{content:"󰹤"}.mdi-signal-hspa:before{content:"󰜕"}.mdi-signal-hspa-plus:before{content:"󰜖"}.mdi-signal-off:before{content:"󰞃"}.mdi-signal-variant:before{content:"󰘊"}.mdi-signature:before{content:"󰷻"}.mdi-signature-freehand:before{content:"󰷼"}.mdi-signature-image:before{content:"󰷽"}.mdi-signature-text:before{content:"󰷾"}.mdi-silo:before{content:"󰭉"}.mdi-silverware:before{content:"󰒣"}.mdi-silverware-clean:before{content:"󰿞"}.mdi-silverware-fork:before{content:"󰒤"}.mdi-silverware-fork-knife:before{content:"󰩰"}.mdi-silverware-spoon:before{content:"󰒥"}.mdi-silverware-variant:before{content:"󰒦"}.mdi-sim:before{content:"󰒧"}.mdi-sim-alert:before{content:"󰒨"}.mdi-sim-off:before{content:"󰒩"}.mdi-simple-icons:before{content:"󱌝"}.mdi-sina-weibo:before{content:"󰫟"}.mdi-sitemap:before{content:"󰒪"}.mdi-size-l:before{content:"󱎦"}.mdi-size-m:before{content:"󱎥"}.mdi-size-s:before{content:"󱎤"}.mdi-size-xl:before{content:"󱎧"}.mdi-size-xs:before{content:"󱎣"}.mdi-size-xxl:before{content:"󱎨"}.mdi-size-xxs:before{content:"󱎢"}.mdi-size-xxxl:before{content:"󱎩"}.mdi-skate:before{content:"󰴵"}.mdi-skew-less:before{content:"󰴶"}.mdi-skew-more:before{content:"󰴷"}.mdi-ski:before{content:"󱌄"}.mdi-ski-cross-country:before{content:"󱌅"}.mdi-ski-water:before{content:"󱌆"}.mdi-skip-backward:before{content:"󰒫"}.mdi-skip-backward-outline:before{content:"󰼥"}.mdi-skip-forward:before{content:"󰒬"}.mdi-skip-forward-outline:before{content:"󰼦"}.mdi-skip-next:before{content:"󰒭"}.mdi-skip-next-circle:before{content:"󰙡"}.mdi-skip-next-circle-outline:before{content:"󰙢"}.mdi-skip-next-outline:before{content:"󰼧"}.mdi-skip-previous:before{content:"󰒮"}.mdi-skip-previous-circle:before{content:"󰙣"}.mdi-skip-previous-circle-outline:before{content:"󰙤"}.mdi-skip-previous-outline:before{content:"󰼨"}.mdi-skull:before{content:"󰚌"}.mdi-skull-crossbones:before{content:"󰯆"}.mdi-skull-crossbones-outline:before{content:"󰯇"}.mdi-skull-outline:before{content:"󰯈"}.mdi-skype:before{content:"󰒯"}.mdi-skype-business:before{content:"󰒰"}.mdi-slack:before{content:"󰒱"}.mdi-slash-forward:before{content:"󰿟"}.mdi-slash-forward-box:before{content:"󰿠"}.mdi-sleep:before{content:"󰒲"}.mdi-sleep-off:before{content:"󰒳"}.mdi-slope-downhill:before{content:"󰷿"}.mdi-slope-uphill:before{content:"󰸀"}.mdi-slot-machine:before{content:"󱄔"}.mdi-slot-machine-outline:before{content:"󱄕"}.mdi-smart-card:before{content:"󱂽"}.mdi-smart-card-outline:before{content:"󱂾"}.mdi-smart-card-reader:before{content:"󱂿"}.mdi-smart-card-reader-outline:before{content:"󱃀"}.mdi-smog:before{content:"󰩱"}.mdi-smoke-detector:before{content:"󰎒"}.mdi-smoking:before{content:"󰒴"}.mdi-smoking-off:before{content:"󰒵"}.mdi-snapchat:before{content:"󰒶"}.mdi-snowboard:before{content:"󱌇"}.mdi-snowflake:before{content:"󰜗"}.mdi-snowflake-alert:before{content:"󰼩"}.mdi-snowflake-melt:before{content:"󱋋"}.mdi-snowflake-variant:before{content:"󰼪"}.mdi-snowman:before{content:"󰒷"}.mdi-soccer:before{content:"󰒸"}.mdi-soccer-field:before{content:"󰠴"}.mdi-sofa:before{content:"󰒹"}.mdi-solar-panel:before{content:"󰶛"}.mdi-solar-panel-large:before{content:"󰶜"}.mdi-solar-power:before{content:"󰩲"}.mdi-soldering-iron:before{content:"󱂒"}.mdi-solid:before{content:"󰚍"}.mdi-sony-playstation:before{content:"󰐔"}.mdi-sort:before{content:"󰒺"}.mdi-sort-alphabetical-ascending:before{content:"󰖽"}.mdi-sort-alphabetical-ascending-variant:before{content:"󱅈"}.mdi-sort-alphabetical-descending:before{content:"󰖿"}.mdi-sort-alphabetical-descending-variant:before{content:"󱅉"}.mdi-sort-alphabetical-variant:before{content:"󰒻"}.mdi-sort-ascending:before{content:"󰒼"}.mdi-sort-bool-ascending:before{content:"󱎅"}.mdi-sort-bool-ascending-variant:before{content:"󱎆"}.mdi-sort-bool-descending:before{content:"󱎇"}.mdi-sort-bool-descending-variant:before{content:"󱎈"}.mdi-sort-descending:before{content:"󰒽"}.mdi-sort-numeric-ascending:before{content:"󱎉"}.mdi-sort-numeric-ascending-variant:before{content:"󰤍"}.mdi-sort-numeric-descending:before{content:"󱎊"}.mdi-sort-numeric-descending-variant:before{content:"󰫒"}.mdi-sort-numeric-variant:before{content:"󰒾"}.mdi-sort-reverse-variant:before{content:"󰌼"}.mdi-sort-variant:before{content:"󰒿"}.mdi-sort-variant-lock:before{content:"󰳍"}.mdi-sort-variant-lock-open:before{content:"󰳎"}.mdi-sort-variant-remove:before{content:"󱅇"}.mdi-soundcloud:before{content:"󰓀"}.mdi-source-branch:before{content:"󰘬"}.mdi-source-commit:before{content:"󰜘"}.mdi-source-commit-end:before{content:"󰜙"}.mdi-source-commit-end-local:before{content:"󰜚"}.mdi-source-commit-local:before{content:"󰜛"}.mdi-source-commit-next-local:before{content:"󰜜"}.mdi-source-commit-start:before{content:"󰜝"}.mdi-source-commit-start-next-local:before{content:"󰜞"}.mdi-source-fork:before{content:"󰓁"}.mdi-source-merge:before{content:"󰘭"}.mdi-source-pull:before{content:"󰓂"}.mdi-source-repository:before{content:"󰳏"}.mdi-source-repository-multiple:before{content:"󰳐"}.mdi-soy-sauce:before{content:"󰟮"}.mdi-spa:before{content:"󰳑"}.mdi-spa-outline:before{content:"󰳒"}.mdi-space-invaders:before{content:"󰯉"}.mdi-space-station:before{content:"󱎃"}.mdi-spade:before{content:"󰹥"}.mdi-speaker:before{content:"󰓃"}.mdi-speaker-bluetooth:before{content:"󰦢"}.mdi-speaker-multiple:before{content:"󰴸"}.mdi-speaker-off:before{content:"󰓄"}.mdi-speaker-wireless:before{content:"󰜟"}.mdi-speedometer:before{content:"󰓅"}.mdi-speedometer-medium:before{content:"󰾅"}.mdi-speedometer-slow:before{content:"󰾆"}.mdi-spellcheck:before{content:"󰓆"}.mdi-spider:before{content:"󱇪"}.mdi-spider-thread:before{content:"󱇫"}.mdi-spider-web:before{content:"󰯊"}.mdi-spotify:before{content:"󰓇"}.mdi-spotlight:before{content:"󰓈"}.mdi-spotlight-beam:before{content:"󰓉"}.mdi-spray:before{content:"󰙥"}.mdi-spray-bottle:before{content:"󰫠"}.mdi-sprinkler:before{content:"󱁟"}.mdi-sprinkler-variant:before{content:"󱁠"}.mdi-sprout:before{content:"󰹦"}.mdi-sprout-outline:before{content:"󰹧"}.mdi-square:before{content:"󰝤"}.mdi-square-edit-outline:before{content:"󰤌"}.mdi-square-medium:before{content:"󰨓"}.mdi-square-medium-outline:before{content:"󰨔"}.mdi-square-off:before{content:"󱋮"}.mdi-square-off-outline:before{content:"󱋯"}.mdi-square-outline:before{content:"󰝣"}.mdi-square-root:before{content:"󰞄"}.mdi-square-root-box:before{content:"󰦣"}.mdi-square-small:before{content:"󰨕"}.mdi-squeegee:before{content:"󰫡"}.mdi-ssh:before{content:"󰣀"}.mdi-stack-exchange:before{content:"󰘋"}.mdi-stack-overflow:before{content:"󰓌"}.mdi-stackpath:before{content:"󰍙"}.mdi-stadium:before{content:"󰿹"}.mdi-stadium-variant:before{content:"󰜠"}.mdi-stairs:before{content:"󰓍"}.mdi-stairs-box:before{content:"󱎞"}.mdi-stairs-down:before{content:"󱊾"}.mdi-stairs-up:before{content:"󱊽"}.mdi-stamper:before{content:"󰴹"}.mdi-standard-definition:before{content:"󰟯"}.mdi-star:before{content:"󰓎"}.mdi-star-box:before{content:"󰩳"}.mdi-star-box-multiple:before{content:"󱊆"}.mdi-star-box-multiple-outline:before{content:"󱊇"}.mdi-star-box-outline:before{content:"󰩴"}.mdi-star-circle:before{content:"󰓏"}.mdi-star-circle-outline:before{content:"󰦤"}.mdi-star-face:before{content:"󰦥"}.mdi-star-four-points:before{content:"󰫢"}.mdi-star-four-points-outline:before{content:"󰫣"}.mdi-star-half:before{content:"󰉆"}.mdi-star-half-full:before{content:"󰓐"}.mdi-star-off:before{content:"󰓑"}.mdi-star-outline:before{content:"󰓒"}.mdi-star-three-points:before{content:"󰫤"}.mdi-star-three-points-outline:before{content:"󰫥"}.mdi-state-machine:before{content:"󱇯"}.mdi-steam:before{content:"󰓓"}.mdi-steering:before{content:"󰓔"}.mdi-steering-off:before{content:"󰤎"}.mdi-step-backward:before{content:"󰓕"}.mdi-step-backward-2:before{content:"󰓖"}.mdi-step-forward:before{content:"󰓗"}.mdi-step-forward-2:before{content:"󰓘"}.mdi-stethoscope:before{content:"󰓙"}.mdi-sticker:before{content:"󱍤"}.mdi-sticker-alert:before{content:"󱍥"}.mdi-sticker-alert-outline:before{content:"󱍦"}.mdi-sticker-check:before{content:"󱍧"}.mdi-sticker-check-outline:before{content:"󱍨"}.mdi-sticker-circle-outline:before{content:"󰗐"}.mdi-sticker-emoji:before{content:"󰞅"}.mdi-sticker-minus:before{content:"󱍩"}.mdi-sticker-minus-outline:before{content:"󱍪"}.mdi-sticker-outline:before{content:"󱍫"}.mdi-sticker-plus:before{content:"󱍬"}.mdi-sticker-plus-outline:before{content:"󱍭"}.mdi-sticker-remove:before{content:"󱍮"}.mdi-sticker-remove-outline:before{content:"󱍯"}.mdi-stocking:before{content:"󰓚"}.mdi-stomach:before{content:"󱂓"}.mdi-stop:before{content:"󰓛"}.mdi-stop-circle:before{content:"󰙦"}.mdi-stop-circle-outline:before{content:"󰙧"}.mdi-store:before{content:"󰓜"}.mdi-store-24-hour:before{content:"󰓝"}.mdi-store-outline:before{content:"󱍡"}.mdi-storefront:before{content:"󰟇"}.mdi-storefront-outline:before{content:"󱃁"}.mdi-stove:before{content:"󰓞"}.mdi-strategy:before{content:"󱇖"}.mdi-stretch-to-page:before{content:"󰼫"}.mdi-stretch-to-page-outline:before{content:"󰼬"}.mdi-string-lights:before{content:"󱊺"}.mdi-string-lights-off:before{content:"󱊻"}.mdi-subdirectory-arrow-left:before{content:"󰘌"}.mdi-subdirectory-arrow-right:before{content:"󰘍"}.mdi-subtitles:before{content:"󰨖"}.mdi-subtitles-outline:before{content:"󰨗"}.mdi-subway:before{content:"󰚬"}.mdi-subway-alert-variant:before{content:"󰶝"}.mdi-subway-variant:before{content:"󰓟"}.mdi-summit:before{content:"󰞆"}.mdi-sunglasses:before{content:"󰓠"}.mdi-surround-sound:before{content:"󰗅"}.mdi-surround-sound-2-0:before{content:"󰟰"}.mdi-surround-sound-3-1:before{content:"󰟱"}.mdi-surround-sound-5-1:before{content:"󰟲"}.mdi-surround-sound-7-1:before{content:"󰟳"}.mdi-svg:before{content:"󰜡"}.mdi-swap-horizontal:before{content:"󰓡"}.mdi-swap-horizontal-bold:before{content:"󰯍"}.mdi-swap-horizontal-circle:before{content:"󰿡"}.mdi-swap-horizontal-circle-outline:before{content:"󰿢"}.mdi-swap-horizontal-variant:before{content:"󰣁"}.mdi-swap-vertical:before{content:"󰓢"}.mdi-swap-vertical-bold:before{content:"󰯎"}.mdi-swap-vertical-circle:before{content:"󰿣"}.mdi-swap-vertical-circle-outline:before{content:"󰿤"}.mdi-swap-vertical-variant:before{content:"󰣂"}.mdi-swim:before{content:"󰓣"}.mdi-switch:before{content:"󰓤"}.mdi-sword:before{content:"󰓥"}.mdi-sword-cross:before{content:"󰞇"}.mdi-syllabary-hangul:before{content:"󱌳"}.mdi-syllabary-hiragana:before{content:"󱌴"}.mdi-syllabary-katakana:before{content:"󱌵"}.mdi-syllabary-katakana-half-width:before{content:"󱌶"}.mdi-symfony:before{content:"󰫦"}.mdi-sync:before{content:"󰓦"}.mdi-sync-alert:before{content:"󰓧"}.mdi-sync-circle:before{content:"󱍸"}.mdi-sync-off:before{content:"󰓨"}.mdi-tab:before{content:"󰓩"}.mdi-tab-minus:before{content:"󰭋"}.mdi-tab-plus:before{content:"󰝜"}.mdi-tab-remove:before{content:"󰭌"}.mdi-tab-unselected:before{content:"󰓪"}.mdi-table:before{content:"󰓫"}.mdi-table-border:before{content:"󰨘"}.mdi-table-chair:before{content:"󱁡"}.mdi-table-column:before{content:"󰠵"}.mdi-table-column-plus-after:before{content:"󰓬"}.mdi-table-column-plus-before:before{content:"󰓭"}.mdi-table-column-remove:before{content:"󰓮"}.mdi-table-column-width:before{content:"󰓯"}.mdi-table-edit:before{content:"󰓰"}.mdi-table-eye:before{content:"󱂔"}.mdi-table-furniture:before{content:"󰖼"}.mdi-table-headers-eye:before{content:"󱈝"}.mdi-table-headers-eye-off:before{content:"󱈞"}.mdi-table-large:before{content:"󰓱"}.mdi-table-large-plus:before{content:"󰾇"}.mdi-table-large-remove:before{content:"󰾈"}.mdi-table-merge-cells:before{content:"󰦦"}.mdi-table-of-contents:before{content:"󰠶"}.mdi-table-plus:before{content:"󰩵"}.mdi-table-refresh:before{content:"󱎠"}.mdi-table-remove:before{content:"󰩶"}.mdi-table-row:before{content:"󰠷"}.mdi-table-row-height:before{content:"󰓲"}.mdi-table-row-plus-after:before{content:"󰓳"}.mdi-table-row-plus-before:before{content:"󰓴"}.mdi-table-row-remove:before{content:"󰓵"}.mdi-table-search:before{content:"󰤏"}.mdi-table-settings:before{content:"󰠸"}.mdi-table-sync:before{content:"󱎡"}.mdi-table-tennis:before{content:"󰹨"}.mdi-tablet:before{content:"󰓶"}.mdi-tablet-android:before{content:"󰓷"}.mdi-tablet-cellphone:before{content:"󰦧"}.mdi-tablet-dashboard:before{content:"󰻎"}.mdi-tablet-ipad:before{content:"󰓸"}.mdi-taco:before{content:"󰝢"}.mdi-tag:before{content:"󰓹"}.mdi-tag-faces:before{content:"󰓺"}.mdi-tag-heart:before{content:"󰚋"}.mdi-tag-heart-outline:before{content:"󰯏"}.mdi-tag-minus:before{content:"󰤐"}.mdi-tag-minus-outline:before{content:"󱈟"}.mdi-tag-multiple:before{content:"󰓻"}.mdi-tag-multiple-outline:before{content:"󱋷"}.mdi-tag-off:before{content:"󱈠"}.mdi-tag-off-outline:before{content:"󱈡"}.mdi-tag-outline:before{content:"󰓼"}.mdi-tag-plus:before{content:"󰜢"}.mdi-tag-plus-outline:before{content:"󱈢"}.mdi-tag-remove:before{content:"󰜣"}.mdi-tag-remove-outline:before{content:"󱈣"}.mdi-tag-text:before{content:"󱈤"}.mdi-tag-text-outline:before{content:"󰓽"}.mdi-tank:before{content:"󰴺"}.mdi-tanker-truck:before{content:"󰿥"}.mdi-tape-measure:before{content:"󰭍"}.mdi-target:before{content:"󰓾"}.mdi-target-account:before{content:"󰯐"}.mdi-target-variant:before{content:"󰩷"}.mdi-taxi:before{content:"󰓿"}.mdi-tea:before{content:"󰶞"}.mdi-tea-outline:before{content:"󰶟"}.mdi-teach:before{content:"󰢐"}.mdi-teamviewer:before{content:"󰔀"}.mdi-telegram:before{content:"󰔁"}.mdi-telescope:before{content:"󰭎"}.mdi-television:before{content:"󰔂"}.mdi-television-ambient-light:before{content:"󱍖"}.mdi-television-box:before{content:"󰠹"}.mdi-television-classic:before{content:"󰟴"}.mdi-television-classic-off:before{content:"󰠺"}.mdi-television-clean:before{content:"󱄐"}.mdi-television-guide:before{content:"󰔃"}.mdi-television-off:before{content:"󰠻"}.mdi-television-pause:before{content:"󰾉"}.mdi-television-play:before{content:"󰻏"}.mdi-television-stop:before{content:"󰾊"}.mdi-temperature-celsius:before{content:"󰔄"}.mdi-temperature-fahrenheit:before{content:"󰔅"}.mdi-temperature-kelvin:before{content:"󰔆"}.mdi-tennis:before{content:"󰶠"}.mdi-tennis-ball:before{content:"󰔇"}.mdi-tent:before{content:"󰔈"}.mdi-terraform:before{content:"󱁢"}.mdi-terrain:before{content:"󰔉"}.mdi-test-tube:before{content:"󰙨"}.mdi-test-tube-empty:before{content:"󰤑"}.mdi-test-tube-off:before{content:"󰤒"}.mdi-text:before{content:"󰦨"}.mdi-text-box:before{content:"󰈚"}.mdi-text-box-check:before{content:"󰺦"}.mdi-text-box-check-outline:before{content:"󰺧"}.mdi-text-box-minus:before{content:"󰺨"}.mdi-text-box-minus-outline:before{content:"󰺩"}.mdi-text-box-multiple:before{content:"󰪷"}.mdi-text-box-multiple-outline:before{content:"󰪸"}.mdi-text-box-outline:before{content:"󰧭"}.mdi-text-box-plus:before{content:"󰺪"}.mdi-text-box-plus-outline:before{content:"󰺫"}.mdi-text-box-remove:before{content:"󰺬"}.mdi-text-box-remove-outline:before{content:"󰺭"}.mdi-text-box-search:before{content:"󰺮"}.mdi-text-box-search-outline:before{content:"󰺯"}.mdi-text-recognition:before{content:"󱄽"}.mdi-text-shadow:before{content:"󰙩"}.mdi-text-short:before{content:"󰦩"}.mdi-text-subject:before{content:"󰦪"}.mdi-text-to-speech:before{content:"󰔊"}.mdi-text-to-speech-off:before{content:"󰔋"}.mdi-textarea:before{content:"󱂕"}.mdi-textbox:before{content:"󰘎"}.mdi-textbox-lock:before{content:"󱍝"}.mdi-textbox-password:before{content:"󰟵"}.mdi-texture:before{content:"󰔌"}.mdi-texture-box:before{content:"󰿦"}.mdi-theater:before{content:"󰔍"}.mdi-theme-light-dark:before{content:"󰔎"}.mdi-thermometer:before{content:"󰔏"}.mdi-thermometer-alert:before{content:"󰸁"}.mdi-thermometer-chevron-down:before{content:"󰸂"}.mdi-thermometer-chevron-up:before{content:"󰸃"}.mdi-thermometer-high:before{content:"󱃂"}.mdi-thermometer-lines:before{content:"󰔐"}.mdi-thermometer-low:before{content:"󱃃"}.mdi-thermometer-minus:before{content:"󰸄"}.mdi-thermometer-plus:before{content:"󰸅"}.mdi-thermostat:before{content:"󰎓"}.mdi-thermostat-box:before{content:"󰢑"}.mdi-thought-bubble:before{content:"󰟶"}.mdi-thought-bubble-outline:before{content:"󰟷"}.mdi-thumb-down:before{content:"󰔑"}.mdi-thumb-down-outline:before{content:"󰔒"}.mdi-thumb-up:before{content:"󰔓"}.mdi-thumb-up-outline:before{content:"󰔔"}.mdi-thumbs-up-down:before{content:"󰔕"}.mdi-ticket:before{content:"󰔖"}.mdi-ticket-account:before{content:"󰔗"}.mdi-ticket-confirmation:before{content:"󰔘"}.mdi-ticket-confirmation-outline:before{content:"󱎪"}.mdi-ticket-outline:before{content:"󰤓"}.mdi-ticket-percent:before{content:"󰜤"}.mdi-tie:before{content:"󰔙"}.mdi-tilde:before{content:"󰜥"}.mdi-timelapse:before{content:"󰔚"}.mdi-timeline:before{content:"󰯑"}.mdi-timeline-alert:before{content:"󰾕"}.mdi-timeline-alert-outline:before{content:"󰾘"}.mdi-timeline-clock:before{content:"󱇻"}.mdi-timeline-clock-outline:before{content:"󱇼"}.mdi-timeline-help:before{content:"󰾙"}.mdi-timeline-help-outline:before{content:"󰾚"}.mdi-timeline-outline:before{content:"󰯒"}.mdi-timeline-plus:before{content:"󰾖"}.mdi-timeline-plus-outline:before{content:"󰾗"}.mdi-timeline-text:before{content:"󰯓"}.mdi-timeline-text-outline:before{content:"󰯔"}.mdi-timer:before{content:"󱎫"}.mdi-timer-10:before{content:"󰔜"}.mdi-timer-3:before{content:"󰔝"}.mdi-timer-off:before{content:"󱎬"}.mdi-timer-off-outline:before{content:"󰔞"}.mdi-timer-outline:before{content:"󰔛"}.mdi-timer-sand:before{content:"󰔟"}.mdi-timer-sand-empty:before{content:"󰚭"}.mdi-timer-sand-full:before{content:"󰞌"}.mdi-timetable:before{content:"󰔠"}.mdi-toaster:before{content:"󱁣"}.mdi-toaster-off:before{content:"󱆷"}.mdi-toaster-oven:before{content:"󰳓"}.mdi-toggle-switch:before{content:"󰔡"}.mdi-toggle-switch-off:before{content:"󰔢"}.mdi-toggle-switch-off-outline:before{content:"󰨙"}.mdi-toggle-switch-outline:before{content:"󰨚"}.mdi-toilet:before{content:"󰦫"}.mdi-toolbox:before{content:"󰦬"}.mdi-toolbox-outline:before{content:"󰦭"}.mdi-tools:before{content:"󱁤"}.mdi-tooltip:before{content:"󰔣"}.mdi-tooltip-account:before{content:"󰀌"}.mdi-tooltip-edit:before{content:"󰔤"}.mdi-tooltip-edit-outline:before{content:"󱋅"}.mdi-tooltip-image:before{content:"󰔥"}.mdi-tooltip-image-outline:before{content:"󰯕"}.mdi-tooltip-outline:before{content:"󰔦"}.mdi-tooltip-plus:before{content:"󰯖"}.mdi-tooltip-plus-outline:before{content:"󰔧"}.mdi-tooltip-text:before{content:"󰔨"}.mdi-tooltip-text-outline:before{content:"󰯗"}.mdi-tooth:before{content:"󰣃"}.mdi-tooth-outline:before{content:"󰔩"}.mdi-toothbrush:before{content:"󱄩"}.mdi-toothbrush-electric:before{content:"󱄬"}.mdi-toothbrush-paste:before{content:"󱄪"}.mdi-tortoise:before{content:"󰴻"}.mdi-toslink:before{content:"󱊸"}.mdi-tournament:before{content:"󰦮"}.mdi-tow-truck:before{content:"󰠼"}.mdi-tower-beach:before{content:"󰚁"}.mdi-tower-fire:before{content:"󰚂"}.mdi-toy-brick:before{content:"󱊈"}.mdi-toy-brick-marker:before{content:"󱊉"}.mdi-toy-brick-marker-outline:before{content:"󱊊"}.mdi-toy-brick-minus:before{content:"󱊋"}.mdi-toy-brick-minus-outline:before{content:"󱊌"}.mdi-toy-brick-outline:before{content:"󱊍"}.mdi-toy-brick-plus:before{content:"󱊎"}.mdi-toy-brick-plus-outline:before{content:"󱊏"}.mdi-toy-brick-remove:before{content:"󱊐"}.mdi-toy-brick-remove-outline:before{content:"󱊑"}.mdi-toy-brick-search:before{content:"󱊒"}.mdi-toy-brick-search-outline:before{content:"󱊓"}.mdi-track-light:before{content:"󰤔"}.mdi-trackpad:before{content:"󰟸"}.mdi-trackpad-lock:before{content:"󰤳"}.mdi-tractor:before{content:"󰢒"}.mdi-trademark:before{content:"󰩸"}.mdi-traffic-cone:before{content:"󱍼"}.mdi-traffic-light:before{content:"󰔫"}.mdi-train:before{content:"󰔬"}.mdi-train-car:before{content:"󰯘"}.mdi-train-variant:before{content:"󰣄"}.mdi-tram:before{content:"󰔭"}.mdi-tram-side:before{content:"󰿧"}.mdi-transcribe:before{content:"󰔮"}.mdi-transcribe-close:before{content:"󰔯"}.mdi-transfer:before{content:"󱁥"}.mdi-transfer-down:before{content:"󰶡"}.mdi-transfer-left:before{content:"󰶢"}.mdi-transfer-right:before{content:"󰔰"}.mdi-transfer-up:before{content:"󰶣"}.mdi-transit-connection:before{content:"󰴼"}.mdi-transit-connection-variant:before{content:"󰴽"}.mdi-transit-detour:before{content:"󰾋"}.mdi-transit-transfer:before{content:"󰚮"}.mdi-transition:before{content:"󰤕"}.mdi-transition-masked:before{content:"󰤖"}.mdi-translate:before{content:"󰗊"}.mdi-translate-off:before{content:"󰸆"}.mdi-transmission-tower:before{content:"󰴾"}.mdi-trash-can:before{content:"󰩹"}.mdi-trash-can-outline:before{content:"󰩺"}.mdi-tray:before{content:"󱊔"}.mdi-tray-alert:before{content:"󱊕"}.mdi-tray-full:before{content:"󱊖"}.mdi-tray-minus:before{content:"󱊗"}.mdi-tray-plus:before{content:"󱊘"}.mdi-tray-remove:before{content:"󱊙"}.mdi-treasure-chest:before{content:"󰜦"}.mdi-tree:before{content:"󰔱"}.mdi-tree-outline:before{content:"󰹩"}.mdi-trello:before{content:"󰔲"}.mdi-trending-down:before{content:"󰔳"}.mdi-trending-neutral:before{content:"󰔴"}.mdi-trending-up:before{content:"󰔵"}.mdi-triangle:before{content:"󰔶"}.mdi-triangle-outline:before{content:"󰔷"}.mdi-triforce:before{content:"󰯙"}.mdi-trophy:before{content:"󰔸"}.mdi-trophy-award:before{content:"󰔹"}.mdi-trophy-broken:before{content:"󰶤"}.mdi-trophy-outline:before{content:"󰔺"}.mdi-trophy-variant:before{content:"󰔻"}.mdi-trophy-variant-outline:before{content:"󰔼"}.mdi-truck:before{content:"󰔽"}.mdi-truck-check:before{content:"󰳔"}.mdi-truck-check-outline:before{content:"󱊚"}.mdi-truck-delivery:before{content:"󰔾"}.mdi-truck-delivery-outline:before{content:"󱊛"}.mdi-truck-fast:before{content:"󰞈"}.mdi-truck-fast-outline:before{content:"󱊜"}.mdi-truck-outline:before{content:"󱊝"}.mdi-truck-trailer:before{content:"󰜧"}.mdi-trumpet:before{content:"󱂖"}.mdi-tshirt-crew:before{content:"󰩻"}.mdi-tshirt-crew-outline:before{content:"󰔿"}.mdi-tshirt-v:before{content:"󰩼"}.mdi-tshirt-v-outline:before{content:"󰕀"}.mdi-tumble-dryer:before{content:"󰤗"}.mdi-tumble-dryer-alert:before{content:"󱆺"}.mdi-tumble-dryer-off:before{content:"󱆻"}.mdi-tune:before{content:"󰘮"}.mdi-tune-vertical:before{content:"󰙪"}.mdi-turnstile:before{content:"󰳕"}.mdi-turnstile-outline:before{content:"󰳖"}.mdi-turtle:before{content:"󰳗"}.mdi-twitch:before{content:"󰕃"}.mdi-twitter:before{content:"󰕄"}.mdi-twitter-retweet:before{content:"󰕇"}.mdi-two-factor-authentication:before{content:"󰦯"}.mdi-typewriter:before{content:"󰼭"}.mdi-ubisoft:before{content:"󰯚"}.mdi-ubuntu:before{content:"󰕈"}.mdi-ufo:before{content:"󱃄"}.mdi-ufo-outline:before{content:"󱃅"}.mdi-ultra-high-definition:before{content:"󰟹"}.mdi-umbraco:before{content:"󰕉"}.mdi-umbrella:before{content:"󰕊"}.mdi-umbrella-closed:before{content:"󰦰"}.mdi-umbrella-outline:before{content:"󰕋"}.mdi-undo:before{content:"󰕌"}.mdi-undo-variant:before{content:"󰕍"}.mdi-unfold-less-horizontal:before{content:"󰕎"}.mdi-unfold-less-vertical:before{content:"󰝠"}.mdi-unfold-more-horizontal:before{content:"󰕏"}.mdi-unfold-more-vertical:before{content:"󰝡"}.mdi-ungroup:before{content:"󰕐"}.mdi-unicode:before{content:"󰻐"}.mdi-unity:before{content:"󰚯"}.mdi-unreal:before{content:"󰦱"}.mdi-untappd:before{content:"󰕑"}.mdi-update:before{content:"󰚰"}.mdi-upload:before{content:"󰕒"}.mdi-upload-lock:before{content:"󱍳"}.mdi-upload-lock-outline:before{content:"󱍴"}.mdi-upload-multiple:before{content:"󰠽"}.mdi-upload-network:before{content:"󰛶"}.mdi-upload-network-outline:before{content:"󰳘"}.mdi-upload-off:before{content:"󱃆"}.mdi-upload-off-outline:before{content:"󱃇"}.mdi-upload-outline:before{content:"󰸇"}.mdi-usb:before{content:"󰕓"}.mdi-usb-flash-drive:before{content:"󱊞"}.mdi-usb-flash-drive-outline:before{content:"󱊟"}.mdi-usb-port:before{content:"󱇰"}.mdi-valve:before{content:"󱁦"}.mdi-valve-closed:before{content:"󱁧"}.mdi-valve-open:before{content:"󱁨"}.mdi-van-passenger:before{content:"󰟺"}.mdi-van-utility:before{content:"󰟻"}.mdi-vanish:before{content:"󰟼"}.mdi-vanity-light:before{content:"󱇡"}.mdi-variable:before{content:"󰫧"}.mdi-variable-box:before{content:"󱄑"}.mdi-vector-arrange-above:before{content:"󰕔"}.mdi-vector-arrange-below:before{content:"󰕕"}.mdi-vector-bezier:before{content:"󰫨"}.mdi-vector-circle:before{content:"󰕖"}.mdi-vector-circle-variant:before{content:"󰕗"}.mdi-vector-combine:before{content:"󰕘"}.mdi-vector-curve:before{content:"󰕙"}.mdi-vector-difference:before{content:"󰕚"}.mdi-vector-difference-ab:before{content:"󰕛"}.mdi-vector-difference-ba:before{content:"󰕜"}.mdi-vector-ellipse:before{content:"󰢓"}.mdi-vector-intersection:before{content:"󰕝"}.mdi-vector-line:before{content:"󰕞"}.mdi-vector-link:before{content:"󰿨"}.mdi-vector-point:before{content:"󰕟"}.mdi-vector-polygon:before{content:"󰕠"}.mdi-vector-polyline:before{content:"󰕡"}.mdi-vector-polyline-edit:before{content:"󱈥"}.mdi-vector-polyline-minus:before{content:"󱈦"}.mdi-vector-polyline-plus:before{content:"󱈧"}.mdi-vector-polyline-remove:before{content:"󱈨"}.mdi-vector-radius:before{content:"󰝊"}.mdi-vector-rectangle:before{content:"󰗆"}.mdi-vector-selection:before{content:"󰕢"}.mdi-vector-square:before{content:"󰀁"}.mdi-vector-triangle:before{content:"󰕣"}.mdi-vector-union:before{content:"󰕤"}.mdi-vhs:before{content:"󰨛"}.mdi-vibrate:before{content:"󰕦"}.mdi-vibrate-off:before{content:"󰳙"}.mdi-video:before{content:"󰕧"}.mdi-video-3d:before{content:"󰟽"}.mdi-video-3d-variant:before{content:"󰻑"}.mdi-video-4k-box:before{content:"󰠾"}.mdi-video-account:before{content:"󰤙"}.mdi-video-box:before{content:"󰃽"}.mdi-video-box-off:before{content:"󰃾"}.mdi-video-check:before{content:"󱁩"}.mdi-video-check-outline:before{content:"󱁪"}.mdi-video-image:before{content:"󰤚"}.mdi-video-input-antenna:before{content:"󰠿"}.mdi-video-input-component:before{content:"󰡀"}.mdi-video-input-hdmi:before{content:"󰡁"}.mdi-video-input-scart:before{content:"󰾌"}.mdi-video-input-svideo:before{content:"󰡂"}.mdi-video-minus:before{content:"󰦲"}.mdi-video-minus-outline:before{content:"󰊺"}.mdi-video-off:before{content:"󰕨"}.mdi-video-off-outline:before{content:"󰯛"}.mdi-video-outline:before{content:"󰯜"}.mdi-video-plus:before{content:"󰦳"}.mdi-video-plus-outline:before{content:"󰇓"}.mdi-video-stabilization:before{content:"󰤛"}.mdi-video-switch:before{content:"󰕩"}.mdi-video-switch-outline:before{content:"󰞐"}.mdi-video-vintage:before{content:"󰨜"}.mdi-video-wireless:before{content:"󰻒"}.mdi-video-wireless-outline:before{content:"󰻓"}.mdi-view-agenda:before{content:"󰕪"}.mdi-view-agenda-outline:before{content:"󱇘"}.mdi-view-array:before{content:"󰕫"}.mdi-view-carousel:before{content:"󰕬"}.mdi-view-column:before{content:"󰕭"}.mdi-view-comfy:before{content:"󰹪"}.mdi-view-compact:before{content:"󰹫"}.mdi-view-compact-outline:before{content:"󰹬"}.mdi-view-dashboard:before{content:"󰕮"}.mdi-view-dashboard-outline:before{content:"󰨝"}.mdi-view-dashboard-variant:before{content:"󰡃"}.mdi-view-day:before{content:"󰕯"}.mdi-view-grid:before{content:"󰕰"}.mdi-view-grid-outline:before{content:"󱇙"}.mdi-view-grid-plus:before{content:"󰾍"}.mdi-view-grid-plus-outline:before{content:"󱇚"}.mdi-view-headline:before{content:"󰕱"}.mdi-view-list:before{content:"󰕲"}.mdi-view-module:before{content:"󰕳"}.mdi-view-parallel:before{content:"󰜨"}.mdi-view-quilt:before{content:"󰕴"}.mdi-view-sequential:before{content:"󰜩"}.mdi-view-split-horizontal:before{content:"󰯋"}.mdi-view-split-vertical:before{content:"󰯌"}.mdi-view-stream:before{content:"󰕵"}.mdi-view-week:before{content:"󰕶"}.mdi-vimeo:before{content:"󰕷"}.mdi-violin:before{content:"󰘏"}.mdi-virtual-reality:before{content:"󰢔"}.mdi-vk:before{content:"󰕹"}.mdi-vlc:before{content:"󰕼"}.mdi-voice-off:before{content:"󰻔"}.mdi-voicemail:before{content:"󰕽"}.mdi-volleyball:before{content:"󰦴"}.mdi-volume-high:before{content:"󰕾"}.mdi-volume-low:before{content:"󰕿"}.mdi-volume-medium:before{content:"󰖀"}.mdi-volume-minus:before{content:"󰝞"}.mdi-volume-mute:before{content:"󰝟"}.mdi-volume-off:before{content:"󰖁"}.mdi-volume-plus:before{content:"󰝝"}.mdi-volume-source:before{content:"󱄠"}.mdi-volume-variant-off:before{content:"󰸈"}.mdi-volume-vibrate:before{content:"󱄡"}.mdi-vote:before{content:"󰨟"}.mdi-vote-outline:before{content:"󰨠"}.mdi-vpn:before{content:"󰖂"}.mdi-vuejs:before{content:"󰡄"}.mdi-vuetify:before{content:"󰹭"}.mdi-walk:before{content:"󰖃"}.mdi-wall:before{content:"󰟾"}.mdi-wall-sconce:before{content:"󰤜"}.mdi-wall-sconce-flat:before{content:"󰤝"}.mdi-wall-sconce-flat-variant:before{content:"󰐜"}.mdi-wall-sconce-round:before{content:"󰝈"}.mdi-wall-sconce-round-variant:before{content:"󰤞"}.mdi-wallet:before{content:"󰖄"}.mdi-wallet-giftcard:before{content:"󰖅"}.mdi-wallet-membership:before{content:"󰖆"}.mdi-wallet-outline:before{content:"󰯝"}.mdi-wallet-plus:before{content:"󰾎"}.mdi-wallet-plus-outline:before{content:"󰾏"}.mdi-wallet-travel:before{content:"󰖇"}.mdi-wallpaper:before{content:"󰸉"}.mdi-wan:before{content:"󰖈"}.mdi-wardrobe:before{content:"󰾐"}.mdi-wardrobe-outline:before{content:"󰾑"}.mdi-warehouse:before{content:"󰾁"}.mdi-washing-machine:before{content:"󰜪"}.mdi-washing-machine-alert:before{content:"󱆼"}.mdi-washing-machine-off:before{content:"󱆽"}.mdi-watch:before{content:"󰖉"}.mdi-watch-export:before{content:"󰖊"}.mdi-watch-export-variant:before{content:"󰢕"}.mdi-watch-import:before{content:"󰖋"}.mdi-watch-import-variant:before{content:"󰢖"}.mdi-watch-variant:before{content:"󰢗"}.mdi-watch-vibrate:before{content:"󰚱"}.mdi-watch-vibrate-off:before{content:"󰳚"}.mdi-water:before{content:"󰖌"}.mdi-water-boiler:before{content:"󰾒"}.mdi-water-boiler-alert:before{content:"󱆳"}.mdi-water-boiler-off:before{content:"󱆴"}.mdi-water-off:before{content:"󰖍"}.mdi-water-outline:before{content:"󰸊"}.mdi-water-percent:before{content:"󰖎"}.mdi-water-polo:before{content:"󱊠"}.mdi-water-pump:before{content:"󰖏"}.mdi-water-pump-off:before{content:"󰾓"}.mdi-water-well:before{content:"󱁫"}.mdi-water-well-outline:before{content:"󱁬"}.mdi-watermark:before{content:"󰘒"}.mdi-wave:before{content:"󰼮"}.mdi-waves:before{content:"󰞍"}.mdi-waze:before{content:"󰯞"}.mdi-weather-cloudy:before{content:"󰖐"}.mdi-weather-cloudy-alert:before{content:"󰼯"}.mdi-weather-cloudy-arrow-right:before{content:"󰹮"}.mdi-weather-fog:before{content:"󰖑"}.mdi-weather-hail:before{content:"󰖒"}.mdi-weather-hazy:before{content:"󰼰"}.mdi-weather-hurricane:before{content:"󰢘"}.mdi-weather-lightning:before{content:"󰖓"}.mdi-weather-lightning-rainy:before{content:"󰙾"}.mdi-weather-night:before{content:"󰖔"}.mdi-weather-night-partly-cloudy:before{content:"󰼱"}.mdi-weather-partly-cloudy:before{content:"󰖕"}.mdi-weather-partly-lightning:before{content:"󰼲"}.mdi-weather-partly-rainy:before{content:"󰼳"}.mdi-weather-partly-snowy:before{content:"󰼴"}.mdi-weather-partly-snowy-rainy:before{content:"󰼵"}.mdi-weather-pouring:before{content:"󰖖"}.mdi-weather-rainy:before{content:"󰖗"}.mdi-weather-snowy:before{content:"󰖘"}.mdi-weather-snowy-heavy:before{content:"󰼶"}.mdi-weather-snowy-rainy:before{content:"󰙿"}.mdi-weather-sunny:before{content:"󰖙"}.mdi-weather-sunny-alert:before{content:"󰼷"}.mdi-weather-sunset:before{content:"󰖚"}.mdi-weather-sunset-down:before{content:"󰖛"}.mdi-weather-sunset-up:before{content:"󰖜"}.mdi-weather-tornado:before{content:"󰼸"}.mdi-weather-windy:before{content:"󰖝"}.mdi-weather-windy-variant:before{content:"󰖞"}.mdi-web:before{content:"󰖟"}.mdi-web-box:before{content:"󰾔"}.mdi-web-clock:before{content:"󱉊"}.mdi-webcam:before{content:"󰖠"}.mdi-webhook:before{content:"󰘯"}.mdi-webpack:before{content:"󰜫"}.mdi-webrtc:before{content:"󱉈"}.mdi-wechat:before{content:"󰘑"}.mdi-weight:before{content:"󰖡"}.mdi-weight-gram:before{content:"󰴿"}.mdi-weight-kilogram:before{content:"󰖢"}.mdi-weight-lifter:before{content:"󱅝"}.mdi-weight-pound:before{content:"󰦵"}.mdi-whatsapp:before{content:"󰖣"}.mdi-wheelchair-accessibility:before{content:"󰖤"}.mdi-whistle:before{content:"󰦶"}.mdi-whistle-outline:before{content:"󱊼"}.mdi-white-balance-auto:before{content:"󰖥"}.mdi-white-balance-incandescent:before{content:"󰖦"}.mdi-white-balance-iridescent:before{content:"󰖧"}.mdi-white-balance-sunny:before{content:"󰖨"}.mdi-widgets:before{content:"󰜬"}.mdi-widgets-outline:before{content:"󱍕"}.mdi-wifi:before{content:"󰖩"}.mdi-wifi-off:before{content:"󰖪"}.mdi-wifi-star:before{content:"󰸋"}.mdi-wifi-strength-1:before{content:"󰤟"}.mdi-wifi-strength-1-alert:before{content:"󰤠"}.mdi-wifi-strength-1-lock:before{content:"󰤡"}.mdi-wifi-strength-2:before{content:"󰤢"}.mdi-wifi-strength-2-alert:before{content:"󰤣"}.mdi-wifi-strength-2-lock:before{content:"󰤤"}.mdi-wifi-strength-3:before{content:"󰤥"}.mdi-wifi-strength-3-alert:before{content:"󰤦"}.mdi-wifi-strength-3-lock:before{content:"󰤧"}.mdi-wifi-strength-4:before{content:"󰤨"}.mdi-wifi-strength-4-alert:before{content:"󰤩"}.mdi-wifi-strength-4-lock:before{content:"󰤪"}.mdi-wifi-strength-alert-outline:before{content:"󰤫"}.mdi-wifi-strength-lock-outline:before{content:"󰤬"}.mdi-wifi-strength-off:before{content:"󰤭"}.mdi-wifi-strength-off-outline:before{content:"󰤮"}.mdi-wifi-strength-outline:before{content:"󰤯"}.mdi-wikipedia:before{content:"󰖬"}.mdi-wind-turbine:before{content:"󰶥"}.mdi-window-close:before{content:"󰖭"}.mdi-window-closed:before{content:"󰖮"}.mdi-window-closed-variant:before{content:"󱇛"}.mdi-window-maximize:before{content:"󰖯"}.mdi-window-minimize:before{content:"󰖰"}.mdi-window-open:before{content:"󰖱"}.mdi-window-open-variant:before{content:"󱇜"}.mdi-window-restore:before{content:"󰖲"}.mdi-window-shutter:before{content:"󱄜"}.mdi-window-shutter-alert:before{content:"󱄝"}.mdi-window-shutter-open:before{content:"󱄞"}.mdi-wiper:before{content:"󰫩"}.mdi-wiper-wash:before{content:"󰶦"}.mdi-wordpress:before{content:"󰖴"}.mdi-wrap:before{content:"󰖶"}.mdi-wrap-disabled:before{content:"󰯟"}.mdi-wrench:before{content:"󰖷"}.mdi-wrench-outline:before{content:"󰯠"}.mdi-xamarin:before{content:"󰡅"}.mdi-xamarin-outline:before{content:"󰡆"}.mdi-xing:before{content:"󰖾"}.mdi-xml:before{content:"󰗀"}.mdi-xmpp:before{content:"󰟿"}.mdi-y-combinator:before{content:"󰘤"}.mdi-yahoo:before{content:"󰭏"}.mdi-yeast:before{content:"󰗁"}.mdi-yin-yang:before{content:"󰚀"}.mdi-yoga:before{content:"󱅼"}.mdi-youtube:before{content:"󰗃"}.mdi-youtube-gaming:before{content:"󰡈"}.mdi-youtube-studio:before{content:"󰡇"}.mdi-youtube-subscription:before{content:"󰵀"}.mdi-youtube-tv:before{content:"󰑈"}.mdi-z-wave:before{content:"󰫪"}.mdi-zend:before{content:"󰫫"}.mdi-zigbee:before{content:"󰵁"}.mdi-zip-box:before{content:"󰗄"}.mdi-zip-box-outline:before{content:"󰿺"}.mdi-zip-disk:before{content:"󰨣"}.mdi-zodiac-aquarius:before{content:"󰩽"}.mdi-zodiac-aries:before{content:"󰩾"}.mdi-zodiac-cancer:before{content:"󰩿"}.mdi-zodiac-capricorn:before{content:"󰪀"}.mdi-zodiac-gemini:before{content:"󰪁"}.mdi-zodiac-leo:before{content:"󰪂"}.mdi-zodiac-libra:before{content:"󰪃"}.mdi-zodiac-pisces:before{content:"󰪄"}.mdi-zodiac-sagittarius:before{content:"󰪅"}.mdi-zodiac-scorpio:before{content:"󰪆"}.mdi-zodiac-taurus:before{content:"󰪇"}.mdi-zodiac-virgo:before{content:"󰪈"}.mdi-blank:before{content:"";visibility:hidden}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px}.mdi-dark:before{color:rgba(0,0,0,.54)}.mdi-dark.mdi-inactive:before{color:rgba(0,0,0,.26)}.mdi-light:before{color:#fff}.mdi-light.mdi-inactive:before{color:hsla(0,0%,100%,.3)}.mdi-rotate-45:before{transform:rotate(45deg)}.mdi-rotate-90:before{transform:rotate(90deg)}.mdi-rotate-135:before{transform:rotate(135deg)}.mdi-rotate-180:before{transform:rotate(180deg)}.mdi-rotate-225:before{transform:rotate(225deg)}.mdi-rotate-270:before{transform:rotate(270deg)}.mdi-rotate-315:before{transform:rotate(315deg)}.mdi-flip-h:before{transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.mdi-flip-v:before{transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.mdi-spin:before{animation:mdi-spin 2s linear infinite}.bx{font-family:"boxicons"!important;font-weight:400;font-style:normal;font-feature-settings:normal;font-variant:normal;line-height:1;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bx-ul{margin-left:2em;padding-left:0;list-style:none}.bx-ul>li{position:relative}.bx-ul .bx{font-size:inherit;line-height:inherit;position:absolute;left:-2em;width:2em;text-align:center}.bx-spin,.bx-spin-hover:hover{animation:spin 2s linear infinite}.bx-tada,.bx-tada-hover:hover{animation:tada 1.5s ease infinite}.bx-flashing,.bx-flashing-hover:hover{animation:flashing 1.5s linear infinite}.bx-burst,.bx-burst-hover:hover{animation:burst 1.5s linear infinite}.bx-fade-up,.bx-fade-up-hover:hover{animation:fade-up 1.5s linear infinite}.bx-fade-down,.bx-fade-down-hover:hover{animation:fade-down 1.5s linear infinite}.bx-fade-left,.bx-fade-left-hover:hover{animation:fade-left 1.5s linear infinite}.bx-fade-right,.bx-fade-right-hover:hover{animation:fade-right 1.5s linear infinite}.bx-xs{font-size:1rem!important}.bx-sm{font-size:1.55rem!important}.bx-md{font-size:2.25rem!important}.bx-fw{font-size:1.2857142857em;line-height:.8em;width:1.2857142857em;height:.8em;margin-top:-.2em!important;vertical-align:middle}.bx-lg{font-size:3rem!important}.bx-pull-left{float:left;margin-right:.3em!important}.bx-pull-right{float:right;margin-left:.3em!important}.bx-rotate-90{transform:rotate(90deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"}.bx-rotate-180{transform:rotate(180deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"}.bx-rotate-270{transform:rotate(270deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"}.bx-flip-horizontal{transform:scaleX(-1);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"}.bx-flip-vertical{transform:scaleY(-1);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.bx-border{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:.25em}.bx-border-circle{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:50%}.bxl-500px:before{content:""}.bxl-adobe:before{content:""}.bxl-airbnb:before{content:""}.bxl-algolia:before{content:""}.bxl-amazon:before{content:""}.bxl-android:before{content:""}.bxl-angular:before{content:""}.bxl-apple:before{content:""}.bxl-audible:before{content:""}.bxl-baidu:before{content:""}.bxl-behance:before{content:""}.bxl-bing:before{content:""}.bxl-bitcoin:before{content:""}.bxl-blogger:before{content:""}.bxl-bootstrap:before{content:""}.bxl-chrome:before{content:""}.bxl-codepen:before{content:""}.bxl-creative-commons:before{content:""}.bxl-css3:before{content:""}.bxl-dailymotion:before{content:""}.bxl-deviantart:before{content:""}.bxl-dev-to:before{content:""}.bxl-digg:before{content:""}.bxl-digitalocean:before{content:""}.bxl-discord:before{content:""}.bxl-discourse:before{content:""}.bxl-dribbble:before{content:""}.bxl-dropbox:before{content:""}.bxl-drupal:before{content:""}.bxl-ebay:before{content:""}.bxl-edge:before{content:""}.bxl-etsy:before{content:""}.bxl-facebook:before{content:""}.bxl-facebook-circle:before{content:""}.bxl-facebook-square:before{content:""}.bxl-figma:before{content:""}.bxl-firefox:before{content:""}.bxl-flickr:before{content:""}.bxl-flickr-square:before{content:""}.bxl-foursquare:before{content:""}.bxl-git:before{content:""}.bxl-github:before{content:""}.bxl-gitlab:before{content:""}.bxl-google:before{content:""}.bxl-google-plus:before{content:""}.bxl-google-plus-circle:before{content:""}.bxl-html5:before{content:""}.bxl-imdb:before{content:""}.bxl-instagram:before{content:""}.bxl-instagram-alt:before{content:""}.bxl-internet-explorer:before{content:""}.bxl-invision:before{content:""}.bxl-javascript:before{content:""}.bxl-joomla:before{content:""}.bxl-jquery:before{content:""}.bxl-jsfiddle:before{content:""}.bxl-kickstarter:before{content:""}.bxl-less:before{content:""}.bxl-linkedin:before{content:""}.bxl-linkedin-square:before{content:""}.bxl-magento:before{content:""}.bxl-mailchimp:before{content:""}.bxl-mastercard:before{content:""}.bxl-medium:before{content:""}.bxl-medium-old:before{content:""}.bxl-medium-square:before{content:""}.bxl-messenger:before{content:""}.bxl-microsoft:before{content:""}.bxl-nodejs:before{content:""}.bxl-opera:before{content:""}.bxl-patreon:before{content:""}.bxl-paypal:before{content:""}.bxl-periscope:before{content:""}.bxl-pinterest:before{content:""}.bxl-pinterest-alt:before{content:""}.bxl-play-store:before{content:""}.bxl-pocket:before{content:""}.bxl-product-hunt:before{content:""}.bxl-quora:before{content:""}.bxl-react:before{content:""}.bxl-redbubble:before{content:""}.bxl-reddit:before{content:""}.bxl-redux:before{content:""}.bxl-sass:before{content:""}.bxl-shopify:before{content:""}.bxl-skype:before{content:""}.bxl-slack:before{content:""}.bxl-slack-old:before{content:""}.bxl-snapchat:before{content:""}.bxl-soundcloud:before{content:""}.bxl-spotify:before{content:""}.bxl-squarespace:before{content:""}.bxl-stack-overflow:before{content:""}.bxl-stripe:before{content:""}.bxl-telegram:before{content:""}.bxl-trello:before{content:""}.bxl-tumblr:before{content:""}.bxl-twitch:before{content:""}.bxl-twitter:before{content:""}.bxl-unsplash:before{content:""}.bxl-vimeo:before{content:""}.bxl-visa:before{content:""}.bxl-vk:before{content:""}.bxl-vuejs:before{content:""}.bxl-whatsapp:before{content:""}.bxl-whatsapp-square:before{content:""}.bxl-wikipedia:before{content:""}.bxl-windows:before{content:""}.bxl-wix:before{content:""}.bxl-wordpress:before{content:""}.bxl-yahoo:before{content:""}.bxl-yelp:before{content:""}.bxl-youtube:before{content:""}.bx-abacus:before{content:""}.bx-accessibility:before{content:""}.bx-add-to-queue:before{content:""}.bx-adjust:before{content:""}.bx-alarm:before{content:""}.bx-alarm-add:before{content:""}.bx-alarm-exclamation:before{content:""}.bx-alarm-off:before{content:""}.bx-alarm-snooze:before{content:""}.bx-album:before{content:""}.bx-align-justify:before{content:""}.bx-align-left:before{content:""}.bx-align-middle:before{content:""}.bx-align-right:before{content:""}.bx-analyse:before{content:""}.bx-anchor:before{content:""}.bx-angry:before{content:""}.bx-aperture:before{content:""}.bx-arch:before{content:""}.bx-archive:before{content:""}.bx-archive-in:before{content:""}.bx-archive-out:before{content:""}.bx-area:before{content:""}.bx-arrow-back:before{content:""}.bx-arrow-from-bottom:before{content:""}.bx-arrow-from-left:before{content:""}.bx-arrow-from-right:before{content:""}.bx-arrow-from-top:before{content:""}.bx-arrow-to-bottom:before{content:""}.bx-arrow-to-left:before{content:""}.bx-arrow-to-right:before{content:""}.bx-arrow-to-top:before{content:""}.bx-at:before{content:""}.bx-atom:before{content:""}.bx-award:before{content:""}.bx-badge:before{content:""}.bx-badge-check:before{content:""}.bx-ball:before{content:""}.bx-band-aid:before{content:""}.bx-bar-chart:before{content:""}.bx-bar-chart-alt:before{content:""}.bx-bar-chart-alt-2:before{content:""}.bx-bar-chart-square:before{content:""}.bx-barcode:before{content:""}.bx-barcode-reader:before{content:""}.bx-baseball:before{content:""}.bx-basket:before{content:""}.bx-basketball:before{content:""}.bx-bath:before{content:""}.bx-battery:before{content:""}.bx-bed:before{content:""}.bx-been-here:before{content:""}.bx-beer:before{content:""}.bx-bell:before{content:""}.bx-bell-minus:before{content:""}.bx-bell-off:before{content:""}.bx-bell-plus:before{content:""}.bx-bible:before{content:""}.bx-bitcoin:before{content:""}.bx-blanket:before{content:""}.bx-block:before{content:""}.bx-bluetooth:before{content:""}.bx-body:before{content:""}.bx-bold:before{content:""}.bx-bolt-circle:before{content:""}.bx-bomb:before{content:""}.bx-bone:before{content:""}.bx-bong:before{content:""}.bx-book:before{content:""}.bx-book-add:before{content:""}.bx-book-alt:before{content:""}.bx-book-bookmark:before{content:""}.bx-book-content:before{content:""}.bx-book-heart:before{content:""}.bx-bookmark:before{content:""}.bx-bookmark-minus:before{content:""}.bx-bookmark-plus:before{content:""}.bx-bookmarks:before{content:""}.bx-book-open:before{content:""}.bx-book-reader:before{content:""}.bx-border-all:before{content:""}.bx-border-bottom:before{content:""}.bx-border-inner:before{content:""}.bx-border-left:before{content:""}.bx-border-none:before{content:""}.bx-border-outer:before{content:""}.bx-border-radius:before{content:""}.bx-border-right:before{content:""}.bx-border-top:before{content:""}.bx-bot:before{content:""}.bx-bowling-ball:before{content:""}.bx-box:before{content:""}.bx-bracket:before{content:""}.bx-braille:before{content:""}.bx-brain:before{content:""}.bx-briefcase:before{content:""}.bx-briefcase-alt:before{content:""}.bx-briefcase-alt-2:before{content:""}.bx-brightness:before{content:""}.bx-brightness-half:before{content:""}.bx-broadcast:before{content:""}.bx-brush:before{content:""}.bx-brush-alt:before{content:""}.bx-bug:before{content:""}.bx-bug-alt:before{content:""}.bx-building:before{content:""}.bx-building-house:before{content:""}.bx-buildings:before{content:""}.bx-bulb:before{content:""}.bx-bullseye:before{content:""}.bx-buoy:before{content:""}.bx-bus:before{content:""}.bx-bus-school:before{content:""}.bx-cabinet:before{content:""}.bx-cake:before{content:""}.bx-calculator:before{content:""}.bx-calendar:before{content:""}.bx-calendar-alt:before{content:""}.bx-calendar-check:before{content:""}.bx-calendar-edit:before{content:""}.bx-calendar-event:before{content:""}.bx-calendar-exclamation:before{content:""}.bx-calendar-heart:before{content:""}.bx-calendar-minus:before{content:""}.bx-calendar-plus:before{content:""}.bx-calendar-star:before{content:""}.bx-calendar-week:before{content:""}.bx-calendar-x:before{content:""}.bx-camera:before{content:""}.bx-camera-home:before{content:""}.bx-camera-movie:before{content:""}.bx-camera-off:before{content:""}.bx-capsule:before{content:""}.bx-captions:before{content:""}.bx-car:before{content:""}.bx-card:before{content:""}.bx-caret-down:before{content:""}.bx-caret-down-circle:before{content:""}.bx-caret-down-square:before{content:""}.bx-caret-left:before{content:""}.bx-caret-left-circle:before{content:""}.bx-caret-left-square:before{content:""}.bx-caret-right:before{content:""}.bx-caret-right-circle:before{content:""}.bx-caret-right-square:before{content:""}.bx-caret-up:before{content:""}.bx-caret-up-circle:before{content:""}.bx-caret-up-square:before{content:""}.bx-carousel:before{content:""}.bx-cart:before{content:""}.bx-cart-alt:before{content:""}.bx-cast:before{content:""}.bx-cctv:before{content:""}.bx-certification:before{content:""}.bx-chair:before{content:""}.bx-chalkboard:before{content:""}.bx-chart:before{content:""}.bx-chat:before{content:""}.bx-check:before{content:""}.bx-checkbox:before{content:""}.bx-checkbox-checked:before{content:""}.bx-checkbox-square:before{content:""}.bx-check-circle:before{content:""}.bx-check-double:before{content:""}.bx-check-shield:before{content:""}.bx-check-square:before{content:""}.bx-chevron-down:before{content:""}.bx-chevron-down-circle:before{content:""}.bx-chevron-down-square:before{content:""}.bx-chevron-left:before{content:""}.bx-chevron-left-circle:before{content:""}.bx-chevron-left-square:before{content:""}.bx-chevron-right:before{content:""}.bx-chevron-right-circle:before{content:""}.bx-chevron-right-square:before{content:""}.bx-chevrons-down:before{content:""}.bx-chevrons-left:before{content:""}.bx-chevrons-right:before{content:""}.bx-chevrons-up:before{content:""}.bx-chevron-up:before{content:""}.bx-chevron-up-circle:before{content:""}.bx-chevron-up-square:before{content:""}.bx-chip:before{content:""}.bx-church:before{content:""}.bx-circle:before{content:""}.bx-clinic:before{content:""}.bx-clipboard:before{content:""}.bx-closet:before{content:""}.bx-cloud:before{content:""}.bx-cloud-download:before{content:""}.bx-cloud-drizzle:before{content:""}.bx-cloud-lightning:before{content:""}.bx-cloud-light-rain:before{content:""}.bx-cloud-rain:before{content:""}.bx-cloud-snow:before{content:""}.bx-cloud-upload:before{content:""}.bx-code:before{content:""}.bx-code-alt:before{content:""}.bx-code-block:before{content:""}.bx-code-curly:before{content:""}.bx-coffee:before{content:""}.bx-coffee-togo:before{content:""}.bx-cog:before{content:""}.bx-coin:before{content:""}.bx-coin-stack:before{content:""}.bx-collapse:before{content:""}.bx-collection:before{content:""}.bx-color-fill:before{content:""}.bx-columns:before{content:""}.bx-command:before{content:""}.bx-comment:before{content:""}.bx-comment-add:before{content:""}.bx-comment-check:before{content:""}.bx-comment-detail:before{content:""}.bx-comment-dots:before{content:""}.bx-comment-edit:before{content:""}.bx-comment-error:before{content:""}.bx-comment-minus:before{content:""}.bx-comment-x:before{content:""}.bx-compass:before{content:""}.bx-confused:before{content:""}.bx-conversation:before{content:""}.bx-cookie:before{content:""}.bx-cool:before{content:""}.bx-copy:before{content:""}.bx-copy-alt:before{content:""}.bx-copyright:before{content:""}.bx-credit-card:before{content:""}.bx-credit-card-alt:before{content:""}.bx-credit-card-front:before{content:""}.bx-crop:before{content:""}.bx-crosshair:before{content:""}.bx-crown:before{content:""}.bx-cube:before{content:""}.bx-cube-alt:before{content:""}.bx-cuboid:before{content:""}.bx-current-location:before{content:""}.bx-customize:before{content:""}.bx-cut:before{content:""}.bx-cycling:before{content:""}.bx-cylinder:before{content:""}.bx-data:before{content:""}.bx-desktop:before{content:""}.bx-detail:before{content:""}.bx-devices:before{content:""}.bx-dialpad:before{content:""}.bx-dialpad-alt:before{content:""}.bx-diamond:before{content:""}.bx-dice-1:before{content:""}.bx-dice-2:before{content:""}.bx-dice-3:before{content:""}.bx-dice-4:before{content:""}.bx-dice-5:before{content:""}.bx-dice-6:before{content:""}.bx-directions:before{content:""}.bx-disc:before{content:""}.bx-dish:before{content:""}.bx-dislike:before{content:""}.bx-dizzy:before{content:""}.bx-dna:before{content:""}.bx-dock-bottom:before{content:""}.bx-dock-left:before{content:""}.bx-dock-right:before{content:""}.bx-dock-top:before{content:""}.bx-dollar:before{content:""}.bx-dollar-circle:before{content:""}.bx-donate-blood:before{content:""}.bx-donate-heart:before{content:""}.bx-door-open:before{content:""}.bx-dots-horizontal:before{content:""}.bx-dots-horizontal-rounded:before{content:""}.bx-dots-vertical:before{content:""}.bx-dots-vertical-rounded:before{content:""}.bx-doughnut-chart:before{content:""}.bx-down-arrow:before{content:""}.bx-down-arrow-alt:before{content:""}.bx-down-arrow-circle:before{content:""}.bx-download:before{content:""}.bx-downvote:before{content:""}.bx-drink:before{content:""}.bx-droplet:before{content:""}.bx-dumbbell:before{content:""}.bx-duplicate:before{content:""}.bx-edit:before{content:""}.bx-edit-alt:before{content:""}.bx-envelope:before{content:""}.bx-envelope-open:before{content:""}.bx-equalizer:before{content:""}.bx-eraser:before{content:""}.bx-error:before{content:""}.bx-error-alt:before{content:""}.bx-error-circle:before{content:""}.bx-euro:before{content:""}.bx-exclude:before{content:""}.bx-exit:before{content:""}.bx-exit-fullscreen:before{content:""}.bx-expand:before{content:""}.bx-export:before{content:""}.bx-extension:before{content:""}.bx-face:before{content:""}.bx-fast-forward:before{content:""}.bx-fast-forward-circle:before{content:""}.bx-female:before{content:""}.bx-female-sign:before{content:""}.bx-file:before{content:""}.bx-file-blank:before{content:""}.bx-file-find:before{content:""}.bx-film:before{content:""}.bx-filter:before{content:""}.bx-filter-alt:before{content:""}.bx-fingerprint:before{content:""}.bx-first-aid:before{content:""}.bx-first-page:before{content:""}.bx-flag:before{content:""}.bx-folder:before{content:""}.bx-folder-minus:before{content:""}.bx-folder-open:before{content:""}.bx-folder-plus:before{content:""}.bx-font:before{content:""}.bx-font-color:before{content:""}.bx-font-family:before{content:""}.bx-font-size:before{content:""}.bx-food-menu:before{content:""}.bx-food-tag:before{content:""}.bx-football:before{content:""}.bx-fridge:before{content:""}.bx-fullscreen:before{content:""}.bx-game:before{content:""}.bx-gas-pump:before{content:""}.bx-ghost:before{content:""}.bx-gift:before{content:""}.bx-git-branch:before{content:""}.bx-git-commit:before{content:""}.bx-git-compare:before{content:""}.bx-git-merge:before{content:""}.bx-git-pull-request:before{content:""}.bx-git-repo-forked:before{content:""}.bx-glasses:before{content:""}.bx-glasses-alt:before{content:""}.bx-globe:before{content:""}.bx-globe-alt:before{content:""}.bx-grid:before{content:""}.bx-grid-alt:before{content:""}.bx-grid-horizontal:before{content:""}.bx-grid-small:before{content:""}.bx-grid-vertical:before{content:""}.bx-group:before{content:""}.bx-handicap:before{content:""}.bx-happy:before{content:""}.bx-happy-alt:before{content:""}.bx-happy-beaming:before{content:""}.bx-happy-heart-eyes:before{content:""}.bx-hash:before{content:""}.bx-hdd:before{content:""}.bx-heading:before{content:""}.bx-headphone:before{content:""}.bx-health:before{content:""}.bx-heart:before{content:""}.bx-heart-circle:before{content:""}.bx-heart-square:before{content:""}.bx-help-circle:before{content:""}.bx-hide:before{content:""}.bx-highlight:before{content:""}.bx-history:before{content:""}.bx-hive:before{content:""}.bx-home:before{content:""}.bx-home-alt:before{content:""}.bx-home-circle:before{content:""}.bx-home-heart:before{content:""}.bx-home-smile:before{content:""}.bx-horizontal-center:before{content:""}.bx-hotel:before{content:""}.bx-hourglass:before{content:""}.bx-id-card:before{content:""}.bx-image:before{content:""}.bx-image-add:before{content:""}.bx-image-alt:before{content:""}.bx-images:before{content:""}.bx-import:before{content:""}.bx-infinite:before{content:""}.bx-info-circle:before{content:""}.bx-info-square:before{content:""}.bx-intersect:before{content:""}.bx-italic:before{content:""}.bx-joystick:before{content:""}.bx-joystick-alt:before{content:""}.bx-joystick-button:before{content:""}.bx-key:before{content:""}.bx-label:before{content:""}.bx-landscape:before{content:""}.bx-laptop:before{content:""}.bx-last-page:before{content:""}.bx-laugh:before{content:""}.bx-layer:before{content:""}.bx-layer-minus:before{content:""}.bx-layer-plus:before{content:""}.bx-layout:before{content:""}.bx-left-arrow:before{content:""}.bx-left-arrow-alt:before{content:""}.bx-left-arrow-circle:before{content:""}.bx-left-down-arrow-circle:before{content:""}.bx-left-indent:before{content:""}.bx-left-top-arrow-circle:before{content:""}.bx-like:before{content:""}.bx-line-chart:before{content:""}.bx-line-chart-down:before{content:""}.bx-link:before{content:""}.bx-link-alt:before{content:""}.bx-link-external:before{content:""}.bx-lira:before{content:""}.bx-list-check:before{content:""}.bx-list-minus:before{content:""}.bx-list-ol:before{content:""}.bx-list-plus:before{content:""}.bx-list-ul:before{content:""}.bx-loader:before{content:""}.bx-loader-alt:before{content:""}.bx-loader-circle:before{content:""}.bx-location-plus:before{content:""}.bx-lock:before{content:""}.bx-lock-alt:before{content:""}.bx-lock-open:before{content:""}.bx-lock-open-alt:before{content:""}.bx-log-in:before{content:""}.bx-log-in-circle:before{content:""}.bx-log-out:before{content:""}.bx-log-out-circle:before{content:""}.bx-low-vision:before{content:""}.bx-magnet:before{content:""}.bx-mail-send:before{content:""}.bx-male:before{content:""}.bx-male-sign:before{content:""}.bx-map:before{content:""}.bx-map-alt:before{content:""}.bx-map-pin:before{content:""}.bx-mask:before{content:""}.bx-medal:before{content:""}.bx-meh:before{content:""}.bx-meh-alt:before{content:""}.bx-meh-blank:before{content:""}.bx-memory-card:before{content:""}.bx-menu:before{content:""}.bx-menu-alt-left:before{content:""}.bx-menu-alt-right:before{content:""}.bx-merge:before{content:""}.bx-message:before{content:""}.bx-message-add:before{content:""}.bx-message-alt:before{content:""}.bx-message-alt-add:before{content:""}.bx-message-alt-check:before{content:""}.bx-message-alt-detail:before{content:""}.bx-message-alt-dots:before{content:""}.bx-message-alt-edit:before{content:""}.bx-message-alt-error:before{content:""}.bx-message-alt-minus:before{content:""}.bx-message-alt-x:before{content:""}.bx-message-check:before{content:""}.bx-message-detail:before{content:""}.bx-message-dots:before{content:""}.bx-message-edit:before{content:""}.bx-message-error:before{content:""}.bx-message-minus:before{content:""}.bx-message-rounded:before{content:""}.bx-message-rounded-add:before{content:""}.bx-message-rounded-check:before{content:""}.bx-message-rounded-detail:before{content:""}.bx-message-rounded-dots:before{content:""}.bx-message-rounded-edit:before{content:""}.bx-message-rounded-error:before{content:""}.bx-message-rounded-minus:before{content:""}.bx-message-rounded-x:before{content:""}.bx-message-square:before{content:""}.bx-message-square-add:before{content:""}.bx-message-square-check:before{content:""}.bx-message-square-detail:before{content:""}.bx-message-square-dots:before{content:""}.bx-message-square-edit:before{content:""}.bx-message-square-error:before{content:""}.bx-message-square-minus:before{content:""}.bx-message-square-x:before{content:""}.bx-message-x:before{content:""}.bx-meteor:before{content:""}.bx-microchip:before{content:""}.bx-microphone:before{content:""}.bx-microphone-off:before{content:""}.bx-minus:before{content:""}.bx-minus-back:before{content:""}.bx-minus-circle:before{content:""}.bx-minus-front:before{content:""}.bx-mobile:before{content:""}.bx-mobile-alt:before{content:""}.bx-mobile-landscape:before{content:""}.bx-mobile-vibration:before{content:""}.bx-money:before{content:""}.bx-moon:before{content:""}.bx-mouse:before{content:""}.bx-mouse-alt:before{content:""}.bx-move:before{content:""}.bx-move-horizontal:before{content:""}.bx-move-vertical:before{content:""}.bx-movie:before{content:""}.bx-music:before{content:""}.bx-navigation:before{content:""}.bx-network-chart:before{content:""}.bx-news:before{content:""}.bx-no-entry:before{content:""}.bx-note:before{content:""}.bx-notepad:before{content:""}.bx-notification:before{content:""}.bx-notification-off:before{content:""}.bx-outline:before{content:""}.bx-package:before{content:""}.bx-paint:before{content:""}.bx-paint-roll:before{content:""}.bx-palette:before{content:""}.bx-paperclip:before{content:""}.bx-paper-plane:before{content:""}.bx-paragraph:before{content:""}.bx-paste:before{content:""}.bx-pause:before{content:""}.bx-pause-circle:before{content:""}.bx-pen:before{content:""}.bx-pencil:before{content:""}.bx-phone:before{content:""}.bx-phone-call:before{content:""}.bx-phone-incoming:before{content:""}.bx-phone-outgoing:before{content:""}.bx-photo-album:before{content:""}.bx-pie-chart:before{content:""}.bx-pie-chart-alt:before{content:""}.bx-pie-chart-alt-2:before{content:""}.bx-pin:before{content:""}.bx-planet:before{content:""}.bx-play:before{content:""}.bx-play-circle:before{content:""}.bx-plug:before{content:""}.bx-plus:before{content:""}.bx-plus-circle:before{content:""}.bx-plus-medical:before{content:""}.bx-pointer:before{content:""}.bx-poll:before{content:""}.bx-polygon:before{content:""}.bx-pound:before{content:""}.bx-power-off:before{content:""}.bx-printer:before{content:""}.bx-pulse:before{content:""}.bx-purchase-tag:before{content:""}.bx-purchase-tag-alt:before{content:""}.bx-pyramid:before{content:""}.bx-question-mark:before{content:""}.bx-radar:before{content:""}.bx-radio:before{content:""}.bx-radio-circle:before{content:""}.bx-radio-circle-marked:before{content:""}.bx-receipt:before{content:""}.bx-rectangle:before{content:""}.bx-recycle:before{content:""}.bx-redo:before{content:""}.bx-refresh:before{content:""}.bx-rename:before{content:""}.bx-repeat:before{content:""}.bx-reply:before{content:""}.bx-reply-all:before{content:""}.bx-repost:before{content:""}.bx-reset:before{content:""}.bx-restaurant:before{content:""}.bx-revision:before{content:""}.bx-rewind:before{content:""}.bx-rewind-circle:before{content:""}.bx-right-arrow:before{content:""}.bx-right-arrow-alt:before{content:""}.bx-right-arrow-circle:before{content:""}.bx-right-down-arrow-circle:before{content:""}.bx-right-indent:before{content:""}.bx-right-top-arrow-circle:before{content:""}.bx-rocket:before{content:""}.bx-rotate-left:before{content:""}.bx-rotate-right:before{content:""}.bx-rss:before{content:""}.bx-ruble:before{content:""}.bx-ruler:before{content:""}.bx-run:before{content:""}.bx-rupee:before{content:""}.bx-sad:before{content:""}.bx-save:before{content:""}.bx-scan:before{content:""}.bx-screenshot:before{content:""}.bx-search:before{content:""}.bx-search-alt:before{content:""}.bx-search-alt-2:before{content:""}.bx-selection:before{content:""}.bx-select-multiple:before{content:""}.bx-send:before{content:""}.bx-server:before{content:""}.bx-shape-circle:before{content:""}.bx-shape-polygon:before{content:""}.bx-shape-square:before{content:""}.bx-shape-triangle:before{content:""}.bx-share:before{content:""}.bx-share-alt:before{content:""}.bx-shekel:before{content:""}.bx-shield:before{content:""}.bx-shield-alt:before{content:""}.bx-shield-alt-2:before{content:""}.bx-shield-quarter:before{content:""}.bx-shield-x:before{content:""}.bx-shocked:before{content:""}.bx-shopping-bag:before{content:""}.bx-show:before{content:""}.bx-show-alt:before{content:""}.bx-shuffle:before{content:""}.bx-sidebar:before{content:""}.bx-sitemap:before{content:""}.bx-skip-next:before{content:""}.bx-skip-next-circle:before{content:""}.bx-skip-previous:before{content:""}.bx-skip-previous-circle:before{content:""}.bx-sleepy:before{content:""}.bx-slider:before{content:""}.bx-slider-alt:before{content:""}.bx-slideshow:before{content:""}.bx-smile:before{content:""}.bx-sort:before{content:""}.bx-sort-a-z:before{content:""}.bx-sort-down:before{content:""}.bx-sort-up:before{content:""}.bx-sort-z-a:before{content:""}.bx-spa:before{content:""}.bx-space-bar:before{content:""}.bx-spray-can:before{content:""}.bx-spreadsheet:before{content:""}.bx-square:before{content:""}.bx-square-rounded:before{content:""}.bx-star:before{content:""}.bx-station:before{content:""}.bx-stats:before{content:""}.bx-sticker:before{content:""}.bx-stop:before{content:""}.bx-stop-circle:before{content:""}.bx-stopwatch:before{content:""}.bx-store:before{content:""}.bx-store-alt:before{content:""}.bx-street-view:before{content:""}.bx-strikethrough:before{content:""}.bx-subdirectory-left:before{content:""}.bx-subdirectory-right:before{content:""}.bx-sun:before{content:""}.bx-support:before{content:""}.bx-swim:before{content:""}.bx-sync:before{content:""}.bx-tab:before{content:""}.bx-table:before{content:""}.bx-tachometer:before{content:""}.bx-tag:before{content:""}.bx-target-lock:before{content:""}.bx-task:before{content:""}.bx-task-x:before{content:""}.bx-taxi:before{content:""}.bx-tennis-ball:before{content:""}.bx-terminal:before{content:""}.bx-test-tube:before{content:""}.bx-text:before{content:""}.bx-time:before{content:""}.bx-time-five:before{content:""}.bx-timer:before{content:""}.bx-tired:before{content:""}.bx-toggle-left:before{content:""}.bx-toggle-right:before{content:""}.bx-tone:before{content:""}.bx-traffic-cone:before{content:""}.bx-train:before{content:""}.bx-transfer:before{content:""}.bx-transfer-alt:before{content:""}.bx-trash:before{content:""}.bx-trash-alt:before{content:""}.bx-trending-down:before{content:""}.bx-trending-up:before{content:""}.bx-trim:before{content:""}.bx-trophy:before{content:""}.bx-tv:before{content:""}.bx-underline:before{content:""}.bx-undo:before{content:""}.bx-unite:before{content:""}.bx-unlink:before{content:""}.bx-up-arrow:before{content:""}.bx-up-arrow-alt:before{content:""}.bx-up-arrow-circle:before{content:""}.bx-upload:before{content:""}.bx-upside-down:before{content:""}.bx-upvote:before{content:""}.bx-usb:before{content:""}.bx-user:before{content:""}.bx-user-check:before{content:""}.bx-user-circle:before{content:""}.bx-user-minus:before{content:""}.bx-user-pin:before{content:""}.bx-user-plus:before{content:""}.bx-user-voice:before{content:""}.bx-user-x:before{content:""}.bx-vector:before{content:""}.bx-vertical-center:before{content:""}.bx-vial:before{content:""}.bx-video:before{content:""}.bx-video-off:before{content:""}.bx-video-plus:before{content:""}.bx-video-recording:before{content:""}.bx-voicemail:before{content:""}.bx-volume:before{content:""}.bx-volume-full:before{content:""}.bx-volume-low:before{content:""}.bx-volume-mute:before{content:""}.bx-walk:before{content:""}.bx-wallet:before{content:""}.bx-wallet-alt:before{content:""}.bx-water:before{content:""}.bx-webcam:before{content:""}.bx-wifi:before{content:""}.bx-wifi-0:before{content:""}.bx-wifi-1:before{content:""}.bx-wifi-2:before{content:""}.bx-wifi-off:before{content:""}.bx-wind:before{content:""}.bx-window:before{content:""}.bx-window-alt:before{content:""}.bx-window-close:before{content:""}.bx-window-open:before{content:""}.bx-windows:before{content:""}.bx-wine:before{content:""}.bx-wink-smile:before{content:""}.bx-wink-tongue:before{content:""}.bx-won:before{content:""}.bx-world:before{content:""}.bx-wrench:before{content:""}.bx-x:before{content:""}.bx-x-circle:before{content:""}.bx-yen:before{content:""}.bx-zoom-in:before{content:""}.bx-zoom-out:before{content:""}.bxs-add-to-queue:before{content:""}.bxs-adjust:before{content:""}.bxs-adjust-alt:before{content:""}.bxs-alarm:before{content:""}.bxs-alarm-add:before{content:""}.bxs-alarm-exclamation:before{content:""}.bxs-alarm-off:before{content:""}.bxs-alarm-snooze:before{content:""}.bxs-album:before{content:""}.bxs-ambulance:before{content:""}.bxs-analyse:before{content:""}.bxs-angry:before{content:""}.bxs-arch:before{content:""}.bxs-archive:before{content:""}.bxs-archive-in:before{content:""}.bxs-archive-out:before{content:""}.bxs-area:before{content:""}.bxs-arrow-from-bottom:before{content:""}.bxs-arrow-from-left:before{content:""}.bxs-arrow-from-right:before{content:""}.bxs-arrow-from-top:before{content:""}.bxs-arrow-to-bottom:before{content:""}.bxs-arrow-to-left:before{content:""}.bxs-arrow-to-right:before{content:""}.bxs-arrow-to-top:before{content:""}.bxs-award:before{content:""}.bxs-baby-carriage:before{content:""}.bxs-backpack:before{content:""}.bxs-badge:before{content:""}.bxs-badge-check:before{content:""}.bxs-badge-dollar:before{content:""}.bxs-ball:before{content:""}.bxs-band-aid:before{content:""}.bxs-bank:before{content:""}.bxs-bar-chart-alt-2:before{content:""}.bxs-bar-chart-square:before{content:""}.bxs-barcode:before{content:""}.bxs-baseball:before{content:""}.bxs-basket:before{content:""}.bxs-basketball:before{content:""}.bxs-bath:before{content:""}.bxs-battery:before{content:""}.bxs-battery-charging:before{content:""}.bxs-battery-full:before{content:""}.bxs-battery-low:before{content:""}.bxs-bed:before{content:""}.bxs-been-here:before{content:""}.bxs-beer:before{content:""}.bxs-bell:before{content:""}.bxs-bell-minus:before{content:""}.bxs-bell-off:before{content:""}.bxs-bell-plus:before{content:""}.bxs-bell-ring:before{content:""}.bxs-bible:before{content:""}.bxs-binoculars:before{content:""}.bxs-blanket:before{content:""}.bxs-bolt:before{content:""}.bxs-bolt-circle:before{content:""}.bxs-bomb:before{content:""}.bxs-bone:before{content:""}.bxs-bong:before{content:""}.bxs-book:before{content:""}.bxs-book-add:before{content:""}.bxs-book-alt:before{content:""}.bxs-book-bookmark:before{content:""}.bxs-book-content:before{content:""}.bxs-book-heart:before{content:""}.bxs-bookmark:before{content:""}.bxs-bookmark-minus:before{content:""}.bxs-bookmark-plus:before{content:""}.bxs-bookmarks:before{content:""}.bxs-bookmark-star:before{content:""}.bxs-book-open:before{content:""}.bxs-book-reader:before{content:""}.bxs-bot:before{content:""}.bxs-bowling-ball:before{content:""}.bxs-box:before{content:""}.bxs-brain:before{content:""}.bxs-briefcase:before{content:""}.bxs-briefcase-alt:before{content:""}.bxs-briefcase-alt-2:before{content:""}.bxs-brightness:before{content:""}.bxs-brightness-half:before{content:""}.bxs-brush:before{content:""}.bxs-brush-alt:before{content:""}.bxs-bug:before{content:""}.bxs-bug-alt:before{content:""}.bxs-building:before{content:""}.bxs-building-house:before{content:""}.bxs-buildings:before{content:""}.bxs-bulb:before{content:""}.bxs-bullseye:before{content:""}.bxs-buoy:before{content:""}.bxs-bus:before{content:""}.bxs-business:before{content:""}.bxs-bus-school:before{content:""}.bxs-cabinet:before{content:""}.bxs-cake:before{content:""}.bxs-calculator:before{content:""}.bxs-calendar:before{content:""}.bxs-calendar-alt:before{content:""}.bxs-calendar-check:before{content:""}.bxs-calendar-edit:before{content:""}.bxs-calendar-event:before{content:""}.bxs-calendar-exclamation:before{content:""}.bxs-calendar-heart:before{content:""}.bxs-calendar-minus:before{content:""}.bxs-calendar-plus:before{content:""}.bxs-calendar-star:before{content:""}.bxs-calendar-week:before{content:""}.bxs-calendar-x:before{content:""}.bxs-camera:before{content:""}.bxs-camera-home:before{content:""}.bxs-camera-movie:before{content:""}.bxs-camera-off:before{content:""}.bxs-camera-plus:before{content:""}.bxs-capsule:before{content:""}.bxs-captions:before{content:""}.bxs-car:before{content:""}.bxs-car-battery:before{content:""}.bxs-car-crash:before{content:""}.bxs-card:before{content:""}.bxs-caret-down-circle:before{content:""}.bxs-caret-down-square:before{content:""}.bxs-caret-left-circle:before{content:""}.bxs-caret-left-square:before{content:""}.bxs-caret-right-circle:before{content:""}.bxs-caret-right-square:before{content:""}.bxs-caret-up-circle:before{content:""}.bxs-caret-up-square:before{content:""}.bxs-car-garage:before{content:""}.bxs-car-mechanic:before{content:""}.bxs-carousel:before{content:""}.bxs-cart:before{content:""}.bxs-cart-add:before{content:""}.bxs-cart-alt:before{content:""}.bxs-cart-download:before{content:""}.bxs-car-wash:before{content:""}.bxs-cctv:before{content:""}.bxs-certification:before{content:""}.bxs-chalkboard:before{content:""}.bxs-chart:before{content:""}.bxs-chat:before{content:""}.bxs-checkbox:before{content:""}.bxs-checkbox-checked:before{content:""}.bxs-check-circle:before{content:""}.bxs-check-shield:before{content:""}.bxs-check-square:before{content:""}.bxs-chess:before{content:""}.bxs-chevron-down:before{content:""}.bxs-chevron-down-circle:before{content:""}.bxs-chevron-down-square:before{content:""}.bxs-chevron-left:before{content:""}.bxs-chevron-left-circle:before{content:""}.bxs-chevron-left-square:before{content:""}.bxs-chevron-right:before{content:""}.bxs-chevron-right-circle:before{content:""}.bxs-chevron-right-square:before{content:""}.bxs-chevrons-down:before{content:""}.bxs-chevrons-left:before{content:""}.bxs-chevrons-right:before{content:""}.bxs-chevrons-up:before{content:""}.bxs-chevron-up:before{content:""}.bxs-chevron-up-circle:before{content:""}.bxs-chevron-up-square:before{content:""}.bxs-chip:before{content:""}.bxs-church:before{content:""}.bxs-circle:before{content:""}.bxs-city:before{content:""}.bxs-clinic:before{content:""}.bxs-cloud:before{content:""}.bxs-cloud-download:before{content:""}.bxs-cloud-lightning:before{content:""}.bxs-cloud-rain:before{content:""}.bxs-cloud-upload:before{content:""}.bxs-coffee:before{content:""}.bxs-coffee-alt:before{content:""}.bxs-coffee-togo:before{content:""}.bxs-cog:before{content:""}.bxs-coin:before{content:""}.bxs-coin-stack:before{content:""}.bxs-collection:before{content:""}.bxs-color-fill:before{content:""}.bxs-comment:before{content:""}.bxs-comment-add:before{content:""}.bxs-comment-check:before{content:""}.bxs-comment-detail:before{content:""}.bxs-comment-dots:before{content:""}.bxs-comment-edit:before{content:""}.bxs-comment-error:before{content:""}.bxs-comment-minus:before{content:""}.bxs-comment-x:before{content:""}.bxs-compass:before{content:""}.bxs-component:before{content:""}.bxs-confused:before{content:""}.bxs-contact:before{content:""}.bxs-conversation:before{content:""}.bxs-cookie:before{content:""}.bxs-cool:before{content:""}.bxs-copy:before{content:""}.bxs-copy-alt:before{content:""}.bxs-copyright:before{content:""}.bxs-coupon:before{content:""}.bxs-credit-card:before{content:""}.bxs-credit-card-alt:before{content:""}.bxs-credit-card-front:before{content:""}.bxs-crop:before{content:""}.bxs-crown:before{content:""}.bxs-cube:before{content:""}.bxs-cube-alt:before{content:""}.bxs-cuboid:before{content:""}.bxs-customize:before{content:""}.bxs-cylinder:before{content:""}.bxs-dashboard:before{content:""}.bxs-data:before{content:""}.bxs-detail:before{content:""}.bxs-devices:before{content:""}.bxs-diamond:before{content:""}.bxs-dice-1:before{content:""}.bxs-dice-2:before{content:""}.bxs-dice-3:before{content:""}.bxs-dice-4:before{content:""}.bxs-dice-5:before{content:""}.bxs-dice-6:before{content:""}.bxs-direction-left:before{content:""}.bxs-direction-right:before{content:""}.bxs-directions:before{content:""}.bxs-disc:before{content:""}.bxs-discount:before{content:""}.bxs-dish:before{content:""}.bxs-dislike:before{content:""}.bxs-dizzy:before{content:""}.bxs-dock-bottom:before{content:""}.bxs-dock-left:before{content:""}.bxs-dock-right:before{content:""}.bxs-dock-top:before{content:""}.bxs-dollar-circle:before{content:""}.bxs-donate-blood:before{content:""}.bxs-donate-heart:before{content:""}.bxs-door-open:before{content:""}.bxs-doughnut-chart:before{content:""}.bxs-down-arrow:before{content:""}.bxs-down-arrow-alt:before{content:""}.bxs-down-arrow-circle:before{content:""}.bxs-down-arrow-square:before{content:""}.bxs-download:before{content:""}.bxs-downvote:before{content:""}.bxs-drink:before{content:""}.bxs-droplet:before{content:""}.bxs-droplet-half:before{content:""}.bxs-dryer:before{content:""}.bxs-duplicate:before{content:""}.bxs-edit:before{content:""}.bxs-edit-alt:before{content:""}.bxs-edit-location:before{content:""}.bxs-eject:before{content:""}.bxs-envelope:before{content:""}.bxs-envelope-open:before{content:""}.bxs-eraser:before{content:""}.bxs-error:before{content:""}.bxs-error-alt:before{content:""}.bxs-error-circle:before{content:""}.bxs-ev-station:before{content:""}.bxs-exit:before{content:""}.bxs-extension:before{content:""}.bxs-eyedropper:before{content:""}.bxs-face:before{content:""}.bxs-factory:before{content:""}.bxs-fast-forward-circle:before{content:""}.bxs-file:before{content:""}.bxs-file-archive:before{content:""}.bxs-file-blank:before{content:""}.bxs-file-css:before{content:""}.bxs-file-doc:before{content:""}.bxs-file-export:before{content:""}.bxs-file-find:before{content:""}.bxs-file-gif:before{content:""}.bxs-file-html:before{content:""}.bxs-file-image:before{content:""}.bxs-file-import:before{content:""}.bxs-file-jpg:before{content:""}.bxs-file-js:before{content:""}.bxs-file-json:before{content:""}.bxs-file-md:before{content:""}.bxs-file-pdf:before{content:""}.bxs-file-plus:before{content:""}.bxs-file-png:before{content:""}.bxs-file-txt:before{content:""}.bxs-film:before{content:""}.bxs-filter-alt:before{content:""}.bxs-first-aid:before{content:""}.bxs-flag:before{content:""}.bxs-flag-alt:before{content:""}.bxs-flag-checkered:before{content:""}.bxs-flame:before{content:""}.bxs-flask:before{content:""}.bxs-florist:before{content:""}.bxs-folder:before{content:""}.bxs-folder-minus:before{content:""}.bxs-folder-open:before{content:""}.bxs-folder-plus:before{content:""}.bxs-food-menu:before{content:""}.bxs-fridge:before{content:""}.bxs-game:before{content:""}.bxs-gas-pump:before{content:""}.bxs-ghost:before{content:""}.bxs-gift:before{content:""}.bxs-graduation:before{content:""}.bxs-grid:before{content:""}.bxs-grid-alt:before{content:""}.bxs-group:before{content:""}.bxs-guitar-amp:before{content:""}.bxs-hand-down:before{content:""}.bxs-hand-left:before{content:""}.bxs-hand-right:before{content:""}.bxs-hand-up:before{content:""}.bxs-happy:before{content:""}.bxs-happy-alt:before{content:""}.bxs-happy-beaming:before{content:""}.bxs-happy-heart-eyes:before{content:""}.bxs-hdd:before{content:""}.bxs-heart:before{content:""}.bxs-heart-circle:before{content:""}.bxs-heart-square:before{content:""}.bxs-help-circle:before{content:""}.bxs-hide:before{content:""}.bxs-home:before{content:""}.bxs-home-circle:before{content:""}.bxs-home-heart:before{content:""}.bxs-home-smile:before{content:""}.bxs-hot:before{content:""}.bxs-hotel:before{content:""}.bxs-hourglass:before{content:""}.bxs-hourglass-bottom:before{content:""}.bxs-hourglass-top:before{content:""}.bxs-id-card:before{content:""}.bxs-image:before{content:""}.bxs-image-add:before{content:""}.bxs-image-alt:before{content:""}.bxs-inbox:before{content:""}.bxs-info-circle:before{content:""}.bxs-info-square:before{content:""}.bxs-institution:before{content:""}.bxs-joystick:before{content:""}.bxs-joystick-alt:before{content:""}.bxs-joystick-button:before{content:""}.bxs-key:before{content:""}.bxs-keyboard:before{content:""}.bxs-label:before{content:""}.bxs-landmark:before{content:""}.bxs-landscape:before{content:""}.bxs-laugh:before{content:""}.bxs-layer:before{content:""}.bxs-layer-minus:before{content:""}.bxs-layer-plus:before{content:""}.bxs-layout:before{content:""}.bxs-left-arrow:before{content:""}.bxs-left-arrow-alt:before{content:""}.bxs-left-arrow-circle:before{content:""}.bxs-left-arrow-square:before{content:""}.bxs-left-down-arrow-circle:before{content:""}.bxs-left-top-arrow-circle:before{content:""}.bxs-like:before{content:""}.bxs-location-plus:before{content:""}.bxs-lock:before{content:""}.bxs-lock-alt:before{content:""}.bxs-lock-open:before{content:""}.bxs-lock-open-alt:before{content:""}.bxs-log-in:before{content:""}.bxs-log-in-circle:before{content:""}.bxs-log-out:before{content:""}.bxs-log-out-circle:before{content:""}.bxs-low-vision:before{content:""}.bxs-magic-wand:before{content:""}.bxs-magnet:before{content:""}.bxs-map:before{content:""}.bxs-map-alt:before{content:""}.bxs-map-pin:before{content:""}.bxs-mask:before{content:""}.bxs-medal:before{content:""}.bxs-megaphone:before{content:""}.bxs-meh:before{content:""}.bxs-meh-alt:before{content:""}.bxs-meh-blank:before{content:""}.bxs-memory-card:before{content:""}.bxs-message:before{content:""}.bxs-message-add:before{content:""}.bxs-message-alt:before{content:""}.bxs-message-alt-add:before{content:""}.bxs-message-alt-check:before{content:""}.bxs-message-alt-detail:before{content:""}.bxs-message-alt-dots:before{content:""}.bxs-message-alt-edit:before{content:""}.bxs-message-alt-error:before{content:""}.bxs-message-alt-minus:before{content:""}.bxs-message-alt-x:before{content:""}.bxs-message-check:before{content:""}.bxs-message-detail:before{content:""}.bxs-message-dots:before{content:""}.bxs-message-edit:before{content:""}.bxs-message-error:before{content:""}.bxs-message-minus:before{content:""}.bxs-message-rounded:before{content:""}.bxs-message-rounded-add:before{content:""}.bxs-message-rounded-check:before{content:""}.bxs-message-rounded-detail:before{content:""}.bxs-message-rounded-dots:before{content:""}.bxs-message-rounded-edit:before{content:""}.bxs-message-rounded-error:before{content:""}.bxs-message-rounded-minus:before{content:""}.bxs-message-rounded-x:before{content:""}.bxs-message-square:before{content:""}.bxs-message-square-add:before{content:""}.bxs-message-square-check:before{content:""}.bxs-message-square-detail:before{content:""}.bxs-message-square-dots:before{content:""}.bxs-message-square-edit:before{content:""}.bxs-message-square-error:before{content:""}.bxs-message-square-minus:before{content:""}.bxs-message-square-x:before{content:""}.bxs-message-x:before{content:""}.bxs-meteor:before{content:""}.bxs-microchip:before{content:""}.bxs-microphone:before{content:""}.bxs-microphone-alt:before{content:""}.bxs-microphone-off:before{content:""}.bxs-minus-circle:before{content:""}.bxs-minus-square:before{content:""}.bxs-mobile:before{content:""}.bxs-mobile-vibration:before{content:""}.bxs-moon:before{content:""}.bxs-mouse:before{content:""}.bxs-mouse-alt:before{content:""}.bxs-movie:before{content:""}.bxs-music:before{content:""}.bxs-navigation:before{content:""}.bxs-network-chart:before{content:""}.bxs-news:before{content:""}.bxs-no-entry:before{content:""}.bxs-note:before{content:""}.bxs-notepad:before{content:""}.bxs-notification:before{content:""}.bxs-notification-off:before{content:""}.bxs-offer:before{content:""}.bxs-package:before{content:""}.bxs-paint:before{content:""}.bxs-paint-roll:before{content:""}.bxs-palette:before{content:""}.bxs-paper-plane:before{content:""}.bxs-parking:before{content:""}.bxs-paste:before{content:""}.bxs-pen:before{content:""}.bxs-pencil:before{content:""}.bxs-phone:before{content:""}.bxs-phone-call:before{content:""}.bxs-phone-incoming:before{content:""}.bxs-phone-outgoing:before{content:""}.bxs-photo-album:before{content:""}.bxs-piano:before{content:""}.bxs-pie-chart:before{content:""}.bxs-pie-chart-alt:before{content:""}.bxs-pie-chart-alt-2:before{content:""}.bxs-pin:before{content:""}.bxs-pizza:before{content:""}.bxs-plane:before{content:""}.bxs-plane-alt:before{content:""}.bxs-plane-land:before{content:""}.bxs-planet:before{content:""}.bxs-plane-take-off:before{content:""}.bxs-playlist:before{content:""}.bxs-plug:before{content:""}.bxs-plus-circle:before{content:""}.bxs-plus-square:before{content:""}.bxs-pointer:before{content:""}.bxs-polygon:before{content:""}.bxs-printer:before{content:""}.bxs-purchase-tag:before{content:""}.bxs-purchase-tag-alt:before{content:""}.bxs-pyramid:before{content:""}.bxs-quote-alt-left:before{content:""}.bxs-quote-alt-right:before{content:""}.bxs-quote-left:before{content:""}.bxs-quote-right:before{content:""}.bxs-quote-single-left:before{content:""}.bxs-quote-single-right:before{content:""}.bxs-radiation:before{content:""}.bxs-radio:before{content:""}.bxs-receipt:before{content:""}.bxs-rectangle:before{content:""}.bxs-rename:before{content:""}.bxs-report:before{content:""}.bxs-rewind-circle:before{content:""}.bxs-right-arrow:before{content:""}.bxs-right-arrow-alt:before{content:""}.bxs-right-arrow-circle:before{content:""}.bxs-right-arrow-square:before{content:""}.bxs-right-down-arrow-circle:before{content:""}.bxs-right-top-arrow-circle:before{content:""}.bxs-rocket:before{content:""}.bxs-ruler:before{content:""}.bxs-sad:before{content:""}.bxs-save:before{content:""}.bxs-school:before{content:""}.bxs-search:before{content:""}.bxs-search-alt-2:before{content:""}.bxs-select-multiple:before{content:""}.bxs-send:before{content:""}.bxs-server:before{content:""}.bxs-shapes:before{content:""}.bxs-share:before{content:""}.bxs-share-alt:before{content:""}.bxs-shield:before{content:""}.bxs-shield-alt-2:before{content:""}.bxs-shield-x:before{content:""}.bxs-ship:before{content:""}.bxs-shocked:before{content:""}.bxs-shopping-bag:before{content:""}.bxs-shopping-bag-alt:before{content:""}.bxs-shopping-bags:before{content:""}.bxs-show:before{content:""}.bxs-skip-next-circle:before{content:""}.bxs-skip-previous-circle:before{content:""}.bxs-skull:before{content:""}.bxs-sleepy:before{content:""}.bxs-slideshow:before{content:""}.bxs-smile:before{content:""}.bxs-sort-alt:before{content:""}.bxs-spa:before{content:""}.bxs-spray-can:before{content:""}.bxs-spreadsheet:before{content:""}.bxs-square:before{content:""}.bxs-square-rounded:before{content:""}.bxs-star:before{content:""}.bxs-star-half:before{content:""}.bxs-sticker:before{content:""}.bxs-stopwatch:before{content:""}.bxs-store:before{content:""}.bxs-store-alt:before{content:""}.bxs-sun:before{content:""}.bxs-tachometer:before{content:""}.bxs-tag:before{content:""}.bxs-tag-x:before{content:""}.bxs-taxi:before{content:""}.bxs-tennis-ball:before{content:""}.bxs-terminal:before{content:""}.bxs-thermometer:before{content:""}.bxs-time:before{content:""}.bxs-time-five:before{content:""}.bxs-timer:before{content:""}.bxs-tired:before{content:""}.bxs-toggle-left:before{content:""}.bxs-toggle-right:before{content:""}.bxs-tone:before{content:""}.bxs-torch:before{content:""}.bxs-to-top:before{content:""}.bxs-traffic:before{content:""}.bxs-traffic-barrier:before{content:""}.bxs-traffic-cone:before{content:""}.bxs-train:before{content:""}.bxs-trash:before{content:""}.bxs-trash-alt:before{content:""}.bxs-tree:before{content:""}.bxs-trophy:before{content:""}.bxs-truck:before{content:""}.bxs-t-shirt:before{content:""}.bxs-up-arrow:before{content:""}.bxs-up-arrow-alt:before{content:""}.bxs-up-arrow-circle:before{content:""}.bxs-up-arrow-square:before{content:""}.bxs-upside-down:before{content:""}.bxs-upvote:before{content:""}.bxs-user:before{content:""}.bxs-user-badge:before{content:""}.bxs-user-check:before{content:""}.bxs-user-circle:before{content:""}.bxs-user-detail:before{content:""}.bxs-user-minus:before{content:""}.bxs-user-pin:before{content:""}.bxs-user-plus:before{content:""}.bxs-user-rectangle:before{content:""}.bxs-user-voice:before{content:""}.bxs-user-x:before{content:""}.bxs-vector:before{content:""}.bxs-vial:before{content:""}.bxs-video:before{content:""}.bxs-video-off:before{content:""}.bxs-video-plus:before{content:""}.bxs-video-recording:before{content:""}.bxs-videos:before{content:""}.bxs-volume:before{content:""}.bxs-volume-full:before{content:""}.bxs-volume-low:before{content:""}.bxs-volume-mute:before{content:""}.bxs-wallet:before{content:""}.bxs-wallet-alt:before{content:""}.bxs-washer:before{content:""}.bxs-watch:before{content:""}.bxs-watch-alt:before{content:""}.bxs-webcam:before{content:""}.bxs-widget:before{content:""}.bxs-window-alt:before{content:""}.bxs-wine:before{content:""}.bxs-wink-smile:before{content:""}.bxs-wink-tongue:before{content:""}.bxs-wrench:before{content:""}.bxs-x-circle:before{content:""}.bxs-x-square:before{content:""}.bxs-yin-yang:before{content:""}.bxs-zap:before{content:""}.bxs-zoom-in:before{content:""}.bxs-zoom-out:before{content:""}/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-feature-settings:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adobe:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-bahai:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-none:before{content:""}.fa-border-style:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-box-tissue:before{content:"拏"}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candy-cane:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caravan:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dailymotion:before{content:"勒"}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-faucet:before{content:"串"}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:"龜"}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gifts:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-medical:before{content:"樂"}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-sparkles:before{content:"諾"}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-wash:before{content:"丹"}.fa-handshake:before{content:""}.fa-handshake-alt-slash:before{content:"寧"}.fa-handshake-slash:before{content:"怒"}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-wizard:before{content:""}.fa-hdd:before{content:""}.fa-head-side-cough:before{content:"率"}.fa-head-side-cough-slash:before{content:"異"}.fa-head-side-mask:before{content:"北"}.fa-head-side-virus:before{content:"磻"}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hockey-puck:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-user:before{content:"便"}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-ideal:before{content:"邏"}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:"凌"}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-house:before{content:"復"}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lungs-virus:before{content:"不"}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microblog:before{content:"駱"}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:"稜"}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-arrows:before{content:"泌"}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-square:before{content:"爛"}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-plane-slash:before{content:"數"}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pump-medical:before{content:"索"}.fa-pump-soap:before{content:"參"}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-virus:before{content:"塞"}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopify:before{content:"綾"}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-sketch:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowman:before{content:""}.fa-snowplow:before{content:""}.fa-soap:before{content:"葉"}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-stopwatch-20:before{content:"說"}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-store-alt-slash:before{content:"殺"}.fa-store-slash:before{content:"辰"}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-slash:before{content:"沈"}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-trailer:before{content:"論"}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:"雷"}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-virus:before{content:"若"}.fa-virus-slash:before{content:"掠"}.fa-viruses:before{content:"略"}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-water:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.fab{font-family:"Font Awesome 5 Brands"}.fab,.far{font-weight:400}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}[data-icon]:before{content:attr(data-icon)}[class*=" dripicons-"]:before,[class^=dripicons-]:before,[data-icon]:before{font-family:"dripicons-v2"!important;font-style:normal!important;font-weight:400!important;font-feature-settings:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dripicons-alarm:before{content:"a"}.dripicons-align-center:before{content:"b"}.dripicons-align-justify:before{content:"c"}.dripicons-align-left:before{content:"d"}.dripicons-align-right:before{content:"e"}.dripicons-anchor:before{content:"f"}.dripicons-archive:before{content:"g"}.dripicons-arrow-down:before{content:"h"}.dripicons-arrow-left:before{content:"i"}.dripicons-arrow-right:before{content:"j"}.dripicons-arrow-thin-down:before{content:"k"}.dripicons-arrow-thin-left:before{content:"l"}.dripicons-arrow-thin-right:before{content:"m"}.dripicons-arrow-thin-up:before{content:"n"}.dripicons-arrow-up:before{content:"o"}.dripicons-article:before{content:"p"}.dripicons-backspace:before{content:"q"}.dripicons-basket:before{content:"r"}.dripicons-basketball:before{content:"s"}.dripicons-battery-empty:before{content:"t"}.dripicons-battery-full:before{content:"u"}.dripicons-battery-low:before{content:"v"}.dripicons-battery-medium:before{content:"w"}.dripicons-bell:before{content:"x"}.dripicons-blog:before{content:"y"}.dripicons-bluetooth:before{content:"z"}.dripicons-bold:before{content:"A"}.dripicons-bookmark:before{content:"B"}.dripicons-bookmarks:before{content:"C"}.dripicons-box:before{content:"D"}.dripicons-briefcase:before{content:"E"}.dripicons-brightness-low:before{content:"F"}.dripicons-brightness-max:before{content:"G"}.dripicons-brightness-medium:before{content:"H"}.dripicons-broadcast:before{content:"I"}.dripicons-browser:before{content:"J"}.dripicons-browser-upload:before{content:"K"}.dripicons-brush:before{content:"L"}.dripicons-calendar:before{content:"M"}.dripicons-camcorder:before{content:"N"}.dripicons-camera:before{content:"O"}.dripicons-card:before{content:"P"}.dripicons-cart:before{content:"Q"}.dripicons-checklist:before{content:"R"}.dripicons-checkmark:before{content:"S"}.dripicons-chevron-down:before{content:"T"}.dripicons-chevron-left:before{content:"U"}.dripicons-chevron-right:before{content:"V"}.dripicons-chevron-up:before{content:"W"}.dripicons-clipboard:before{content:"X"}.dripicons-clock:before{content:"Y"}.dripicons-clockwise:before{content:"Z"}.dripicons-cloud:before{content:"0"}.dripicons-cloud-download:before{content:"1"}.dripicons-cloud-upload:before{content:"2"}.dripicons-code:before{content:"3"}.dripicons-contract:before{content:"4"}.dripicons-contract-2:before{content:"5"}.dripicons-conversation:before{content:"6"}.dripicons-copy:before{content:"7"}.dripicons-crop:before{content:"8"}.dripicons-cross:before{content:"9"}.dripicons-crosshair:before{content:"!"}.dripicons-cutlery:before{content:'"'}.dripicons-device-desktop:before{content:"#"}.dripicons-device-mobile:before{content:"$"}.dripicons-device-tablet:before{content:"%"}.dripicons-direction:before{content:"&"}.dripicons-disc:before{content:"'"}.dripicons-document:before{content:"("}.dripicons-document-delete:before{content:")"}.dripicons-document-edit:before{content:"*"}.dripicons-document-new:before{content:"+"}.dripicons-document-remove:before{content:","}.dripicons-dot:before{content:"-"}.dripicons-dots-2:before{content:"."}.dripicons-dots-3:before{content:"/"}.dripicons-download:before{content:":"}.dripicons-duplicate:before{content:";"}.dripicons-enter:before{content:"<"}.dripicons-exit:before{content:"="}.dripicons-expand:before{content:">"}.dripicons-expand-2:before{content:"?"}.dripicons-experiment:before{content:"@"}.dripicons-export:before{content:"["}.dripicons-feed:before{content:"]"}.dripicons-flag:before{content:"^"}.dripicons-flashlight:before{content:"_"}.dripicons-folder:before{content:"`"}.dripicons-folder-open:before{content:"{"}.dripicons-forward:before{content:"|"}.dripicons-gaming:before{content:"}"}.dripicons-gear:before{content:"~"}.dripicons-graduation:before{content:"\\"}.dripicons-graph-bar:before{content:""}.dripicons-graph-line:before{content:""}.dripicons-graph-pie:before{content:""}.dripicons-headset:before{content:""}.dripicons-heart:before{content:""}.dripicons-help:before{content:""}.dripicons-home:before{content:""}.dripicons-hourglass:before{content:""}.dripicons-inbox:before{content:""}.dripicons-information:before{content:""}.dripicons-italic:before{content:""}.dripicons-jewel:before{content:""}.dripicons-lifting:before{content:""}.dripicons-lightbulb:before{content:""}.dripicons-link:before{content:""}.dripicons-link-broken:before{content:""}.dripicons-list:before{content:""}.dripicons-loading:before{content:""}.dripicons-location:before{content:""}.dripicons-lock:before{content:""}.dripicons-lock-open:before{content:""}.dripicons-mail:before{content:""}.dripicons-map:before{content:""}.dripicons-media-loop:before{content:""}.dripicons-media-next:before{content:""}.dripicons-media-pause:before{content:""}.dripicons-media-play:before{content:""}.dripicons-media-previous:before{content:""}.dripicons-media-record:before{content:""}.dripicons-media-shuffle:before{content:""}.dripicons-media-stop:before{content:""}.dripicons-medical:before{content:""}.dripicons-menu:before{content:""}.dripicons-message:before{content:""}.dripicons-meter:before{content:""}.dripicons-microphone:before{content:""}.dripicons-minus:before{content:""}.dripicons-monitor:before{content:""}.dripicons-move:before{content:""}.dripicons-music:before{content:""}.dripicons-network-1:before{content:""}.dripicons-network-2:before{content:""}.dripicons-network-3:before{content:""}.dripicons-network-4:before{content:""}.dripicons-network-5:before{content:""}.dripicons-pamphlet:before{content:""}.dripicons-paperclip:before{content:""}.dripicons-pencil:before{content:""}.dripicons-phone:before{content:""}.dripicons-photo:before{content:""}.dripicons-photo-group:before{content:""}.dripicons-pill:before{content:""}.dripicons-pin:before{content:""}.dripicons-plus:before{content:""}.dripicons-power:before{content:""}.dripicons-preview:before{content:""}.dripicons-print:before{content:""}.dripicons-pulse:before{content:""}.dripicons-question:before{content:""}.dripicons-reply:before{content:""}.dripicons-reply-all:before{content:""}.dripicons-return:before{content:""}.dripicons-retweet:before{content:""}.dripicons-rocket:before{content:""}.dripicons-scale:before{content:""}.dripicons-search:before{content:""}.dripicons-shopping-bag:before{content:""}.dripicons-skip:before{content:""}.dripicons-stack:before{content:""}.dripicons-star:before{content:""}.dripicons-stopwatch:before{content:""}.dripicons-store:before{content:""}.dripicons-suitcase:before{content:""}.dripicons-swap:before{content:""}.dripicons-tag:before{content:""}.dripicons-tag-delete:before{content:""}.dripicons-tags:before{content:""}.dripicons-thumbs-down:before{content:""}.dripicons-thumbs-up:before{content:""}.dripicons-ticket:before{content:""}.dripicons-time-reverse:before{content:""}.dripicons-to-do:before{content:""}.dripicons-toggles:before{content:""}.dripicons-trash:before{content:""}.dripicons-trophy:before{content:""}.dripicons-upload:before{content:""}.dripicons-user:before{content:""}.dripicons-user-group:before{content:""}.dripicons-user-id:before{content:""}.dripicons-vibrate:before{content:""}.dripicons-view-apps:before{content:""}.dripicons-view-list:before{content:""}.dripicons-view-list-large:before{content:""}.dripicons-view-thumb:before{content:""}.dripicons-volume-full:before{content:""}.dripicons-volume-low:before{content:""}.dripicons-volume-medium:before{content:""}.dripicons-volume-off:before{content:""}.dripicons-wallet:before{content:""}.dripicons-warning:before{content:""}.dripicons-web:before{content:""}.dripicons-weight:before{content:""}.dripicons-wifi:before{content:""}.dripicons-wrong:before{content:""}.dripicons-zoom-in:before{content:""}.dripicons-zoom-out:before{content:""}.switch{position:relative;display:inline-block;width:45px;height:20px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;right:0;bottom:0;background-color:#ccc}.slider,.slider:before{position:absolute;top:0;left:0;transition:.4s}.slider:before{content:"";height:30px;width:30px;bottom:2px;bottom:0;margin:auto 0;box-shadow:0 0 10px rgba(32,32,32,.2392156863);background:#fff url(https://i.ibb.co/FxzBYR9/night.png);background-repeat:no-repeat;background-position:50%}input:checked+.slider{background-color:#2196f3}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{transform:translateX(15px);background:#fff url(https://i.ibb.co/7JfqXxB/sunny.png);background-repeat:no-repeat;background-position:50%}.slider.round{border-radius:15px}.slider.round:before{border-radius:50%}#sidebar-menu ul li a i{min-width:2rem}.noti-icon .badge{left:23px}.dataTables_filter,.dataTables_paginate{float:right}.rdw-editor-main{border:1px solid #32394e;height:239px}.dz-message{text-align:center;padding:30px}.fcYNFc,.sc-AxmLO.gmtmqV{background-color:#2a3042!important;margin:0 20px 0 0!important}.task-box{border:1px solid rgba(99,99,99,.4)}.react-datepicker-wrapper{width:100%!important}.ReactModal__Overlay{z-index:1001!important}.chat-conversation .right .conversation-list{margin-right:15px}.external-event:hover,a:hover{cursor:pointer}.rating-container{background-color:transparent!important}.input-group-append{z-index:0}.input-color{color:#bfc8e2!important}.sketch-picker{position:absolute;z-index:1}.rangeslider__fill{background-color:#556ee6!important}input.form-control.is-invalid,input.is-invalid.PhoneInputInput,select.form-control.is-invalid{background-image:none!important}.auto-hide-10{animation:cssAnimation 0s ease-in 10s forwards;animation-fill-mode:forwards}.auto-hide{animation:cssAnimation 0s ease-in 5s forwards;animation-fill-mode:forwards}.sanitized-table tbody,.sanitized-table td,.sanitized-table tr{all:revert!important}.radio-toolbar input[type=radio]{opacity:0;position:fixed;width:0}.radio-toolbar label{display:inline-block;background-color:#32394e;cursor:pointer;padding:5px 10px;font-size:14px;border-radius:4px}.radio-toolbar input[type=radio]:checked+label{background-color:#556ee6;border:none;color:#fff}#radio-title{margin-bottom:5px}input[type=radio]{-webkit-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:currentColor;width:12px;height:12px;border:.15em solid;border-radius:50%}input[type=radio]:checked{border-color:#556ee6;border-width:4px}*{box-sizing:border-box}.light :root{--blue:#556ee6;--indigo:#564ab1;--purple:#6f42c1;--red:#f46a6a;--orange:#f1734f;--yellow:#f1b44c;--green:#34c38f;--teal:#050505;--cyan:#50a5f1;--white:#fff;--gray:#74788d;--gray-dark:#343a40;--primary:#556ee6;--secondary:#74788d;--success:#34c38f;--info:#50a5f1;--warning:#f1b44c;--danger:#f46a6a;--light:#eff2f7;--dark:#343a40;--pink:#e83e8c;--grey:#f7f7ff;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:"Poppins",sans-serif;--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.light *,.light :after,.light :before{box-sizing:border-box}.light html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.light article,.light aside,.light figcaption,.light figure,.light footer,.light header,.light hgroup,.light main,.light nav,.light section{display:block}.light body{margin:0;font-family:"Poppins",sans-serif;font-size:.8125rem;font-weight:400;line-height:1.5;color:#495057;text-align:left;background-color:#f8f8fb}.light [tabindex="-1"]:focus:not(:focus-visible){outline:0!important}.light hr{box-sizing:initial;height:0;overflow:visible}.light h1,.light h2,.light h3,.light h4,.light h5,.light h6{margin-top:0;margin-bottom:.5rem}.light p{margin-top:0;margin-bottom:1rem}.light abbr[data-original-title],.light abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.light address{margin-bottom:1rem;font-style:normal;line-height:inherit}.light dl,.light ol,.light ul{margin-top:0;margin-bottom:1rem}.light ol ol,.light ol ul,.light ul ol,.light ul ul{margin-bottom:0}.light dt{font-weight:600}.light dd{margin-bottom:.5rem;margin-left:0}.light blockquote{margin:0 0 1rem}.light b,.light strong{font-weight:bolder}.light small{font-size:80%}.light sub,.light sup{position:relative;font-size:75%;line-height:0;vertical-align:initial}.light sub{bottom:-.25em}.light sup{top:-.5em}.light a{color:#556ee6;text-decoration:none;background-color:transparent}.light a:hover{color:rgb(30.5769230769,61.1538461538,207.9230769231);text-decoration:underline}.light a:not([href]):not([class]),.light a:not([href]):not([class]):hover{color:inherit;text-decoration:none}.light code,.light kbd,.light pre,.light samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}.light pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}.light figure{margin:0 0 1rem}.light img{vertical-align:middle;border-style:none}.light svg{overflow:hidden;vertical-align:middle}.light table{border-collapse:collapse}.light caption{padding-top:.75rem;padding-bottom:.75rem;color:#74788d;text-align:left;caption-side:bottom}.light th{text-align:inherit;text-align:-webkit-match-parent}.light label{display:inline-block;margin-bottom:.5rem}.light button{border-radius:0}.light button:focus:not(:focus-visible){outline:0}.light button,.light input,.light optgroup,.light select,.light textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.light button,.light input{overflow:visible}.light button,.light select{text-transform:none}.light [role=button]{cursor:pointer}.light select{word-wrap:normal}.light [type=button],.light [type=reset],.light [type=submit],.light button{-webkit-appearance:button}.light [type=button]:not(:disabled),.light [type=reset]:not(:disabled),.light [type=submit]:not(:disabled),.light button:not(:disabled){cursor:pointer}.light [type=button]::-moz-focus-inner,.light [type=reset]::-moz-focus-inner,.light [type=submit]::-moz-focus-inner,.light button::-moz-focus-inner{padding:0;border-style:none}.light input[type=checkbox],.light input[type=radio]{box-sizing:border-box;padding:0}.light textarea{overflow:auto;resize:vertical}.light fieldset{min-width:0;padding:0;margin:0;border:0}.light legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}.light progress{vertical-align:initial}.light [type=number]::-webkit-inner-spin-button,.light [type=number]::-webkit-outer-spin-button{height:auto}.light [type=search]{outline-offset:-2px;-webkit-appearance:none}.light [type=search]::-webkit-search-decoration{-webkit-appearance:none}.light ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.light output{display:inline-block}.light summary{display:list-item;cursor:pointer}.light template{display:none}.light [hidden]{display:none!important}.light .h1,.light .h2,.light .h3,.light .h4,.light .h5,.light .h6,.light h1,.light h2,.light h3,.light h4,.light h5,.light h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.light .h1,.light h1{font-size:2.03125rem}.light .h2,.light h2{font-size:1.625rem}.light .h3,.light h3{font-size:1.421875rem}.light .h4,.light h4{font-size:1.21875rem}.light .h5,.light h5{font-size:1.015625rem}.light .h6,.light h6{font-size:.8125rem}.light .lead{font-size:1.015625rem;font-weight:300}.light .display-1{font-size:6rem;font-weight:300;line-height:1.2}.light .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.light .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.light .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}.light hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.light .small,.light small{font-size:80%;font-weight:400}.light .mark,.light mark{padding:.2em;background-color:#fcf8e3}.light .list-inline,.light .list-unstyled{padding-left:0;list-style:none}.light .list-inline-item{display:inline-block}.light .list-inline-item:not(:last-child){margin-right:.5rem}.light .initialism{font-size:90%;text-transform:uppercase}.light .blockquote{margin-bottom:1rem;font-size:1.015625rem}.light .blockquote-footer{display:block;font-size:80%;color:#74788d}.light .blockquote-footer:before{content:"— "}.light .img-fluid,.light .img-thumbnail{max-width:100%;height:auto}.light .img-thumbnail{padding:.25rem;background-color:#f8f8fb;border:1px solid #f6f6f6;border-radius:.25rem}.light .figure{display:inline-block}.light .figure-img{margin-bottom:.5rem;line-height:1}.light .figure-caption{font-size:90%;color:#74788d}.light code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>.light code{color:inherit}.light kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}.light kbd kbd{padding:0;font-size:100%;font-weight:600}.light pre{display:block;font-size:87.5%;color:#212529}.light pre code{font-size:inherit;color:inherit;word-break:normal}.light .pre-scrollable{max-height:340px;overflow-y:scroll}.light .container,.light .container-fluid,.light .container-lg,.light .container-md,.light .container-sm,.light .container-xl{width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}@media(min-width:576px){.light .container,.light .container-sm{max-width:540px}}@media(min-width:768px){.light .container,.light .container-md,.light .container-sm{max-width:720px}}@media(min-width:992px){.light .container,.light .container-lg,.light .container-md,.light .container-sm{max-width:960px}}@media(min-width:1200px){.light .container,.light .container-lg,.light .container-md,.light .container-sm,.light .container-xl{max-width:1140px}}.light .row{display:flex;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.light .no-gutters{margin-right:0;margin-left:0}.light .no-gutters>.col,.light .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.light .col,.light .col-1,.light .col-2,.light .col-3,.light .col-4,.light .col-5,.light .col-6,.light .col-7,.light .col-8,.light .col-9,.light .col-10,.light .col-11,.light .col-12,.light .col-auto,.light .col-lg,.light .col-lg-1,.light .col-lg-2,.light .col-lg-3,.light .col-lg-4,.light .col-lg-5,.light .col-lg-6,.light .col-lg-7,.light .col-lg-8,.light .col-lg-9,.light .col-lg-10,.light .col-lg-11,.light .col-lg-12,.light .col-lg-auto,.light .col-md,.light .col-md-1,.light .col-md-2,.light .col-md-3,.light .col-md-4,.light .col-md-5,.light .col-md-6,.light .col-md-7,.light .col-md-8,.light .col-md-9,.light .col-md-10,.light .col-md-11,.light .col-md-12,.light .col-md-auto,.light .col-sm,.light .col-sm-1,.light .col-sm-2,.light .col-sm-3,.light .col-sm-4,.light .col-sm-5,.light .col-sm-6,.light .col-sm-7,.light .col-sm-8,.light .col-sm-9,.light .col-sm-10,.light .col-sm-11,.light .col-sm-12,.light .col-sm-auto,.light .col-xl,.light .col-xl-1,.light .col-xl-2,.light .col-xl-3,.light .col-xl-4,.light .col-xl-5,.light .col-xl-6,.light .col-xl-7,.light .col-xl-8,.light .col-xl-9,.light .col-xl-10,.light .col-xl-11,.light .col-xl-12,.light .col-xl-auto{position:relative;width:100%;padding-right:12px;padding-left:12px}.light .col{flex-basis:0;flex-grow:1;max-width:100%}.light .row-cols-1>*{flex:0 0 100%;max-width:100%}.light .row-cols-2>*{flex:0 0 50%;max-width:50%}.light .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.light .row-cols-4>*{flex:0 0 25%;max-width:25%}.light .row-cols-5>*{flex:0 0 20%;max-width:20%}.light .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.light .col-auto{flex:0 0 auto;width:auto;max-width:100%}.light .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.light .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.light .col-3{flex:0 0 25%;max-width:25%}.light .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.light .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.light .col-6{flex:0 0 50%;max-width:50%}.light .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.light .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.light .col-9{flex:0 0 75%;max-width:75%}.light .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.light .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.light .col-12{flex:0 0 100%;max-width:100%}.light .order-first{order:-1}.light .order-last{order:13}.light .order-0{order:0}.light .order-1{order:1}.light .order-2{order:2}.light .order-3{order:3}.light .order-4{order:4}.light .order-5{order:5}.light .order-6{order:6}.light .order-7{order:7}.light .order-8{order:8}.light .order-9{order:9}.light .order-10{order:10}.light .order-11{order:11}.light .order-12{order:12}.light .offset-1{margin-left:8.33333333%}.light .offset-2{margin-left:16.66666667%}.light .offset-3{margin-left:25%}.light .offset-4{margin-left:33.33333333%}.light .offset-5{margin-left:41.66666667%}.light .offset-6{margin-left:50%}.light .offset-7{margin-left:58.33333333%}.light .offset-8{margin-left:66.66666667%}.light .offset-9{margin-left:75%}.light .offset-10{margin-left:83.33333333%}.light .offset-11{margin-left:91.66666667%}@media(min-width:576px){.light .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.light .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.light .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.light .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.light .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.light .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.light .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.light .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.light .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.light .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.light .col-sm-3{flex:0 0 25%;max-width:25%}.light .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.light .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.light .col-sm-6{flex:0 0 50%;max-width:50%}.light .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.light .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.light .col-sm-9{flex:0 0 75%;max-width:75%}.light .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.light .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.light .col-sm-12{flex:0 0 100%;max-width:100%}.light .order-sm-first{order:-1}.light .order-sm-last{order:13}.light .order-sm-0{order:0}.light .order-sm-1{order:1}.light .order-sm-2{order:2}.light .order-sm-3{order:3}.light .order-sm-4{order:4}.light .order-sm-5{order:5}.light .order-sm-6{order:6}.light .order-sm-7{order:7}.light .order-sm-8{order:8}.light .order-sm-9{order:9}.light .order-sm-10{order:10}.light .order-sm-11{order:11}.light .order-sm-12{order:12}.light .offset-sm-0{margin-left:0}.light .offset-sm-1{margin-left:8.33333333%}.light .offset-sm-2{margin-left:16.66666667%}.light .offset-sm-3{margin-left:25%}.light .offset-sm-4{margin-left:33.33333333%}.light .offset-sm-5{margin-left:41.66666667%}.light .offset-sm-6{margin-left:50%}.light .offset-sm-7{margin-left:58.33333333%}.light .offset-sm-8{margin-left:66.66666667%}.light .offset-sm-9{margin-left:75%}.light .offset-sm-10{margin-left:83.33333333%}.light .offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){.light .col-md{flex-basis:0;flex-grow:1;max-width:100%}.light .row-cols-md-1>*{flex:0 0 100%;max-width:100%}.light .row-cols-md-2>*{flex:0 0 50%;max-width:50%}.light .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.light .row-cols-md-4>*{flex:0 0 25%;max-width:25%}.light .row-cols-md-5>*{flex:0 0 20%;max-width:20%}.light .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.light .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.light .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.light .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.light .col-md-3{flex:0 0 25%;max-width:25%}.light .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.light .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.light .col-md-6{flex:0 0 50%;max-width:50%}.light .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.light .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.light .col-md-9{flex:0 0 75%;max-width:75%}.light .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.light .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.light .col-md-12{flex:0 0 100%;max-width:100%}.light .order-md-first{order:-1}.light .order-md-last{order:13}.light .order-md-0{order:0}.light .order-md-1{order:1}.light .order-md-2{order:2}.light .order-md-3{order:3}.light .order-md-4{order:4}.light .order-md-5{order:5}.light .order-md-6{order:6}.light .order-md-7{order:7}.light .order-md-8{order:8}.light .order-md-9{order:9}.light .order-md-10{order:10}.light .order-md-11{order:11}.light .order-md-12{order:12}.light .offset-md-0{margin-left:0}.light .offset-md-1{margin-left:8.33333333%}.light .offset-md-2{margin-left:16.66666667%}.light .offset-md-3{margin-left:25%}.light .offset-md-4{margin-left:33.33333333%}.light .offset-md-5{margin-left:41.66666667%}.light .offset-md-6{margin-left:50%}.light .offset-md-7{margin-left:58.33333333%}.light .offset-md-8{margin-left:66.66666667%}.light .offset-md-9{margin-left:75%}.light .offset-md-10{margin-left:83.33333333%}.light .offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){.light .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.light .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.light .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.light .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.light .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.light .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.light .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.light .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.light .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.light .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.light .col-lg-3{flex:0 0 25%;max-width:25%}.light .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.light .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.light .col-lg-6{flex:0 0 50%;max-width:50%}.light .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.light .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.light .col-lg-9{flex:0 0 75%;max-width:75%}.light .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.light .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.light .col-lg-12{flex:0 0 100%;max-width:100%}.light .order-lg-first{order:-1}.light .order-lg-last{order:13}.light .order-lg-0{order:0}.light .order-lg-1{order:1}.light .order-lg-2{order:2}.light .order-lg-3{order:3}.light .order-lg-4{order:4}.light .order-lg-5{order:5}.light .order-lg-6{order:6}.light .order-lg-7{order:7}.light .order-lg-8{order:8}.light .order-lg-9{order:9}.light .order-lg-10{order:10}.light .order-lg-11{order:11}.light .order-lg-12{order:12}.light .offset-lg-0{margin-left:0}.light .offset-lg-1{margin-left:8.33333333%}.light .offset-lg-2{margin-left:16.66666667%}.light .offset-lg-3{margin-left:25%}.light .offset-lg-4{margin-left:33.33333333%}.light .offset-lg-5{margin-left:41.66666667%}.light .offset-lg-6{margin-left:50%}.light .offset-lg-7{margin-left:58.33333333%}.light .offset-lg-8{margin-left:66.66666667%}.light .offset-lg-9{margin-left:75%}.light .offset-lg-10{margin-left:83.33333333%}.light .offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){.light .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.light .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.light .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.light .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.light .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.light .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.light .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.light .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.light .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.light .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.light .col-xl-3{flex:0 0 25%;max-width:25%}.light .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.light .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.light .col-xl-6{flex:0 0 50%;max-width:50%}.light .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.light .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.light .col-xl-9{flex:0 0 75%;max-width:75%}.light .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.light .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.light .col-xl-12{flex:0 0 100%;max-width:100%}.light .order-xl-first{order:-1}.light .order-xl-last{order:13}.light .order-xl-0{order:0}.light .order-xl-1{order:1}.light .order-xl-2{order:2}.light .order-xl-3{order:3}.light .order-xl-4{order:4}.light .order-xl-5{order:5}.light .order-xl-6{order:6}.light .order-xl-7{order:7}.light .order-xl-8{order:8}.light .order-xl-9{order:9}.light .order-xl-10{order:10}.light .order-xl-11{order:11}.light .order-xl-12{order:12}.light .offset-xl-0{margin-left:0}.light .offset-xl-1{margin-left:8.33333333%}.light .offset-xl-2{margin-left:16.66666667%}.light .offset-xl-3{margin-left:25%}.light .offset-xl-4{margin-left:33.33333333%}.light .offset-xl-5{margin-left:41.66666667%}.light .offset-xl-6{margin-left:50%}.light .offset-xl-7{margin-left:58.33333333%}.light .offset-xl-8{margin-left:66.66666667%}.light .offset-xl-9{margin-left:75%}.light .offset-xl-10{margin-left:83.33333333%}.light .offset-xl-11{margin-left:91.66666667%}}.light .table{width:100%;margin-bottom:1rem;color:#495057}.light .table td,.light .table th{padding:.75rem;vertical-align:top;border-top:1px solid #eff2f7}.light .table thead th{vertical-align:bottom;border-bottom:2px solid #eff2f7}.light .table tbody+tbody{border-top:2px solid #eff2f7}.light .table-sm td,.light .table-sm th{padding:.3rem}.light .table-bordered,.light .table-bordered td,.light .table-bordered th{border:1px solid #eff2f7}.light .table-bordered thead td,.light .table-bordered thead th{border-bottom-width:2px}.light .table-borderless tbody+tbody,.light .table-borderless td,.light .table-borderless th,.light .table-borderless thead th{border:0}.light .table-striped tbody tr:nth-of-type(odd){background-color:#f8f9fa}.light .table-hover tbody tr:hover{color:#495057;background-color:#f8f9fa}.light .table-primary,.light .table-primary>td,.light .table-primary>th{background-color:rgb(207.4,214.4,248)}.light .table-primary tbody+tbody,.light .table-primary td,.light .table-primary th,.light .table-primary thead th{border-color:rgb(166.6,179.6,242)}.light .table-hover .table-primary:hover,.light .table-hover .table-primary:hover>td,.light .table-hover .table-primary:hover>th{background-color:#b9c3f5}.light .table-secondary,.light .table-secondary>td,.light .table-secondary>th{background-color:rgb(216.08,217.2,223.08)}.light .table-secondary tbody+tbody,.light .table-secondary td,.light .table-secondary th,.light .table-secondary thead th{border-color:rgb(182.72,184.8,195.72)}.light .table-hover .table-secondary:hover,.light .table-hover .table-secondary:hover>td,.light .table-hover .table-secondary:hover>th{background-color:#caccd4}.light .table-success,.light .table-success>td,.light .table-success>th{background-color:rgb(198.16,238.2,223.64)}.light .table-success tbody+tbody,.light .table-success td,.light .table-success th,.light .table-success thead th{border-color:rgb(149.44,223.8,196.76)}.light .table-hover .table-success:hover,.light .table-hover .table-success:hover>td,.light .table-hover .table-success:hover>th{background-color:rgb(178.4774904943,232.3825095057,212.7806844106)}.light .table-info,.light .table-info>td,.light .table-info>th{background-color:rgb(206,229.8,251.08)}.light .table-info tbody+tbody,.light .table-info td,.light .table-info th,.light .table-info thead th{border-color:rgb(164,208.2,247.72)}.light .table-hover .table-info:hover,.light .table-hover .table-info:hover>td,.light .table-hover .table-info:hover>th{background-color:rgb(182.3888888889,217.6571428571,249.1911111111)}.light .table-warning,.light .table-warning>td,.light .table-warning>th{background-color:rgb(251.08,234,204.88)}.light .table-warning tbody+tbody,.light .table-warning td,.light .table-warning th,.light .table-warning thead th{border-color:rgb(247.72,216,161.92)}.light .table-hover .table-warning:hover,.light .table-hover .table-warning:hover>td,.light .table-hover .table-warning:hover>th{background-color:#f9e0b5}.light .table-danger,.light .table-danger>td,.light .table-danger>th{background-color:rgb(251.92,213.28,213.28)}.light .table-danger tbody+tbody,.light .table-danger td,.light .table-danger th,.light .table-danger thead th{border-color:rgb(249.28,177.52,177.52)}.light .table-hover .table-danger:hover,.light .table-hover .table-danger:hover>td,.light .table-hover .table-danger:hover>th{background-color:#fabebe}.light .table-light,.light .table-light>td,.light .table-light>th{background-color:rgb(250.52,251.36,252.76)}.light .table-light tbody+tbody,.light .table-light td,.light .table-light th,.light .table-light thead th{border-color:rgb(246.68,248.24,250.84)}.light .table-hover .table-light:hover,.light .table-hover .table-light:hover>td,.light .table-hover .table-light:hover>th{background-color:rgb(233.52,237.5475,244.26)}.light .table-dark,.light .table-dark>td,.light .table-dark>th{background-color:rgb(198.16,199.84,201.52)}.light .table-dark tbody+tbody,.light .table-dark td,.light .table-dark th,.light .table-dark thead th{border-color:rgb(149.44,152.56,155.68)}.light .table-hover .table-dark:hover,.light .table-hover .table-dark:hover>td,.light .table-hover .table-dark:hover>th{background-color:#b9bbbd}.light .table-pink,.light .table-pink>td,.light .table-pink>th{background-color:rgb(248.56,200.96,222.8)}.light .table-pink tbody+tbody,.light .table-pink td,.light .table-pink th,.light .table-pink thead th{border-color:rgb(243.04,154.64,195.2)}.light .table-hover .table-pink:hover,.light .table-hover .table-pink:hover>td,.light .table-hover .table-pink:hover>th{background-color:rgb(245.8447222222,178.1752777778,209.2236111111)}.light .table-grey,.light .table-grey>td,.light .table-grey>th{background-color:rgb(252.76,252.76,255)}.light .table-grey tbody+tbody,.light .table-grey td,.light .table-grey th,.light .table-grey thead th{border-color:rgb(250.84,250.84,255)}.light .table-hover .table-grey:hover,.light .table-hover .table-grey:hover>td,.light .table-hover .table-grey:hover>th{background-color:rgb(227.26,227.26,255)}.light .table-active,.light .table-active>td,.light .table-active>th{background-color:#f8f9fa}.light .table-hover .table-active:hover,.light .table-hover .table-active:hover>td,.light .table-hover .table-active:hover>th{background-color:rgb(233.125,236.25,239.375)}.light .table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.light .table .thead-light th{color:#495057;background-color:#f8f9fa;border-color:#eff2f7}.light .table-dark{color:#fff;background-color:#343a40}.light .table-dark td,.light .table-dark th,.light .table-dark thead th{border-color:#454d55}.light .table-dark.table-bordered{border:0}.light .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.light .table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media(max-width:575.98px){.light .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.light .table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.light .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.light .table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){.light .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.light .table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){.light .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.light .table-responsive-xl>.table-bordered{border:0}}.light .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.light .table-responsive>.table-bordered{border:0}.light .form-control,.light input.PhoneInputInput{display:block;width:100%;height:calc(1.5em + .94rem + 2px);padding:.47rem .75rem;font-size:.8125rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.light .form-control,.light input.PhoneInputInput{transition:none}}.light .form-control::-ms-expand,.light input.PhoneInputInput::-ms-expand{background-color:transparent;border:0}.light .form-control:focus,.light input.PhoneInputInput:focus{color:#495057;background-color:#fff;border-color:#b1bbc4;outline:0;box-shadow:none}.light .form-control::placeholder,.light input.PhoneInputInput::placeholder{color:#74788d;opacity:1}.light .form-control:disabled,.light .form-control[readonly],.light input.PhoneInputInput:disabled,.light input[readonly].PhoneInputInput{background-color:#fff;opacity:1}.light input[type=date].form-control,.light input[type=date].PhoneInputInput,.light input[type=datetime-local].form-control,.light input[type=datetime-local].PhoneInputInput,.light input[type=month].form-control,.light input[type=month].PhoneInputInput,.light input[type=time].form-control,.light input[type=time].PhoneInputInput{-webkit-appearance:none;appearance:none}.light select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.light select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.light .form-control-file,.light .form-control-range{display:block;width:100%}.light .col-form-label{padding-top:calc(.47rem + 1px);padding-bottom:calc(.47rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.light .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.015625rem;line-height:1.5}.light .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.7109375rem;line-height:1.5}.light .form-control-plaintext{display:block;width:100%;padding:.47rem 0;margin-bottom:0;font-size:.8125rem;line-height:1.5;color:#495057;background-color:transparent;border:solid transparent;border-width:1px 0}.light .form-control-plaintext.form-control-lg,.light .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.light .form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.7109375rem;line-height:1.5;border-radius:.2rem}.light .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.015625rem;line-height:1.5;border-radius:.4rem}.light select.form-control[multiple],.light select.form-control[size],.light textarea.form-control{height:auto}.light .form-group{margin-bottom:1rem}.light .form-text{display:block;margin-top:.25rem}.light .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.light .form-row>.col,.light .form-row>[class*=col-]{padding-right:5px;padding-left:5px}.light .form-check{position:relative;display:block;padding-left:1.25rem}.light .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.light .form-check-input:disabled~.form-check-label,.light .form-check-input[disabled]~.form-check-label{color:#74788d}.light .form-check-label{margin-bottom:0}.light .form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.light .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.light .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#34c38f}.light .valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.4rem .7rem;margin-top:.1rem;font-size:.7109375rem;line-height:1.5;color:#fff;background-color:rgba(52,195,143,.9);border-radius:.25rem}.form-row>.col>.light .valid-tooltip,.form-row>[class*=col-]>.light .valid-tooltip{left:5px}.light.is-valid~.valid-feedback,.light.is-valid~.valid-tooltip,.was-validated .light:valid~.valid-feedback,.was-validated .light:valid~.valid-tooltip{display:block}.light .form-control.is-valid,.light input.is-valid.PhoneInputInput,.was-validated .light .form-control:valid,.was-validated .light input.PhoneInputInput:valid{border-color:#34c38f;padding-right:calc(1.5em + .94rem)!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2334c38f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .235rem) center;background-size:calc(.75em + .47rem) calc(.75em + .47rem)}.light .form-control.is-valid:focus,.light input.is-valid.PhoneInputInput:focus,.was-validated .light .form-control:valid:focus,.was-validated .light input.PhoneInputInput:valid:focus{border-color:#34c38f;box-shadow:0 0 0 .15rem rgba(52,195,143,.25)}.light select.form-control.is-valid,.was-validated .light select.form-control:valid{padding-right:3rem!important;background-position:right 1.5rem center}.light textarea.form-control.is-valid,.was-validated .light textarea.form-control:valid{padding-right:calc(1.5em + .94rem);background-position:top calc(.375em + .235rem) right calc(.375em + .235rem)}.light .custom-select.is-valid,.was-validated .light .custom-select:valid{border-color:#34c38f;padding-right:calc(.75em + 2.455rem)!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2334c38f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .47rem) calc(.75em + .47rem) no-repeat}.light .custom-select.is-valid:focus,.was-validated .light .custom-select:valid:focus{border-color:#34c38f;box-shadow:0 0 0 .15rem rgba(52,195,143,.25)}.light .form-check-input.is-valid~.form-check-label,.was-validated .light .form-check-input:valid~.form-check-label{color:#34c38f}.light .form-check-input.is-valid~.valid-feedback,.light .form-check-input.is-valid~.valid-tooltip,.was-validated .light .form-check-input:valid~.valid-feedback,.was-validated .light .form-check-input:valid~.valid-tooltip{display:block}.light .custom-control-input.is-valid~.custom-control-label,.was-validated .light .custom-control-input:valid~.custom-control-label{color:#34c38f}.light .custom-control-input.is-valid~.custom-control-label:before,.was-validated .light .custom-control-input:valid~.custom-control-label:before{border-color:#34c38f}.light .custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .light .custom-control-input:valid:checked~.custom-control-label:before{border-color:rgb(87.6315789474,210.3684210526,165.7368421053);background-color:rgb(87.6315789474,210.3684210526,165.7368421053)}.light .custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .light .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .15rem rgba(52,195,143,.25)}.light .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.light .custom-file-input.is-valid~.custom-file-label,.was-validated .light .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .light .custom-file-input:valid~.custom-file-label{border-color:#34c38f}.light .custom-file-input.is-valid:focus~.custom-file-label,.was-validated .light .custom-file-input:valid:focus~.custom-file-label{border-color:#34c38f;box-shadow:0 0 0 .15rem rgba(52,195,143,.25)}.light .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#f46a6a}.light .invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.4rem .7rem;margin-top:.1rem;font-size:.7109375rem;line-height:1.5;color:#fff;background-color:rgba(244,106,106,.9);border-radius:.25rem}.form-row>.col>.light .invalid-tooltip,.form-row>[class*=col-]>.light .invalid-tooltip{left:5px}.light.is-invalid~.invalid-feedback,.light.is-invalid~.invalid-tooltip,.was-validated .light:invalid~.invalid-feedback,.was-validated .light:invalid~.invalid-tooltip{display:block}.light .form-control.is-invalid,.light input.is-invalid.PhoneInputInput,.was-validated .light .form-control:invalid,.was-validated .light input.PhoneInputInput:invalid{border-color:#f46a6a;padding-right:calc(1.5em + .94rem)!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f46a6a' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f46a6a' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .235rem) center;background-size:calc(.75em + .47rem) calc(.75em + .47rem)}.light .form-control.is-invalid:focus,.light input.is-invalid.PhoneInputInput:focus,.was-validated .light .form-control:invalid:focus,.was-validated .light input.PhoneInputInput:invalid:focus{border-color:#f46a6a;box-shadow:0 0 0 .15rem rgba(244,106,106,.25)}.light select.form-control.is-invalid,.was-validated .light select.form-control:invalid{padding-right:3rem!important;background-position:right 1.5rem center}.light textarea.form-control.is-invalid,.was-validated .light textarea.form-control:invalid{padding-right:calc(1.5em + .94rem);background-position:top calc(.375em + .235rem) right calc(.375em + .235rem)}.light .custom-select.is-invalid,.was-validated .light .custom-select:invalid{border-color:#f46a6a;padding-right:calc(.75em + 2.455rem)!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f46a6a' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f46a6a' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .47rem) calc(.75em + .47rem) no-repeat}.light .custom-select.is-invalid:focus,.was-validated .light .custom-select:invalid:focus{border-color:#f46a6a;box-shadow:0 0 0 .15rem rgba(244,106,106,.25)}.light .form-check-input.is-invalid~.form-check-label,.was-validated .light .form-check-input:invalid~.form-check-label{color:#f46a6a}.light .form-check-input.is-invalid~.invalid-feedback,.light .form-check-input.is-invalid~.invalid-tooltip,.was-validated .light .form-check-input:invalid~.invalid-feedback,.was-validated .light .form-check-input:invalid~.invalid-tooltip{display:block}.light .custom-control-input.is-invalid~.custom-control-label,.was-validated .light .custom-control-input:invalid~.custom-control-label{color:#f46a6a}.light .custom-control-input.is-invalid~.custom-control-label:before,.was-validated .light .custom-control-input:invalid~.custom-control-label:before{border-color:#f46a6a}.light .custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .light .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#f89999;background-color:#f89999}.light .custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .light .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .15rem rgba(244,106,106,.25)}.light .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.light .custom-file-input.is-invalid~.custom-file-label,.was-validated .light .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .light .custom-file-input:invalid~.custom-file-label{border-color:#f46a6a}.light .custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .light .custom-file-input:invalid:focus~.custom-file-label{border-color:#f46a6a;box-shadow:0 0 0 .15rem rgba(244,106,106,.25)}.light .form-inline{display:flex;flex-flow:row wrap;align-items:center}.light .form-inline .form-check{width:100%}@media(min-width:576px){.light .form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.light .form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.light .form-inline .form-control,.light .form-inline input.PhoneInputInput{display:inline-block;width:auto;vertical-align:middle}.light .form-inline .form-control-plaintext{display:inline-block}.light .form-inline .custom-select,.light .form-inline .input-group{width:auto}.light .form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.light .form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.light .form-inline .custom-control{align-items:center;justify-content:center}.light .form-inline .custom-control-label{margin-bottom:0}}.light .btn{display:inline-block;font-weight:400;color:#495057;text-align:center;vertical-align:middle;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.47rem .75rem;font-size:.8125rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.light .btn{transition:none}}.light .btn:hover{color:#495057;text-decoration:none}.light .btn.focus,.light .btn:focus{outline:0;box-shadow:0 0 0 .15rem rgba(85,110,230,.25)}.light .btn.disabled,.light .btn:disabled{opacity:.65}.light .btn:not(:disabled):not(.disabled){cursor:pointer}.light a.btn.disabled,.light fieldset:disabled a.btn{pointer-events:none}.light .btn-primary{color:#fff;background-color:#556ee6;border-color:#556ee6}.light .btn-primary.focus,.light .btn-primary:focus,.light .btn-primary:hover{color:#fff;background-color:rgb(51.6538461538,81.5576923077,225.0961538462);border-color:rgb(40.5384615385,72.0769230769,223.4615384615)}.light .btn-primary.focus,.light .btn-primary:focus{box-shadow:0 0 0 .15rem rgba(110.5,131.75,233.75,.5)}.light .btn-primary.disabled,.light .btn-primary:disabled{color:#fff;background-color:#556ee6;border-color:#556ee6}.light .btn-primary:not(:disabled):not(.disabled).active,.light .btn-primary:not(:disabled):not(.disabled):active,.show>.light .btn-primary.dropdown-toggle{color:#fff;background-color:rgb(40.5384615385,72.0769230769,223.4615384615);border-color:rgb(32.2115384615,64.4230769231,219.0384615385)}.light .btn-primary:not(:disabled):not(.disabled).active:focus,.light .btn-primary:not(:disabled):not(.disabled):active:focus,.show>.light .btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(110.5,131.75,233.75,.5)}.light .btn-secondary{color:#fff;background-color:#74788d;border-color:#74788d}.light .btn-secondary.focus,.light .btn-secondary:focus,.light .btn-secondary:hover{color:#fff;background-color:#636678;border-color:#5d6071}.light .btn-secondary.focus,.light .btn-secondary:focus{box-shadow:0 0 0 .15rem rgba(136.85,140.25,158.1,.5)}.light .btn-secondary.disabled,.light .btn-secondary:disabled{color:#fff;background-color:#74788d;border-color:#74788d}.light .btn-secondary:not(:disabled):not(.disabled).active,.light .btn-secondary:not(:disabled):not(.disabled):active,.show>.light .btn-secondary.dropdown-toggle{color:#fff;background-color:#5d6071;border-color:#575a6a}.light .btn-secondary:not(:disabled):not(.disabled).active:focus,.light .btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.light .btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(136.85,140.25,158.1,.5)}.light .btn-success{color:#fff;background-color:#34c38f;border-color:#34c38f}.light .btn-success.focus,.light .btn-success:focus,.light .btn-success:hover{color:#fff;background-color:rgb(43.9473684211,164.8026315789,120.8552631579);border-color:rgb(41.2631578947,154.7368421053,113.4736842105)}.light .btn-success.focus,.light .btn-success:focus{box-shadow:0 0 0 .15rem rgba(82.45,204,159.8,.5)}.light .btn-success.disabled,.light .btn-success:disabled{color:#fff;background-color:#34c38f;border-color:#34c38f}.light .btn-success:not(:disabled):not(.disabled).active,.light .btn-success:not(:disabled):not(.disabled):active,.show>.light .btn-success.dropdown-toggle{color:#fff;background-color:rgb(41.2631578947,154.7368421053,113.4736842105);border-color:rgb(38.5789473684,144.6710526316,106.0921052632)}.light .btn-success:not(:disabled):not(.disabled).active:focus,.light .btn-success:not(:disabled):not(.disabled):active:focus,.show>.light .btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(82.45,204,159.8,.5)}.light .btn-info{color:#fff;background-color:#50a5f1;border-color:#50a5f1}.light .btn-info.focus,.light .btn-info:focus,.light .btn-info:hover{color:#fff;background-color:rgb(44.5833333333,146.7857142857,238.1666666667);border-color:rgb(32.7777777778,140.7142857143,237.2222222222)}.light .btn-info.focus,.light .btn-info:focus{box-shadow:0 0 0 .15rem rgba(106.25,178.5,243.1,.5)}.light .btn-info.disabled,.light .btn-info:disabled{color:#fff;background-color:#50a5f1;border-color:#50a5f1}.light .btn-info:not(:disabled):not(.disabled).active,.light .btn-info:not(:disabled):not(.disabled):active,.show>.light .btn-info.dropdown-toggle{color:#fff;background-color:rgb(32.7777777778,140.7142857143,237.2222222222);border-color:rgb(20.9722222222,134.6428571429,236.2777777778)}.light .btn-info:not(:disabled):not(.disabled).active:focus,.light .btn-info:not(:disabled):not(.disabled):active:focus,.show>.light .btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(106.25,178.5,243.1,.5)}.light .btn-warning{color:#fff;background-color:#f1b44c;border-color:#f1b44c}.light .btn-warning.focus,.light .btn-warning:focus,.light .btn-warning:hover{color:#fff;background-color:rgb(238.225388601,165.1360103627,40.524611399);border-color:rgb(237.3005181347,160.1813471503,28.6994818653)}.light .btn-warning.focus,.light .btn-warning:focus{box-shadow:0 0 0 .15rem rgba(243.1,191.25,102.85,.5)}.light .btn-warning.disabled,.light .btn-warning:disabled{color:#fff;background-color:#f1b44c;border-color:#f1b44c}.light .btn-warning:not(:disabled):not(.disabled).active,.light .btn-warning:not(:disabled):not(.disabled):active,.show>.light .btn-warning.dropdown-toggle{color:#fff;background-color:rgb(237.3005181347,160.1813471503,28.6994818653);border-color:rgb(234.8795336788,154.8367875648,18.3704663212)}.light .btn-warning:not(:disabled):not(.disabled).active:focus,.light .btn-warning:not(:disabled):not(.disabled):active:focus,.show>.light .btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(243.1,191.25,102.85,.5)}.light .btn-danger{color:#fff;background-color:#f46a6a;border-color:#f46a6a}.light .btn-danger.focus,.light .btn-danger:focus,.light .btn-danger:hover{color:#fff;background-color:#f14646;border-color:#f03b3b}.light .btn-danger.focus,.light .btn-danger:focus{box-shadow:0 0 0 .15rem rgba(245.65,128.35,128.35,.5)}.light .btn-danger.disabled,.light .btn-danger:disabled{color:#fff;background-color:#f46a6a;border-color:#f46a6a}.light .btn-danger:not(:disabled):not(.disabled).active,.light .btn-danger:not(:disabled):not(.disabled):active,.show>.light .btn-danger.dropdown-toggle{color:#fff;background-color:#f03b3b;border-color:#f02f2f}.light .btn-danger:not(:disabled):not(.disabled).active:focus,.light .btn-danger:not(:disabled):not(.disabled):active:focus,.show>.light .btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(245.65,128.35,128.35,.5)}.light .btn-light{color:#212529;background-color:#eff2f7;border-color:#eff2f7}.light .btn-light.focus,.light .btn-light:focus,.light .btn-light:hover{color:#212529;background-color:rgb(213.5,221.28125,234.25);border-color:rgb(205,214.375,230)}.light .btn-light.focus,.light .btn-light:focus{box-shadow:0 0 0 .15rem rgba(208.1,211.25,216.1,.5)}.light .btn-light.disabled,.light .btn-light:disabled{color:#212529;background-color:#eff2f7;border-color:#eff2f7}.light .btn-light:not(:disabled):not(.disabled).active,.light .btn-light:not(:disabled):not(.disabled):active,.show>.light .btn-light.dropdown-toggle{color:#212529;background-color:rgb(205,214.375,230);border-color:rgb(196.5,207.46875,225.75)}.light .btn-light:not(:disabled):not(.disabled).active:focus,.light .btn-light:not(:disabled):not(.disabled):active:focus,.show>.light .btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(208.1,211.25,216.1,.5)}.light .btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.light .btn-dark.focus,.light .btn-dark:focus,.light .btn-dark:hover{color:#fff;background-color:#23272b;border-color:rgb(29.1379310345,32.5,35.8620689655)}.light .btn-dark.focus,.light .btn-dark:focus{box-shadow:0 0 0 .15rem rgba(82.45,87.55,92.65,.5)}.light .btn-dark.disabled,.light .btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.light .btn-dark:not(:disabled):not(.disabled).active,.light .btn-dark:not(:disabled):not(.disabled):active,.show>.light .btn-dark.dropdown-toggle{color:#fff;background-color:rgb(29.1379310345,32.5,35.8620689655);border-color:#171a1d}.light .btn-dark:not(:disabled):not(.disabled).active:focus,.light .btn-dark:not(:disabled):not(.disabled):active:focus,.show>.light .btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(82.45,87.55,92.65,.5)}.light .btn-pink{color:#fff;background-color:#e83e8c;border-color:#e83e8c}.light .btn-pink.focus,.light .btn-pink:focus,.light .btn-pink:hover{color:#fff;background-color:rgb(227.9270833333,27.8229166667,119.6354166667);border-color:rgb(217.125,25.875,113.625)}.light .btn-pink.focus,.light .btn-pink:focus{box-shadow:0 0 0 .15rem rgba(235.45,90.95,157.25,.5)}.light .btn-pink.disabled,.light .btn-pink:disabled{color:#fff;background-color:#e83e8c;border-color:#e83e8c}.light .btn-pink:not(:disabled):not(.disabled).active,.light .btn-pink:not(:disabled):not(.disabled):active,.show>.light .btn-pink.dropdown-toggle{color:#fff;background-color:rgb(217.125,25.875,113.625);border-color:rgb(205.7326388889,24.5173611111,107.6631944444)}.light .btn-pink:not(:disabled):not(.disabled).active:focus,.light .btn-pink:not(:disabled):not(.disabled):active:focus,.show>.light .btn-pink.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(235.45,90.95,157.25,.5)}.light .btn-grey{color:#212529;background-color:#f7f7ff;border-color:#f7f7ff}.light .btn-grey.focus,.light .btn-grey:focus,.light .btn-grey:hover{color:#212529;background-color:rgb(208.75,208.75,255);border-color:#c4c4ff}.light .btn-grey.focus,.light .btn-grey:focus{box-shadow:0 0 0 .15rem rgba(214.9,215.5,222.9,.5)}.light .btn-grey.disabled,.light .btn-grey:disabled{color:#212529;background-color:#f7f7ff;border-color:#f7f7ff}.light .btn-grey:not(:disabled):not(.disabled).active,.light .btn-grey:not(:disabled):not(.disabled):active,.show>.light .btn-grey.dropdown-toggle{color:#212529;background-color:#c4c4ff;border-color:rgb(183.25,183.25,255)}.light .btn-grey:not(:disabled):not(.disabled).active:focus,.light .btn-grey:not(:disabled):not(.disabled):active:focus,.show>.light .btn-grey.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(214.9,215.5,222.9,.5)}.light .btn-outline-primary{color:#556ee6;border-color:#556ee6}.light .btn-outline-primary:hover{color:#fff;background-color:#556ee6;border-color:#556ee6}.light .btn-outline-primary.focus,.light .btn-outline-primary:focus{box-shadow:0 0 0 .15rem rgba(85,110,230,.5)}.light .btn-outline-primary.disabled,.light .btn-outline-primary:disabled{color:#556ee6;background-color:transparent}.light .btn-outline-primary:not(:disabled):not(.disabled).active,.light .btn-outline-primary:not(:disabled):not(.disabled):active,.show>.light .btn-outline-primary.dropdown-toggle{color:#fff;background-color:#556ee6;border-color:#556ee6}.light .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.light .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.light .btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(85,110,230,.5)}.light .btn-outline-secondary{color:#74788d;border-color:#74788d}.light .btn-outline-secondary:hover{color:#fff;background-color:#74788d;border-color:#74788d}.light .btn-outline-secondary.focus,.light .btn-outline-secondary:focus{box-shadow:0 0 0 .15rem rgba(116,120,141,.5)}.light .btn-outline-secondary.disabled,.light .btn-outline-secondary:disabled{color:#74788d;background-color:transparent}.light .btn-outline-secondary:not(:disabled):not(.disabled).active,.light .btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.light .btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#74788d;border-color:#74788d}.light .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.light .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.light .btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(116,120,141,.5)}.light .btn-outline-success{color:#34c38f;border-color:#34c38f}.light .btn-outline-success:hover{color:#fff;background-color:#34c38f;border-color:#34c38f}.light .btn-outline-success.focus,.light .btn-outline-success:focus{box-shadow:0 0 0 .15rem rgba(52,195,143,.5)}.light .btn-outline-success.disabled,.light .btn-outline-success:disabled{color:#34c38f;background-color:transparent}.light .btn-outline-success:not(:disabled):not(.disabled).active,.light .btn-outline-success:not(:disabled):not(.disabled):active,.show>.light .btn-outline-success.dropdown-toggle{color:#fff;background-color:#34c38f;border-color:#34c38f}.light .btn-outline-success:not(:disabled):not(.disabled).active:focus,.light .btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.light .btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(52,195,143,.5)}.light .btn-outline-info{color:#50a5f1;border-color:#50a5f1}.light .btn-outline-info:hover{color:#fff;background-color:#50a5f1;border-color:#50a5f1}.light .btn-outline-info.focus,.light .btn-outline-info:focus{box-shadow:0 0 0 .15rem rgba(80,165,241,.5)}.light .btn-outline-info.disabled,.light .btn-outline-info:disabled{color:#50a5f1;background-color:transparent}.light .btn-outline-info:not(:disabled):not(.disabled).active,.light .btn-outline-info:not(:disabled):not(.disabled):active,.show>.light .btn-outline-info.dropdown-toggle{color:#fff;background-color:#50a5f1;border-color:#50a5f1}.light .btn-outline-info:not(:disabled):not(.disabled).active:focus,.light .btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.light .btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(80,165,241,.5)}.light .btn-outline-warning{color:#f1b44c;border-color:#f1b44c}.light .btn-outline-warning:hover{color:#fff;background-color:#f1b44c;border-color:#f1b44c}.light .btn-outline-warning.focus,.light .btn-outline-warning:focus{box-shadow:0 0 0 .15rem rgba(241,180,76,.5)}.light .btn-outline-warning.disabled,.light .btn-outline-warning:disabled{color:#f1b44c;background-color:transparent}.light .btn-outline-warning:not(:disabled):not(.disabled).active,.light .btn-outline-warning:not(:disabled):not(.disabled):active,.show>.light .btn-outline-warning.dropdown-toggle{color:#fff;background-color:#f1b44c;border-color:#f1b44c}.light .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.light .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.light .btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(241,180,76,.5)}.light .btn-outline-danger{color:#f46a6a;border-color:#f46a6a}.light .btn-outline-danger:hover{color:#fff;background-color:#f46a6a;border-color:#f46a6a}.light .btn-outline-danger.focus,.light .btn-outline-danger:focus{box-shadow:0 0 0 .15rem rgba(244,106,106,.5)}.light .btn-outline-danger.disabled,.light .btn-outline-danger:disabled{color:#f46a6a;background-color:transparent}.light .btn-outline-danger:not(:disabled):not(.disabled).active,.light .btn-outline-danger:not(:disabled):not(.disabled):active,.show>.light .btn-outline-danger.dropdown-toggle{color:#fff;background-color:#f46a6a;border-color:#f46a6a}.light .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.light .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.light .btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(244,106,106,.5)}.light .btn-outline-light{color:#eff2f7;border-color:#eff2f7}.light .btn-outline-light:hover{color:#212529;background-color:#eff2f7;border-color:#eff2f7}.light .btn-outline-light.focus,.light .btn-outline-light:focus{box-shadow:0 0 0 .15rem rgba(239,242,247,.5)}.light .btn-outline-light.disabled,.light .btn-outline-light:disabled{color:#eff2f7;background-color:transparent}.light .btn-outline-light:not(:disabled):not(.disabled).active,.light .btn-outline-light:not(:disabled):not(.disabled):active,.show>.light .btn-outline-light.dropdown-toggle{color:#212529;background-color:#eff2f7;border-color:#eff2f7}.light .btn-outline-light:not(:disabled):not(.disabled).active:focus,.light .btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.light .btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(239,242,247,.5)}.light .btn-outline-dark{color:#343a40;border-color:#343a40}.light .btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.light .btn-outline-dark.focus,.light .btn-outline-dark:focus{box-shadow:0 0 0 .15rem rgba(52,58,64,.5)}.light .btn-outline-dark.disabled,.light .btn-outline-dark:disabled{color:#343a40;background-color:transparent}.light .btn-outline-dark:not(:disabled):not(.disabled).active,.light .btn-outline-dark:not(:disabled):not(.disabled):active,.show>.light .btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.light .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.light .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.light .btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(52,58,64,.5)}.light .btn-outline-pink{color:#e83e8c;border-color:#e83e8c}.light .btn-outline-pink:hover{color:#fff;background-color:#e83e8c;border-color:#e83e8c}.light .btn-outline-pink.focus,.light .btn-outline-pink:focus{box-shadow:0 0 0 .15rem rgba(232,62,140,.5)}.light .btn-outline-pink.disabled,.light .btn-outline-pink:disabled{color:#e83e8c;background-color:transparent}.light .btn-outline-pink:not(:disabled):not(.disabled).active,.light .btn-outline-pink:not(:disabled):not(.disabled):active,.show>.light .btn-outline-pink.dropdown-toggle{color:#fff;background-color:#e83e8c;border-color:#e83e8c}.light .btn-outline-pink:not(:disabled):not(.disabled).active:focus,.light .btn-outline-pink:not(:disabled):not(.disabled):active:focus,.show>.light .btn-outline-pink.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(232,62,140,.5)}.light .btn-outline-grey{color:#f7f7ff;border-color:#f7f7ff}.light .btn-outline-grey:hover{color:#212529;background-color:#f7f7ff;border-color:#f7f7ff}.light .btn-outline-grey.focus,.light .btn-outline-grey:focus{box-shadow:0 0 0 .15rem rgba(247,247,255,.5)}.light .btn-outline-grey.disabled,.light .btn-outline-grey:disabled{color:#f7f7ff;background-color:transparent}.light .btn-outline-grey:not(:disabled):not(.disabled).active,.light .btn-outline-grey:not(:disabled):not(.disabled):active,.show>.light .btn-outline-grey.dropdown-toggle{color:#212529;background-color:#f7f7ff;border-color:#f7f7ff}.light .btn-outline-grey:not(:disabled):not(.disabled).active:focus,.light .btn-outline-grey:not(:disabled):not(.disabled):active:focus,.show>.light .btn-outline-grey.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(247,247,255,.5)}.light .btn-link{font-weight:400;color:#556ee6;text-decoration:none}.light .btn-link:hover{color:rgb(30.5769230769,61.1538461538,207.9230769231)}.light .btn-link.focus,.light .btn-link:focus,.light .btn-link:hover{text-decoration:underline}.light .btn-link.disabled,.light .btn-link:disabled{color:#74788d;pointer-events:none}.light .btn-group-lg>.btn,.light .btn-lg{padding:.5rem 1rem;font-size:1.015625rem;line-height:1.5;border-radius:.4rem}.light .btn-group-sm>.btn,.light .btn-sm{padding:.25rem .5rem;font-size:.7109375rem;line-height:1.5;border-radius:.2rem}.light .btn-block{display:block;width:100%}.light .btn-block+.btn-block{margin-top:.5rem}.light input[type=button].btn-block,.light input[type=reset].btn-block,.light input[type=submit].btn-block{width:100%}.light .fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.light .fade{transition:none}}.light .fade:not(.show){opacity:0}.light .collapse:not(.show){display:none}.light .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.light .collapsing{transition:none}}.light .collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.light .collapsing.width{transition:none}}.light .dropdown,.light .dropleft,.light .dropright,.light .dropup{position:relative}.light .dropdown-toggle{white-space:nowrap}.light .dropdown-menu{top:100%;left:0;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:.8125rem;color:#495057;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:0 solid rgba(0,0,0,.15);border-radius:.25rem}.light .dropdown-menu-left{right:auto;left:0}.light .dropdown-menu-right{right:0;left:auto}@media(min-width:576px){.light .dropdown-menu-sm-left{right:auto;left:0}.light .dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){.light .dropdown-menu-md-left{right:auto;left:0}.light .dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){.light .dropdown-menu-lg-left{right:auto;left:0}.light .dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){.light .dropdown-menu-xl-left{right:auto;left:0}.light .dropdown-menu-xl-right{right:0;left:auto}}.light .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.light .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.light .dropright .dropdown-toggle:after{vertical-align:0}.light .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.light .dropleft .dropdown-toggle:before{vertical-align:0}.light .dropdown-menu[x-placement^=bottom],.light .dropdown-menu[x-placement^=left],.light .dropdown-menu[x-placement^=right],.light .dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.light .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #eff2f7}.light .dropdown-item{display:block;width:100%;padding:.35rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.light .dropdown-item.active,.light .dropdown-item:active,.light .dropdown-item:focus,.light .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.light .dropdown-item.disabled,.light .dropdown-item:disabled{color:#74788d;pointer-events:none;background-color:transparent}.light .dropdown-menu.show{display:block}.light .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.7109375rem;color:#74788d;white-space:nowrap}.light .dropdown-item-text{display:block;padding:.35rem 1.5rem;color:#212529}.light .btn-group,.light .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.light .btn-group-vertical>.btn,.light .btn-group>.btn{position:relative;flex:1 1 auto}.light .btn-group-vertical>.btn.active,.light .btn-group-vertical>.btn:active,.light .btn-group-vertical>.btn:focus,.light .btn-group-vertical>.btn:hover,.light .btn-group>.btn.active,.light .btn-group>.btn:active,.light .btn-group>.btn:focus,.light .btn-group>.btn:hover{z-index:1}.light .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.light .btn-toolbar .input-group{width:auto}.light .btn-group>.btn-group:not(:first-child),.light .btn-group>.btn:not(:first-child){margin-left:-1px}.light .btn-group>.btn-group:not(:last-child)>.btn,.light .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.light .btn-group>.btn-group:not(:first-child)>.btn,.light .btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.light .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropright .light .dropdown-toggle-split:after,.dropup .light .dropdown-toggle-split:after,.light .dropdown-toggle-split:after{margin-left:0}.dropleft .light .dropdown-toggle-split:before{margin-right:0}.light .btn-group-sm>.btn+.dropdown-toggle-split,.light .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.light .btn-group-lg>.btn+.dropdown-toggle-split,.light .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.light .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.light .btn-group-vertical>.btn,.light .btn-group-vertical>.btn-group{width:100%}.light .btn-group-vertical>.btn-group:not(:first-child),.light .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.light .btn-group-vertical>.btn-group:not(:last-child)>.btn,.light .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.light .btn-group-vertical>.btn-group:not(:first-child)>.btn,.light .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.light .btn-group-toggle>.btn,.light .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.light .btn-group-toggle>.btn-group>.btn input[type=checkbox],.light .btn-group-toggle>.btn-group>.btn input[type=radio],.light .btn-group-toggle>.btn input[type=checkbox],.light .btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.light .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.light .input-group>.custom-file,.light .input-group>.custom-select,.light .input-group>.form-control,.light .input-group>.form-control-plaintext,.light .input-group>input.PhoneInputInput{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.light .input-group>.custom-file+.custom-file,.light .input-group>.custom-file+.custom-select,.light .input-group>.custom-file+.form-control,.light .input-group>.custom-file+input.PhoneInputInput,.light .input-group>.custom-select+.custom-file,.light .input-group>.custom-select+.custom-select,.light .input-group>.custom-select+.form-control,.light .input-group>.custom-select+input.PhoneInputInput,.light .input-group>.form-control+.custom-file,.light .input-group>.form-control+.custom-select,.light .input-group>.form-control+.form-control,.light .input-group>.form-control+input.PhoneInputInput,.light .input-group>.form-control-plaintext+.custom-file,.light .input-group>.form-control-plaintext+.custom-select,.light .input-group>.form-control-plaintext+.form-control,.light .input-group>.form-control-plaintext+input.PhoneInputInput,.light .input-group>input.PhoneInputInput+.custom-file,.light .input-group>input.PhoneInputInput+.custom-select,.light .input-group>input.PhoneInputInput+.form-control,.light .input-group>input.PhoneInputInput+input.PhoneInputInput{margin-left:-1px}.light .input-group>.custom-file .custom-file-input:focus~.custom-file-label,.light .input-group>.custom-select:focus,.light .input-group>.form-control:focus,.light .input-group>input.PhoneInputInput:focus{z-index:3}.light .input-group>.custom-file .custom-file-input:focus{z-index:4}.light .input-group>.custom-select:not(:first-child),.light .input-group>.form-control:not(:first-child),.light .input-group>input.PhoneInputInput:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.light .input-group>.custom-file{display:flex;align-items:center}.light .input-group>.custom-file:not(:last-child) .custom-file-label,.light .input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.light .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.light .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.light .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.light .input-group.has-validation>.custom-select:nth-last-child(n+3),.light .input-group.has-validation>.form-control:nth-last-child(n+3),.light .input-group.has-validation>input.PhoneInputInput:nth-last-child(n+3),.light .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.light .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.light .input-group:not(.has-validation)>.custom-select:not(:last-child),.light .input-group:not(.has-validation)>.form-control:not(:last-child),.light .input-group:not(.has-validation)>input.PhoneInputInput:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.light .input-group-append,.light .input-group-prepend{display:flex}.light .input-group-append .btn,.light .input-group-prepend .btn{position:relative;z-index:2}.light .input-group-append .btn:focus,.light .input-group-prepend .btn:focus{z-index:3}.light .input-group-append .btn+.btn,.light .input-group-append .btn+.input-group-text,.light .input-group-append .input-group-text+.btn,.light .input-group-append .input-group-text+.input-group-text,.light .input-group-prepend .btn+.btn,.light .input-group-prepend .btn+.input-group-text,.light .input-group-prepend .input-group-text+.btn,.light .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.light .input-group-prepend{margin-right:-1px}.light .input-group-append{margin-left:-1px}.light .input-group-text{display:flex;align-items:center;padding:.47rem .75rem;margin-bottom:0;font-size:.8125rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#eff2f7;border:1px solid #ced4da;border-radius:.25rem}.light .input-group-text input[type=checkbox],.light .input-group-text input[type=radio]{margin-top:0}.light .input-group-lg>.custom-select,.light .input-group-lg>.form-control:not(textarea),.light .input-group-lg>input.PhoneInputInput:not(textarea){height:calc(1.5em + 1rem + 2px)}.light .input-group-lg>.custom-select,.light .input-group-lg>.form-control,.light .input-group-lg>.input-group-append>.btn,.light .input-group-lg>.input-group-append>.input-group-text,.light .input-group-lg>.input-group-prepend>.btn,.light .input-group-lg>.input-group-prepend>.input-group-text,.light .input-group-lg>input.PhoneInputInput{padding:.5rem 1rem;font-size:1.015625rem;line-height:1.5;border-radius:.4rem}.light .input-group-sm>.custom-select,.light .input-group-sm>.form-control:not(textarea),.light .input-group-sm>input.PhoneInputInput:not(textarea){height:calc(1.5em + .5rem + 2px)}.light .input-group-sm>.custom-select,.light .input-group-sm>.form-control,.light .input-group-sm>.input-group-append>.btn,.light .input-group-sm>.input-group-append>.input-group-text,.light .input-group-sm>.input-group-prepend>.btn,.light .input-group-sm>.input-group-prepend>.input-group-text,.light .input-group-sm>input.PhoneInputInput{padding:.25rem .5rem;font-size:.7109375rem;line-height:1.5;border-radius:.2rem}.light .input-group-lg>.custom-select,.light .input-group-sm>.custom-select{padding-right:1.75rem}.light .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.light .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.light .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.light .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.light .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.light .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.light .input-group>.input-group-prepend>.btn,.light .input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.light .input-group>.input-group-append>.btn,.light .input-group>.input-group-append>.input-group-text,.light .input-group>.input-group-prepend:first-child>.btn:not(:first-child),.light .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.light .input-group>.input-group-prepend:not(:first-child)>.btn,.light .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.light .custom-control{position:relative;z-index:1;display:block;min-height:1.21875rem;padding-left:1.5rem;print-color-adjust:exact}.light .custom-control-inline{display:inline-flex;margin-right:1rem}.light .custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.109375rem;opacity:0}.light .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#556ee6;background-color:#556ee6}.light .custom-control-input:focus~.custom-control-label:before{box-shadow:none}.light .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#b1bbc4}.light .custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#f1f3fd;border-color:#f1f3fd}.light .custom-control-input:disabled~.custom-control-label,.light .custom-control-input[disabled]~.custom-control-label{color:#74788d}.light .custom-control-input:disabled~.custom-control-label:before,.light .custom-control-input[disabled]~.custom-control-label:before{background-color:#fff}.light .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.light .custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}.light .custom-control-label:after,.light .custom-control-label:before{position:absolute;top:.109375rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.light .custom-control-label:after{background:50%/50% 50% no-repeat}.light .custom-checkbox .custom-control-label:before{border-radius:.25rem}.light .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.light .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#556ee6;background-color:#556ee6}.light .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.light .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.light .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(85,110,230,.5)}.light .custom-radio .custom-control-label:before{border-radius:50%}.light .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.light .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(85,110,230,.5)}.light .custom-switch{padding-left:2.25rem}.light .custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.light .custom-switch .custom-control-label:after{top:calc(.10938rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.light .custom-switch .custom-control-label:after{transition:none}}.light .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.light .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(85,110,230,.5)}.light .custom-select{display:inline-block;width:100%;height:calc(1.5em + .94rem + 2px);padding:.47rem 1.75rem .47rem .75rem;font-size:.8125rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;appearance:none}.light .custom-select:focus{border-color:#b1bbc4;outline:0;box-shadow:0 0 0 .15rem rgba(85,110,230,.25)}.light .custom-select:focus::-ms-value{color:#495057;background-color:#fff}.light .custom-select[multiple],.light .custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.light .custom-select:disabled{color:#74788d;background-color:#eff2f7}.light .custom-select::-ms-expand{display:none}.light .custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.light .custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.7109375rem}.light .custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.015625rem}.light .custom-file{display:inline-block;margin-bottom:0}.light .custom-file,.light .custom-file-input{position:relative;width:100%;height:calc(1.5em + .94rem + 2px)}.light .custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}.light .custom-file-input:focus~.custom-file-label{border-color:#b1bbc4;box-shadow:none}.light .custom-file-input:disabled~.custom-file-label,.light .custom-file-input[disabled]~.custom-file-label{background-color:#fff}.light .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.light .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.light .custom-file-label{left:0;z-index:1;height:calc(1.5em + .94rem + 2px);overflow:hidden;font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.light .custom-file-label,.light .custom-file-label:after{position:absolute;top:0;right:0;padding:.47rem .75rem;line-height:1.5;color:#495057}.light .custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .94rem);content:"Browse";background-color:#eff2f7;border-left:inherit;border-radius:0 .25rem .25rem 0}.light .custom-range{width:100%;height:1.3rem;padding:0;background-color:transparent;-webkit-appearance:none;appearance:none}.light .custom-range:focus{outline:0}.light .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f8f8fb,none}.light .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f8f8fb,none}.light .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #f8f8fb,none}.light .custom-range::-moz-focus-outer{border:0}.light .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#556ee6;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.light .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.light .custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none}.light .custom-range::-webkit-slider-thumb:active{background-color:#f1f3fd}.light .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#f6f6f6;border-color:transparent;border-radius:1rem}.light .custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#556ee6;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.light .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.light .custom-range::-moz-range-thumb{appearance:none}.light .custom-range::-moz-range-thumb:active{background-color:#f1f3fd}.light .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#f6f6f6;border-color:transparent;border-radius:1rem}.light .custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.15rem;margin-left:.15rem;background-color:#556ee6;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.light .custom-range::-ms-thumb{-ms-transition:none;transition:none}}.light .custom-range::-ms-thumb{appearance:none}.light .custom-range::-ms-thumb:active{background-color:#f1f3fd}.light .custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.light .custom-range::-ms-fill-lower,.light .custom-range::-ms-fill-upper{background-color:#f6f6f6;border-radius:1rem}.light .custom-range::-ms-fill-upper{margin-right:15px}.light .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.light .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.light .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.light .custom-range:disabled::-moz-range-track{cursor:default}.light .custom-range:disabled::-ms-thumb{background-color:#adb5bd}.light .custom-control-label:before,.light .custom-file-label,.light .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.light .custom-control-label:before,.light .custom-file-label,.light .custom-select{transition:none}}.light .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.light .nav-link{display:block;padding:.5rem 1rem}.light .nav-link:focus,.light .nav-link:hover{text-decoration:none}.light .nav-link.disabled{color:#74788d;pointer-events:none;cursor:default}.light .nav-tabs{border-bottom:1px solid #ced4da}.light .nav-tabs .nav-link{border:1px solid transparent}.light .nav-tabs .nav-link:focus,.light .nav-tabs .nav-link:hover{isolation:isolate;border-color:#eff2f7 #eff2f7 #ced4da}.light .nav-tabs .nav-link.disabled{color:#74788d;background-color:transparent;border-color:transparent}.light .nav-tabs .nav-item.show .nav-link,.light .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#ced4da #ced4da #fff}.light .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.light .nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.light .nav-pills .nav-link.active,.light .nav-pills .show>.nav-link{color:#fff;background-color:#556ee6}.light .nav-fill .nav-item,.light .nav-fill>.nav-link{flex:1 1 auto;text-align:center}.light .nav-justified .nav-item,.light .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.light .tab-content>.tab-pane{display:none}.light .tab-content>.active{display:block}.light .navbar{position:relative;padding:.5rem 1rem}.light .navbar,.light .navbar .container,.light .navbar .container-fluid,.light .navbar .container-lg,.light .navbar .container-md,.light .navbar .container-sm,.light .navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.light .navbar-brand{display:inline-block;padding-top:.34765625rem;padding-bottom:.34765625rem;margin-right:1rem;font-size:1.015625rem;line-height:inherit;white-space:nowrap}.light .navbar-brand:focus,.light .navbar-brand:hover{text-decoration:none}.light .navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.light .navbar-nav .nav-link{padding-right:0;padding-left:0}.light .navbar-nav .dropdown-menu{position:static;float:none}.light .navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.light .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.light .navbar-toggler{padding:.25rem .75rem;font-size:1.015625rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.light .navbar-toggler:focus,.light .navbar-toggler:hover{text-decoration:none}.light .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.light .navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){.light .navbar-expand-sm>.container,.light .navbar-expand-sm>.container-fluid,.light .navbar-expand-sm>.container-lg,.light .navbar-expand-sm>.container-md,.light .navbar-expand-sm>.container-sm,.light .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){.light .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.light .navbar-expand-sm .navbar-nav{flex-direction:row}.light .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.light .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.light .navbar-expand-sm>.container,.light .navbar-expand-sm>.container-fluid,.light .navbar-expand-sm>.container-lg,.light .navbar-expand-sm>.container-md,.light .navbar-expand-sm>.container-sm,.light .navbar-expand-sm>.container-xl{flex-wrap:nowrap}.light .navbar-expand-sm .navbar-nav-scroll{overflow:visible}.light .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.light .navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.light .navbar-expand-md>.container,.light .navbar-expand-md>.container-fluid,.light .navbar-expand-md>.container-lg,.light .navbar-expand-md>.container-md,.light .navbar-expand-md>.container-sm,.light .navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){.light .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.light .navbar-expand-md .navbar-nav{flex-direction:row}.light .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.light .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.light .navbar-expand-md>.container,.light .navbar-expand-md>.container-fluid,.light .navbar-expand-md>.container-lg,.light .navbar-expand-md>.container-md,.light .navbar-expand-md>.container-sm,.light .navbar-expand-md>.container-xl{flex-wrap:nowrap}.light .navbar-expand-md .navbar-nav-scroll{overflow:visible}.light .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.light .navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){.light .navbar-expand-lg>.container,.light .navbar-expand-lg>.container-fluid,.light .navbar-expand-lg>.container-lg,.light .navbar-expand-lg>.container-md,.light .navbar-expand-lg>.container-sm,.light .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:992px){.light .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.light .navbar-expand-lg .navbar-nav{flex-direction:row}.light .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.light .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.light .navbar-expand-lg>.container,.light .navbar-expand-lg>.container-fluid,.light .navbar-expand-lg>.container-lg,.light .navbar-expand-lg>.container-md,.light .navbar-expand-lg>.container-sm,.light .navbar-expand-lg>.container-xl{flex-wrap:nowrap}.light .navbar-expand-lg .navbar-nav-scroll{overflow:visible}.light .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.light .navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){.light .navbar-expand-xl>.container,.light .navbar-expand-xl>.container-fluid,.light .navbar-expand-xl>.container-lg,.light .navbar-expand-xl>.container-md,.light .navbar-expand-xl>.container-sm,.light .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1200px){.light .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.light .navbar-expand-xl .navbar-nav{flex-direction:row}.light .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.light .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.light .navbar-expand-xl>.container,.light .navbar-expand-xl>.container-fluid,.light .navbar-expand-xl>.container-lg,.light .navbar-expand-xl>.container-md,.light .navbar-expand-xl>.container-sm,.light .navbar-expand-xl>.container-xl{flex-wrap:nowrap}.light .navbar-expand-xl .navbar-nav-scroll{overflow:visible}.light .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.light .navbar-expand-xl .navbar-toggler{display:none}}.light .navbar-expand>.container,.light .navbar-expand>.container-fluid,.light .navbar-expand>.container-lg,.light .navbar-expand>.container-md,.light .navbar-expand>.container-sm,.light .navbar-expand>.container-xl{padding-right:0;padding-left:0}.light .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.light .navbar-expand .navbar-nav{flex-direction:row}.light .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.light .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.light .navbar-expand>.container,.light .navbar-expand>.container-fluid,.light .navbar-expand>.container-lg,.light .navbar-expand>.container-md,.light .navbar-expand>.container-sm,.light .navbar-expand>.container-xl{flex-wrap:nowrap}.light .navbar-expand .navbar-nav-scroll{overflow:visible}.light .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.light .navbar-expand .navbar-toggler{display:none}.light .navbar-light .navbar-brand,.light .navbar-light .navbar-brand:focus,.light .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.light .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.light .navbar-light .navbar-nav .nav-link:focus,.light .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.light .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.light .navbar-light .navbar-nav .active>.nav-link,.light .navbar-light .navbar-nav .nav-link.active,.light .navbar-light .navbar-nav .nav-link.show,.light .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.light .navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.light .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.light .navbar-light .navbar-text{color:rgba(0,0,0,.5)}.light .navbar-light .navbar-text a,.light .navbar-light .navbar-text a:focus,.light .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.light .navbar-dark .navbar-brand,.light .navbar-dark .navbar-brand:focus,.light .navbar-dark .navbar-brand:hover{color:#fff}.light .navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.light .navbar-dark .navbar-nav .nav-link:focus,.light .navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.light .navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.light .navbar-dark .navbar-nav .active>.nav-link,.light .navbar-dark .navbar-nav .nav-link.active,.light .navbar-dark .navbar-nav .nav-link.show,.light .navbar-dark .navbar-nav .show>.nav-link{color:#fff}.light .navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.light .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.light .navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.light .navbar-dark .navbar-text a,.light .navbar-dark .navbar-text a:focus,.light .navbar-dark .navbar-text a:hover{color:#fff}.light .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:initial;border:0 solid #f6f6f6;border-radius:.25rem}.light .card>hr{margin-right:0;margin-left:0}.light .card>.list-group{border-top:inherit;border-bottom:inherit}.light .card>.list-group:first-child{border-top-width:0;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.light .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.light .card>.card-header+.list-group,.light .card>.list-group+.card-footer{border-top:0}.light .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.light .card-title{margin-bottom:.75rem}.light .card-subtitle{margin-top:-.375rem;margin-bottom:0}.light .card-text:last-child{margin-bottom:0}.light .card-link:hover{text-decoration:none}.light .card-link+.card-link{margin-left:1.25rem}.light .card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:#f6f6f6;border-bottom:0 solid #f6f6f6}.light .card-header:first-child{border-radius:.25rem .25rem 0 0}.light .card-footer{padding:.75rem 1.25rem;background-color:#f6f6f6;border-top:0 solid #f6f6f6}.light .card-footer:last-child{border-radius:0 0 .25rem .25rem}.light .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.light .card-header-pills,.light .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.light .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:.25rem}.light .card-img,.light .card-img-bottom,.light .card-img-top{flex-shrink:0;width:100%}.light .card-img,.light .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.light .card-img,.light .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.light .card-deck .card{margin-bottom:12px}@media(min-width:576px){.light .card-deck{display:flex;flex-flow:row wrap;margin-right:-12px;margin-left:-12px}.light .card-deck .card{flex:1 0;margin-right:12px;margin-bottom:0;margin-left:12px}}.light .card-group>.card{margin-bottom:12px}@media(min-width:576px){.light .card-group{display:flex;flex-flow:row wrap}.light .card-group>.card{flex:1 0;margin-bottom:0}.light .card-group>.card+.card{margin-left:0;border-left:0}.light .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.light .card-group>.card:not(:last-child) .card-header,.light .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.light .card-group>.card:not(:last-child) .card-footer,.light .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.light .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.light .card-group>.card:not(:first-child) .card-header,.light .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.light .card-group>.card:not(:first-child) .card-footer,.light .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.light .card-columns .card{margin-bottom:24px}@media(min-width:576px){.light .card-columns{column-count:3;grid-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.light .card-columns .card{display:inline-block;width:100%}}.light .accordion{overflow-anchor:none}.light .accordion>.card{overflow:hidden}.light .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.light .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.light .accordion>.card>.card-header{border-radius:0;margin-bottom:0}.light .breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#eff2f7;border-radius:.25rem}.light .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.light .breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#74788d;content:"/"}.light .breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.light .breadcrumb-item.active{color:#74788d}.light .pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.light .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#74788d;background-color:#fff;border:1px solid #ced4da}.light .page-link:hover{z-index:2;color:rgb(30.5769230769,61.1538461538,207.9230769231);text-decoration:none;background-color:#eff2f7;border-color:#ced4da}.light .page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .15rem rgba(85,110,230,.25)}.light .page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.light .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.light .page-item.active .page-link{z-index:3;color:#fff;background-color:#556ee6;border-color:#556ee6}.light .page-item.disabled .page-link{color:#ced4da;pointer-events:none;cursor:auto;background-color:#fff;border-color:#ced4da}.light .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.015625rem;line-height:1.5}.light .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.light .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.light .pagination-sm .page-link{padding:.25rem .5rem;font-size:.7109375rem;line-height:1.5}.light .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.light .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.light .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:500;line-height:1;text-align:center;white-space:nowrap;vertical-align:initial;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.light .badge{transition:none}}a.light .badge:focus,a.light .badge:hover{text-decoration:none}.light .badge:empty{display:none}.light .btn .badge{position:relative;top:-1px}.light .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.light .badge-primary{color:#fff;background-color:#556ee6}a.light .badge-primary:focus,a.light .badge-primary:hover{color:#fff;background-color:rgb(40.5384615385,72.0769230769,223.4615384615)}a.light .badge-primary.focus,a.light .badge-primary:focus{outline:0;box-shadow:0 0 0 .15rem rgba(85,110,230,.5)}.light .badge-secondary{color:#fff;background-color:#74788d}a.light .badge-secondary:focus,a.light .badge-secondary:hover{color:#fff;background-color:#5d6071}a.light .badge-secondary.focus,a.light .badge-secondary:focus{outline:0;box-shadow:0 0 0 .15rem rgba(116,120,141,.5)}.light .badge-success{color:#fff;background-color:#34c38f}a.light .badge-success:focus,a.light .badge-success:hover{color:#fff;background-color:rgb(41.2631578947,154.7368421053,113.4736842105)}a.light .badge-success.focus,a.light .badge-success:focus{outline:0;box-shadow:0 0 0 .15rem rgba(52,195,143,.5)}.light .badge-info{color:#fff;background-color:#50a5f1}a.light .badge-info:focus,a.light .badge-info:hover{color:#fff;background-color:rgb(32.7777777778,140.7142857143,237.2222222222)}a.light .badge-info.focus,a.light .badge-info:focus{outline:0;box-shadow:0 0 0 .15rem rgba(80,165,241,.5)}.light .badge-warning{color:#fff;background-color:#f1b44c}a.light .badge-warning:focus,a.light .badge-warning:hover{color:#fff;background-color:rgb(237.3005181347,160.1813471503,28.6994818653)}a.light .badge-warning.focus,a.light .badge-warning:focus{outline:0;box-shadow:0 0 0 .15rem rgba(241,180,76,.5)}.light .badge-danger{color:#fff;background-color:#f46a6a}a.light .badge-danger:focus,a.light .badge-danger:hover{color:#fff;background-color:#f03b3b}a.light .badge-danger.focus,a.light .badge-danger:focus{outline:0;box-shadow:0 0 0 .15rem rgba(244,106,106,.5)}.light .badge-light{color:#212529;background-color:#eff2f7}a.light .badge-light:focus,a.light .badge-light:hover{color:#212529;background-color:rgb(205,214.375,230)}a.light .badge-light.focus,a.light .badge-light:focus{outline:0;box-shadow:0 0 0 .15rem rgba(239,242,247,.5)}.light .badge-dark{color:#fff;background-color:#343a40}a.light .badge-dark:focus,a.light .badge-dark:hover{color:#fff;background-color:rgb(29.1379310345,32.5,35.8620689655)}a.light .badge-dark.focus,a.light .badge-dark:focus{outline:0;box-shadow:0 0 0 .15rem rgba(52,58,64,.5)}.light .badge-pink{color:#fff;background-color:#e83e8c}a.light .badge-pink:focus,a.light .badge-pink:hover{color:#fff;background-color:rgb(217.125,25.875,113.625)}a.light .badge-pink.focus,a.light .badge-pink:focus{outline:0;box-shadow:0 0 0 .15rem rgba(232,62,140,.5)}.light .badge-grey{color:#212529;background-color:#f7f7ff}a.light .badge-grey:focus,a.light .badge-grey:hover{color:#212529;background-color:#c4c4ff}a.light .badge-grey.focus,a.light .badge-grey:focus{outline:0;box-shadow:0 0 0 .15rem rgba(247,247,255,.5)}.light .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#eff2f7;border-radius:.4rem}@media(min-width:576px){.light .jumbotron{padding:4rem 2rem}}.light .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.light .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.light .alert-heading{color:inherit}.light .alert-link{font-weight:600}.light .alert-dismissible{padding-right:3.71875rem}.light .alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.light .alert-primary{color:rgb(44.2,57.2,119.6);background-color:#dde2fa;border-color:rgb(207.4,214.4,248)}.light .alert-primary hr{border-top-color:#b9c3f5}.light .alert-primary .alert-link{color:rgb(30.4380952381,39.3904761905,82.3619047619)}.light .alert-secondary{color:rgb(60.32,62.4,73.32);background-color:rgb(227.2,228,232.2);border-color:rgb(216.08,217.2,223.08)}.light .alert-secondary hr{border-top-color:#caccd4}.light .alert-secondary .alert-link{color:#25272d}.light .alert-success{color:rgb(27.04,101.4,74.36);background-color:rgb(214.4,243,232.6);border-color:rgb(198.16,238.2,223.64)}.light .alert-success hr{border-top-color:rgb(178.4774904943,232.3825095057,212.7806844106)}.light .alert-success .alert-link{color:rgb(16.3031578947,61.1368421053,44.8336842105)}.light .alert-info{color:rgb(41.6,85.8,125.32);background-color:rgb(220,237,252.2);border-color:rgb(206,229.8,251.08)}.light .alert-info hr{border-top-color:rgb(182.3888888889,217.6571428571,249.1911111111)}.light .alert-info .alert-link{color:rgb(28.8897196262,59.585046729,87.0302803738)}.light .alert-warning{color:rgb(125.32,93.6,39.52);background-color:rgb(252.2,240,219.2);border-color:rgb(251.08,234,204.88)}.light .alert-warning hr{border-top-color:#f9e0b5}.light .alert-warning .alert-link{color:rgb(86.5471293375,64.6410094637,27.2928706625)}.light .alert-danger{color:rgb(126.88,55.12,55.12);background-color:rgb(252.8,225.2,225.2);border-color:rgb(251.92,213.28,213.28)}.light .alert-danger hr{border-top-color:#fabebe}.light .alert-danger .alert-link{color:#5b2828}.light .alert-light{color:rgb(124.28,125.84,128.44);background-color:rgb(251.8,252.4,253.4);border-color:rgb(250.52,251.36,252.76)}.light .alert-light hr{border-top-color:rgb(233.52,237.5475,244.26)}.light .alert-light .alert-link{color:#636467}.light .alert-dark{color:rgb(27.04,30.16,33.28);background-color:rgb(214.4,215.6,216.8);border-color:rgb(198.16,199.84,201.52)}.light .alert-dark hr{border-top-color:#b9bbbd}.light .alert-dark .alert-link{color:rgb(4.1779310345,4.66,5.1420689655)}.light .alert-pink{color:rgb(120.64,32.24,72.8);background-color:rgb(250.4,216.4,232);border-color:rgb(248.56,200.96,222.8)}.light .alert-pink hr{border-top-color:rgb(245.8447222222,178.1752777778,209.2236111111)}.light .alert-pink .alert-link{color:rgb(80.3951020408,21.4848979592,48.5142857143)}.light .alert-grey{color:rgb(128.44,128.44,132.6);background-color:rgb(253.4,253.4,255);border-color:rgb(252.76,252.76,255)}.light .alert-grey hr{border-top-color:rgb(227.26,227.26,255)}.light .alert-grey .alert-link{color:#67676b}.light .progress{display:flex;height:.625rem;overflow:hidden;line-height:0;font-size:.609375rem;background-color:#f6f6f6;border-radius:.25rem}.light .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#556ee6;transition:width .6s ease}@media(prefers-reduced-motion:reduce){.light .progress-bar{transition:none}}.light .progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:.625rem .625rem}.light .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.light .progress-bar-animated{animation:none}}.light .media{display:flex;align-items:flex-start}.light .media-body{flex:1 1}.light .list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.light .list-group-item-action{width:100%;color:#495057;text-align:inherit}.light .list-group-item-action:focus,.light .list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.light .list-group-item-action:active{color:#495057;background-color:#eff2f7}.light .list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid #eff2f7}.light .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.light .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.light .list-group-item.disabled,.light .list-group-item:disabled{color:#74788d;pointer-events:none;background-color:#fff}.light .list-group-item.active{z-index:2;color:#fff;background-color:#556ee6;border-color:#556ee6}.light .list-group-item+.light .list-group-item{border-top-width:0}.light .list-group-item+.light .list-group-item.active{margin-top:-1px;border-top-width:1px}.light .list-group-horizontal{flex-direction:row}.light .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.light .list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.light .list-group-horizontal>.list-group-item.active{margin-top:0}.light .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.light .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){.light .list-group-horizontal-sm{flex-direction:row}.light .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.light .list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.light .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.light .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.light .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){.light .list-group-horizontal-md{flex-direction:row}.light .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.light .list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.light .list-group-horizontal-md>.list-group-item.active{margin-top:0}.light .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.light .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){.light .list-group-horizontal-lg{flex-direction:row}.light .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.light .list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.light .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.light .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.light .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){.light .list-group-horizontal-xl{flex-direction:row}.light .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.light .list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.light .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.light .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.light .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.light .list-group-flush{border-radius:0}.light .list-group-flush>.list-group-item{border-width:0 0 1px}.light .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.light .list-group-item-primary{color:rgb(44.2,57.2,119.6);background-color:rgb(207.4,214.4,248)}.light .list-group-item-primary.list-group-item-action:focus,.light .list-group-item-primary.list-group-item-action:hover{color:rgb(44.2,57.2,119.6);background-color:#b9c3f5}.light .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:rgb(44.2,57.2,119.6);border-color:rgb(44.2,57.2,119.6)}.light .list-group-item-secondary{color:rgb(60.32,62.4,73.32);background-color:rgb(216.08,217.2,223.08)}.light .list-group-item-secondary.list-group-item-action:focus,.light .list-group-item-secondary.list-group-item-action:hover{color:rgb(60.32,62.4,73.32);background-color:#caccd4}.light .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:rgb(60.32,62.4,73.32);border-color:rgb(60.32,62.4,73.32)}.light .list-group-item-success{color:rgb(27.04,101.4,74.36);background-color:rgb(198.16,238.2,223.64)}.light .list-group-item-success.list-group-item-action:focus,.light .list-group-item-success.list-group-item-action:hover{color:rgb(27.04,101.4,74.36);background-color:rgb(178.4774904943,232.3825095057,212.7806844106)}.light .list-group-item-success.list-group-item-action.active{color:#fff;background-color:rgb(27.04,101.4,74.36);border-color:rgb(27.04,101.4,74.36)}.light .list-group-item-info{color:rgb(41.6,85.8,125.32);background-color:rgb(206,229.8,251.08)}.light .list-group-item-info.list-group-item-action:focus,.light .list-group-item-info.list-group-item-action:hover{color:rgb(41.6,85.8,125.32);background-color:rgb(182.3888888889,217.6571428571,249.1911111111)}.light .list-group-item-info.list-group-item-action.active{color:#fff;background-color:rgb(41.6,85.8,125.32);border-color:rgb(41.6,85.8,125.32)}.light .list-group-item-warning{color:rgb(125.32,93.6,39.52);background-color:rgb(251.08,234,204.88)}.light .list-group-item-warning.list-group-item-action:focus,.light .list-group-item-warning.list-group-item-action:hover{color:rgb(125.32,93.6,39.52);background-color:#f9e0b5}.light .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:rgb(125.32,93.6,39.52);border-color:rgb(125.32,93.6,39.52)}.light .list-group-item-danger{color:rgb(126.88,55.12,55.12);background-color:rgb(251.92,213.28,213.28)}.light .list-group-item-danger.list-group-item-action:focus,.light .list-group-item-danger.list-group-item-action:hover{color:rgb(126.88,55.12,55.12);background-color:#fabebe}.light .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:rgb(126.88,55.12,55.12);border-color:rgb(126.88,55.12,55.12)}.light .list-group-item-light{color:rgb(124.28,125.84,128.44);background-color:rgb(250.52,251.36,252.76)}.light .list-group-item-light.list-group-item-action:focus,.light .list-group-item-light.list-group-item-action:hover{color:rgb(124.28,125.84,128.44);background-color:rgb(233.52,237.5475,244.26)}.light .list-group-item-light.list-group-item-action.active{color:#fff;background-color:rgb(124.28,125.84,128.44);border-color:rgb(124.28,125.84,128.44)}.light .list-group-item-dark{color:rgb(27.04,30.16,33.28);background-color:rgb(198.16,199.84,201.52)}.light .list-group-item-dark.list-group-item-action:focus,.light .list-group-item-dark.list-group-item-action:hover{color:rgb(27.04,30.16,33.28);background-color:#b9bbbd}.light .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:rgb(27.04,30.16,33.28);border-color:rgb(27.04,30.16,33.28)}.light .list-group-item-pink{color:rgb(120.64,32.24,72.8);background-color:rgb(248.56,200.96,222.8)}.light .list-group-item-pink.list-group-item-action:focus,.light .list-group-item-pink.list-group-item-action:hover{color:rgb(120.64,32.24,72.8);background-color:rgb(245.8447222222,178.1752777778,209.2236111111)}.light .list-group-item-pink.list-group-item-action.active{color:#fff;background-color:rgb(120.64,32.24,72.8);border-color:rgb(120.64,32.24,72.8)}.light .list-group-item-grey{color:rgb(128.44,128.44,132.6);background-color:rgb(252.76,252.76,255)}.light .list-group-item-grey.list-group-item-action:focus,.light .list-group-item-grey.list-group-item-action:hover{color:rgb(128.44,128.44,132.6);background-color:rgb(227.26,227.26,255)}.light .list-group-item-grey.list-group-item-action.active{color:#fff;background-color:rgb(128.44,128.44,132.6);border-color:rgb(128.44,128.44,132.6)}.light .close{float:right;font-size:1.21875rem;font-weight:600;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.light .close:hover{color:#000;text-decoration:none}.light .close:not(:disabled):not(.disabled):focus,.light .close:not(:disabled):not(.disabled):hover{opacity:.75}.light button.close{padding:0;background-color:transparent;border:0}.light a.close.disabled{pointer-events:none}.light .toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.light .toast:not(:last-child){margin-bottom:.75rem}.light .toast.showing{opacity:1}.light .toast.show{display:block;opacity:1}.light .toast.hide{display:none}.light .toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#74788d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.light .toast-body{padding:.75rem}.light .modal-open{overflow:hidden}.light .modal-open .modal{overflow-x:hidden;overflow-y:auto}.light .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.light .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .light .modal-dialog{transition:transform .3s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .light .modal-dialog{transition:none}}.modal.fade .light .modal-dialog{transform:translateY(-50px)}.modal.show .light .modal-dialog{transform:none}.modal.modal-static .light .modal-dialog{transform:scale(1.02)}.light .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.light .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.light .modal-dialog-scrollable .modal-footer,.light .modal-dialog-scrollable .modal-header{flex-shrink:0}.light .modal-dialog-scrollable .modal-body{overflow-y:auto}.light .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.light .modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.light .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.light .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.light .modal-dialog-centered.modal-dialog-scrollable:before{content:none}.light .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid #f6f6f6;border-radius:.4rem;outline:0}.light .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.light .modal-backdrop.fade{opacity:0}.light .modal-backdrop.show{opacity:.5}.light .modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #eff2f7;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.light .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.light .modal-title{margin-bottom:0;line-height:1.5}.light .modal-body{position:relative;flex:1 1 auto;padding:1rem}.light .modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #eff2f7;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.light .modal-footer>*{margin:.25rem}.light .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.light .modal-dialog{max-width:500px;margin:1.75rem auto}.light .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.light .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.light .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.light .modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}.light .modal-sm{max-width:300px}}@media(min-width:992px){.light .modal-lg,.light .modal-xl{max-width:800px}}@media(min-width:1200px){.light .modal-xl{max-width:1140px}}.light .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Poppins",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.7109375rem;word-wrap:break-word;opacity:0}.light .tooltip.show{opacity:.9}.light .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.light .tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.light .bs-tooltip-auto[x-placement^=top],.light .bs-tooltip-top{padding:.4rem 0}.light .bs-tooltip-auto[x-placement^=top] .arrow,.light .bs-tooltip-top .arrow{bottom:0}.light .bs-tooltip-auto[x-placement^=top] .arrow:before,.light .bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.light .bs-tooltip-auto[x-placement^=right],.light .bs-tooltip-right{padding:0 .4rem}.light .bs-tooltip-auto[x-placement^=right] .arrow,.light .bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.light .bs-tooltip-auto[x-placement^=right] .arrow:before,.light .bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.light .bs-tooltip-auto[x-placement^=bottom],.light .bs-tooltip-bottom{padding:.4rem 0}.light .bs-tooltip-auto[x-placement^=bottom] .arrow,.light .bs-tooltip-bottom .arrow{top:0}.light .bs-tooltip-auto[x-placement^=bottom] .arrow:before,.light .bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.light .bs-tooltip-auto[x-placement^=left],.light .bs-tooltip-left{padding:0 .4rem}.light .bs-tooltip-auto[x-placement^=left] .arrow,.light .bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.light .bs-tooltip-auto[x-placement^=left] .arrow:before,.light .bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.light .tooltip-inner{max-width:200px;padding:.4rem .7rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.light .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Poppins",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.7109375rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid #eff2f7;border-radius:.4rem}.light .popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .4rem}.light .popover .arrow:after,.light .popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.light .bs-popover-auto[x-placement^=top],.light .bs-popover-top{margin-bottom:.5rem}.light .bs-popover-auto[x-placement^=top]>.arrow,.light .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.light .bs-popover-auto[x-placement^=top]>.arrow:before,.light .bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#eff2f7}.light .bs-popover-auto[x-placement^=top]>.arrow:after,.light .bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.light .bs-popover-auto[x-placement^=right],.light .bs-popover-right{margin-left:.5rem}.light .bs-popover-auto[x-placement^=right]>.arrow,.light .bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.4rem 0}.light .bs-popover-auto[x-placement^=right]>.arrow:before,.light .bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#eff2f7}.light .bs-popover-auto[x-placement^=right]>.arrow:after,.light .bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.light .bs-popover-auto[x-placement^=bottom],.light .bs-popover-bottom{margin-top:.5rem}.light .bs-popover-auto[x-placement^=bottom]>.arrow,.light .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.light .bs-popover-auto[x-placement^=bottom]>.arrow:before,.light .bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:#eff2f7}.light .bs-popover-auto[x-placement^=bottom]>.arrow:after,.light .bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.light .bs-popover-auto[x-placement^=bottom] .popover-header:before,.light .bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.light .bs-popover-auto[x-placement^=left],.light .bs-popover-left{margin-right:.5rem}.light .bs-popover-auto[x-placement^=left]>.arrow,.light .bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.4rem 0}.light .bs-popover-auto[x-placement^=left]>.arrow:before,.light .bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#eff2f7}.light .bs-popover-auto[x-placement^=left]>.arrow:after,.light .bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.light .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:.8125rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.light .popover-header:empty{display:none}.light .popover-body{padding:.5rem .75rem;color:#495057}.light .carousel{position:relative}.light .carousel.pointer-event{touch-action:pan-y}.light .carousel-inner{position:relative;width:100%;overflow:hidden}.light .carousel-inner:after{display:block;clear:both;content:""}.light .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.light .carousel-item{transition:none}}.light .carousel-item-next,.light .carousel-item-prev,.light .carousel-item.active{display:block}.light .active.carousel-item-right,.light .carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.light .active.carousel-item-left,.light .carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.light .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.light .carousel-fade .carousel-item-next.carousel-item-left,.light .carousel-fade .carousel-item-prev.carousel-item-right,.light .carousel-fade .carousel-item.active{z-index:1;opacity:1}.light .carousel-fade .active.carousel-item-left,.light .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.light .carousel-fade .active.carousel-item-left,.light .carousel-fade .active.carousel-item-right{transition:none}}.light .carousel-control-next,.light .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#74788d;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.light .carousel-control-next,.light .carousel-control-prev{transition:none}}.light .carousel-control-next:focus,.light .carousel-control-next:hover,.light .carousel-control-prev:focus,.light .carousel-control-prev:hover{color:#74788d;text-decoration:none;outline:0;opacity:.9}.light .carousel-control-prev{left:0}.light .carousel-control-next{right:0}.light .carousel-control-next-icon,.light .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.light .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2374788d' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.light .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2374788d' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.light .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.light .carousel-indicators li{box-sizing:initial;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#74788d;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.light .carousel-indicators li{transition:none}}.light .carousel-indicators .active{opacity:1}.light .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.light .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.light .spinner-border-sm{width:1rem;height:1rem;border-width:.2em}.light .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.light .spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.light .spinner-border,.light .spinner-grow{animation-duration:1.5s}}.light .align-baseline{vertical-align:initial!important}.light .align-top{vertical-align:top!important}.light .align-middle{vertical-align:middle!important}.light .align-bottom{vertical-align:bottom!important}.light .align-text-bottom{vertical-align:text-bottom!important}.light .align-text-top{vertical-align:text-top!important}.light a.bg-primary:focus,.light a.bg-primary:hover,.light button.bg-primary:focus,.light button.bg-primary:hover{background-color:rgb(40.5384615385,72.0769230769,223.4615384615)!important}.light a.bg-secondary:focus,.light a.bg-secondary:hover,.light button.bg-secondary:focus,.light button.bg-secondary:hover{background-color:#5d6071!important}.light a.bg-success:focus,.light a.bg-success:hover,.light button.bg-success:focus,.light button.bg-success:hover{background-color:rgb(41.2631578947,154.7368421053,113.4736842105)!important}.light a.bg-info:focus,.light a.bg-info:hover,.light button.bg-info:focus,.light button.bg-info:hover{background-color:rgb(32.7777777778,140.7142857143,237.2222222222)!important}.light a.bg-warning:focus,.light a.bg-warning:hover,.light button.bg-warning:focus,.light button.bg-warning:hover{background-color:rgb(237.3005181347,160.1813471503,28.6994818653)!important}.light a.bg-danger:focus,.light a.bg-danger:hover,.light button.bg-danger:focus,.light button.bg-danger:hover{background-color:#f03b3b!important}.light a.bg-light:focus,.light a.bg-light:hover,.light button.bg-light:focus,.light button.bg-light:hover{background-color:rgb(205,214.375,230)!important}.light a.bg-dark:focus,.light a.bg-dark:hover,.light button.bg-dark:focus,.light button.bg-dark:hover{background-color:rgb(29.1379310345,32.5,35.8620689655)!important}.light a.bg-pink:focus,.light a.bg-pink:hover,.light button.bg-pink:focus,.light button.bg-pink:hover{background-color:rgb(217.125,25.875,113.625)!important}.light a.bg-grey:focus,.light a.bg-grey:hover,.light button.bg-grey:focus,.light button.bg-grey:hover{background-color:#c4c4ff!important}.light .bg-white{background-color:#fff!important}.light .bg-transparent{background-color:transparent!important}.light .border{border:1px solid rgba(99,99,99,.4)!important}.light .border-top{border-top:1px solid rgba(99,99,99,.4)!important}.light .border-right{border-right:1px solid rgba(99,99,99,.4)!important}.light .border-bottom{border-bottom:1px solid rgba(99,99,99,.4)!important}.light .border-left{border-left:1px solid rgba(99,99,99,.4)!important}.light .border-0{border:0!important}.light .border-top-0{border-top:0!important}.light .border-right-0{border-right:0!important}.light .border-bottom-0{border-bottom:0!important}.light .border-left-0{border-left:0!important}.light .border-primary{border-color:#556ee6!important}.light .border-secondary{border-color:#74788d!important}.light .border-success{border-color:#34c38f!important}.light .border-info{border-color:#50a5f1!important}.light .border-warning{border-color:#f1b44c!important}.light .border-danger{border-color:#f46a6a!important}.light .border-light{border-color:#eff2f7!important}.light .border-dark{border-color:#343a40!important}.light .border-pink{border-color:#e83e8c!important}.light .border-grey{border-color:#f7f7ff!important}.light .border-white{border-color:#fff!important}.light .rounded-sm{border-radius:.2rem!important}.light .rounded{border-radius:.25rem!important}.light .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.light .rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.light .rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.light .rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.light .rounded-lg{border-radius:.4rem!important}.light .rounded-circle{border-radius:50%!important}.light .rounded-pill{border-radius:50rem!important}.light .rounded-0{border-radius:0!important}.light .clearfix:after{display:block;clear:both;content:""}.light .d-none{display:none!important}.light .d-inline{display:inline!important}.light .d-inline-block{display:inline-block!important}.light .d-block{display:block!important}.light .d-table{display:table!important}.light .d-table-row{display:table-row!important}.light .d-table-cell{display:table-cell!important}.light .d-flex{display:flex!important}.light .d-inline-flex{display:inline-flex!important}@media(min-width:576px){.light .d-sm-none{display:none!important}.light .d-sm-inline{display:inline!important}.light .d-sm-inline-block{display:inline-block!important}.light .d-sm-block{display:block!important}.light .d-sm-table{display:table!important}.light .d-sm-table-row{display:table-row!important}.light .d-sm-table-cell{display:table-cell!important}.light .d-sm-flex{display:flex!important}.light .d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.light .d-md-none{display:none!important}.light .d-md-inline{display:inline!important}.light .d-md-inline-block{display:inline-block!important}.light .d-md-block{display:block!important}.light .d-md-table{display:table!important}.light .d-md-table-row{display:table-row!important}.light .d-md-table-cell{display:table-cell!important}.light .d-md-flex{display:flex!important}.light .d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.light .d-lg-none{display:none!important}.light .d-lg-inline{display:inline!important}.light .d-lg-inline-block{display:inline-block!important}.light .d-lg-block{display:block!important}.light .d-lg-table{display:table!important}.light .d-lg-table-row{display:table-row!important}.light .d-lg-table-cell{display:table-cell!important}.light .d-lg-flex{display:flex!important}.light .d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.light .d-xl-none{display:none!important}.light .d-xl-inline{display:inline!important}.light .d-xl-inline-block{display:inline-block!important}.light .d-xl-block{display:block!important}.light .d-xl-table{display:table!important}.light .d-xl-table-row{display:table-row!important}.light .d-xl-table-cell{display:table-cell!important}.light .d-xl-flex{display:flex!important}.light .d-xl-inline-flex{display:inline-flex!important}}@media print{.light .d-print-none{display:none!important}.light .d-print-inline{display:inline!important}.light .d-print-inline-block{display:inline-block!important}.light .d-print-block{display:block!important}.light .d-print-table{display:table!important}.light .d-print-table-row{display:table-row!important}.light .d-print-table-cell{display:table-cell!important}.light .d-print-flex{display:flex!important}.light .d-print-inline-flex{display:inline-flex!important}}.light .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.light .embed-responsive:before{display:block;content:""}.light .embed-responsive .embed-responsive-item,.light .embed-responsive embed,.light .embed-responsive iframe,.light .embed-responsive object,.light .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.light .embed-responsive-21by9:before{padding-top:42.85714286%}.light .embed-responsive-16by9:before{padding-top:56.25%}.light .embed-responsive-4by3:before{padding-top:75%}.light .embed-responsive-1by1:before{padding-top:100%}.light .flex-row{flex-direction:row!important}.light .flex-column{flex-direction:column!important}.light .flex-row-reverse{flex-direction:row-reverse!important}.light .flex-column-reverse{flex-direction:column-reverse!important}.light .flex-wrap{flex-wrap:wrap!important}.light .flex-nowrap{flex-wrap:nowrap!important}.light .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.light .flex-fill{flex:1 1 auto!important}.light .flex-grow-0{flex-grow:0!important}.light .flex-grow-1{flex-grow:1!important}.light .flex-shrink-0{flex-shrink:0!important}.light .flex-shrink-1{flex-shrink:1!important}.light .justify-content-start{justify-content:flex-start!important}.light .justify-content-end{justify-content:flex-end!important}.light .justify-content-center{justify-content:center!important}.light .justify-content-between{justify-content:space-between!important}.light .justify-content-around{justify-content:space-around!important}.light .align-items-start{align-items:flex-start!important}.light .align-items-end{align-items:flex-end!important}.light .align-items-center{align-items:center!important}.light .align-items-baseline{align-items:baseline!important}.light .align-items-stretch{align-items:stretch!important}.light .align-content-start{align-content:flex-start!important}.light .align-content-end{align-content:flex-end!important}.light .align-content-center{align-content:center!important}.light .align-content-between{align-content:space-between!important}.light .align-content-around{align-content:space-around!important}.light .align-content-stretch{align-content:stretch!important}.light .align-self-auto{align-self:auto!important}.light .align-self-start{align-self:flex-start!important}.light .align-self-end{align-self:flex-end!important}.light .align-self-center{align-self:center!important}.light .align-self-baseline{align-self:baseline!important}.light .align-self-stretch{align-self:stretch!important}@media(min-width:576px){.light .flex-sm-row{flex-direction:row!important}.light .flex-sm-column{flex-direction:column!important}.light .flex-sm-row-reverse{flex-direction:row-reverse!important}.light .flex-sm-column-reverse{flex-direction:column-reverse!important}.light .flex-sm-wrap{flex-wrap:wrap!important}.light .flex-sm-nowrap{flex-wrap:nowrap!important}.light .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.light .flex-sm-fill{flex:1 1 auto!important}.light .flex-sm-grow-0{flex-grow:0!important}.light .flex-sm-grow-1{flex-grow:1!important}.light .flex-sm-shrink-0{flex-shrink:0!important}.light .flex-sm-shrink-1{flex-shrink:1!important}.light .justify-content-sm-start{justify-content:flex-start!important}.light .justify-content-sm-end{justify-content:flex-end!important}.light .justify-content-sm-center{justify-content:center!important}.light .justify-content-sm-between{justify-content:space-between!important}.light .justify-content-sm-around{justify-content:space-around!important}.light .align-items-sm-start{align-items:flex-start!important}.light .align-items-sm-end{align-items:flex-end!important}.light .align-items-sm-center{align-items:center!important}.light .align-items-sm-baseline{align-items:baseline!important}.light .align-items-sm-stretch{align-items:stretch!important}.light .align-content-sm-start{align-content:flex-start!important}.light .align-content-sm-end{align-content:flex-end!important}.light .align-content-sm-center{align-content:center!important}.light .align-content-sm-between{align-content:space-between!important}.light .align-content-sm-around{align-content:space-around!important}.light .align-content-sm-stretch{align-content:stretch!important}.light .align-self-sm-auto{align-self:auto!important}.light .align-self-sm-start{align-self:flex-start!important}.light .align-self-sm-end{align-self:flex-end!important}.light .align-self-sm-center{align-self:center!important}.light .align-self-sm-baseline{align-self:baseline!important}.light .align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.light .flex-md-row{flex-direction:row!important}.light .flex-md-column{flex-direction:column!important}.light .flex-md-row-reverse{flex-direction:row-reverse!important}.light .flex-md-column-reverse{flex-direction:column-reverse!important}.light .flex-md-wrap{flex-wrap:wrap!important}.light .flex-md-nowrap{flex-wrap:nowrap!important}.light .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.light .flex-md-fill{flex:1 1 auto!important}.light .flex-md-grow-0{flex-grow:0!important}.light .flex-md-grow-1{flex-grow:1!important}.light .flex-md-shrink-0{flex-shrink:0!important}.light .flex-md-shrink-1{flex-shrink:1!important}.light .justify-content-md-start{justify-content:flex-start!important}.light .justify-content-md-end{justify-content:flex-end!important}.light .justify-content-md-center{justify-content:center!important}.light .justify-content-md-between{justify-content:space-between!important}.light .justify-content-md-around{justify-content:space-around!important}.light .align-items-md-start{align-items:flex-start!important}.light .align-items-md-end{align-items:flex-end!important}.light .align-items-md-center{align-items:center!important}.light .align-items-md-baseline{align-items:baseline!important}.light .align-items-md-stretch{align-items:stretch!important}.light .align-content-md-start{align-content:flex-start!important}.light .align-content-md-end{align-content:flex-end!important}.light .align-content-md-center{align-content:center!important}.light .align-content-md-between{align-content:space-between!important}.light .align-content-md-around{align-content:space-around!important}.light .align-content-md-stretch{align-content:stretch!important}.light .align-self-md-auto{align-self:auto!important}.light .align-self-md-start{align-self:flex-start!important}.light .align-self-md-end{align-self:flex-end!important}.light .align-self-md-center{align-self:center!important}.light .align-self-md-baseline{align-self:baseline!important}.light .align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){.light .flex-lg-row{flex-direction:row!important}.light .flex-lg-column{flex-direction:column!important}.light .flex-lg-row-reverse{flex-direction:row-reverse!important}.light .flex-lg-column-reverse{flex-direction:column-reverse!important}.light .flex-lg-wrap{flex-wrap:wrap!important}.light .flex-lg-nowrap{flex-wrap:nowrap!important}.light .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.light .flex-lg-fill{flex:1 1 auto!important}.light .flex-lg-grow-0{flex-grow:0!important}.light .flex-lg-grow-1{flex-grow:1!important}.light .flex-lg-shrink-0{flex-shrink:0!important}.light .flex-lg-shrink-1{flex-shrink:1!important}.light .justify-content-lg-start{justify-content:flex-start!important}.light .justify-content-lg-end{justify-content:flex-end!important}.light .justify-content-lg-center{justify-content:center!important}.light .justify-content-lg-between{justify-content:space-between!important}.light .justify-content-lg-around{justify-content:space-around!important}.light .align-items-lg-start{align-items:flex-start!important}.light .align-items-lg-end{align-items:flex-end!important}.light .align-items-lg-center{align-items:center!important}.light .align-items-lg-baseline{align-items:baseline!important}.light .align-items-lg-stretch{align-items:stretch!important}.light .align-content-lg-start{align-content:flex-start!important}.light .align-content-lg-end{align-content:flex-end!important}.light .align-content-lg-center{align-content:center!important}.light .align-content-lg-between{align-content:space-between!important}.light .align-content-lg-around{align-content:space-around!important}.light .align-content-lg-stretch{align-content:stretch!important}.light .align-self-lg-auto{align-self:auto!important}.light .align-self-lg-start{align-self:flex-start!important}.light .align-self-lg-end{align-self:flex-end!important}.light .align-self-lg-center{align-self:center!important}.light .align-self-lg-baseline{align-self:baseline!important}.light .align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){.light .flex-xl-row{flex-direction:row!important}.light .flex-xl-column{flex-direction:column!important}.light .flex-xl-row-reverse{flex-direction:row-reverse!important}.light .flex-xl-column-reverse{flex-direction:column-reverse!important}.light .flex-xl-wrap{flex-wrap:wrap!important}.light .flex-xl-nowrap{flex-wrap:nowrap!important}.light .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.light .flex-xl-fill{flex:1 1 auto!important}.light .flex-xl-grow-0{flex-grow:0!important}.light .flex-xl-grow-1{flex-grow:1!important}.light .flex-xl-shrink-0{flex-shrink:0!important}.light .flex-xl-shrink-1{flex-shrink:1!important}.light .justify-content-xl-start{justify-content:flex-start!important}.light .justify-content-xl-end{justify-content:flex-end!important}.light .justify-content-xl-center{justify-content:center!important}.light .justify-content-xl-between{justify-content:space-between!important}.light .justify-content-xl-around{justify-content:space-around!important}.light .align-items-xl-start{align-items:flex-start!important}.light .align-items-xl-end{align-items:flex-end!important}.light .align-items-xl-center{align-items:center!important}.light .align-items-xl-baseline{align-items:baseline!important}.light .align-items-xl-stretch{align-items:stretch!important}.light .align-content-xl-start{align-content:flex-start!important}.light .align-content-xl-end{align-content:flex-end!important}.light .align-content-xl-center{align-content:center!important}.light .align-content-xl-between{align-content:space-between!important}.light .align-content-xl-around{align-content:space-around!important}.light .align-content-xl-stretch{align-content:stretch!important}.light .align-self-xl-auto{align-self:auto!important}.light .align-self-xl-start{align-self:flex-start!important}.light .align-self-xl-end{align-self:flex-end!important}.light .align-self-xl-center{align-self:center!important}.light .align-self-xl-baseline{align-self:baseline!important}.light .align-self-xl-stretch{align-self:stretch!important}}.light .float-left{float:left!important}.light .float-right{float:right!important}.light .float-none{float:none!important}@media(min-width:576px){.light .float-sm-left{float:left!important}.light .float-sm-right{float:right!important}.light .float-sm-none{float:none!important}}@media(min-width:768px){.light .float-md-left{float:left!important}.light .float-md-right{float:right!important}.light .float-md-none{float:none!important}}@media(min-width:992px){.light .float-lg-left{float:left!important}.light .float-lg-right{float:right!important}.light .float-lg-none{float:none!important}}@media(min-width:1200px){.light .float-xl-left{float:left!important}.light .float-xl-right{float:right!important}.light .float-xl-none{float:none!important}}.light .user-select-all{-webkit-user-select:all!important;user-select:all!important}.light .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.light .user-select-none{-webkit-user-select:none!important;user-select:none!important}.light .overflow-auto{overflow:auto!important}.light .overflow-hidden{overflow:hidden!important}.light .position-static{position:static!important}.light .position-relative{position:relative!important}.light .position-absolute{position:absolute!important}.light .position-fixed{position:fixed!important}.light .position-sticky{position:sticky!important}.light .fixed-top{top:0}.light .fixed-bottom,.light .fixed-top{position:fixed;right:0;left:0;z-index:1030}.light .fixed-bottom{bottom:0}@supports(position:sticky){.light .sticky-top{position:sticky;top:0;z-index:1020}}.light .sr-only{white-space:nowrap}.light .sr-only-focusable:active,.light .sr-only-focusable:focus{white-space:normal}.light .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.light .shadow{box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)!important}.light .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.light .shadow-none{box-shadow:none!important}.light .w-25{width:25%!important}.light .w-50{width:50%!important}.light .w-75{width:75%!important}.light .w-100{width:100%!important}.light .w-auto{width:auto!important}.light .h-25{height:25%!important}.light .h-50{height:50%!important}.light .h-75{height:75%!important}.light .h-100{height:100%!important}.light .h-auto{height:auto!important}.light .mw-100{max-width:100%!important}.light .mh-100{max-height:100%!important}.light .min-vw-100{min-width:100vw!important}.light .min-vh-100{min-height:100vh!important}.light .vw-100{width:100vw!important}.light .vh-100{height:100vh!important}.light .m-0{margin:0!important}.light .mt-0,.light .my-0{margin-top:0!important}.light .mr-0,.light .mx-0{margin-right:0!important}.light .mb-0,.light .my-0{margin-bottom:0!important}.light .ml-0,.light .mx-0{margin-left:0!important}.light .m-1{margin:.25rem!important}.light .mt-1,.light .my-1{margin-top:.25rem!important}.light .mr-1,.light .mx-1{margin-right:.25rem!important}.light .mb-1,.light .my-1{margin-bottom:.25rem!important}.light .ml-1,.light .mx-1{margin-left:.25rem!important}.light .m-2{margin:.5rem!important}.light .mt-2,.light .my-2{margin-top:.5rem!important}.light .mr-2,.light .mx-2{margin-right:.5rem!important}.light .mb-2,.light .my-2{margin-bottom:.5rem!important}.light .ml-2,.light .mx-2{margin-left:.5rem!important}.light .m-3{margin:1rem!important}.light .mt-3,.light .my-3{margin-top:1rem!important}.light .mr-3,.light .mx-3{margin-right:1rem!important}.light .mb-3,.light .my-3{margin-bottom:1rem!important}.light .ml-3,.light .mx-3{margin-left:1rem!important}.light .m-4{margin:1.5rem!important}.light .mt-4,.light .my-4{margin-top:1.5rem!important}.light .mr-4,.light .mx-4{margin-right:1.5rem!important}.light .mb-4,.light .my-4{margin-bottom:1.5rem!important}.light .ml-4,.light .mx-4{margin-left:1.5rem!important}.light .m-5{margin:3rem!important}.light .mt-5,.light .my-5{margin-top:3rem!important}.light .mr-5,.light .mx-5{margin-right:3rem!important}.light .mb-5,.light .my-5{margin-bottom:3rem!important}.light .ml-5,.light .mx-5{margin-left:3rem!important}.light .p-0{padding:0!important}.light .pt-0,.light .py-0{padding-top:0!important}.light .pr-0,.light .px-0{padding-right:0!important}.light .pb-0,.light .py-0{padding-bottom:0!important}.light .pl-0,.light .px-0{padding-left:0!important}.light .p-1{padding:.25rem!important}.light .pt-1,.light .py-1{padding-top:.25rem!important}.light .pr-1,.light .px-1{padding-right:.25rem!important}.light .pb-1,.light .py-1{padding-bottom:.25rem!important}.light .pl-1,.light .px-1{padding-left:.25rem!important}.light .p-2{padding:.5rem!important}.light .pt-2,.light .py-2{padding-top:.5rem!important}.light .pr-2,.light .px-2{padding-right:.5rem!important}.light .pb-2,.light .py-2{padding-bottom:.5rem!important}.light .pl-2,.light .px-2{padding-left:.5rem!important}.light .p-3{padding:1rem!important}.light .pt-3,.light .py-3{padding-top:1rem!important}.light .pr-3,.light .px-3{padding-right:1rem!important}.light .pb-3,.light .py-3{padding-bottom:1rem!important}.light .pl-3,.light .px-3{padding-left:1rem!important}.light .p-4{padding:1.5rem!important}.light .pt-4,.light .py-4{padding-top:1.5rem!important}.light .pr-4,.light .px-4{padding-right:1.5rem!important}.light .pb-4,.light .py-4{padding-bottom:1.5rem!important}.light .pl-4,.light .px-4{padding-left:1.5rem!important}.light .p-5{padding:3rem!important}.light .pt-5,.light .py-5{padding-top:3rem!important}.light .pr-5,.light .px-5{padding-right:3rem!important}.light .pb-5,.light .py-5{padding-bottom:3rem!important}.light .pl-5,.light .px-5{padding-left:3rem!important}.light .m-n1{margin:-.25rem!important}.light .mt-n1,.light .my-n1{margin-top:-.25rem!important}.light .mr-n1,.light .mx-n1{margin-right:-.25rem!important}.light .mb-n1,.light .my-n1{margin-bottom:-.25rem!important}.light .ml-n1,.light .mx-n1{margin-left:-.25rem!important}.light .m-n2{margin:-.5rem!important}.light .mt-n2,.light .my-n2{margin-top:-.5rem!important}.light .mr-n2,.light .mx-n2{margin-right:-.5rem!important}.light .mb-n2,.light .my-n2{margin-bottom:-.5rem!important}.light .ml-n2,.light .mx-n2{margin-left:-.5rem!important}.light .m-n3{margin:-1rem!important}.light .mt-n3,.light .my-n3{margin-top:-1rem!important}.light .mr-n3,.light .mx-n3{margin-right:-1rem!important}.light .mb-n3,.light .my-n3{margin-bottom:-1rem!important}.light .ml-n3,.light .mx-n3{margin-left:-1rem!important}.light .m-n4{margin:-1.5rem!important}.light .mt-n4,.light .my-n4{margin-top:-1.5rem!important}.light .mr-n4,.light .mx-n4{margin-right:-1.5rem!important}.light .mb-n4,.light .my-n4{margin-bottom:-1.5rem!important}.light .ml-n4,.light .mx-n4{margin-left:-1.5rem!important}.light .m-n5{margin:-3rem!important}.light .mt-n5,.light .my-n5{margin-top:-3rem!important}.light .mr-n5,.light .mx-n5{margin-right:-3rem!important}.light .mb-n5,.light .my-n5{margin-bottom:-3rem!important}.light .ml-n5,.light .mx-n5{margin-left:-3rem!important}.light .m-auto{margin:auto!important}.light .mt-auto,.light .my-auto{margin-top:auto!important}.light .mr-auto,.light .mx-auto{margin-right:auto!important}.light .mb-auto,.light .my-auto{margin-bottom:auto!important}.light .ml-auto,.light .mx-auto{margin-left:auto!important}@media(min-width:576px){.light .m-sm-0{margin:0!important}.light .mt-sm-0,.light .my-sm-0{margin-top:0!important}.light .mr-sm-0,.light .mx-sm-0{margin-right:0!important}.light .mb-sm-0,.light .my-sm-0{margin-bottom:0!important}.light .ml-sm-0,.light .mx-sm-0{margin-left:0!important}.light .m-sm-1{margin:.25rem!important}.light .mt-sm-1,.light .my-sm-1{margin-top:.25rem!important}.light .mr-sm-1,.light .mx-sm-1{margin-right:.25rem!important}.light .mb-sm-1,.light .my-sm-1{margin-bottom:.25rem!important}.light .ml-sm-1,.light .mx-sm-1{margin-left:.25rem!important}.light .m-sm-2{margin:.5rem!important}.light .mt-sm-2,.light .my-sm-2{margin-top:.5rem!important}.light .mr-sm-2,.light .mx-sm-2{margin-right:.5rem!important}.light .mb-sm-2,.light .my-sm-2{margin-bottom:.5rem!important}.light .ml-sm-2,.light .mx-sm-2{margin-left:.5rem!important}.light .m-sm-3{margin:1rem!important}.light .mt-sm-3,.light .my-sm-3{margin-top:1rem!important}.light .mr-sm-3,.light .mx-sm-3{margin-right:1rem!important}.light .mb-sm-3,.light .my-sm-3{margin-bottom:1rem!important}.light .ml-sm-3,.light .mx-sm-3{margin-left:1rem!important}.light .m-sm-4{margin:1.5rem!important}.light .mt-sm-4,.light .my-sm-4{margin-top:1.5rem!important}.light .mr-sm-4,.light .mx-sm-4{margin-right:1.5rem!important}.light .mb-sm-4,.light .my-sm-4{margin-bottom:1.5rem!important}.light .ml-sm-4,.light .mx-sm-4{margin-left:1.5rem!important}.light .m-sm-5{margin:3rem!important}.light .mt-sm-5,.light .my-sm-5{margin-top:3rem!important}.light .mr-sm-5,.light .mx-sm-5{margin-right:3rem!important}.light .mb-sm-5,.light .my-sm-5{margin-bottom:3rem!important}.light .ml-sm-5,.light .mx-sm-5{margin-left:3rem!important}.light .p-sm-0{padding:0!important}.light .pt-sm-0,.light .py-sm-0{padding-top:0!important}.light .pr-sm-0,.light .px-sm-0{padding-right:0!important}.light .pb-sm-0,.light .py-sm-0{padding-bottom:0!important}.light .pl-sm-0,.light .px-sm-0{padding-left:0!important}.light .p-sm-1{padding:.25rem!important}.light .pt-sm-1,.light .py-sm-1{padding-top:.25rem!important}.light .pr-sm-1,.light .px-sm-1{padding-right:.25rem!important}.light .pb-sm-1,.light .py-sm-1{padding-bottom:.25rem!important}.light .pl-sm-1,.light .px-sm-1{padding-left:.25rem!important}.light .p-sm-2{padding:.5rem!important}.light .pt-sm-2,.light .py-sm-2{padding-top:.5rem!important}.light .pr-sm-2,.light .px-sm-2{padding-right:.5rem!important}.light .pb-sm-2,.light .py-sm-2{padding-bottom:.5rem!important}.light .pl-sm-2,.light .px-sm-2{padding-left:.5rem!important}.light .p-sm-3{padding:1rem!important}.light .pt-sm-3,.light .py-sm-3{padding-top:1rem!important}.light .pr-sm-3,.light .px-sm-3{padding-right:1rem!important}.light .pb-sm-3,.light .py-sm-3{padding-bottom:1rem!important}.light .pl-sm-3,.light .px-sm-3{padding-left:1rem!important}.light .p-sm-4{padding:1.5rem!important}.light .pt-sm-4,.light .py-sm-4{padding-top:1.5rem!important}.light .pr-sm-4,.light .px-sm-4{padding-right:1.5rem!important}.light .pb-sm-4,.light .py-sm-4{padding-bottom:1.5rem!important}.light .pl-sm-4,.light .px-sm-4{padding-left:1.5rem!important}.light .p-sm-5{padding:3rem!important}.light .pt-sm-5,.light .py-sm-5{padding-top:3rem!important}.light .pr-sm-5,.light .px-sm-5{padding-right:3rem!important}.light .pb-sm-5,.light .py-sm-5{padding-bottom:3rem!important}.light .pl-sm-5,.light .px-sm-5{padding-left:3rem!important}.light .m-sm-n1{margin:-.25rem!important}.light .mt-sm-n1,.light .my-sm-n1{margin-top:-.25rem!important}.light .mr-sm-n1,.light .mx-sm-n1{margin-right:-.25rem!important}.light .mb-sm-n1,.light .my-sm-n1{margin-bottom:-.25rem!important}.light .ml-sm-n1,.light .mx-sm-n1{margin-left:-.25rem!important}.light .m-sm-n2{margin:-.5rem!important}.light .mt-sm-n2,.light .my-sm-n2{margin-top:-.5rem!important}.light .mr-sm-n2,.light .mx-sm-n2{margin-right:-.5rem!important}.light .mb-sm-n2,.light .my-sm-n2{margin-bottom:-.5rem!important}.light .ml-sm-n2,.light .mx-sm-n2{margin-left:-.5rem!important}.light .m-sm-n3{margin:-1rem!important}.light .mt-sm-n3,.light .my-sm-n3{margin-top:-1rem!important}.light .mr-sm-n3,.light .mx-sm-n3{margin-right:-1rem!important}.light .mb-sm-n3,.light .my-sm-n3{margin-bottom:-1rem!important}.light .ml-sm-n3,.light .mx-sm-n3{margin-left:-1rem!important}.light .m-sm-n4{margin:-1.5rem!important}.light .mt-sm-n4,.light .my-sm-n4{margin-top:-1.5rem!important}.light .mr-sm-n4,.light .mx-sm-n4{margin-right:-1.5rem!important}.light .mb-sm-n4,.light .my-sm-n4{margin-bottom:-1.5rem!important}.light .ml-sm-n4,.light .mx-sm-n4{margin-left:-1.5rem!important}.light .m-sm-n5{margin:-3rem!important}.light .mt-sm-n5,.light .my-sm-n5{margin-top:-3rem!important}.light .mr-sm-n5,.light .mx-sm-n5{margin-right:-3rem!important}.light .mb-sm-n5,.light .my-sm-n5{margin-bottom:-3rem!important}.light .ml-sm-n5,.light .mx-sm-n5{margin-left:-3rem!important}.light .m-sm-auto{margin:auto!important}.light .mt-sm-auto,.light .my-sm-auto{margin-top:auto!important}.light .mr-sm-auto,.light .mx-sm-auto{margin-right:auto!important}.light .mb-sm-auto,.light .my-sm-auto{margin-bottom:auto!important}.light .ml-sm-auto,.light .mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.light .m-md-0{margin:0!important}.light .mt-md-0,.light .my-md-0{margin-top:0!important}.light .mr-md-0,.light .mx-md-0{margin-right:0!important}.light .mb-md-0,.light .my-md-0{margin-bottom:0!important}.light .ml-md-0,.light .mx-md-0{margin-left:0!important}.light .m-md-1{margin:.25rem!important}.light .mt-md-1,.light .my-md-1{margin-top:.25rem!important}.light .mr-md-1,.light .mx-md-1{margin-right:.25rem!important}.light .mb-md-1,.light .my-md-1{margin-bottom:.25rem!important}.light .ml-md-1,.light .mx-md-1{margin-left:.25rem!important}.light .m-md-2{margin:.5rem!important}.light .mt-md-2,.light .my-md-2{margin-top:.5rem!important}.light .mr-md-2,.light .mx-md-2{margin-right:.5rem!important}.light .mb-md-2,.light .my-md-2{margin-bottom:.5rem!important}.light .ml-md-2,.light .mx-md-2{margin-left:.5rem!important}.light .m-md-3{margin:1rem!important}.light .mt-md-3,.light .my-md-3{margin-top:1rem!important}.light .mr-md-3,.light .mx-md-3{margin-right:1rem!important}.light .mb-md-3,.light .my-md-3{margin-bottom:1rem!important}.light .ml-md-3,.light .mx-md-3{margin-left:1rem!important}.light .m-md-4{margin:1.5rem!important}.light .mt-md-4,.light .my-md-4{margin-top:1.5rem!important}.light .mr-md-4,.light .mx-md-4{margin-right:1.5rem!important}.light .mb-md-4,.light .my-md-4{margin-bottom:1.5rem!important}.light .ml-md-4,.light .mx-md-4{margin-left:1.5rem!important}.light .m-md-5{margin:3rem!important}.light .mt-md-5,.light .my-md-5{margin-top:3rem!important}.light .mr-md-5,.light .mx-md-5{margin-right:3rem!important}.light .mb-md-5,.light .my-md-5{margin-bottom:3rem!important}.light .ml-md-5,.light .mx-md-5{margin-left:3rem!important}.light .p-md-0{padding:0!important}.light .pt-md-0,.light .py-md-0{padding-top:0!important}.light .pr-md-0,.light .px-md-0{padding-right:0!important}.light .pb-md-0,.light .py-md-0{padding-bottom:0!important}.light .pl-md-0,.light .px-md-0{padding-left:0!important}.light .p-md-1{padding:.25rem!important}.light .pt-md-1,.light .py-md-1{padding-top:.25rem!important}.light .pr-md-1,.light .px-md-1{padding-right:.25rem!important}.light .pb-md-1,.light .py-md-1{padding-bottom:.25rem!important}.light .pl-md-1,.light .px-md-1{padding-left:.25rem!important}.light .p-md-2{padding:.5rem!important}.light .pt-md-2,.light .py-md-2{padding-top:.5rem!important}.light .pr-md-2,.light .px-md-2{padding-right:.5rem!important}.light .pb-md-2,.light .py-md-2{padding-bottom:.5rem!important}.light .pl-md-2,.light .px-md-2{padding-left:.5rem!important}.light .p-md-3{padding:1rem!important}.light .pt-md-3,.light .py-md-3{padding-top:1rem!important}.light .pr-md-3,.light .px-md-3{padding-right:1rem!important}.light .pb-md-3,.light .py-md-3{padding-bottom:1rem!important}.light .pl-md-3,.light .px-md-3{padding-left:1rem!important}.light .p-md-4{padding:1.5rem!important}.light .pt-md-4,.light .py-md-4{padding-top:1.5rem!important}.light .pr-md-4,.light .px-md-4{padding-right:1.5rem!important}.light .pb-md-4,.light .py-md-4{padding-bottom:1.5rem!important}.light .pl-md-4,.light .px-md-4{padding-left:1.5rem!important}.light .p-md-5{padding:3rem!important}.light .pt-md-5,.light .py-md-5{padding-top:3rem!important}.light .pr-md-5,.light .px-md-5{padding-right:3rem!important}.light .pb-md-5,.light .py-md-5{padding-bottom:3rem!important}.light .pl-md-5,.light .px-md-5{padding-left:3rem!important}.light .m-md-n1{margin:-.25rem!important}.light .mt-md-n1,.light .my-md-n1{margin-top:-.25rem!important}.light .mr-md-n1,.light .mx-md-n1{margin-right:-.25rem!important}.light .mb-md-n1,.light .my-md-n1{margin-bottom:-.25rem!important}.light .ml-md-n1,.light .mx-md-n1{margin-left:-.25rem!important}.light .m-md-n2{margin:-.5rem!important}.light .mt-md-n2,.light .my-md-n2{margin-top:-.5rem!important}.light .mr-md-n2,.light .mx-md-n2{margin-right:-.5rem!important}.light .mb-md-n2,.light .my-md-n2{margin-bottom:-.5rem!important}.light .ml-md-n2,.light .mx-md-n2{margin-left:-.5rem!important}.light .m-md-n3{margin:-1rem!important}.light .mt-md-n3,.light .my-md-n3{margin-top:-1rem!important}.light .mr-md-n3,.light .mx-md-n3{margin-right:-1rem!important}.light .mb-md-n3,.light .my-md-n3{margin-bottom:-1rem!important}.light .ml-md-n3,.light .mx-md-n3{margin-left:-1rem!important}.light .m-md-n4{margin:-1.5rem!important}.light .mt-md-n4,.light .my-md-n4{margin-top:-1.5rem!important}.light .mr-md-n4,.light .mx-md-n4{margin-right:-1.5rem!important}.light .mb-md-n4,.light .my-md-n4{margin-bottom:-1.5rem!important}.light .ml-md-n4,.light .mx-md-n4{margin-left:-1.5rem!important}.light .m-md-n5{margin:-3rem!important}.light .mt-md-n5,.light .my-md-n5{margin-top:-3rem!important}.light .mr-md-n5,.light .mx-md-n5{margin-right:-3rem!important}.light .mb-md-n5,.light .my-md-n5{margin-bottom:-3rem!important}.light .ml-md-n5,.light .mx-md-n5{margin-left:-3rem!important}.light .m-md-auto{margin:auto!important}.light .mt-md-auto,.light .my-md-auto{margin-top:auto!important}.light .mr-md-auto,.light .mx-md-auto{margin-right:auto!important}.light .mb-md-auto,.light .my-md-auto{margin-bottom:auto!important}.light .ml-md-auto,.light .mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.light .m-lg-0{margin:0!important}.light .mt-lg-0,.light .my-lg-0{margin-top:0!important}.light .mr-lg-0,.light .mx-lg-0{margin-right:0!important}.light .mb-lg-0,.light .my-lg-0{margin-bottom:0!important}.light .ml-lg-0,.light .mx-lg-0{margin-left:0!important}.light .m-lg-1{margin:.25rem!important}.light .mt-lg-1,.light .my-lg-1{margin-top:.25rem!important}.light .mr-lg-1,.light .mx-lg-1{margin-right:.25rem!important}.light .mb-lg-1,.light .my-lg-1{margin-bottom:.25rem!important}.light .ml-lg-1,.light .mx-lg-1{margin-left:.25rem!important}.light .m-lg-2{margin:.5rem!important}.light .mt-lg-2,.light .my-lg-2{margin-top:.5rem!important}.light .mr-lg-2,.light .mx-lg-2{margin-right:.5rem!important}.light .mb-lg-2,.light .my-lg-2{margin-bottom:.5rem!important}.light .ml-lg-2,.light .mx-lg-2{margin-left:.5rem!important}.light .m-lg-3{margin:1rem!important}.light .mt-lg-3,.light .my-lg-3{margin-top:1rem!important}.light .mr-lg-3,.light .mx-lg-3{margin-right:1rem!important}.light .mb-lg-3,.light .my-lg-3{margin-bottom:1rem!important}.light .ml-lg-3,.light .mx-lg-3{margin-left:1rem!important}.light .m-lg-4{margin:1.5rem!important}.light .mt-lg-4,.light .my-lg-4{margin-top:1.5rem!important}.light .mr-lg-4,.light .mx-lg-4{margin-right:1.5rem!important}.light .mb-lg-4,.light .my-lg-4{margin-bottom:1.5rem!important}.light .ml-lg-4,.light .mx-lg-4{margin-left:1.5rem!important}.light .m-lg-5{margin:3rem!important}.light .mt-lg-5,.light .my-lg-5{margin-top:3rem!important}.light .mr-lg-5,.light .mx-lg-5{margin-right:3rem!important}.light .mb-lg-5,.light .my-lg-5{margin-bottom:3rem!important}.light .ml-lg-5,.light .mx-lg-5{margin-left:3rem!important}.light .p-lg-0{padding:0!important}.light .pt-lg-0,.light .py-lg-0{padding-top:0!important}.light .pr-lg-0,.light .px-lg-0{padding-right:0!important}.light .pb-lg-0,.light .py-lg-0{padding-bottom:0!important}.light .pl-lg-0,.light .px-lg-0{padding-left:0!important}.light .p-lg-1{padding:.25rem!important}.light .pt-lg-1,.light .py-lg-1{padding-top:.25rem!important}.light .pr-lg-1,.light .px-lg-1{padding-right:.25rem!important}.light .pb-lg-1,.light .py-lg-1{padding-bottom:.25rem!important}.light .pl-lg-1,.light .px-lg-1{padding-left:.25rem!important}.light .p-lg-2{padding:.5rem!important}.light .pt-lg-2,.light .py-lg-2{padding-top:.5rem!important}.light .pr-lg-2,.light .px-lg-2{padding-right:.5rem!important}.light .pb-lg-2,.light .py-lg-2{padding-bottom:.5rem!important}.light .pl-lg-2,.light .px-lg-2{padding-left:.5rem!important}.light .p-lg-3{padding:1rem!important}.light .pt-lg-3,.light .py-lg-3{padding-top:1rem!important}.light .pr-lg-3,.light .px-lg-3{padding-right:1rem!important}.light .pb-lg-3,.light .py-lg-3{padding-bottom:1rem!important}.light .pl-lg-3,.light .px-lg-3{padding-left:1rem!important}.light .p-lg-4{padding:1.5rem!important}.light .pt-lg-4,.light .py-lg-4{padding-top:1.5rem!important}.light .pr-lg-4,.light .px-lg-4{padding-right:1.5rem!important}.light .pb-lg-4,.light .py-lg-4{padding-bottom:1.5rem!important}.light .pl-lg-4,.light .px-lg-4{padding-left:1.5rem!important}.light .p-lg-5{padding:3rem!important}.light .pt-lg-5,.light .py-lg-5{padding-top:3rem!important}.light .pr-lg-5,.light .px-lg-5{padding-right:3rem!important}.light .pb-lg-5,.light .py-lg-5{padding-bottom:3rem!important}.light .pl-lg-5,.light .px-lg-5{padding-left:3rem!important}.light .m-lg-n1{margin:-.25rem!important}.light .mt-lg-n1,.light .my-lg-n1{margin-top:-.25rem!important}.light .mr-lg-n1,.light .mx-lg-n1{margin-right:-.25rem!important}.light .mb-lg-n1,.light .my-lg-n1{margin-bottom:-.25rem!important}.light .ml-lg-n1,.light .mx-lg-n1{margin-left:-.25rem!important}.light .m-lg-n2{margin:-.5rem!important}.light .mt-lg-n2,.light .my-lg-n2{margin-top:-.5rem!important}.light .mr-lg-n2,.light .mx-lg-n2{margin-right:-.5rem!important}.light .mb-lg-n2,.light .my-lg-n2{margin-bottom:-.5rem!important}.light .ml-lg-n2,.light .mx-lg-n2{margin-left:-.5rem!important}.light .m-lg-n3{margin:-1rem!important}.light .mt-lg-n3,.light .my-lg-n3{margin-top:-1rem!important}.light .mr-lg-n3,.light .mx-lg-n3{margin-right:-1rem!important}.light .mb-lg-n3,.light .my-lg-n3{margin-bottom:-1rem!important}.light .ml-lg-n3,.light .mx-lg-n3{margin-left:-1rem!important}.light .m-lg-n4{margin:-1.5rem!important}.light .mt-lg-n4,.light .my-lg-n4{margin-top:-1.5rem!important}.light .mr-lg-n4,.light .mx-lg-n4{margin-right:-1.5rem!important}.light .mb-lg-n4,.light .my-lg-n4{margin-bottom:-1.5rem!important}.light .ml-lg-n4,.light .mx-lg-n4{margin-left:-1.5rem!important}.light .m-lg-n5{margin:-3rem!important}.light .mt-lg-n5,.light .my-lg-n5{margin-top:-3rem!important}.light .mr-lg-n5,.light .mx-lg-n5{margin-right:-3rem!important}.light .mb-lg-n5,.light .my-lg-n5{margin-bottom:-3rem!important}.light .ml-lg-n5,.light .mx-lg-n5{margin-left:-3rem!important}.light .m-lg-auto{margin:auto!important}.light .mt-lg-auto,.light .my-lg-auto{margin-top:auto!important}.light .mr-lg-auto,.light .mx-lg-auto{margin-right:auto!important}.light .mb-lg-auto,.light .my-lg-auto{margin-bottom:auto!important}.light .ml-lg-auto,.light .mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.light .m-xl-0{margin:0!important}.light .mt-xl-0,.light .my-xl-0{margin-top:0!important}.light .mr-xl-0,.light .mx-xl-0{margin-right:0!important}.light .mb-xl-0,.light .my-xl-0{margin-bottom:0!important}.light .ml-xl-0,.light .mx-xl-0{margin-left:0!important}.light .m-xl-1{margin:.25rem!important}.light .mt-xl-1,.light .my-xl-1{margin-top:.25rem!important}.light .mr-xl-1,.light .mx-xl-1{margin-right:.25rem!important}.light .mb-xl-1,.light .my-xl-1{margin-bottom:.25rem!important}.light .ml-xl-1,.light .mx-xl-1{margin-left:.25rem!important}.light .m-xl-2{margin:.5rem!important}.light .mt-xl-2,.light .my-xl-2{margin-top:.5rem!important}.light .mr-xl-2,.light .mx-xl-2{margin-right:.5rem!important}.light .mb-xl-2,.light .my-xl-2{margin-bottom:.5rem!important}.light .ml-xl-2,.light .mx-xl-2{margin-left:.5rem!important}.light .m-xl-3{margin:1rem!important}.light .mt-xl-3,.light .my-xl-3{margin-top:1rem!important}.light .mr-xl-3,.light .mx-xl-3{margin-right:1rem!important}.light .mb-xl-3,.light .my-xl-3{margin-bottom:1rem!important}.light .ml-xl-3,.light .mx-xl-3{margin-left:1rem!important}.light .m-xl-4{margin:1.5rem!important}.light .mt-xl-4,.light .my-xl-4{margin-top:1.5rem!important}.light .mr-xl-4,.light .mx-xl-4{margin-right:1.5rem!important}.light .mb-xl-4,.light .my-xl-4{margin-bottom:1.5rem!important}.light .ml-xl-4,.light .mx-xl-4{margin-left:1.5rem!important}.light .m-xl-5{margin:3rem!important}.light .mt-xl-5,.light .my-xl-5{margin-top:3rem!important}.light .mr-xl-5,.light .mx-xl-5{margin-right:3rem!important}.light .mb-xl-5,.light .my-xl-5{margin-bottom:3rem!important}.light .ml-xl-5,.light .mx-xl-5{margin-left:3rem!important}.light .p-xl-0{padding:0!important}.light .pt-xl-0,.light .py-xl-0{padding-top:0!important}.light .pr-xl-0,.light .px-xl-0{padding-right:0!important}.light .pb-xl-0,.light .py-xl-0{padding-bottom:0!important}.light .pl-xl-0,.light .px-xl-0{padding-left:0!important}.light .p-xl-1{padding:.25rem!important}.light .pt-xl-1,.light .py-xl-1{padding-top:.25rem!important}.light .pr-xl-1,.light .px-xl-1{padding-right:.25rem!important}.light .pb-xl-1,.light .py-xl-1{padding-bottom:.25rem!important}.light .pl-xl-1,.light .px-xl-1{padding-left:.25rem!important}.light .p-xl-2{padding:.5rem!important}.light .pt-xl-2,.light .py-xl-2{padding-top:.5rem!important}.light .pr-xl-2,.light .px-xl-2{padding-right:.5rem!important}.light .pb-xl-2,.light .py-xl-2{padding-bottom:.5rem!important}.light .pl-xl-2,.light .px-xl-2{padding-left:.5rem!important}.light .p-xl-3{padding:1rem!important}.light .pt-xl-3,.light .py-xl-3{padding-top:1rem!important}.light .pr-xl-3,.light .px-xl-3{padding-right:1rem!important}.light .pb-xl-3,.light .py-xl-3{padding-bottom:1rem!important}.light .pl-xl-3,.light .px-xl-3{padding-left:1rem!important}.light .p-xl-4{padding:1.5rem!important}.light .pt-xl-4,.light .py-xl-4{padding-top:1.5rem!important}.light .pr-xl-4,.light .px-xl-4{padding-right:1.5rem!important}.light .pb-xl-4,.light .py-xl-4{padding-bottom:1.5rem!important}.light .pl-xl-4,.light .px-xl-4{padding-left:1.5rem!important}.light .p-xl-5{padding:3rem!important}.light .pt-xl-5,.light .py-xl-5{padding-top:3rem!important}.light .pr-xl-5,.light .px-xl-5{padding-right:3rem!important}.light .pb-xl-5,.light .py-xl-5{padding-bottom:3rem!important}.light .pl-xl-5,.light .px-xl-5{padding-left:3rem!important}.light .m-xl-n1{margin:-.25rem!important}.light .mt-xl-n1,.light .my-xl-n1{margin-top:-.25rem!important}.light .mr-xl-n1,.light .mx-xl-n1{margin-right:-.25rem!important}.light .mb-xl-n1,.light .my-xl-n1{margin-bottom:-.25rem!important}.light .ml-xl-n1,.light .mx-xl-n1{margin-left:-.25rem!important}.light .m-xl-n2{margin:-.5rem!important}.light .mt-xl-n2,.light .my-xl-n2{margin-top:-.5rem!important}.light .mr-xl-n2,.light .mx-xl-n2{margin-right:-.5rem!important}.light .mb-xl-n2,.light .my-xl-n2{margin-bottom:-.5rem!important}.light .ml-xl-n2,.light .mx-xl-n2{margin-left:-.5rem!important}.light .m-xl-n3{margin:-1rem!important}.light .mt-xl-n3,.light .my-xl-n3{margin-top:-1rem!important}.light .mr-xl-n3,.light .mx-xl-n3{margin-right:-1rem!important}.light .mb-xl-n3,.light .my-xl-n3{margin-bottom:-1rem!important}.light .ml-xl-n3,.light .mx-xl-n3{margin-left:-1rem!important}.light .m-xl-n4{margin:-1.5rem!important}.light .mt-xl-n4,.light .my-xl-n4{margin-top:-1.5rem!important}.light .mr-xl-n4,.light .mx-xl-n4{margin-right:-1.5rem!important}.light .mb-xl-n4,.light .my-xl-n4{margin-bottom:-1.5rem!important}.light .ml-xl-n4,.light .mx-xl-n4{margin-left:-1.5rem!important}.light .m-xl-n5{margin:-3rem!important}.light .mt-xl-n5,.light .my-xl-n5{margin-top:-3rem!important}.light .mr-xl-n5,.light .mx-xl-n5{margin-right:-3rem!important}.light .mb-xl-n5,.light .my-xl-n5{margin-bottom:-3rem!important}.light .ml-xl-n5,.light .mx-xl-n5{margin-left:-3rem!important}.light .m-xl-auto{margin:auto!important}.light .mt-xl-auto,.light .my-xl-auto{margin-top:auto!important}.light .mr-xl-auto,.light .mx-xl-auto{margin-right:auto!important}.light .mb-xl-auto,.light .my-xl-auto{margin-bottom:auto!important}.light .ml-xl-auto,.light .mx-xl-auto{margin-left:auto!important}}.light .stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.light .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.light .text-justify{text-align:justify!important}.light .text-wrap{white-space:normal!important}.light .text-nowrap{white-space:nowrap!important}.light .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.light .text-left{text-align:left!important}.light .text-center{text-align:center!important}@media(min-width:576px){.light .text-sm-left{text-align:left!important}.light .text-sm-right{text-align:right!important}.light .text-sm-center{text-align:center!important}}@media(min-width:768px){.light .text-md-left{text-align:left!important}.light .text-md-right{text-align:right!important}.light .text-md-center{text-align:center!important}}@media(min-width:992px){.light .text-lg-left{text-align:left!important}.light .text-lg-right{text-align:right!important}.light .text-lg-center{text-align:center!important}}@media(min-width:1200px){.light .text-xl-left{text-align:left!important}.light .text-xl-right{text-align:right!important}.light .text-xl-center{text-align:center!important}}.light .text-lowercase{text-transform:lowercase!important}.light .text-uppercase{text-transform:uppercase!important}.light .text-capitalize{text-transform:capitalize!important}.light .font-weight-light{font-weight:300!important}.light .font-weight-lighter{font-weight:lighter!important}.light .font-weight-normal{font-weight:400!important}.light .font-weight-bold{font-weight:600!important}.light .font-weight-bolder{font-weight:bolder!important}.light .font-italic{font-style:italic!important}.light .text-white{color:#fff!important}.light .text-primary{color:#556ee6!important}.light a.text-primary:focus,.light a.text-primary:hover{color:rgb(30.5769230769,61.1538461538,207.9230769231)!important}.light .text-secondary{color:#74788d!important}.light a.text-secondary:focus,.light a.text-secondary:hover{color:#515463!important}.light .text-success{color:#34c38f!important}.light a.text-success:focus,.light a.text-success:hover{color:rgb(35.8947368421,134.6052631579,98.7105263158)!important}.light .text-info{color:#50a5f1!important}.light a.text-info:focus,.light a.text-info:hover{color:rgb(18.1111111111,128.0714285714,226.3888888889)!important}.light .text-warning{color:#f1b44c!important}.light a.text-warning:focus,.light a.text-warning:hover{color:rgb(223.0544041451,147.0414507772,17.4455958549)!important}.light .text-danger{color:#f46a6a!important}.light a.text-danger:focus,.light a.text-danger:hover{color:#ef2323!important}.light .text-light{color:#eff2f7!important}.light a.text-light:focus,.light a.text-light:hover{color:rgb(188,200.5625,221.5)!important}.light .text-dark{color:#343a40!important}.light a.text-dark:focus,.light a.text-dark:hover{color:#121416!important}.light .text-pink{color:#e83e8c!important}.light a.text-pink:focus,.light a.text-pink:hover{color:rgb(194.3402777778,23.1597222222,101.7013888889)!important}.light .text-grey{color:#f7f7ff!important}.light a.text-grey:focus,.light a.text-grey:hover{color:rgb(170.5,170.5,255)!important}.light .text-body{color:#495057!important}.light .text-muted{color:#74788d!important}.light .text-black-50{color:rgba(0,0,0,.5)!important}.light .text-white-50{color:hsla(0,0%,100%,.5)!important}.light .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.light .text-decoration-none{text-decoration:none!important}.light .text-break{word-break:break-word!important;word-wrap:break-word!important}.light .text-reset{color:inherit!important}.light .visible{visibility:visible!important}.light .invisible{visibility:hidden!important}@media print{.light *,.light :after,.light :before{text-shadow:none!important;box-shadow:none!important}.light a:not(.btn){text-decoration:underline}.light abbr[title]:after{content:" (" attr(title) ")"}.light pre{white-space:pre-wrap!important}.light blockquote,.light pre{border:1px solid #adb5bd;page-break-inside:avoid}.light img,.light tr{page-break-inside:avoid}.light h2,.light h3,.light p{orphans:3;widows:3}.light h2,.light h3{page-break-after:avoid}@page{.light{size:a3}}.light .container,.light body{min-width:992px!important}.light .navbar{display:none}.light .badge{border:1px solid #000}.light .table{border-collapse:collapse!important}.light .table td,.light .table th{background-color:#fff!important}.light .table-bordered td,.light .table-bordered th{border:1px solid #f6f6f6!important}.light .table-dark{color:inherit}.light .table-dark tbody+tbody,.light .table-dark td,.light .table-dark th,.light .table-dark thead th{border-color:#eff2f7}.light .table .thead-dark th{color:inherit;border-color:#eff2f7}}.light html{position:relative;min-height:100%}.light .h1,.light .h2,.light .h3,.light .h4,.light .h5,.light .h6,.light h1,.light h2,.light h3,.light h4,.light h5,.light h6{color:#495057}.light a{text-decoration:none!important}.light label{font-weight:500}.light .blockquote{padding:10px 20px;border-left:4px solid #f6f6f6}.light .blockquote-primary{padding:10px 20px;border-left:3px solid #556ee6;background-color:rgba(85,110,230,.2)}.light .blockquote-secondary{padding:10px 20px;border-left:3px solid #74788d;background-color:rgba(116,120,141,.2)}.light .blockquote-success{padding:10px 20px;border-left:3px solid #34c38f;background-color:rgba(52,195,143,.2)}.light .blockquote-info{padding:10px 20px;border-left:3px solid #50a5f1;background-color:rgba(80,165,241,.2)}.light .blockquote-warning{padding:10px 20px;border-left:3px solid #f1b44c;background-color:rgba(241,180,76,.2)}.light .blockquote-danger{padding:10px 20px;border-left:3px solid #f46a6a;background-color:rgba(244,106,106,.2)}.light .blockquote-light{padding:10px 20px;border-left:3px solid #eff2f7;background-color:rgba(239,242,247,.2)}.light .blockquote-dark{padding:10px 20px;border-left:3px solid #343a40;background-color:rgba(52,58,64,.2)}.light .blockquote-pink{padding:10px 20px;border-left:3px solid #e83e8c;background-color:rgba(232,62,140,.2)}.light .blockquote-grey{padding:10px 20px;border-left:3px solid #f7f7ff;background-color:rgba(247,247,255,.2)}.light .blockquote-reverse{border-left:0;border-right:4px solid #f6f6f6;text-align:right}.light tr.row-primary{border-left:3px solid #556ee6;background-color:rgba(85,110,230,.2)}.light tr.row-secondary{border-left:3px solid #74788d;background-color:rgba(116,120,141,.2)}.light tr.row-success{border-left:3px solid #34c38f;background-color:rgba(52,195,143,.2)}.light tr.row-info{border-left:3px solid #50a5f1;background-color:rgba(80,165,241,.2)}.light tr.row-warning{border-left:3px solid #f1b44c;background-color:rgba(241,180,76,.2)}.light tr.row-danger{border-left:3px solid #f46a6a;background-color:rgba(244,106,106,.2)}.light tr.row-light{border-left:3px solid #eff2f7;background-color:rgba(239,242,247,.2)}.light tr.row-dark{border-left:3px solid #343a40;background-color:rgba(52,58,64,.2)}.light tr.row-pink{border-left:3px solid #e83e8c;background-color:rgba(232,62,140,.2)}.light tr.row-grey{border-left:3px solid #f7f7ff;background-color:rgba(247,247,255,.2)}.light .bg-soft-primary{background-color:rgba(85,110,230,.25)!important}.light .bg-soft-secondary{background-color:rgba(116,120,141,.25)!important}.light .bg-soft-success{background-color:rgba(52,195,143,.25)!important}.light .bg-soft-info{background-color:rgba(80,165,241,.25)!important}.light .bg-soft-warning{background-color:rgba(241,180,76,.25)!important}.light .bg-soft-danger{background-color:rgba(244,106,106,.25)!important}.light .bg-soft-light{background-color:rgba(239,242,247,.25)!important}.light .bg-soft-dark{background-color:rgba(52,58,64,.25)!important}.light .bg-soft-pink{background-color:rgba(232,62,140,.25)!important}.light .bg-soft-grey{background-color:rgba(247,247,255,.25)!important}.light .bg-primary{background-color:#556ee6!important}.light .bg-secondary{background-color:#74788d!important}.light .bg-success{background-color:#34c38f!important}.light .bg-info{background-color:#50a5f1!important}.light .bg-warning{background-color:#f1b44c!important}.light .bg-danger{background-color:#f46a6a!important}.light .bg-light{background-color:#eff2f7!important}.light .bg-dark{background-color:#343a40!important}.light .bg-pink{background-color:#e83e8c!important}.light .bg-grey{background-color:#f7f7ff!important}.light .badge-soft-primary{color:#556ee6;background-color:rgba(85,110,230,.18)}.light .badge-soft-primary[href]:focus,.light .badge-soft-primary[href]:hover{color:#556ee6;text-decoration:none;background-color:rgba(85,110,230,.4)}.light .badge-soft-secondary{color:#74788d;background-color:rgba(116,120,141,.18)}.light .badge-soft-secondary[href]:focus,.light .badge-soft-secondary[href]:hover{color:#74788d;text-decoration:none;background-color:rgba(116,120,141,.4)}.light .badge-soft-success{color:#34c38f;background-color:rgba(52,195,143,.18)}.light .badge-soft-success[href]:focus,.light .badge-soft-success[href]:hover{color:#34c38f;text-decoration:none;background-color:rgba(52,195,143,.4)}.light .badge-soft-info{color:#50a5f1;background-color:rgba(80,165,241,.18)}.light .badge-soft-info[href]:focus,.light .badge-soft-info[href]:hover{color:#50a5f1;text-decoration:none;background-color:rgba(80,165,241,.4)}.light .badge-soft-warning{color:#f1b44c;background-color:rgba(241,180,76,.18)}.light .badge-soft-warning[href]:focus,.light .badge-soft-warning[href]:hover{color:#f1b44c;text-decoration:none;background-color:rgba(241,180,76,.4)}.light .badge-soft-danger{color:#f46a6a;background-color:rgba(244,106,106,.18)}.light .badge-soft-danger[href]:focus,.light .badge-soft-danger[href]:hover{color:#f46a6a;text-decoration:none;background-color:rgba(244,106,106,.4)}.light .badge-soft-light{color:#eff2f7;background-color:rgba(239,242,247,.18)}.light .badge-soft-light[href]:focus,.light .badge-soft-light[href]:hover{color:#eff2f7;text-decoration:none;background-color:rgba(239,242,247,.4)}.light .badge-soft-dark{color:#343a40;background-color:rgba(52,58,64,.18)}.light .badge-soft-dark[href]:focus,.light .badge-soft-dark[href]:hover{color:#343a40;text-decoration:none;background-color:rgba(52,58,64,.4)}.light .badge-soft-pink{color:#e83e8c;background-color:rgba(232,62,140,.18)}.light .badge-soft-pink[href]:focus,.light .badge-soft-pink[href]:hover{color:#e83e8c;text-decoration:none;background-color:rgba(232,62,140,.4)}.light .badge-soft-grey{color:#f7f7ff;background-color:rgba(247,247,255,.18)}.light .badge-soft-grey[href]:focus,.light .badge-soft-grey[href]:hover{color:#f7f7ff;text-decoration:none;background-color:rgba(247,247,255,.4)}.light .badge-dark{color:#eff2f7}.light a,.light button{outline:none!important}.light .btn-rounded{border-radius:30px}.light .btn-dark,.light .btn-secondary{color:#eff2f7!important}.light .btn-outline-light{color:#212529}.light .breadcrumb-item>a{color:#495057}.light .breadcrumb-item+.breadcrumb-item:before{font-family:"Material Design Icons"}.light .card{margin-bottom:24px;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.light .card-drop{color:#495057}.light .card-title{font-size:15px;margin:0 0 7px;font-weight:600}.light .card-title-desc{color:#74788d;margin-bottom:24px}.light .card-header{border-top-right-radius:.25rem!important;border-top-left-radius:.25rem!important;background-color:#c7c7c7}.light .card-header.rounded-header{border-radius:.25rem!important}.light .modal-content{border:0!important;border-radius:.25rem!important}.light #wh-add-modal .modal-content{padding:20px 50px}.light .dropdown-menu{box-shadow:0 1rem 3rem rgba(0,0,0,.175);animation-name:DropDownSlide;animation-duration:.3s;animation-fill-mode:both;margin:0;position:absolute;z-index:1000}.light .dropdown-menu.show{top:100%!important;left:-112px!important}.light .active-listing-column .dropdown-menu.show{left:-112px!important}.light .dropdown-menu.dropdown-menu-right{right:0!important;left:auto!important}.light .dropdown-menu.dropdown-menu-left{right:auto!important;left:0!important}.light .dropdown-menu[x-placement^=left],.light .dropdown-menu[x-placement^=right],.light .dropdown-menu[x-placement^=top]{top:auto!important;animation:none!important}@media(min-width:600px){.light .dropdown-menu-lg{width:320px}.light .dropdown-menu-md{width:240px}}.light .dropdown-divider{border-top-color:rgba(99,99,99,.4)}.light .dropdown-mega{position:static!important}.light .dropdown-megamenu{padding:20px;left:20px!important;right:20px!important}.light .dropdown-mega-menu-xl{width:40rem}.light .dropdown-mega-menu-lg{width:26rem}.light .nav-pills>a,.light .nav-pills>li>a,.light .nav-tabs>li>a{color:#495057;font-weight:500}.light .nav-pills a.active:hover{color:#fff!important}.light .nav-tabs-custom{border-bottom:2px solid #f6f6f6}.light .nav-tabs-custom .nav-item{position:relative;color:#343a40}.light .nav-tabs-custom .nav-item .nav-link{border:none}.light .nav-tabs-custom .nav-item .nav-link:after{content:"";background:#556ee6;height:2px;position:absolute;width:100%;left:0;bottom:-1px;transition:all .25s ease 0s;transform:scale(0)}.light .nav-tabs-custom .nav-item .nav-link.active{color:#556ee6}.light .nav-tabs-custom .nav-item .nav-link.active:after{transform:scale(1)}.light .vertical-nav .nav .nav-link{padding:24px 16px;text-align:center;margin-bottom:8px}.light .vertical-nav .nav .nav-link .nav-icon{font-size:24px}.light .table th{font-weight:600}.light .table-centered td,.light .table-centered th{vertical-align:middle!important}.light .table-centered.select>tbody>tr:last-child{height:130px}.light .table-for-select td,.light .table-for-select th{vertical-align:top!important}.light .table-for-select>tbody>tr:last-child{height:160px}.light .table-nowrap td,.light .table-nowrap th{white-space:nowrap}.light .inner-table th{font-weight:lighter}.light .pagination-rounded .page-link{border-radius:30px!important;margin:0 3px;border:none;width:32px;height:32px;padding:0;text-align:center;line-height:32px}.light .progress-sm{height:5px}.light .progress-md{height:8px}.light .progress-lg{height:12px}.light .progress-xl{height:16px}.light .custom-progess{position:relative}.light .custom-progess .progress-icon{position:absolute;top:-12px}.light .custom-progess .progress-icon .avatar-title{background:#fff}.light{@import"https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap"}.light .text-overflow-wrap{white-space:nowrap;width:160px;overflow:hidden;text-overflow:ellipsis}.light .btn-pill{border-radius:25px}.light .cursor-pointer{cursor:pointer}.light .cursor-not-allowed{cursor:not-allowed}.light .plan-border{border-color:#556ee6!important}.light .cursor-auto{cursor:auto!important}.light .order-note-text{overflow:scroll;text-overflow:ellipsis;max-height:76px}.light .carousel-btns{width:10%!important}.light .carousel-btns-plans{width:5%!important}.light .order-note-divider{border:.5px solid rgba(147,156,185,.3490196078)}.light #page-topbar{position:fixed;top:0;right:0;left:0;z-index:1002;background-color:#262b3c;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.light .navbar-header{display:flex;justify-content:space-between;align-items:center;margin:0 auto;height:70px;padding:0 12px 0 0}.light .navbar-header .dropdown.show .header-item{background-color:#f8f9fa}.light .navbar-brand-box{padding:0 1.5rem;text-align:center;width:250px}.light .logo{line-height:70px}.light .logo-light,.light .logo .logo-sm{display:none}.light .app-search{padding:16px 0}.light .app-search .form-control,.light .app-search input.PhoneInputInput{border:none;height:38px;padding-left:40px;padding-right:20px;background-color:#2a3042;box-shadow:none;border-radius:30px}.light .app-search span{position:absolute;z-index:auto;font-size:16px;line-height:38px;left:13px;top:0;color:#74788d}.light .megamenu-list li{position:relative;padding:5px 0}.light .megamenu-list li a{color:#495057}@media(max-width:992px){.light .navbar-brand-box{width:auto}.light .logo span.logo-lg{display:none}.light .logo span.logo-sm{display:inline-block}}.light .page-content.purchase-order{margin-left:9px}.light .header-item{height:70px;box-shadow:none!important;color:#a6b0cf;border:0;border-radius:0}.light .header-item:hover{color:#a6b0cf}.light .header-profile-user{height:36px;width:36px;background-color:#f6f6f6;padding:3px}.light .noti-icon i{font-size:22px;color:#a6b0cf}.light .noti-icon.notification-icon i{font-size:24px}.light .noti-icon .badge{position:absolute;top:12px}.light .notification-item .media{padding:.75rem 1rem}.light .notification-item .media:hover{background-color:#f6f6f6}.light .dropdown-icon-item{border-radius:3px;line-height:34px;text-align:center;padding:15px 0 9px;display:block;border:1px solid transparent;color:#74788d}.light .dropdown-icon-item img{height:24px}.light .dropdown-icon-item span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.light .dropdown-icon-item:hover{border-color:#eff2f7}.light .fullscreen-enable [data-toggle=fullscreen] .bx-fullscreen:before{content:""}.light body[data-topbar=dark] #page-topbar{background-color:#556ee6}.light body[data-topbar=dark] .navbar-header .dropdown.show .header-item{background-color:hsla(0,0%,100%,.05)}.light body[data-topbar=dark] .navbar-header .waves-effect .waves-ripple{background:hsla(0,0%,100%,.4)}.light body[data-topbar=dark] .header-item,.light body[data-topbar=dark] .header-item:hover{color:#e9ecef}.light body[data-topbar=dark] .header-profile-user{background-color:hsla(0,0%,100%,.25)}.light body[data-topbar=dark] .noti-icon i{color:#e9ecef}.light body[data-topbar=dark] .logo-dark{display:none}.light body[data-topbar=dark] .logo-light{display:block}.light body[data-topbar=dark] .app-search .form-control,.light body[data-topbar=dark] .app-search input.PhoneInputInput{background-color:rgba(42,48,66,.07);color:#fff}.light body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder,.light body[data-topbar=dark] .app-search input.PhoneInputInput::-webkit-input-placeholder,.light body[data-topbar=dark] .app-search span{color:hsla(0,0%,100%,.5)}.light body[data-sidebar=dark] .navbar-brand-box{background:#2a3042}.light body[data-sidebar=dark] .logo-dark{display:none}.light body[data-sidebar=dark] .logo-light{display:block}@media(max-width:600px){.light .navbar-header .dropdown{position:static}.light .navbar-header .dropdown .dropdown-menu{left:10px!important;right:10px!important}}@media(max-width:380px){.light .navbar-brand-box{display:none}}.light body[data-layout=horizontal] .navbar-brand-box{width:auto}.light body[data-layout=horizontal] .page-content{margin-top:70px;padding:79px 12px 78px}.light body[data-sidebar=light] .page-content{background-color:#f4f4f8}@media(max-width:992px){.light body[data-layout=horizontal] .page-content{margin-top:15px}}.light .page-title-box{padding-bottom:24px}.light .page-title-box .breadcrumb{background-color:transparent;padding:0}.light .page-title-box h4{text-transform:uppercase;font-weight:600;font-size:16px!important}.light .footer{bottom:0;padding:20px 12px;position:absolute;z-index:1;right:0;color:#74788d;left:250px;height:78px;background-color:#f2f2f5}@media(max-width:992px){.light .footer{left:0}}.light .vertical-collpsed .footer{left:70px}.light body[data-layout=horizontal] .footer{left:0!important}.light .right-bar{background-color:#fff;box-shadow:0 0 24px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);display:block;position:fixed;transition:all .2s ease-out;width:280px;z-index:9999;float:right!important;right:-290px;top:0;bottom:0}.light .right-bar .right-bar-toggle{background-color:rgb(68.0034482759,75.85,83.6965517241);height:24px;width:24px;line-height:24px;color:#eff2f7;text-align:center;border-radius:50%}.light .right-bar .right-bar-toggle:hover{background-color:rgb(74.8620689655,83.5,92.1379310345)}.light .rightbar-overlay{background-color:rgba(52,58,64,.55);position:absolute;left:0;right:0;top:0;bottom:0;display:none;z-index:9998;transition:all .2s ease-out}.light .right-bar-enabled .right-bar{right:0}.light .right-bar-enabled .rightbar-overlay{display:block}@media(max-width:767.98px){.light .right-bar{overflow:auto}.light .right-bar .slimscroll-menu{height:auto!important}}.light .metismenu{margin:0}.light .metismenu li{display:block;width:100%}.light .metismenu .mm-collapse,.light .metismenu .mm-collapse:not(.mm-show){display:none}.light .metismenu .mm-collapse.mm-show{display:block}.light .metismenu .mm-collapsing{position:relative;height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height,visibility}.light .vertical-menu{width:250px;z-index:1001;background:#fff;bottom:0;margin-top:0;position:fixed;top:70px;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.light .main-content{margin-left:250px;overflow:hidden;padding:86px 16px 70px}.light .main-content .content{padding:0 15px 10px;margin-top:70px}.light #sidebar-menu{padding:10px 0 30px}.light #sidebar-menu .mm-active>.has-arrow:after{transform:rotate(-180deg)}.light #sidebar-menu .has-arrow:after{content:"󰅀";font-family:"Material Design Icons";display:block;float:right;transition:transform .2s;font-size:1rem}.light #sidebar-menu ul li a{display:block;padding:.625rem 1.5rem;color:#545a6d;position:relative;font-size:13px;transition:all .4s}.light #sidebar-menu ul li a i{display:inline-block;min-width:1.75rem;padding-bottom:.125em;font-size:1.25rem;line-height:1.40625rem;vertical-align:middle;color:#7f8387;transition:all .4s}.light #sidebar-menu ul li a:hover,.light #sidebar-menu ul li a:hover i{color:#383c40}.light #sidebar-menu ul li .badge{margin-top:4px}.light #sidebar-menu ul li ul.sub-menu{padding:0}.light #sidebar-menu ul li ul.sub-menu li a{padding:.4rem 1.5rem .4rem 3.5rem;font-size:13px;color:#545a6d}.light #sidebar-menu ul li ul.sub-menu li ul.sub-menu{padding:0}.light #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a{padding:.4rem 1.5rem .4rem 4.5rem;font-size:13.5px}.light .menu-title{padding:12px 20px!important;letter-spacing:.05em;pointer-events:none;cursor:default;font-size:11px;text-transform:uppercase;color:#7f8387;font-weight:600}.light .mm-active,.light .mm-active .active,.light .mm-active .active i,.light .mm-active>i{color:#556ee6!important}@media(max-width:992px){.light .vertical-menu{display:none}.light .main-content{margin-left:0!important}.light body.sidebar-enable .vertical-menu{display:block}}.light .vertical-collpsed .main-content{margin-left:70px}.light .vertical-collpsed .navbar-brand-box{width:70px!important}.light .vertical-collpsed .logo span.logo-lg{display:none}.light .vertical-collpsed .logo span.logo-sm{display:block}.light .vertical-collpsed .vertical-menu{position:absolute;width:70px!important;z-index:5}.light .vertical-collpsed .vertical-menu .simplebar-content-wrapper,.light .vertical-collpsed .vertical-menu .simplebar-mask{overflow:visible!important}.light .vertical-collpsed .vertical-menu .simplebar-scrollbar{display:none!important}.light .vertical-collpsed .vertical-menu .simplebar-offset{bottom:0!important}.light .vertical-collpsed .vertical-menu #sidebar-menu .badge,.light .vertical-collpsed .vertical-menu #sidebar-menu .collapse.in,.light .vertical-collpsed .vertical-menu #sidebar-menu .menu-title{display:none!important}.light .vertical-collpsed .vertical-menu #sidebar-menu .nav.collapse{height:inherit!important}.light .vertical-collpsed .vertical-menu #sidebar-menu .has-arrow:after{display:none}.light .vertical-collpsed .vertical-menu #sidebar-menu>ul>li{position:relative;white-space:nowrap}.light .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a{padding:15px 20px;min-height:55px;transition:none}.light .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:active,.light .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:focus,.light .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:hover{color:#383c40}.light .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a i{font-size:1.45rem;margin-left:4px}.light .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a span{display:none;padding-left:25px}.light .vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{position:relative;width:260px;color:#556ee6;background-color:#f5f5f5;transition:none}.light .vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i{color:#556ee6}.light .vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a span{display:inline}.light .vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul{display:block;left:70px;position:absolute;width:190px;height:auto!important;box-shadow:3px 5px 10px 0 rgba(54,61,71,.1)}.light .vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul ul{box-shadow:3px 5px 10px 0 rgba(54,61,71,.1)}.light .vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a{box-shadow:none;padding:8px 20px;position:relative;width:190px;z-index:6;color:#545a6d}.light .vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover{color:#383c40}.light .vertical-collpsed .vertical-menu #sidebar-menu>ul ul{padding:5px 0;z-index:9999;display:none;background-color:#fff}.light .vertical-collpsed .vertical-menu #sidebar-menu>ul ul li:hover>ul{display:block;left:190px;height:auto!important;margin-top:-36px;position:absolute;width:190px}.light .vertical-collpsed .vertical-menu #sidebar-menu>ul ul li>a span.pull-right{position:absolute;right:20px;top:12px;transform:rotate(270deg)}.light .vertical-collpsed .vertical-menu #sidebar-menu>ul ul li.active a{color:#f8f9fa}.light body[data-sidebar=dark] .vertical-menu{background:#2a3042}.light body[data-sidebar=dark] #sidebar-menu ul li a{color:#a6b0cf}.light body[data-sidebar=dark] #sidebar-menu ul li a i{color:#6a7187}.light body[data-sidebar=dark] #sidebar-menu ul li a:hover,.light body[data-sidebar=dark] #sidebar-menu ul li a:hover i{color:#fff}.light body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a{color:#79829c}.light body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover{color:#fff}.light body[data-sidebar=dark].vertical-collpsed{min-height:1300px}.light body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{background:#2e3548;color:#fff}.light body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i{color:#fff}.light body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a{color:#79829c}.light body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover{color:#fff}.light body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul ul{background-color:#2a3042}.light body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active,.light body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i{color:#556ee6!important}.light body[data-sidebar=dark] .mm-active,.light body[data-sidebar=dark] .mm-active .active,.light body[data-sidebar=dark] .mm-active .active i,.light body[data-sidebar=dark] .mm-active>i{color:#fff!important}.light body[data-sidebar=dark] .menu-title{color:#6a7187}.light body[data-layout=horizontal] .main-content{margin-left:0!important}.light body[data-sidebar-size=small] .navbar-brand-box{width:160px}.light body[data-sidebar-size=small] .vertical-menu{width:160px;text-align:center}.light body[data-sidebar-size=small] .vertical-menu .badge,.light body[data-sidebar-size=small] .vertical-menu .has-arrow:after{display:none!important}.light body[data-sidebar-size=small] .main-content{margin-left:160px}.light body[data-sidebar-size=small] .footer{left:160px}.light body[data-sidebar-size=small] #sidebar-menu ul li.menu-title{background-color:#2e3548}.light body[data-sidebar-size=small] #sidebar-menu ul li a i{display:block}.light body[data-sidebar-size=small] #sidebar-menu ul li ul.sub-menu li a{padding-left:1.5rem;display:flex}.light body[data-sidebar-size=small].vertical-collpsed .main-content{margin-left:70px}.light body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu{text-align:left}.light body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a i{display:inline-block}.light body[data-sidebar-size=small].vertical-collpsed .footer{left:70px}.light body[data-sidebar=colored] .navbar-brand-box,.light body[data-sidebar=colored] .vertical-menu{background-color:#556ee6}.light body[data-sidebar=colored] .navbar-brand-box .logo-dark{display:none}.light body[data-sidebar=colored] .navbar-brand-box .logo-light{display:block}.light body[data-sidebar=colored] .mm-active,.light body[data-sidebar=colored] .mm-active .active,.light body[data-sidebar=colored] .mm-active>i{color:#fff!important}.light body[data-sidebar=colored] #sidebar-menu ul li.menu-title,.light body[data-sidebar=colored] #sidebar-menu ul li a,.light body[data-sidebar=colored] #sidebar-menu ul li a i{color:hsla(0,0%,100%,.6)}.light body[data-sidebar=colored] #sidebar-menu ul li a.waves-effect .waves-ripple{background:hsla(0,0%,100%,.1)}.light body[data-sidebar=colored] #sidebar-menu ul li ul.sub-menu li a{color:hsla(0,0%,100%,.5)}.light body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{background-color:rgb(93.8923076923,117.5846153846,231.3076923077);color:#fff}.light body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i{color:#fff}.light body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active{color:#556ee6!important}.light .topnav{background:#fff;padding:0 12px;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);margin-top:70px;position:fixed;left:0;right:0;z-index:100}.light .topnav .topnav-menu{margin:0;padding:0}.light .topnav .navbar-nav .nav-link{font-size:14px;position:relative;padding:1rem 1.3rem;color:#545a6d}.light .topnav .navbar-nav .nav-link i{font-size:15px}.light .topnav .navbar-nav .nav-link:focus,.light .topnav .navbar-nav .nav-link:hover{color:#556ee6;background-color:transparent}.light .topnav .navbar-nav .dropdown-item{color:#545a6d}.light .topnav .navbar-nav .dropdown-item.active,.light .topnav .navbar-nav .dropdown-item:hover,.light .topnav .navbar-nav .nav-item .nav-link.active{color:#556ee6}.light .topnav .navbar-nav .dropdown.active>a{color:#556ee6;background-color:transparent}@media(min-width:1200px){.light body[data-layout=horizontal] .container-fluid,.light body[data-layout=horizontal] .container-lg,.light body[data-layout=horizontal] .container-md,.light body[data-layout=horizontal] .container-sm,.light body[data-layout=horizontal] .container-xl,.light body[data-layout=horizontal] .navbar-header{max-width:85%}}@media(min-width:992px){.light .topnav .navbar-nav .nav-item:first-of-type .nav-link{padding-left:0}.light .topnav .dropdown-item{padding:.5rem 1.5rem;min-width:180px}.light .topnav .dropdown.mega-dropdown .mega-dropdown-menu{left:0;right:auto}.light .topnav .dropdown .dropdown-menu{margin-top:0;border-radius:0 0 .25rem .25rem}.light .topnav .dropdown .dropdown-menu .arrow-down:after{right:15px;transform:rotate(-135deg) translateY(-50%);position:absolute}.light .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu{position:absolute;top:0!important;left:100%;display:none}.light .topnav .dropdown:hover>.dropdown-menu,.light .topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu{display:block}.light .navbar-toggle{display:none}}.light .arrow-down{display:inline-block}.light .arrow-down:after{border-color:initial;border-style:solid;border-width:0 0 1px 1px;content:"";height:.4em;display:inline-block;right:5px;top:50%;margin-left:10px;transform:rotate(-45deg) translateY(-50%);transform-origin:top;transition:all .3s ease-out;width:.4em}@media(max-width:1199.98px){.light .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu{right:100%;left:auto}}@media(max-width:991.98px){.light .navbar-brand-box .logo-dark,.light .navbar-brand-box .logo-dark span.logo-sm{display:block}.light .navbar-brand-box .logo-light,.light .navbar-brand-box .logo-light span.logo-sm{display:none}.light .topnav{max-height:360px;overflow-y:auto;padding:0}.light .topnav .navbar-nav .nav-link{padding:.75rem 1.1rem}.light .topnav .dropdown .dropdown-menu{background-color:transparent;border:none;box-shadow:none;padding-left:15px}.light .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl{width:auto}.light .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row{margin:0}.light .topnav .dropdown .dropdown-item{position:relative;background-color:transparent}.light .topnav .dropdown .dropdown-item.active,.light .topnav .dropdown .dropdown-item:active{color:#556ee6}.light .topnav .arrow-down:after{right:15px;position:absolute}}@media(min-width:992px){.light body[data-layout=horizontal][data-topbar=light] .navbar-brand-box .logo-dark{display:block}.light body[data-layout=horizontal][data-topbar=light] .navbar-brand-box .logo-light{display:none}.light body[data-layout=horizontal][data-topbar=light] .topnav{background-color:#556ee6}.light body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link{color:hsla(0,0%,100%,.6)}.light body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:focus,.light body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.9)}.light body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav>.dropdown.active>a{color:hsla(0,0%,100%,.9)!important}}.light body[data-layout=horizontal][data-topbar=colored] #page-topbar{background-color:#556ee6;box-shadow:none}.light body[data-layout=horizontal][data-topbar=colored] .logo-dark{display:none}.light body[data-layout=horizontal][data-topbar=colored] .logo-light{display:block}.light body[data-layout=horizontal][data-topbar=colored] .app-search .form-control,.light body[data-layout=horizontal][data-topbar=colored] .app-search input.PhoneInputInput{background-color:rgba(42,48,66,.07);color:#fff}.light body[data-layout=horizontal][data-topbar=colored] .app-search input.form-control::-webkit-input-placeholder,.light body[data-layout=horizontal][data-topbar=colored] .app-search input.PhoneInputInput::-webkit-input-placeholder,.light body[data-layout=horizontal][data-topbar=colored] .app-search span{color:hsla(0,0%,100%,.5)}.light body[data-layout=horizontal][data-topbar=colored] .header-item,.light body[data-layout=horizontal][data-topbar=colored] .header-item:hover{color:#e9ecef}.light body[data-layout=horizontal][data-topbar=colored] .navbar-header .dropdown.show .header-item{background-color:hsla(0,0%,100%,.1)}.light body[data-layout=horizontal][data-topbar=colored] .navbar-header .waves-effect .waves-ripple{background:hsla(0,0%,100%,.4)}.light body[data-layout=horizontal][data-topbar=colored] .noti-icon i{color:#e9ecef}@media(min-width:992px){.light body[data-layout=horizontal][data-topbar=colored] .topnav{background-color:#556ee6}.light body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link{color:hsla(0,0%,100%,.6)}.light body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:focus,.light body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.9)}.light body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav>.dropdown.active>a{color:hsla(0,0%,100%,.9)!important}}.light body[data-layout-size=boxed]{background-color:#ebebf4}.light body[data-layout-size=boxed] #layout-wrapper{background-color:#f8f8fb;max-width:1300px;margin:0 auto;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.light body[data-layout-size=boxed] #page-topbar{max-width:1300px;margin:0 auto}.light body[data-layout-size=boxed] .footer{margin:0 auto;max-width:1050px}.light body[data-layout-size=boxed].vertical-collpsed .footer{max-width:1230px}.light body[data-layout=horizontal][data-layout-size=boxed] #layout-wrapper,.light body[data-layout=horizontal][data-layout-size=boxed] #page-topbar,.light body[data-layout=horizontal][data-layout-size=boxed] .footer{max-width:100%}.light body[data-layout=horizontal][data-layout-size=boxed] .container-fluid,.light body[data-layout=horizontal][data-layout-size=boxed] .container-lg,.light body[data-layout=horizontal][data-layout-size=boxed] .container-md,.light body[data-layout=horizontal][data-layout-size=boxed] .container-sm,.light body[data-layout=horizontal][data-layout-size=boxed] .container-xl,.light body[data-layout=horizontal][data-layout-size=boxed] .navbar-header{max-width:1300px}.light .container-fluid,.light .container-lg,.light .container-md,.light .container-sm,.light .container-xl{padding:0}.light .custom-filter{background-color:#fff;box-shadow:0 0 24px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);display:block;transition:all .2s ease-out;width:300px;z-index:9999;float:right!important;bottom:0;position:fixed;top:8.8%;right:0}.light .custom-filter .custom-filter-toggle{background-color:rgb(68.0034482759,75.85,83.6965517241);height:24px;width:24px;line-height:24px;color:#eff2f7;text-align:center;border-radius:50%}.light .custom-filter .custom-filter-toggle:hover{background-color:rgb(74.8620689655,83.5,92.1379310345)}.light .custom-filter-enabled .custom-filter{right:0}@media(max-width:767.98px){.light .custom-filter{overflow:auto}.light .custom-filter .slimscroll-menu{height:auto!important}}.light .height-calc{overflow:auto;height:calc(100vh - 260px)}.light .flex-center{display:flex;align-items:center}.light .firstPromoter-add-link{background-color:#f46a6a;border-radius:6px;cursor:pointer;border:.5px solid #eb5e5e}.light .firstPromoter-add-link:hover{border:.5px solid #556ee6;filter:drop-shadow(0 4px 4px rgba(0,0,0,.25))}.light .firstPromoter-add-link .up-div{display:flex;background-color:#eb5e5e;border-radius:6px;justify-content:flex-start;grid-column-gap:6px;align-items:center;padding:10px}.light .firstPromoter-add-link .heading-div h6{margin-bottom:0}.light .firstPromoter-add-link .description{display:flex;justify-content:center;align-items:center;padding:15px 10px}.light .firstPromoter-add-link .description p{margin-left:3px}.light .sidebar-enable ul li .firstPromoter-add-link{background-color:transparent;border:none}.light .sidebar-enable ul li .firstPromoter-add-link:hover{border:none}.light .sidebar-enable ul li .firstPromoter-add-link .up-div{background-color:transparent;padding:6px}.light .sidebar-enable ul li .firstPromoter-add-link .description,.light .sidebar-enable ul li .firstPromoter-add-link .up-div .heading-div{display:none}.light .waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.light .waves-effect .waves-ripple{position:absolute;border-radius:50%;width:100px;height:100px;margin-top:-50px;margin-left:-50px;opacity:0;background:rgba(0,0,0,.2);background:radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,hsla(0,0%,100%,0) 70%);transition:all .5s ease-out;transition-property:transform,opacity;transform:scale(0) translate(0);pointer-events:none}.light .waves-effect.waves-light .waves-ripple{background:hsla(0,0%,100%,.4);background:radial-gradient(hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.3) 40%,hsla(0,0%,100%,.4) 50%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0) 70%)}.light .waves-effect.waves-classic .waves-ripple{background:rgba(0,0,0,.2)}.light .waves-effect.waves-classic.waves-light .waves-ripple{background:hsla(0,0%,100%,.4)}.light .waves-notransition{transition:none!important}.light .waves-button,.light .waves-circle{transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(circle,#fff 100%,#000 0)}.light .waves-button,.light .waves-button-input,.light .waves-button:hover,.light .waves-button:visited{white-space:nowrap;vertical-align:middle;cursor:pointer;border:none;outline:none;color:inherit;background-color:transparent;font-size:1em;line-height:1em;text-align:center;text-decoration:none;z-index:1}.light .waves-button{padding:.85em 1.1em;border-radius:.2em}.light .waves-button-input{margin:0;padding:.85em 1.1em}.light .waves-input-wrapper{border-radius:.2em;vertical-align:bottom}.light .waves-input-wrapper.waves-button{padding:0}.light .waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}.light .waves-circle{text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%}.light .waves-float{-webkit-mask-image:none;box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);transition:all .3s}.light .waves-float:active{box-shadow:0 8px 20px 1px rgba(0,0,0,.3)}.light .waves-block{display:block}.light .waves-effect.waves-light .waves-ripple{background-color:hsla(0,0%,100%,.4)}.light .waves-effect.waves-primary .waves-ripple{background-color:rgba(85,110,230,.4)}.light .waves-effect.waves-success .waves-ripple{background-color:rgba(52,195,143,.4)}.light .waves-effect.waves-info .waves-ripple{background-color:rgba(80,165,241,.4)}.light .waves-effect.waves-warning .waves-ripple{background-color:rgba(241,180,76,.4)}.light .waves-effect.waves-danger .waves-ripple{background-color:rgba(244,106,106,.4)}.light .avatar-xs{height:2rem;width:2rem}.light .avatar-sm{height:3rem;width:3rem}.light .avatar-md{height:4.5rem;width:4.5rem}.light .avatar-lg{height:6rem;width:6rem}.light .avatar-xl{height:7.5rem;width:7.5rem}.light .avatar-title{align-items:center;background-color:#556ee6;color:#fff;display:flex;font-weight:500;height:100%;justify-content:center;width:100%}.light .custom-accordion .accordion-list{display:flex;border-radius:7px;background-color:#f6f6f6;padding:12px 20px;color:#495057;font-weight:600;align-items:center;justify-content:space-between}.light .custom-accordion .accordion-list.collapsed i.accor-plus-icon:before{content:""}.light .custom-accordion .accordion-list .accor-plus-icon{display:inline-block;font-size:16px;height:24px;width:24px;line-height:22px;background-color:#fff;text-align:center;border-radius:50%}.light .custom-accordion .card-body{color:#74788d}.light .font-size-8{font-size:8px!important}.light .font-size-10{font-size:10px!important}.light .font-size-11{font-size:11px!important}.light .font-size-12{font-size:12px!important}.light .font-size-13{font-size:13px!important}.light .font-size-14{font-size:14px!important}.light .font-size-15{font-size:15px!important}.light .font-size-16{font-size:16px!important}.light .font-size-17{font-size:17px!important}.light .font-size-18{font-size:18px!important}.light .font-size-20{font-size:20px!important}.light .font-size-22{font-size:22px!important}.light .font-size-24{font-size:24px!important}.light .font-weight-medium{font-weight:500}.light .font-weight-semibold{font-weight:600}.light .social-list-item{height:2rem;width:2rem;line-height:calc(2rem - 2px);display:block;border:1px solid #adb5bd;border-radius:50%;color:#adb5bd;text-align:center;transition:all .4s}.light .social-list-item:hover{color:#74788d;background-color:#eff2f7}.light .w-xs{min-width:80px}.light .w-sm{min-width:95px}.light .w-md{min-width:110px}.light .w-lg{min-width:140px}.light .w-xl{min-width:160px}.light #preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:999999;opacity:.6}.light #status{width:40px;height:40px;position:absolute;left:50%;top:50%;margin:-20px 0 0 -20px}.light .spinner-chase{margin:0 auto;width:40px;height:40px;position:relative;animation:spinner-chase 2.5s linear infinite both}.light .chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:chase-dot 2s ease-in-out infinite both}.light .chase-dot:before{content:"";display:block;width:25%;height:25%;background-color:#556ee6;border-radius:100%;animation:chase-dot-before 2s ease-in-out infinite both}.light .chase-dot:first-child,.light .chase-dot:first-child:before{animation-delay:-1.1s}.light .chase-dot:nth-child(2),.light .chase-dot:nth-child(2):before{animation-delay:-1s}.light .chase-dot:nth-child(3),.light .chase-dot:nth-child(3):before{animation-delay:-.9s}.light .chase-dot:nth-child(4),.light .chase-dot:nth-child(4):before{animation-delay:-.8s}.light .chase-dot:nth-child(5),.light .chase-dot:nth-child(5):before{animation-delay:-.7s}.light .chase-dot:nth-child(6),.light .chase-dot:nth-child(6):before{animation-delay:-.6s}.light .no-spinner::-webkit-inner-spin-button,.light .no-spinner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.light .no-spinner{-moz-appearance:textfield}.light .form-check-input{margin-top:.24rem}.light .form-check-right{padding-left:0;display:inline-block;padding-right:1.25rem}.light .form-check-right .form-check-input{right:0;margin-left:0}.light .form-check-right .form-check-label{display:block}.light .custom-control-right{padding-left:0;padding-right:1.5rem;display:inline-block}.light .custom-control-right .custom-control-label{display:inline-block}.light .custom-control-right .custom-control-label:after,.light .custom-control-right .custom-control-label:before{left:auto;right:-1.5rem}.light .custom-control-right .custom-control-input{left:auto}.light .mini-stats-wid .mini-stat-icon{overflow:hidden;position:relative}.light .mini-stats-wid .mini-stat-icon:after,.light .mini-stats-wid .mini-stat-icon:before{content:"";position:absolute;width:8px;height:54px;background-color:hsla(0,0%,100%,.1);left:16px;transform:rotate(32deg);top:-5px;transition:all .4s}.light .mini-stats-wid .mini-stat-icon:after{left:-12px;width:12px;transition:all .2s}.light .mini-stats-wid:hover .mini-stat-icon:after{left:60px}.light .button-items{margin-left:-8px;margin-bottom:-12px}.light .button-items .btn{margin-bottom:12px;margin-left:8px}.light .mfp-popup-form{max-width:1140px}.light .bs-example-modal{position:relative;top:auto;right:auto;bottom:auto;left:auto;z-index:1;display:block}.light .icon-demo-content{text-align:center;color:#adb5bd}.light .icon-demo-content i{display:block;font-size:24px;margin-bottom:16px;color:#74788d;transition:all .4s}.light .icon-demo-content .col-lg-4{margin-top:24px}.light .icon-demo-content .col-lg-4:hover i{color:#556ee6;transform:scale(1.5)}.light .grid-structure .grid-container{background-color:#f8f9fa;margin-top:10px;font-size:.8rem;font-weight:500;padding:10px 20px}.light .card-radio{background-color:#fff;border:2px solid #f6f6f6;border-radius:.25rem;padding:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.light .card-radio:hover{cursor:pointer}.light .card-radio-label{display:block}.light .card-radio-input{display:none}.light .card-radio-input:checked+.card-radio{border-color:#556ee6!important}.light .navs-carousel .owl-nav{margin-top:16px}.light .navs-carousel .owl-nav button{width:30px;height:30px;line-height:28px!important;font-size:20px!important;border-radius:50%!important;background-color:rgba(85,110,230,.25)!important;color:#556ee6!important;margin:4px 8px!important}@media print{.light .footer,.light .navbar-header,.light .page-title-box,.light .right-bar,.light .vertical-menu{display:none!important}.light .card-body,.light .main-content,.light .page-content,.light .right-bar,.light body{padding:0;margin:0}.light .card{border:0}}.light .sweet-alert{background-color:#edeff2!important;color:#74788d!important;width:auto!important}.light .StripeElement{height:40px;padding:10px 12px;width:100%;background-color:#fff;border:1px solid #ced4da;border-radius:4px;transition:box-shadow .15s ease}.light .dark .inputs-group{border-radius:50px;background-color:#2e3548}.light .dark .inputs-group .select2-selection__control{padding-left:12px!important;background-color:#2e3548!important;border-color:#2e3548!important;border-radius:50px}.light .dark .inputs-group .select2-selection__control .select2-selection__value-container{min-width:60px!important}.light .dark .inputs-group .vertical-line2{border-right:1px solid rgba(196,204,227,.3764705882)!important;height:2rem!important;text-align:center!important;margin-top:1%!important;margin:0 8px}.light .dark .inputs-group input{padding-left:10px!important;background-color:#2e3548!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.light .dark .inputs-group input.search-input{min-width:280px!important}.light .dark .inputs-group input:focus{z-index:0!important}.light .light .inputs-group{border-radius:50px;background-color:#fff}.light .light .inputs-group .app-search .form-group{border:none!important}.light .light .inputs-group .select2-selection__control{padding-left:12px!important;background-color:#fff!important;border-color:#fff!important;border-radius:50px}.light .light .inputs-group .select2-selection__control .select2-selection__value-container{max-width:60px!important}.light .light .inputs-group .vertical-line2{border-right:1px solid #000!important;height:2rem!important;text-align:center!important;margin-top:1%!important;margin:0 8px}.light .light .inputs-group input{padding-left:10px!important;min-width:280px!important;background-color:#2a3042;border-top-left-radius:0!important;border-bottom-left-radius:0!important;border:none!important}.light .light .inputs-group input.search-input{min-width:280px!important}.light .light .inputs-group input:focus{z-index:0!important}.light .dark .inputs-group-inbounds{border-radius:50px;background-color:#2e3548}.light .dark .inputs-group-inbounds .select2-selection__control{padding-left:12px!important;background-color:#2e3548!important;border-color:#2e3548!important;border-radius:50px}.light .dark .inputs-group-inbounds .select2-selection__control .select2-selection__value-container{min-width:120px!important}.light .dark .inputs-group-inbounds .vertical-line2{border-right:1px solid rgba(196,204,227,.3764705882)!important;height:2rem!important;text-align:center!important;margin-top:1%!important;margin:0 8px}.light .dark .inputs-group-inbounds input{padding-left:10px!important;background-color:#2e3548!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.light .dark .inputs-group-inbounds input.search-input{min-width:280px!important}.light .dark .inputs-group-inbounds input:focus{z-index:0!important}.light .light .inputs-group-inbounds{border-radius:50px;background-color:#fff}.light .light .inputs-group-inbounds .app-search .form-group{border:none!important}.light .light .inputs-group-inbounds .select2-selection__control{padding-left:12px!important;background-color:#fff!important;border-color:#fff!important;border-radius:50px}.light .light .inputs-group-inbounds .select2-selection__control .select2-selection__value-container{max-width:120px!important}.light .light .inputs-group-inbounds .vertical-line2{border-right:1px solid #000!important;height:2rem!important;text-align:center!important;margin-top:1%!important;margin:0 8px}.light .light .inputs-group-inbounds input{padding-left:10px!important;min-width:280px!important;background-color:#2a3042;border-top-left-radius:0!important;border-bottom-left-radius:0!important;border:none!important}.light .light .inputs-group-inbounds input.search-input{min-width:280px!important}.light .light .inputs-group-inbounds input:focus{z-index:0!important}.light .dark .inbound-date-range{background-color:#2c3346;margin:0;padding:0;height:36px;border-radius:3px}.light .dark .inbound-date-range input{border-color:transparent!important}.light .light .inbound-date-range{background-color:#fff;margin:0;padding:0;height:36px;border-radius:3px}.light .light .inbound-date-range input{border-color:transparent!important}.light .filter-tag{border:1px solid #556ee6;background-color:rgba(85,110,230,.24);border-radius:50px;white-space:nowrap}.light .filter-remove{background-color:#f46a6a;border-radius:50px;right:0;top:-5px;cursor:pointer;color:#fff}.light .filter-text-clr{color:#000}.light [data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.light .simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.light .simplebar-mask{direction:inherit;overflow:hidden;left:0;right:0;width:auto!important;height:auto!important;z-index:0}.light .simplebar-mask,.light .simplebar-offset{position:absolute;padding:0;margin:0;top:0;bottom:0}.light .simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;left:0!important;right:0!important;-webkit-overflow-scrolling:touch}.light .simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;visibility:visible;overflow:auto;max-width:100%;max-height:100%;scrollbar-width:none;padding:0!important}.light .simplebar-content-wrapper::-webkit-scrollbar,.light .simplebar-hide-scrollbar::-webkit-scrollbar{display:none}.light .simplebar-content:after,.light .simplebar-content:before{content:" ";display:table}.light .simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.light .simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.light .simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.light .simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}.light [data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}.light [data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.light .simplebar-scrollbar{position:absolute;right:2px;width:4px;min-height:10px}.light .simplebar-scrollbar:before{position:absolute;content:"";background:#a2adb7;border-radius:7px;left:0;right:0;opacity:0;transition:opacity .2s linear}.light .simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.light .simplebar-track.simplebar-vertical{top:0;width:11px}.light .simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.light .simplebar-track.simplebar-horizontal{left:0;height:11px}.light .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.light .simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}.light [data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.light .hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.light .simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none}.light .custom-scroll{height:100%}.light{@import"~@fullcalendar/core/main.css";@import"~@fullcalendar/bootstrap/main.css"}.light .fc-toolbar h2{font-size:16px;line-height:30px;text-transform:uppercase}.light .fc th.fc-widget-header{background:#eff2f7;font-size:13px;line-height:20px;padding:10px 0;text-transform:uppercase;font-weight:600}.light .fc-unthemed .fc-content,.light .fc-unthemed .fc-divider,.light .fc-unthemed .fc-list-heading td,.light .fc-unthemed .fc-list-view,.light .fc-unthemed .fc-popover,.light .fc-unthemed .fc-row,.light .fc-unthemed tbody,.light .fc-unthemed td,.light .fc-unthemed th,.light .fc-unthemed thead{border-color:#eff2f7}.light .fc-unthemed td.fc-today{background:#f6f6f6}.light .fc-button{background:#fff;border-color:rgba(99,99,99,.4);color:#495057;text-transform:capitalize;box-shadow:none;padding:6px 12px!important;height:auto!important}.light .fc-state-active,.light .fc-state-disabled,.light .fc-state-down{background-color:#556ee6;color:#fff;text-shadow:none}.light .fc-event{border-radius:2px;border:none;cursor:move;font-size:.8125rem;margin:5px 7px;padding:5px;text-align:center}.light .fc-event,.light .fc-event-dot{background-color:#556ee6}.light .fc-event .fc-content{color:#fff}.light .task-box{border:1px solid #f6f6f6}.light .gu-transit{border:1px dashed #74788d!important;background-color:#eff2f7!important}.light #session-timeout-dialog .close{display:none}.light #session-timeout-dialog .countdown-holder{color:#f46a6a;font-weight:500}.light #session-timeout-dialog .btn-default{background-color:#fff;color:#f46a6a;box-shadow:none}.light .irs--square .irs-bar,.light .irs--square .irs-from,.light .irs--square .irs-single,.light .irs--square .irs-to{background:#556ee6!important;font-size:11px}.light .irs--square .irs-from:before,.light .irs--square .irs-single:before,.light .irs--square .irs-to:before{border-top-color:#556ee6}.light .irs--square .irs-line{background:#f6f6f6;border-color:#f6f6f6}.light .irs--square .irs-grid-text{font-size:11px;color:#ced4da}.light .irs--square .irs-max,.light .irs--square .irs-min{color:#ced4da;background:#f6f6f6;font-size:11px}.light .irs--square .irs-handle{border:2px solid #556ee6;width:12px;height:12px;top:26px;background-color:#fff!important}.light .swal2-container .swal2-title{font-size:24px;font-weight:500}.light .swal2-icon.swal2-question{border-color:#50a5f1;color:#50a5f1}.light .swal2-icon.swal2-success [class^=swal2-success-line]{background-color:#34c38f}.light .swal2-icon.swal2-success .swal2-success-ring{border-color:rgba(52,195,143,.3)}.light .swal2-icon.swal2-warning{border-color:#f1b44c;color:#f1b44c}.light .swal2-styled:focus{box-shadow:none}.light .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#556ee6}.light .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step,.light .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:rgba(85,110,230,.3)}.light .symbol{border-color:#fff}.light .rating-symbol-background,.light .rating-symbol-foreground{font-size:24px}.light .rating-symbol-foreground{top:0}.light #toast-container>div{box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);opacity:1}.light #toast-container>div:hover{box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);opacity:.9}.light #toast-container.toast-bottom-full-width>div,.light #toast-container.toast-top-full-width>div{min-width:96%;margin:4px auto}.light .toast-primary{border:2px solid #556ee6!important;background-color:rgba(85,110,230,.8)!important}.light .toast-secondary{border:2px solid #74788d!important;background-color:rgba(116,120,141,.8)!important}.light .toast-success{border:2px solid #34c38f!important;background-color:rgba(52,195,143,.8)!important}.light .toast-info{border:2px solid #50a5f1!important;background-color:rgba(80,165,241,.8)!important}.light .toast-warning{border:2px solid #f1b44c!important;background-color:rgba(241,180,76,.8)!important}.light .toast-danger{border:2px solid #f46a6a!important;background-color:rgba(244,106,106,.8)!important}.light .toast-pink{border:2px solid #e83e8c!important;background-color:rgba(232,62,140,.8)!important}.light .toast-light{border:2px solid #eff2f7!important;background-color:rgba(239,242,247,.8)!important}.light .toast-dark{border:2px solid #343a40!important;background-color:rgba(52,58,64,.8)!important}.light .toast-grey{border:2px solid #f7f7ff!important;background-color:rgba(247,247,255,.8)!important}.light .toast-error{background-color:rgba(244,106,106,.8);border:2px solid #f46a6a}.light .toastr-options{padding:24px;background-color:rgb(245.8,247.525,250.4);margin-bottom:0;border:1px solid rgba(99,99,99,.4)}.light .image-crop-preview .img-preview{float:left;margin-bottom:.5rem;margin-right:.5rem;overflow:hidden;background-color:#f6f6f6;text-align:center;width:100%}.light .image-crop-preview .img-preview>img{max-width:100%}.light .image-crop-preview .preview-lg{height:9rem;width:16rem}.light .image-crop-preview .preview-md{height:4.5rem;width:8rem}.light .image-crop-preview .preview-sm{height:2.25rem;width:4rem}.light .image-crop-preview .preview-xs{height:1.125rem;margin-right:0;width:2rem}.light .img-crop-preview-btns .btn .docs-tooltip,.light .img-crop-preview-toggles .btn .docs-tooltip{display:block;margin:-.47rem -.75rem;padding:.47rem .75rem}.light .error{color:#f46a6a}.light .parsley-error{border-color:#f46a6a}.light .parsley-errors-list{display:none;margin:0;padding:0}.light .parsley-errors-list.filled{display:block}.light .parsley-errors-list>li{font-size:12px;list-style:none;color:#f46a6a;margin-top:5px}.light .select2-container .select2-selection__control{background-color:#fff;border:1px solid #ced4da;min-height:38px}.light .select2-container .select2-selection__control:focus{outline:none}.light .select2-container .select2-selection__control.select2-selection__control--is-focused{box-shadow:none!important}.light .select2-container .select2-selection__control .select2-selection__rendered{line-height:36px;padding-left:12px;color:#495057}.light .select2-container .select2-selection__control .select2-selection__arrow{height:34px;width:34px;right:3px}.light .select2-container .select2-selection__control .select2-selection__arrow b{border-color:#adb5bd transparent transparent;border-width:6px 6px 0}.light .select2-container .select2-selection__control .select2-selection__placeholder{color:#495057}.light .select2-selection__placeholder,.light .select2-selection__single-value{color:#74788d!important}.light .select2-selection__indicator-separator{display:none}.light .select2-container--open .select2-selection .select2-selection__arrow b{border-color:transparent transparent #adb5bd!important;border-width:0 6px 6px!important}.light .select2-container--default .select2-search--dropdown{padding:10px;background-color:#fff}.light .select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #ced4da;background-color:#fff;color:#74788d;outline:none}.light .select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#556ee6}.light .select2-container--default .select2-results__option[aria-selected=true]{background-color:#f8f9fa;color:#16181b}.light .select2-container--default .select2-results__option[aria-selected=true]:hover{background-color:#556ee6;color:#fff}.light .select2-results__option{padding:6px 12px}.light .select2-selection__menu{border:1px solid rgba(0,0,0,.15)!important;background-color:#fff!important;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)!important;z-index:999!important;overflow-y:scroll}.light .select2-selection__menu .select2-selection__option:last-child{margin-bottom:1vh}.light .select2-selection__menu .select2-selection__option.select2-selection__option--is-focused{background-color:#556ee6!important}.light .select2-search input{border:1px solid #f6f6f6}.light .select2-container .select2-selection--multiple{min-height:38px;background-color:#fff;border:1px solid #ced4da!important}.light .select2-container .select2-selection--multiple .select2-selection__rendered{padding:2px 10px}.light .select2-container .select2-selection--multiple .select2-search__field{border:0;color:#495057}.light .select2-container .select2-selection--multiple .select2-search__field::placeholder{color:#495057}.light .select2-container .select2-selection--multiple .select2-selection__choice{background-color:#eff2f7;border:1px solid #f6f6f6;border-radius:1px;padding:0 7px}.light .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#ced4da}.light .select2-container--default .select2-results__group{font-weight:600}.light .select2-result-repository__avatar{float:left;width:60px;margin-right:10px}.light .select2-result-repository__avatar img{width:100%;height:auto;border-radius:2px}.light .select2-result-repository__statistics{margin-top:7px}.light .select2-result-repository__forks,.light .select2-result-repository__stargazers,.light .select2-result-repository__watchers{display:inline-block;font-size:11px;margin-right:1em;color:#adb5bd}.light .select2-result-repository__forks .fa,.light .select2-result-repository__stargazers .fa,.light .select2-result-repository__watchers .fa{margin-right:4px}.light .select2-result-repository__forks .fa.fa-flash:before,.light .select2-result-repository__stargazers .fa.fa-flash:before,.light .select2-result-repository__watchers .fa.fa-flash:before{content:"";font-family:"Font Awesome 5 Free"}.light .select2-results__option--highlighted .select2-result-repository__forks,.light .select2-results__option--highlighted .select2-result-repository__stargazers,.light .select2-results__option--highlighted .select2-result-repository__watchers{color:hsla(0,0%,100%,.8)}.light .select2-result-repository__meta{overflow:hidden}.light .img-flag{margin-right:7px;height:15px;width:18px}.light .select2-container input[type=text]{color:#495057!important}.light input[switch]{display:none}.light input[switch]+label{font-size:1em;line-height:1;width:56px;height:24px;background-color:#ced4da;background-image:none;border-radius:2rem;padding:.16667rem;cursor:pointer;display:inline-block;position:relative}.light input[switch]+label,.light input[switch]+label:before{text-align:center;font-weight:500;transition:all .1s ease-in-out}.light input[switch]+label:before{color:#343a40;content:attr(data-off-label);display:block;font-family:inherit;font-size:12px;line-height:21px;position:absolute;right:1px;margin:3px;top:-2px;min-width:1.66667rem;overflow:hidden}.light input[switch]+label:after{content:"";position:absolute;left:3px;background-color:#eff2f7;box-shadow:none;border-radius:2rem;height:20px;width:20px;top:2px;transition:all .1s ease-in-out}.light input[switch]:checked+label{background-color:#556ee6}.light input[switch]:checked+label:before{color:#fff;content:attr(data-on-label);right:auto;left:3px}.light input[switch]:checked+label:after{left:33px;background-color:#eff2f7}.light input[switch=bool]+label{background-color:#f46a6a}.light input[switch=bool]+label:before,.light input[switch=bool]:checked+label:before,.light input[switch=default]:checked+label:before{color:#fff}.light input[switch=bool]:checked+label{background-color:#34c38f}.light input[switch=default]:checked+label{background-color:#a2a2a2}.light input[switch=primary]:checked+label{background-color:#556ee6}.light input[switch=success]:checked+label{background-color:#34c38f}.light input[switch=info]:checked+label{background-color:#50a5f1}.light input[switch=warning]:checked+label{background-color:#f1b44c}.light input[switch=danger]:checked+label{background-color:#f46a6a}.light input[switch=dark]:checked+label{background-color:#343a40}.light .square-switch{margin-right:7px}.light .square-switch input[switch]+label,.light .square-switch input[switch]+label:after{border-radius:0}.light .datepicker{border:1px solid #f8f9fa;padding:8px;z-index:999!important}.light .datepicker table tr th{font-weight:500}.light .datepicker table tr td.active,.light .datepicker table tr td .active.disabled,.light .datepicker table tr td.active.disabled:hover,.light .datepicker table tr td.active:hover,.light .datepicker table tr td.selected,.light .datepicker table tr td.selected.disabled,.light .datepicker table tr td.selected.disabled:hover,.light .datepicker table tr td.selected:hover,.light .datepicker table tr td.today,.light .datepicker table tr td.today.disabled,.light .datepicker table tr td.today.disabled:hover,.light .datepicker table tr td.today:hover{background-color:#556ee6!important;background-image:none;box-shadow:none;color:#fff!important}.light .datepicker table tr td.day.focused,.light .datepicker table tr td.day:hover,.light .datepicker table tr td span.focused,.light .datepicker table tr td span:hover{background:#eff2f7}.light .datepicker table tr td.new,.light .datepicker table tr td.old,.light .datepicker table tr td span.new,.light .datepicker table tr td span.old{color:#adb5bd;opacity:.6}.light .datepicker table tr td.range,.light .datepicker table tr td.range.disabled,.light .datepicker table tr td.range.disabled:hover,.light .datepicker table tr td.range:hover{background-color:#f6f6f6}.light .table-condensed>tbody>tr>td,.light .table-condensed>thead>tr>th{padding:7px}.light .tox-tinymce{border:1px solid #f6f6f6!important}.light .tox .tox-statusbar{border-top:1px solid #f6f6f6!important}.light .tox .tox-edit-area__iframe,.light .tox .tox-menubar,.light .tox .tox-statusbar{background-color:#fff!important;background:none!important}.light .tox .tox-mbtn{color:#495057!important}.light .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active),.light .tox .tox-tbtn:hover{background-color:#f6f6f6!important}.light .tox .tox-toolbar,.light .tox .tox-toolbar__overflow,.light .tox .tox-toolbar__primary{background:#f6f6f6!important}.light .tox .tox-tbtn{color:#495057!important}.light .tox .tox-tbtn svg{fill:#495057!important}.light .tox .tox-edit-area__iframe{background-color:#fff!important}.light .tox .tox-statusbar__path-item,.light .tox .tox-statusbar__wordcount,.light .tox .tox-statusbar a{color:#495057!important}.light .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:1px solid #e9e9e9!important}.light .note-editor.note-frame{border:1px solid #f6f6f6;box-shadow:none;margin:0}.light .note-editor.note-frame .note-statusbar{background-color:#f6f6f6;border-top:1px solid #f6f6f6}.light .note-editor.note-frame .note-editing-area .note-codable,.light .note-editor.note-frame .note-editing-area .note-editable{border:none;color:#adb5bd;background-color:transparent}.light .note-btn-group .note-btn{background-color:#f6f6f6!important;border-color:#f6f6f6!important}.light .note-status-output{display:none}.light .note-editable p:last-of-type{margin-bottom:0}.light .card-header.note-toolbar .note-color .dropdown-menu,.light .note-popover .popover-content .note-color .dropdown-menu{min-width:344px}.light .note-popover{border-color:#f6f6f6}.light .card-header.note-toolbar,.light .note-popover .popover-content{background-color:#f6f6f6}.light .note-toolbar{padding:0 0 5px 5px!important}.light .rdw-editor-toolbar{background-color:#f6f6f6;border-color:#f6f6f6}.light .rdw-dropdown-wrapper,.light .rdw-option-wrapper{background-color:#eff2f7!important;border-color:#eff2f7!important;box-shadow:none!important}.light .rdw-editor-main{border:1px solid #f6f6f6!important;padding:0 10px}.light .dropzone{min-height:230px;border:2px dashed #ced4da;background:#fff;border-radius:6px;cursor:pointer}.light .dropzone .dz-message{font-size:24px;width:100%}.light .twitter-bs-wizard .twitter-bs-wizard-nav{padding:4px;background-color:rgba(85,110,230,.1)}.light .twitter-bs-wizard .twitter-bs-wizard-nav .step-number{display:inline-block;width:38px;height:38px;line-height:34px;border:2px solid #556ee6;color:#556ee6;text-align:center;border-radius:50%}@media(max-width:991.98px){.light .twitter-bs-wizard .twitter-bs-wizard-nav .step-number{display:block;margin:0 auto 8px!important}}@media(min-width:992px){.light .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link{text-align:left}}.light .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active{background-color:transparent;color:#495057}.light .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active .step-number{background-color:#556ee6;color:#fff}.light .twitter-bs-wizard .twitter-bs-wizard-pager-link{padding-top:24px;padding-left:0;list-style:none;margin-bottom:0}.light .twitter-bs-wizard .twitter-bs-wizard-pager-link li{display:inline-block}.light .twitter-bs-wizard .twitter-bs-wizard-pager-link li a{display:inline-block;padding:.47rem .75rem;background-color:#556ee6;color:#fff;border-radius:.25rem}.light .twitter-bs-wizard .twitter-bs-wizard-pager-link li.disabled a{cursor:not-allowed;background-color:#798ceb}.light .twitter-bs-wizard .twitter-bs-wizard-pager-link li.next{float:right}.light .twitter-bs-wizard-tab-content{padding-top:24px;min-height:262px}.light .table-rep-plugin .btn-toolbar{display:block}.light .table-rep-plugin .table-responsive{border:none!important}.light .table-rep-plugin .btn-group .btn-default{background-color:#74788d;color:#eff2f7;border:1px solid #74788d}.light .table-rep-plugin .btn-group .btn-default.btn-primary{background-color:#556ee6;border-color:#556ee6;color:#fff;box-shadow:0 0 0 2px rgba(85,110,230,.5)}.light .table-rep-plugin .btn-group.pull-right{float:right}.light .table-rep-plugin .btn-group.pull-right .dropdown-menu{right:0;transform:none!important;top:100%!important}.light .table-rep-plugin tbody th{font-size:14px;font-weight:400}.light .table-rep-plugin .checkbox-row{padding-left:40px;color:#495057!important}.light .table-rep-plugin .checkbox-row:hover{background-color:rgb(245.8,247.525,250.4)!important}.light .table-rep-plugin .checkbox-row label{display:inline-block;padding-left:5px;position:relative}.light .table-rep-plugin .checkbox-row label:before{-o-transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;background-color:#fff;border-radius:3px;border:1px solid #f6f6f6;content:"";display:inline-block;height:17px;left:0;margin-left:-20px;position:absolute;transition:.3s ease-in-out;width:17px;outline:none!important}.light .table-rep-plugin .checkbox-row label:after{color:#eff2f7;display:inline-block;font-size:11px;height:16px;left:0;margin-left:-20px;padding-left:3px;padding-top:1px;position:absolute;top:-1px;width:16px}.light .table-rep-plugin .checkbox-row input[type=checkbox]{cursor:pointer;opacity:0;z-index:1;outline:none!important}.light .table-rep-plugin .checkbox-row input[type=checkbox]:disabled+label{opacity:.65}.light .table-rep-plugin .checkbox-row input[type=checkbox]:focus+label:before{outline-offset:-2px;outline:none}.light .table-rep-plugin .checkbox-row input[type=checkbox]:checked+label:after{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.light .table-rep-plugin .checkbox-row input[type=checkbox]:disabled+label:before{background-color:#f8f9fa;cursor:not-allowed}.light .table-rep-plugin .checkbox-row input[type=checkbox]:checked+label:before{background-color:#556ee6;border-color:#556ee6}.light .table-rep-plugin .checkbox-row input[type=checkbox]:checked+label:after{color:#fff}.light .table-rep-plugin .fixed-solution .sticky-table-header{top:70px!important;background-color:#556ee6}.light .table-rep-plugin .fixed-solution .sticky-table-header table{color:#fff}.light .table-rep-plugin .sticky-table-header,.light .table-rep-plugin table.focus-on tbody tr.focused td,.light .table-rep-plugin table.focus-on tbody tr.focused th{background:#556ee6;border-color:#556ee6;color:#fff}.light .table-rep-plugin .sticky-table-header table,.light .table-rep-plugin table.focus-on tbody tr.focused td table,.light .table-rep-plugin table.focus-on tbody tr.focused th table{color:#fff}@media(min-width:992px){.light body[data-layout=horizontal] .fixed-solution .sticky-table-header{top:120px!important}}.light .table-editable .editable-input .form-control,.light .table-editable .editable-input input.PhoneInputInput{height:2rem}.light .table-editable a.editable{color:#495057}.light .table-editable .editable-buttons .btn-group-sm>.btn,.light .table-editable .editable-buttons .btn.btn-sm{font-size:12px}.light .table-editable tbody td.focus{box-shadow:inset 0 0 1px 1px #556ee6!important}.light .glyphicon{display:inline-block;font-family:"Material Design Icons";font-size:inherit;font-weight:600;font-style:inherit}.light .glyphicon-ok:before{content:"󰄬"}.light .glyphicon-remove:before{content:"󰅖"}.light .dt-autofill-list{border:none!important;background-color:#fff!important}.light .dt-autofill-list .dt-autofill-button,.light .dt-autofill-list .dt-autofill-question{border-bottom-color:#f6f6f6!important}.light .dt-autofill-list ul li:hover{background-color:#f6f6f6!important}.light .apex-charts{min-height:10px!important}.light .apex-charts text{font-family:"Poppins",sans-serif!important;fill:#adb5bd}.light .apex-charts .apexcharts-canvas{margin:0 auto}.light .apexcharts-tooltip-text,.light .apexcharts-tooltip-title{font-family:"Poppins",sans-serif!important}.light .apexcharts-legend-series{font-weight:500}.light .apexcharts-gridline{pointer-events:none;stroke:#f8f9fa}.light .apexcharts-legend-text{color:#74788d!important;font-family:"Poppins",sans-serif!important;font-size:13px!important}.light .apexcharts-pie-label{fill:#fff!important}.light .apexcharts-xaxis text,.light .apexcharts-yaxis text{font-family:"Poppins",sans-serif!important;fill:#adb5bd}.light .e-charts{height:350px}.light .flot-charts-height{height:320px}.light .flotTip{padding:8px 12px;background-color:rgba(52,58,64,.9);z-index:100;color:#f8f9fa;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);border-radius:4px}.light .legendLabel{color:#adb5bd}.light .jqstooltip{box-sizing:initial;width:auto!important;height:auto!important;background-color:#343a40!important;box-shadow:0 1rem 3rem rgba(0,0,0,.175);padding:5px 10px!important;border-radius:3px;border-color:#212529!important}.light .jqsfield{color:#eff2f7!important;font-size:12px!important;line-height:18px!important;font-family:"Poppins",sans-serif!important;font-weight:500!important}.light .gmaps,.light .gmaps-panaroma{height:300px;background:#f8f9fa;border-radius:3px}.light .gmaps-overlay{display:block;text-align:center;color:#fff;font-size:16px;line-height:40px;background:#556ee6;border-radius:4px;padding:10px 20px}.light .gmaps-overlay_arrow{left:50%;margin-left:-16px;width:0;height:0;position:absolute}.light .gmaps-overlay_arrow.above{bottom:-15px;border-top:16px solid #556ee6}.light .gmaps-overlay_arrow.above,.light .gmaps-overlay_arrow.below{border-left:16px solid transparent;border-right:16px solid transparent}.light .gmaps-overlay_arrow.below{top:-15px;border-bottom:16px solid #556ee6}.light .jvectormap-label{border:none;background:#343a40;color:#f8f9fa;font-family:"Poppins",sans-serif;font-size:.8125rem;padding:5px 8px}.light .leaflet-map{height:300px}.light .leaflet-map.leaflet-container{z-index:99}.light .home-btn{position:absolute;top:15px;right:25px}.light .search-box .form-control,.light .search-box input.PhoneInputInput{border-radius:30px;padding-left:40px}.light .search-box .search-icon{font-size:16px;position:absolute;left:13px;top:0;line-height:38px}.light .product-list li a{display:block;padding:4px 0;color:#495057}.light .product-view-nav.nav-pills .nav-item{margin-left:4px}.light .product-view-nav.nav-pills .nav-link{width:36px;height:36px;font-size:16px;padding:0;line-height:36px;text-align:center;border-radius:50%}.light .product-ribbon{position:absolute;right:0;top:0}.light .product-detai-imgs .nav .nav-link{margin:7px 0}.light .product-detai-imgs .nav .nav-link.active{background-color:#f6f6f6}.light .product-color a{display:inline-block;text-align:center;color:#495057}.light .product-color a .product-color-item{margin:7px}.light .product-color a.active,.light .product-color a:hover{color:#556ee6}.light .product-color a.active .product-color-item,.light .product-color a:hover .product-color-item{border-color:#556ee6!important}.light .visa-card .visa-logo{line-height:.5}.light .visa-card .visa-pattern{position:absolute;font-size:385px;color:hsla(0,0%,100%,.05);line-height:.4;right:0;bottom:0}.light .checkout-tabs .nav-pills .nav-link{margin-bottom:24px;text-align:center;background-color:#fff;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.light .checkout-tabs .nav-pills .nav-link.active{background-color:#556ee6}.light .checkout-tabs .nav-pills .nav-link .check-nav-icon{font-size:36px}.light .email-leftbar{width:236px;float:left;padding:20px;border-radius:5px}.light .email-rightbar{margin-left:260px}.light .chat-user-box p.user-title{color:#343a40;font-weight:500}.light .chat-user-box p{font-size:12px}@media(max-width:767px){.light .email-leftbar{float:none;width:100%}.light .email-rightbar{margin:0}}.light .mail-list a{display:block;color:#74788d;line-height:24px;padding:8px 5px}.light .mail-list a.active{color:#f46a6a;font-weight:500}.light .message-list{display:block;padding-left:0}.light .message-list li{position:relative;display:block;height:50px;line-height:50px;cursor:default;transition-duration:.3s}.light .message-list li a{color:#74788d}.light .message-list li:hover{background:#f6f6f6;transition-duration:.05s}.light .message-list li .col-mail{float:left;position:relative}.light .message-list li .col-mail-1{width:320px}.light .message-list li .col-mail-1 .checkbox-wrapper-mail,.light .message-list li .col-mail-1 .dot,.light .message-list li .col-mail-1 .star-toggle{display:block;float:left}.light .message-list li .col-mail-1 .dot{border:4px solid transparent;border-radius:100px;margin:22px 26px 0;height:0;width:0;line-height:0;font-size:0}.light .message-list li .col-mail-1 .checkbox-wrapper-mail{margin:15px 10px 0 20px}.light .message-list li .col-mail-1 .star-toggle{margin-top:18px;margin-left:5px}.light .message-list li .col-mail-1 .title{position:absolute;top:0;left:110px;right:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-bottom:0}.light .message-list li .col-mail-2{position:absolute;top:0;left:320px;right:0;bottom:0}.light .message-list li .col-mail-2 .date,.light .message-list li .col-mail-2 .subject{position:absolute;top:0}.light .message-list li .col-mail-2 .subject{left:0;right:200px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.light .message-list li .col-mail-2 .date{right:0;width:170px;padding-left:80px}.light .message-list li.active,.light .message-list li.active:hover{box-shadow:inset 3px 0 0 #556ee6}.light .message-list li.unread{background-color:#f6f6f6}.light .message-list li.unread,.light .message-list li.unread a{font-weight:500;color:rgb(40.5689655172,45.25,49.9310344828)}.light .message-list .checkbox-wrapper-mail{cursor:pointer;height:20px;width:20px;position:relative;display:inline-block;box-shadow:inset 0 0 0 1px #ced4da;border-radius:1px}.light .message-list .checkbox-wrapper-mail input{opacity:0;cursor:pointer}.light .message-list .checkbox-wrapper-mail input:checked~label{opacity:1}.light .message-list .checkbox-wrapper-mail label{position:absolute;height:20px;width:20px;left:0;cursor:pointer;opacity:0;margin-bottom:0;transition-duration:.05s;top:0}.light .message-list .checkbox-wrapper-mail label:before{content:"󰄬";font-family:"Material Design Icons";top:0;height:20px;color:rgb(40.5689655172,45.25,49.9310344828);width:20px;position:absolute;margin-top:-16px;left:4px;font-size:13px}@media(max-width:575.98px){.light .message-list li .col-mail-1{width:200px}}@media(min-width:992px){.light .chat-leftsidebar{min-width:380px}}.light .chat-leftsidebar .chat-leftsidebar-nav .nav{background-color:#fff}.light .chat-leftsidebar .chat-leftsidebar-nav .tab-content{min-height:488px}.light .chat-noti-dropdown.active:before{content:"";position:absolute;width:8px;height:8px;background-color:#f46a6a;border-radius:50%;right:0}.light .chat-noti-dropdown .btn{padding:6px;box-shadow:none;font-size:20px}.light .chat-search-box .form-control,.light .chat-search-box input.PhoneInputInput{border:0}.light .chat-list{margin:0}.light .chat-list li.active a{background-color:#fff;border-color:transparent;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.light .chat-list li a{display:block;padding:14px 16px;color:#74788d;transition:all .4s;border-top:1px solid rgba(99,99,99,.4);border-radius:4px}.light .chat-list li a:hover{background-color:#fff;border-color:transparent;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.light .user-chat-nav .dropdown .nav-btn{height:40px;width:40px;line-height:40px;box-shadow:none;padding:0;font-size:16px;background-color:#eff2f7;border-radius:50%}.light .user-chat-nav .dropdown .dropdown-menu{box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);border:1px solid rgba(99,99,99,.4)}.light .chat-conversation li{clear:both}.light .chat-conversation .chat-day-title{position:relative;text-align:center;margin-bottom:24px}.light .chat-conversation .chat-day-title .title{background-color:#fff;position:relative;z-index:1;padding:6px 24px}.light .chat-conversation .chat-day-title:before{content:"";position:absolute;width:100%;height:1px;left:0;right:0;background-color:rgba(99,99,99,.4);top:10px}.light .chat-conversation .chat-day-title .badge{font-size:12px}.light .chat-conversation .conversation-list{margin-bottom:24px;display:inline-block;position:relative}.light .chat-conversation .conversation-list .ctext-wrap{padding:12px 24px;background-color:rgba(85,110,230,.1);border-radius:8px 8px 8px 0;overflow:hidden}.light .chat-conversation .conversation-list .ctext-wrap .conversation-name{font-weight:600;color:#556ee6;margin-bottom:4px}.light .chat-conversation .conversation-list .dropdown{float:right}.light .chat-conversation .conversation-list .dropdown .dropdown-toggle{font-size:18px;padding:4px;color:#74788d}@media(max-width:575.98px){.light .chat-conversation .conversation-list .dropdown .dropdown-toggle{display:none}}.light .chat-conversation .conversation-list .dropdown .dropdown-menu{box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);border:1px solid rgba(99,99,99,.4)}.light .chat-conversation .conversation-list .chat-time{font-size:12px}.light .chat-conversation .right .conversation-list{float:right}.light .chat-conversation .right .conversation-list .ctext-wrap{background-color:#eff2f7;text-align:right;border-radius:8px 8px 0 8px}.light .chat-conversation .right .conversation-list .dropdown{float:left}.light .chat-conversation .right .conversation-list .dropdown .dropdown-menu{right:0;left:auto!important}.light .chat-conversation .right .conversation-list.last-chat .conversation-list:before{right:0;left:auto}.light .chat-conversation .last-chat .conversation-list:before{content:"󰀉";font-family:"Material Design Icons";position:absolute;color:#556ee6;right:0;bottom:0;font-size:16px}@media(max-width:575.98px){.light .chat-conversation .last-chat .conversation-list:before{display:none}}.light .chat-input-section{border-top:1px solid rgba(99,99,99,.4)}.light .chat-input{border-radius:30px;background-color:#eff2f7!important;border-color:#eff2f7!important;padding-right:120px}.light .chat-input-links{position:absolute;right:16px;top:50%;transform:translateY(-50%)}.light .chat-input-links li a{font-size:16px;line-height:36px;padding:0 4px;display:inline-block}@media(max-width:575.98px){.light .chat-send{min-width:auto}}.light .project-list-table{border-collapse:initial;border-spacing:0 12px}.light .project-list-table tr{background-color:#fff}.light .contact-links a{color:#495057}.light .profile-user-wid{margin-top:-23px}@media(min-width:576px){.light .currency-value{position:relative}.light .currency-value:after{content:"󰓡";font-family:"Material Design Icons";font-size:24px;position:absolute;width:45px;height:45px;line-height:45px;border-radius:50%;text-align:center;right:0;top:50%;transform:translateY(-50%);background-color:#556ee6;color:#fff;z-index:9;right:-34px}}.light .crypto-buy-sell-nav-content{border:2px solid #f6f6f6;border-top:0}.light .kyc-doc-verification .dropzone{min-height:180px}.light .kyc-doc-verification .dropzone .dz-message{margin:24px 0}.light .section{position:relative;padding-top:80px;padding-bottom:80px}.light .section.bg-white{background-color:#fff!important}.light .small-title{color:#74788d;margin-bottom:8px}.light .navigation{padding:0 16px;width:100%;z-index:999;margin-bottom:0;transition:all .5s ease-in-out;border-bottom:1px solid hsla(0,0%,100%,.1)}@media(max-width:991.98px){.light .navigation{background-color:#fff}}.light .navigation .navbar-logo{line-height:70px;transition:all .4s}.light .navigation .navbar-logo .logo-dark{display:none}@media(max-width:991.98px){.light .navigation .navbar-logo .logo-dark{display:block}}.light .navigation .navbar-logo .logo-light{display:block}@media(max-width:991.98px){.light .navigation .navbar-logo .logo-light{display:none}}.light .navigation .navbar-nav .nav-item .nav-link{color:hsla(0,0%,100%,.6);line-height:58px;padding:6px 16px;font-weight:500;transition:all .4s}@media(max-width:991.98px){.light .navigation .navbar-nav .nav-item .nav-link{color:#a6b0cf}}.light .navigation .navbar-nav .nav-item .nav-link.active,.light .navigation .navbar-nav .nav-item .nav-link:hover{color:hsla(0,0%,100%,.9)}@media(max-width:991.98px){.light .navigation .navbar-nav .nav-item .nav-link.active,.light .navigation .navbar-nav .nav-item .nav-link:hover{color:#556ee6}}@media(max-width:991.98px){.light .navigation .navbar-nav .nav-item .nav-link{line-height:28px!important}}.light .navigation.nav-sticky{background-color:#fff;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.light .navigation.nav-sticky .navbar-logo{line-height:60px}.light .navigation.nav-sticky .navbar-logo .logo-dark{display:block}.light .navigation.nav-sticky .navbar-logo .logo-light{display:none}.light .navigation.nav-sticky .navbar-nav .nav-item .nav-link{line-height:48px;color:#a6b0cf}.light .navigation.nav-sticky .navbar-nav .nav-item .nav-link.active,.light .navigation.nav-sticky .navbar-nav .nav-item .nav-link:hover{color:#556ee6}.light .bg-overlay{position:absolute;height:100%;width:100%;right:0;bottom:0;left:0;top:0;opacity:.7;background-color:#000}.light .hero-section{padding-top:220px;padding-bottom:190px}.light .hero-section.bg-ico-hero{background-image:url(/static/media/bg-ico-hero.e3a4270e.webp);background-size:cover;background-position:top}@media(max-width:575.98px){.light .hero-section{padding-top:140px;padding-bottom:80px}}.light .hero-section .hero-title{font-size:42px}@media(max-width:575.98px){.light .hero-section .hero-title{font-size:26px}}.light .hero-section .ico-countdown{font-size:22px;margin-right:-12px;margin-left:-12px}@media(max-width:575.98px){.light .hero-section .ico-countdown{display:block}}.light .hero-section .ico-countdown .coming-box{margin-right:12px;margin-left:12px;border:1px solid rgba(99,99,99,.4);border-radius:4px;padding:8px;background-color:#fff}@media(max-width:575.98px){.light .hero-section .ico-countdown .coming-box{display:inline-block;width:40%;margin-bottom:24px}}.light .hero-section .ico-countdown .coming-box span{background-color:#eff2f7;font-size:12px;padding:4px;margin-top:8px}.light .hero-section .softcap-progress,.light .hero-section .softcap-progress .progress-bar{overflow:visible}.light .hero-section .softcap-progress .progress-label{position:relative;text-align:right;color:#495057;bottom:20px;font-size:12px;font-weight:500}.light .currency-price{position:relative;bottom:40px}.light .client-images img{max-height:34px;width:auto!important;margin:12px auto;opacity:.7;transition:all .4s}.light .features-number{opacity:.1}.light .team-box .team-social-links a{color:#495057;font-size:14px}.light .blog-box .blog-badge{position:absolute;top:12px;right:12px}.light .landing-footer{padding:80px 0 40px;background-color:#2a3042;color:hsla(0,0%,100%,.5)}.light .landing-footer .footer-list-title{color:hsla(0,0%,100%,.9)}.light .landing-footer .footer-list-menu li a{display:block;color:hsla(0,0%,100%,.5);margin-bottom:14px;transition:all .4s}.light .landing-footer .footer-list-menu li a:hover{color:hsla(0,0%,100%,.8)}.light .landing-footer .blog-post .post{display:block;color:hsla(0,0%,100%,.5);padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.1)}.light .landing-footer .blog-post .post .post-title{color:hsla(0,0%,100%,.8);font-size:14px}.light .landing-footer .blog-post .post:first-of-type{padding-top:0}.light .landing-footer .blog-post .post:last-of-type{padding-bottom:0;border-bottom:0}.light .landing-footer .footer-border{border-color:hsla(0,0%,100%,.1)}.light .counter-number{font-size:32px;font-weight:600;text-align:center;display:flex}.light .counter-number span{font-size:16px;font-weight:400;display:block;padding-top:5px}.light .coming-box{width:25%}.light .hori-timeline .events .event-list{text-align:center;display:block}.light .hori-timeline .events .event-list .event-down-icon{position:relative}.light .hori-timeline .events .event-list .event-down-icon:before{content:"";position:absolute;width:100%;top:16px;left:0;right:0;border-bottom:3px dashed #f6f6f6}.light .hori-timeline .events .event-list .event-down-icon .down-arrow-icon{position:relative;background-color:#fff;padding:4px}.light .hori-timeline .events .event-list.active .down-arrow-icon,.light .hori-timeline .events .event-list:hover .down-arrow-icon{animation:fade-down 1.5s linear infinite}.light .hori-timeline .events .event-list.active .down-arrow-icon:before{content:""}.light .verti-timeline{border-left:3px dashed #f6f6f6;margin:0 10px}.light .verti-timeline .event-list{position:relative;padding:0 0 40px 30px}.light .verti-timeline .event-list .event-timeline-dot{position:absolute;left:-9px;top:0;z-index:9;font-size:16px}.light .verti-timeline .event-list .event-content{position:relative;border:2px solid rgba(99,99,99,.4);border-radius:7px}.light .verti-timeline .event-list.active .event-timeline-dot{color:#556ee6}.light .verti-timeline .event-list:last-child{padding-bottom:0}.light .plan-box .plan-btn{position:relative}.light .plan-box .plan-btn:before{content:"";position:absolute;width:100%;height:2px;background:#f6f6f6;left:0;right:0;top:12px}.light .flex-rows{display:flex;width:100%}.light .flex-rows .table-of-content{width:30%;display:flex;justify-content:flex-start}.light .flex-rows .detail{width:70%}@media(max-width:768px){.light .flex-rows{flex-direction:column}.light .flex-rows .table-of-content{width:100%;justify-content:center}.light .flex-rows .detail{width:100%}}.light [class*=" icon-"],.light [class^=icon-]{font-family:"icomoon"!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.light .icon-inventory:before{content:"";color:#556ee6}.light .icon-refresh:before{content:"";color:#556ee6}.light .icon-topRight .path1:before{content:"";color:#a6b0cf}.light .icon-topRight .path2:before{content:"";margin-left:-1em;color:#556ee6}.light .icon-bottomleft .path1:before{content:"";color:#556ee6}.light .icon-bottomleft .path2:before{content:"";margin-left:-1em;color:#a6b0cf}.light .icon-sort-amount-desc:before{content:""}.light .vertical-line{border-right:1px solid #7a8197;height:38px;margin-top:2vh;margin-left:auto}.light .separation-line-listing{border-right:1px solid #7a8197;height:28px}.light .wrap-text-to-paragraph{white-space:normal!important}.light .toc-heading-cursor{cursor:pointer}.light .fixed-position{position:fixed}.light .box-shadow{border:1.5px solid rgba(99,99,99,.4);padding:20px}.light .advance-option-border{border:1px solid #556ee6}.light .separator-process-order{border-right:1px solid #7a8197;height:auto}.light .process-modal-bg-color{background-color:#c7c7c7}.light .carousel.slide{width:100%}.light .progress-plan{width:50vw;height:3vh;border-radius:1rem}.light .progress-bar-animated{overflow:initial;color:#000}.light #used-credits .apexcharts-tooltip-text-value{color:#000}.light .scrollable-div-450{max-height:calc(100vh - 450px);overflow-y:auto;overflow-x:hidden}.light .block-header{color:#c3cbe4;font-size:1.01562rem}.light .number-circle{border-radius:50%;padding:1px;font-size:13px;background:#c3cbe4;color:#eff2f7;text-align:center;width:20px;height:20px}.light .vl{border-left:2px solid #c3cbe4;height:40px}.light .email-view{background-color:#fff!important}.light .email-view h3,.light .email-view p{color:#000}.light .form-group .invalid-feedback{display:inline}.light .btn-least-selling{min-width:230px;margin:14px 10px 0}.light .radio-select .form-group .form-control,.light .radio-select .form-group input.PhoneInputInput{background-color:transparent}.light .miw-160{min-width:160px}.light .miw-60p{min-width:60%;max-width:60%}.light .miw-search-input{min-width:300px;max-width:300px}.light .font-size-normal{font-style:normal!important}.light .hrMargin{margin:5px 0;border-top:1px solid #454b5c}.light .flex-direction-column{flex-direction:column}.light .grid-column-gap-30{grid-column-gap:30px}.light .grid-column-gap-10{grid-column-gap:10px}.light .w-200{width:200px!important}.light .w-230{width:230px!important}.light .add-client .card-body,.light .add-client .container{padding:0!important}.light .mt1px{margin-top:1px}.light .mw-300{max-width:300;white-space:inherit!important}.light .row-gap-10{grid-row-gap:10px;row-gap:10px}.light .payment-card{background:#32394e;box-shadow:0 0 8px rgba(0,0,0,.12);cursor:pointer;min-height:238px}.light .payment-card.red{border:3px solid red}.light .payment-card-light{background:#fff;box-shadow:0 0 8px rgba(0,0,0,.12);cursor:pointer;min-height:238px}.light .payment-card-light.red{border:3px solid red}.light .payment-card-light h6{color:#7e8bb0;font-size:12px}.light .payment-card-light span{color:#495057;font-size:13px}.light .payment-card h6{color:#c3cbe4;font-size:12px}.light .payment-card span{color:#7e8bb0;font-size:13px}.light .bg-color-remove{background:rgba(85,110,230,.12)}.light .bg-color-remove h6{color:#556ee6}.light .add-card{background:#32394e;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:238px}.light .add-card:hover{border:2px solid #7480a3;box-shadow:0 0 8px rgba(0,0,0,.12)}.light .add-card h6{color:#7e8bb0}.light .fs-30{font-size:30px}.light .card-type{height:10px;display:flex!important;align-items:center;justify-content:flex-end;margin-bottom:13px}.light .grid-column-gap-5{grid-column-gap:5px}.light .icon-portion i#warning-0{color:#c00}.light .flex-direction-row{flex-direction:row}.light .grid-colum-gap-10{grid-column-gap:10px}.light .footertext{padding-left:10px;padding-right:10px}.light .footertext+.footertext{border-left:2px solid rgba(195,203,228,.5)}.light .mb-0{margin-bottom:0}.light .fs-16{font-size:16px}.light .email-wrap{white-space:pre-wrap;max-width:237px}.light .grid-column-gap-15{grid-column-gap:15px}.light .dot{height:5px;width:5px;background-color:#bbb;border-radius:50%;display:inline-block}.light .grid-column-gap-20{grid-column-gap:20px}.light .signup-title{justify-content:space-between;border-right:1px solid #7a8197}.light .signup-title:last-child{padding-right:10px}@media(max-width:992px){.light .signup-title{border-right:none}}.light .vertical-line-2{border-right:1px solid #7b8197;height:42px;margin-top:0}@media(max-width:992px){.light .vertical-line-2{border-right:none}}.light .tent-pagination .flex-column{flex-direction:row!important;grid-column-gap:30px;align-items:center}.light .mx-h-500{max-height:510px;min-height:500px;overflow-y:auto}.light .mx-h-500::-webkit-scrollbar-corner{background:#2a3142}.light .tentent-h5{text-transform:uppercase;font-weight:600;font-size:16px;display:inline;cursor:pointer}.light .select-accounts .select2-container{width:100%;margin-bottom:5px}@media(max-width:575px){.light .select-accounts{flex-wrap:wrap}}@media(max-width:475px){.light .width-100-sm div,.light .width-100-sm div button{width:100%}}@media(max-width:375px){.light .pagination-table .pagination .page-item button{padding:8px 10px}}.light .select2-container .select2-selection__control .select2-selection__value-container{min-width:30px}.light .grid-colum-gap-5{grid-column-gap:5px}.light table thead tr{position:sticky;width:100%;top:-2px;background-color:#32384b}.light .notifaction_email{display:flex;grid-column-gap:5px;align-items:center}.light .notifaction_email span{color:#a7b1ce;font-size:12px}.light .notification_email_input .form-control,.light .notification_email_input input.PhoneInputInput{border-radius:50px}.light .dark .bg-color-ebony{background-color:#222737}.light .w-500{width:500px}.light .border-radius-50{border-radius:50px}.light .dark .modal_route:hover{color:#fff}.light .dark .modal_route{cursor:pointer;padding:.4rem 1.5rem .4rem 3.5rem;color:#79829c}.light .dark .seemore-text{color:#fff;margin-left:5px}.light .dark .resources h5{font-size:1.5rem;font-weight:700}.light .dark .resources .community-box{background-color:#2a3142;box-shadow:0 10px 20px rgba(18,38,63,.0313726)}.light .dark .resources .community-box img{max-width:100%}.light .dark .resources .community-box .content-box{padding:25px}.light .dark .resources .community-box .content-box span{color:#fff;font-size:.93rem}.light .dark .resources .community-box .content-box p{font-size:.8125rem;color:#c4cce3;min-height:85px}.light .dark .resources .community-box .content-box a{font-size:.8125rem;color:#556ee6}.light .dark .resources .services_tool{background-color:#2a3142;box-shadow:0 10px 20px rgba(18,38,63,.0313726);padding:25px;margin-top:25px}.light .dark .resources .services_tool .mb-20{margin-bottom:20px}.light .dark .resources .services_tool .mb-20 h6{font-size:1.375rem;font-weight:600}.light .dark .resources .services_tool .mb-40{margin-bottom:40px}.light .dark .resources .services_tool .image-box{background-color:#222737;display:flex;justify-content:center;align-items:center;border-radius:5px}.light .dark .resources .services_tool h6{font-weight:400}.light .dark .resources .services_tool p{font-size:.8125rem;color:#c4cce3}.light .dark .resources .services_tool .services_description .arrow_icon{color:#556ee6;cursor:pointer}.light .dark .resources .services_tool .services_description span{color:#fff;font-size:1rem}.light .dark .resources .services_tool .services_description p{font-size:.75rem;color:#c4cce3;margin-bottom:0;min-height:70px}.light .dark .resources .services_tool .services_description a{font-size:.8125rem;color:#556ee6}.light .light .resources h5{font-size:1.5rem;font-weight:700}.light .light .resources .community-box{background-color:#fff;box-shadow:0 10px 20px rgba(18,38,63,.0313726)}.light .light .resources .community-box img{max-width:100%}.light .light .resources .community-box .content-box{padding:25px}.light .light .resources .community-box .content-box span{color:#000;font-size:.93rem}.light .light .resources .community-box .content-box p{font-size:.8125rem;color:#74788d;min-height:85px}.light .light .resources .community-box .content-box a{font-size:.8125rem;color:#556ee6}.light .light .resources .services_tool{background-color:#fff;box-shadow:0 10px 20px rgba(18,38,63,.0313726);padding:25px;margin-top:25px}.light .light .resources .services_tool .mb-20{margin-bottom:20px}.light .light .resources .services_tool .mb-20 h6{font-size:1.375rem;font-weight:600}.light .light .resources .services_tool .mb-40{margin-bottom:40px}.light .light .resources .services_tool .image-box{background-color:#eeeef3;display:flex;justify-content:center;align-items:center;border-radius:5px}.light .light .resources .services_tool h6{font-weight:400}.light .light .resources .services_tool p{font-size:.8125rem;color:#74788d}.light .light .resources .services_tool .services_description .arrow_icon{color:#556ee6;cursor:pointer}.light .light .resources .services_tool .services_description span{color:#000;font-size:1rem}.light .light .resources .services_tool .services_description p{font-size:.75rem;color:#74788d;margin-bottom:0;min-height:70px}.light .light .resources .services_tool .services_description a{font-size:.8125rem;color:#556ee6}.light .light .modal_route:hover{color:#545a6d}.light .light .modal_route{cursor:pointer;padding:.4rem 1.5rem .4rem 3.5rem;color:#545a6d}.light .dark .bm-payment-modal{background:#32394e}.light .dark .bm-payment-modal .bm-header-subtitle{color:#fff!important}.light .dark .bm-payment-modal .bm-row-input{background-color:#fff!important}.light .bm-payment{position:inherit;top:0;left:0;padding:0}.light .bm-payment.blocker{position:fixed}.light .bm-payment .bm-banner{border-radius:3px;padding:5px 12px;margin-bottom:10px;font-size:12px;width:100%;min-width:100%;position:relative;top:0;z-index:1;justify-content:space-between;display:flex;align-items:center;background-color:#e23c3f;color:#fff}.light .bm-payment .bm-banner .bm-banner-message{margin-bottom:0}.light .dark .yellow-outline{border:1px solid #fbc02d;color:#fbc02d!important;min-width:110px;padding:7px;border-radius:5px}.light .light .blue-outline{border:1px solid #556ee6;color:#556ee6!important;min-width:110px;padding:7px;border-radius:5px}.light .alert-main-div{border-radius:4px!important;padding:8px 10px!important;margin:1px 0 0!important}.light .alert-main-div.primary{border:1px solid #556ee6!important;background-image:linear-gradient(90deg,rgba(85,110,230,.1),transparent)!important;color:#556ee6!important}.light .alert-main-div.success{border:.7px solid #34c38f!important;background-image:linear-gradient(90deg,rgba(52,195,143,.1),transparent)!important;color:#34c38f!important}.light .alert-main-div.warning{border:.7px solid #f1b44c!important;background-image:linear-gradient(90deg,rgba(241,180,76,.1),transparent)!important;color:#f1b44c!important}.light .alert-main-div.danger{border:.7px solid #f46a6a!important;background-image:linear-gradient(90deg,rgba(244,106,106,.1),transparent)!important;color:#f46a6a!important}.light .top-search-arrow-icon{position:absolute;right:13px;top:50%;transform:translateY(-50%);z-index:1}.light .danger{color:red}.light .color-danger{color:#f46a6a}.light .warning{color:#ffe500}.light .dark .color-white{color:#fff}.light .color-primary{color:#34c38f}.light .color-purple{color:#556ee6!important}.light .editableInput{min-width:130px}.light .editableInput input{max-width:80px}.light .editableInput input:focus{border:1px solid #556ee6!important}.light .weightInput{width:120px}.light .weightInput input{max-width:80px}.light .editableInputTemp{width:100%!important}.light .editableInputTemp .form-group{width:60%}.light .editableInputTemp .form-group:focus{border:1px solid #556ee6!important}.light .template-edit-td{width:500px}.light .collapse-hide{display:none;transition:opacity 1s ease-out;opacity:0}.light .collapse-show{opacity:1;display:table-row}.light .collapse-show.table-tr{background-color:#f8f8fb}.light .collapse-show td{border-top:none}.light .light .collapse-show{opacity:1;display:table-row}.light .light .collapse-show.table-tr{background-color:#f8f8fb}.light .light .collapse-show td{border-top:none}.light .selected-tr{background-color:#f8f8fb}.light .default-supplier.table-tr,.light .edit-supplier-bg{background-color:#fff}.light .add-border{border-left:5px solid #f33c3c}.light .border-primary{border-left:5px solid #556ee6}.light .border-orange{border-left:5px solid #f59e42}.light .mw-10{max-width:10px;min-height:89px}.light .table-tr td:first-child{width:5px;padding-left:0;padding-top:0;padding-bottom:0}.light .variation-ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:6vw}.light .mt-30{margin-top:30px}.light .mt-20{margin-top:20px}.light .badge-soft-orange,.light .badge-warning{background:rgba(255,138,0,.15);color:#ff8a00;padding:5px 20px;min-width:110px}.light .badge-customization{background:rgba(255,65,65,.15);color:#eb5e5e;padding:5px 20px;min-width:110px}.light .badge-success{background:rgba(52,195,143,.18);color:#34c38f;padding:5px 20px;min-width:110px}.light .badge-soft-warning{background:rgba(255,229,0,.15);color:#ffe500;padding:5px 20px;min-width:110px}.light .badge-soft-purple{background:rgba(157,96,251,.2);color:#9d60fb;padding:5px 20px;min-width:110px}.light .badge-soft-custom{background:hsla(0,0%,72.9%,.15);color:#a4a3a3;padding:5px 20px;min-width:110px}.light .badge-soft-danger,.light .badge-soft-success{padding:5px 17px}.light .min-height-60{min-height:60px}.light .grid-row-gap-11{grid-row-gap:11px}.light .grid-row-gap-9{grid-row-gap:9px}.light .icons-sizes i{width:24px;height:24px}.light .supplier-table-height{min-height:100px}.light .change-checkbox .custom-control-label:before{border:1px solid #545b72;background-color:transparent}.light .dark .editable-input{background:#2e3548}.light .dark .editable-input,.light .light .editable-input{max-width:60%;border:1px solid #434a5f;height:37px;padding:9px;border-radius:5px}.light .light .editable-input{background:transparent}.light .vw-checkbox{width:1vw}.light .selected-tr-bg-clr{background-color:#f6f6f6}.light .px-20{padding:8px 30px}.light .bm-cancel{z-index:1020!important}.light .bm-cancel .bm-background{background-color:rgba(0,0,0,.4392156863)!important}.light .bm-cancel .bm-cancel-modal{padding:10px 40px}.light .bm-cancel .bm-cancel-modal .bm-modal-header .bm-header-icon{font-size:70px}.light .bm-cancel .bm-cancel-modal .bm-modal-header .bm-header-title{font-size:16px}.light .bm-cancel .bm-cancel-modal .bm-modal-header .bm-header-subtitle{color:#7171a6;font-size:14px}.light .bm-cancel .bm-cancel-modal .bm-modal-error{padding:12px;font-size:14px}.light .bm-cancel .bm-cancel-modal .bm-modal-form{font-size:12px}.light .bm-cancel .bm-cancel-modal .bm-modal-form .bm-form-row .bm-row-cell .bm-row-textarea{min-height:80px}.light .bm-cancel .bm-cancel-modal .bm-modal-action{margin-top:20px;font-size:14px}.light .bm-cancel .bm-cancel-modal .bm-modal-action .bm-action-submit{height:30px;font-size:12px;background-color:#556ee6!important}.light .bm-cancel .bm-cancel-modal .bm-modal-action .bm-nevermind{font:size 12px;color:#556ee6!important}.light .hide-arrows input::-webkit-inner-spin-button,.light .hide-arrows input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.light .hide-arrows input[type=number]{-moz-appearance:textfield}.light .min-width-150{min-width:150px}.light .averge-input{border:1px solid #556ee6;border-radius:3px;max-width:150px;min-width:150px}.light .averge-input input,.light .averge-input input:focus{border-left:1px solid #556ee6}.light .db-card-50-50{min-height:500px;max-height:500px;overflow:auto}.light .mh-493{min-height:493px;max-height:493px;overflow:auto}.light .order-row-h{height:60px}.light .dark .dashboard-navabr{grid-column-gap:10px}.light .dark .dashboard-navabr li a{font-size:10px;padding:6px 14px;white-space:nowrap;background:#32394e;border:1px solid #32394e;border-radius:4px}.light .dark .dashboard-navabr li a.active{background-color:#222736!important}.light .light .dashboard-navabr{grid-column-gap:10px}.light .light .dashboard-navabr li a{font-size:10px;padding:6px 14px;white-space:nowrap;border-radius:4px}.light .datepick-heading-w{width:555px}.light .transparent-button{background-color:transparent!important;border:none;padding:0}.light .transparent-button:active,.light .transparent-button:focus{border-color:none;box-shadow:none}.light .transparent-button:not(:disabled):not(.disabled):active:focus{box-shadow:none}.light .box-shadow-none{box-shadow:none!important}.light .dark .card.pdf-graph{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:initial;border:0 solid #f6f6f6;border-radius:.25rem}.light .dark .card.pdf-graph .card-title{color:#000}.light .dark .card.pdf-graph .apexcharts-xaxis text,.light .dark .card.pdf-graph .apexcharts-yaxis text{fill:#000}.light .dark .card.pdf-graph .apexcharts-legend-text{color:#74788d!important}.light .dark .card.pdf-graph .apexcharts-gridline{stroke:#f1f1f1!important}.light .wh-card-media{margin-left:20px}.light .media-seperator{margin-left:40px;margin-top:10px;height:30px;width:1px;background:#424b61}.light .group-btn-color{color:#c3cbe4}.light .bm-cancel{position:fixed!important;top:0!important}.light .upload-images .upload-img{position:relative;height:147px;padding:8px;border:1px solid #9c9595;border-radius:2px;margin-bottom:10px;min-width:223px}.light .upload-images .upload-img img{height:135px;width:206px}.light .upload-images .upload-img i{display:none}.light .upload-images .upload-img:hover i{position:absolute;right:-13px;display:block;top:-12px;cursor:pointer}.light .upload-images .drag-image{max-width:228px;min-height:164px}.light .upload-images .drag-image .dropzone{min-height:149px;border:2px dashed #ced4da;background:#fff;border-radius:6px}.light .upload-images .drag-image .dropzone .dz-message{font-size:24px;width:100%}.light .dark .label-genertaion{background:#2a3042}.light .dark .label-genertaion .drawer-heading{padding:27px 30px}.light .dark .label-genertaion .drawer-heading h6{font-size:16px}.light .dark .label-genertaion .drawer-heading i{width:24px;height:24px;margin:-4px -3px}.light .dark .label-genertaion hr{margin:-11px 0}.light .dark .label-genertaion .drawer-table{padding:30px 30px 0}.light .dark .label-genertaion .drawer-table .ship{padding:5px 1px}.light .dark .label-genertaion .drawer-table .ship .d-flex{grid-column-gap:24px;align-items:center;margin-bottom:16px}.light .dark .label-genertaion .drawer-table .ship .d-flex label{white-space:nowrap;margin-bottom:0;min-width:67px}.light .dark .label-genertaion .drawer-table .ship .d-flex input{padding:7px 15px}.light .dark .label-genertaion .drawer-table .items{padding:6px 0}.light .dark .label-genertaion .drawer-table .items h6{font-size:16px}.light .dark .label-genertaion .drawer-table .items .items-table thead tr th{padding:11px 5px;text-align:left}.light .dark .label-genertaion .drawer-table .items .items-table thead tr th:first-child{width:20px;padding-left:19px}.light .dark .label-genertaion .drawer-table .items .items-table thead tr th:nth-child(2){width:415px}.light .dark .label-genertaion .drawer-table .items .items-table tbody tr{border-bottom:.5px solid rgba(147,156,185,.2)}.light .dark .label-genertaion .drawer-table .items .items-table tbody tr td .custom-control{padding-left:39px;margin-top:0}.light .dark .label-genertaion .drawer-table .items .items-table tbody tr td .form-control:focus,.light .dark .label-genertaion .drawer-table .items .items-table tbody tr td input.PhoneInputInput:focus{border-color:#556ee6!important}.light .dark .label-genertaion .drawer-table .items .items-table tbody tr td .text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:362px}.light .dark .label-genertaion .drawer-table .items .items-table tbody tr td{padding:10px 5px}.light .dark .label-genertaion .drawer-table .items .items-table tbody tr:last-child{border-bottom:none}.light .dark .label-genertaion .info{padding:42px 30px 9px}.light .dark .label-genertaion .info .size{display:flex;grid-column-gap:15px;margin-bottom:15px}.light .dark .label-genertaion .info .size label{min-width:78px;margin-top:7px}.light .dark .label-genertaion .info .size .input-group-text{background:#2e3548}.light .dark .label-genertaion .select2-container{width:100%;align-items:baseline;margin-bottom:7px}.light .dark .label-genertaion .select2-container label{min-width:94px}.light .dark .label-genertaion .est-time{padding:26px 0}.light .dark .label-genertaion .est-time .delivery-days span:nth-child(2){padding-left:18px;color:#34c38f}.light .dark .label-genertaion .est-time .rate{align-items:center;grid-column-gap:11px;margin:-8px -5px;padding:2px 0}.light .dark .label-genertaion .est-time .rate span:nth-child(2){font-size:24px;color:#34c38f}.light .dark .label-genertaion .drawer-footer{padding:32px 23px;grid-column-gap:11px}.light .dark .label-genertaion .drawer-footer .btn-outline-primary{padding:0 29px}.light .dark .label-genertaion .drawer-footer .btn-primary{padding:8px 18px}.light .light .label-genertaion{background:#fff}.light .light .label-genertaion .drawer-heading{padding:27px 30px}.light .light .label-genertaion .drawer-heading h6{font-size:16px}.light .light .label-genertaion .drawer-heading i{width:24px;height:24px;margin:-4px -3px}.light .light .label-genertaion hr{margin:-11px 0}.light .light .label-genertaion .drawer-table{padding:30px 30px 0}.light .light .label-genertaion .drawer-table .ship{padding:5px 1px}.light .light .label-genertaion .drawer-table .ship .d-flex{grid-column-gap:24px;align-items:center;margin-bottom:16px}.light .light .label-genertaion .drawer-table .ship .d-flex label{white-space:nowrap;margin-bottom:0;min-width:67px}.light .light .label-genertaion .drawer-table .ship .d-flex input{padding:7px 15px}.light .light .label-genertaion .drawer-table .items{padding:6px 0}.light .light .label-genertaion .drawer-table .items h6{font-size:16px}.light .light .label-genertaion .drawer-table .items .items-table thead tr th{background-color:#fff;padding:11px 5px;text-align:left}.light .light .label-genertaion .drawer-table .items .items-table thead tr th:first-child{width:20px;padding-left:19px}.light .light .label-genertaion .drawer-table .items .items-table thead tr th:nth-child(2){width:415px}.light .light .label-genertaion .drawer-table .items .items-table tbody tr{border-bottom:.5px solid rgba(147,156,185,.2)}.light .light .label-genertaion .drawer-table .items .items-table tbody tr td .custom-control{padding-left:38px;margin-top:0}.light .light .label-genertaion .drawer-table .items .items-table tbody tr td .form-control:focus,.light .light .label-genertaion .drawer-table .items .items-table tbody tr td input.PhoneInputInput:focus{border-color:#556ee6!important}.light .light .label-genertaion .drawer-table .items .items-table tbody tr td .text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:362px}.light .light .label-genertaion .drawer-table .items .items-table tbody tr td{padding:10px 5px}.light .light .label-genertaion .drawer-table .items .items-table tbody tr:last-child{border-bottom:none}.light .light .label-genertaion .info{padding:42px 30px 9px}.light .light .label-genertaion .info .size{display:flex;grid-column-gap:15px;margin-bottom:15px}.light .light .label-genertaion .info .size label{min-width:78px;margin-top:7px}.light .light .label-genertaion .info .size .input-group-text{background:#fff}.light .light .label-genertaion .select2-container{width:100%;align-items:baseline;margin-bottom:7px}.light .light .label-genertaion .select2-container label{min-width:94px}.light .light .label-genertaion .est-time{padding:26px 0}.light .light .label-genertaion .est-time .delivery-days span:nth-child(2){padding-left:18px;color:#34c38f}.light .light .label-genertaion .est-time .rate{align-items:center;grid-column-gap:11px;margin:-8px -5px;padding:2px 0}.light .light .label-genertaion .est-time .rate span:nth-child(2){font-size:24px;color:#34c38f}.light .light .label-genertaion .drawer-footer{padding:32px 23px;grid-column-gap:11px}.light .light .label-genertaion .drawer-footer .btn-outline-primary{padding:0 29px}.light .light .label-genertaion .drawer-footer .btn-primary{padding:8px 18px}.light .input-width{width:20px}.light .divider-line{display:flex;color:#fff;font-weight:500;font-size:16px;white-space:nowrap;text-align:center;border-top:0;border-top-color:#32384b;clear:both;width:100%;min-width:100%;margin-top:16px}.light .divider-line .inner-text{border:2px solid #32384b;border-radius:50px;padding:3px 15px}.light .divider-line:before{right:8px}.light .divider-line:after,.light .divider-line:before{position:relative;top:50%;width:50%;border-top:2px solid #32384b;border-top-color:inherit;border-bottom:0;transform:translateY(50%);content:""}.light .divider-line:after{left:8px}.light .border-2{border-width:2px!important}.light .existing-wh-btn-width{width:109px}.light .SiteDetails.Secondary span{display:none}.light .generate-label.disabled{filter:invert(79%) sepia(29%) saturate(230%) hue-rotate(188deg) brightness(85%) contrast(92%);opacity:.7;cursor:not-allowed;-webkit-user-select:none;user-select:none}.light .generate-label{filter:invert(41%) sepia(38%) saturate(2768%) hue-rotate(215deg) brightness(92%) contrast(95%)}.light .custom-tooltip .tooltip-example{position:absolute;right:0;width:240px;text-align:center;top:-64px;left:-194px;background-color:#000;color:#fff;padding:9px 11px;border-radius:4px;display:none}.light .custom-tooltip:hover .tooltip-example{display:block}.light .dark .checked-box{background-color:#222737;padding:16px;border-radius:50px;margin-bottom:30px}.light .add-spacing{margin-top:70px;padding:0 100px}.light .or-seperation{display:flex;color:#a7b1ce;font-weight:500;font-size:16px;white-space:nowrap;text-align:center;justify-content:center;border-top:0;border-top-color:#a7b1ce;clear:both;width:30%;margin-top:7px}.light .or-seperation:before{right:8px}.light .or-seperation:after,.light .or-seperation:before{position:relative;top:12%;width:10%;border-top:1px solid #a7b1ce;border-top-color:inherit;border-bottom:0;transform:translateY(20%);content:""}.light .or-seperation:after{left:8px}.light .cross-icon{position:absolute;right:14px;top:14px}.light .upload-file{background-color:#2e3548;border:1px solid #363a48;border-radius:5px;position:relative;padding:8px}.light .upload-file input[type=file]{opacity:0;position:absolute;right:0;top:0;width:114px;cursor:pointer}.light .upload-file input[type=file]::-webkit-file-upload-button{cursor:pointer}.light .image-detail{font-size:12px}.light .image-detail .trash-icon{color:#f33c3c;right:140px;top:21px;cursor:pointer}.light .image-detail .details span:nth-child(2),.light .image-detail .details span:nth-child(3){color:#c3cbe4;font-weight:600}.light .carousel .follow-steps{font-size:16px;color:hsla(0,0%,100%,.73)}.light .carousel .carousel-control-next,.light .carousel .carousel-control-prev{background-color:rgba(0,0,0,.0588235294)}.light .input-copy .copy-icon{right:14px;top:33px;cursor:pointer}.light .clip-board-icon{right:-241px;top:10px}.light .see-more-text{max-width:400px;min-width:350px;white-space:normal}.light .min-width-400{min-width:400px}.light .font-20{font-size:20px}.light .desk--widget.bottom-right{background-color:transparent}.light .align-items-baseline{align-items:baseline}.light .divider{background-color:#424b61;width:1px;height:20px;margin:0 20px}.light .po-input-100{min-width:100px;max-width:100px}.light .po-input-141{min-width:141px;max-width:141px}.light .po-input-150{min-width:150px;max-width:150px}.light .po-input-250{min-width:250px}.light .min-height-55{min-height:55px}.light .purchase-order .outline-alert{background:linear-gradient(90deg,rgba(13,60,254,.135),rgba(34,39,55,0) 98.18%);border:1px solid #7ba5f8;color:#7ba5f8;display:flex;justify-content:space-between;padding:7px 12px;margin-bottom:24px}.light .purchase-order .outline-alert i{font-size:16px}.light .purchase-order .outline-alert i.bx-x{color:#f46a6a;cursor:pointer}.light .purchase-order .card .collapse-card{background-color:#f8f8fb}.light .purchase-order .card .collapse-card td{color:#fff}.light .purchase-order .card .collapse-card tbody{background-color:#f8f8fb}.light .purchase-order tbody tr.no-shipment{background:rgba(244,106,106,.15);border-left:2px solid #f46a6a}.light .purchase-order tbody tr.missing-quanity{background:rgba(251,192,45,.15);border-left:2px solid #fbc02d}.light .purchase-order .collapse-hide{display:none}.light .purchase-order .collapse-show{display:table-row}.light .purchase-order .collapse-show .card:first-child{border:1px solid rgba(85,110,230,.24)}.light .purchase-order .purchase-row{display:none}.light .light .purchase-order .card .collapse-card table thead tr th{background-color:#fff}.light .tr-w{min-width:250px;max-width:250px}.light .dark .popover-inner{background-color:#f8f8fb}.light .light .popover-inner{background-color:#fff;color:#62687a!important}.light .w-80{width:220px}.light .border-radius-none{border-radius:0}.light .border-radius-sm{border-radius:8px}.light .outbound-items{display:block}.light .outbound-items .purchase-order-widgets .card-body{padding:16px}.light .outbound-items .purchase-order-widgets .card-body .avatar-sm{width:2.5rem;height:2.5rem}.light .outbound-items .purchase-order-widgets .card-body p{font-size:12px}.light .outbound-items .purchase-order-widgets:last-child .media-seperator{display:none}.light .outbound-items .media-seperator{margin-left:8px}.light .calender-icon{position:absolute;right:7px;top:9px;cursor:pointer}.light .overflow-add-modal .text-ellipse{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.light .overflow-add-modal .counter-circle{background:#f8f8fb;border:1px solid #f8f8fb;border-radius:50%;padding:6px 8px;font-size:12px;margin-left:8px;min-width:33px;text-align:center;cursor:pointer}.light .text-ellipse{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.light .card-heading-seperator{margin-left:17px;margin-top:0;height:20px;width:1px;background:#424b61}.light .warhouse-remove{top:-6px;right:-4px}.light .item-details-slider.slide{width:120px}.light .item-details-slider .carousel-inner{height:103px}.light .marketplace h5{font-size:13px;color:#c3cbe4}.light .bottom-space{margin-bottom:-4px}.light .bin-count{background-color:#2f3648;width:35px;height:35px;text-align:center;padding:7px 0 0}.light .bs-popover-auto[x-placement^=bottom]>.arrow:after,.light .bs-popover-auto[x-placement^=bottom]>.arrow:before,.light .bs-popover-auto[x-placement^=top]>.arrow:after,.light .bs-popover-auto[x-placement^=top]>.arrow:before,.light .bs-popover-bottom>.arrow:after,.light .bs-popover-bottom>.arrow:before,.light .bs-popover-top>.arrow:after,.light .bs-popover-top>.arrow:before{border-top-color:transparent!important;border-bottom-color:transparent!important}.light .label-wrapper{font-weight:500;font-size:14px;line-height:21px;color:#757575;margin-bottom:4px!important}.light .text-right{text-align:right!important;font-weight:600;font-size:14px;line-height:21px;color:#556ee6}.light .submit-btn-wrapper{font-weight:700;font-size:14px;line-height:21px}.light .dont-have-account-wrapper{font-weight:400;font-size:14px;line-height:21px;text-align:right;color:#5a5f7d}.light .dont-have-account-wrapper a,.light .footer-text-wrapper{font-weight:600;font-size:14px;line-height:21px;color:#556ee6}.light .strategy-card-divider{border-left:1px solid rgba(166,176,207,.2)}@media(max-width:768px){.light img.left-side-img{margin:24px auto auto;width:360px}.light .approve-box div{border-right:0 solid #e3e6ef;padding:0 32px}}@media(max-width:767px){.light .strategy-card-divider{border:none}}@media(max-width:1024px){.light .registration-form{padding:24px!important;height:100vh!important}.light img.left-side-img{margin:42px auto auto;width:370px}.light .approve-box{padding:0!important}.light .approve-box div:last-child{border:none;padding:0}}@media(max-width:499px){.light .registration-form{padding:24px!important}.light img.left-side-img{margin:auto;width:100%;margin-top:24px!important;display:flex;margin-bottom:24px!important}.light .border-shadow-outline h3,.light span{font-size:15px!important;flex-wrap:wrap;align-self:center;margin-bottom:0}}.light .registration-form{padding:32px 136px;background-image:url(/static/media/circles-Background.9b312db4.svg);background-position:bottom;background-size:cover;width:100%;margin:0}.light .registration-form .left-side-overlay h3{font-weight:600;font-size:24px;line-height:150%;display:inline-block!important;color:#333b4e}.light .registration-form .left-side-overlay .create-account-text{font-weight:400;font-size:16px;line-height:150%;display:flex;align-items:center;letter-spacing:-.03em;color:#333b4e}.light .stats-info-wrapper{margin-top:24px}.light img.left-side-img{margin:42px auto auto}.light .font-size-12{font-size:12px}.light .seller-info{display:flex;text-align:center}.light .seller-info .text-success{font-weight:600;font-size:20px;line-height:150%;text-align:center;letter-spacing:-.03em;color:#34c38f}.light .seller-info span{font-weight:500;font-size:16px;line-height:22px;display:flex;align-items:center;text-align:center;letter-spacing:-.03em;color:#333b4e}.light .join-us-text{margin-top:24px!important;margin-bottom:0;font-size:20px!important;width:100%;text-align:center}.light span.input-group-text.colorpicker-input-addon.rounded-right{position:relative;left:-6px;border-top-left-radius:none!important}.light .approved-logos-wrapper div{padding:0;margin-left:0!important}.light .card-over-wrapper{font-weight:600!important;font-size:24px!important;line-height:36px;color:#333b4e!important}.light .card-over-wrapper .circle-text{font-weight:400}.light .approved-logos-wrapper{margin-top:88px}.light .approved-logos-wrapper p{font-weight:500;font-size:14px;line-height:150%;display:flex;align-items:center;letter-spacing:-.03em;color:hsla(0,0%,45.9%,.6);margin-bottom:12px}.light .sortable-helper>td{display:table-cell;vertical-align:inherit;width:inherit;background-color:#f8f8fb}.light .inner-caption{color:#a6b0cf}.light .text-deco-line-through{text-decoration:line-through}.light .agency-clients-dropdown .css-2b097c-container{width:85%}.light .z-index-2{z-index:2!important}.light .inventory-dropdown{height:54px}.light .outbound-filter-section .select2-selection__control .select2-selection__value-container{min-width:80px!important}.light .inputs-group-inbounds .input.search-input{min-width:20px!important;width:20px!important}.light .border-shadow-outline{padding:2rem;border:1px solid #e3e6ef;box-shadow:0 4px 4px rgba(0,0,0,.15);border-radius:20px}.light .border-outline{margin-top:12px;padding:20px 30px 20px 20px;background:#fff;border:2px solid #e3e6ef;border-radius:4px}.light .outline-radio{border-color:#556ee6}@media(max-width:767px){.light img.left-side-img{margin:42px auto auto;display:flex}}.light .header-banner{background-image:url(/static/media/banner.404dfb3c.svg);background-repeat:no-repeat;min-height:120px;background-size:cover;background-position:bottom;display:flex;align-items:center;justify-content:center;flex-direction:column}.light .header-banner h5{font-size:20px}.light .color-warning,.light .header-banner .price{color:#fbc02d}.light .listing-banner-para{max-width:488px}.light .dark .welcome-modal i{font-size:40px;color:#fff;margin-right:24px;cursor:pointer}.light .dark .welcome-modal .welcome-banner{background-color:#46517c;border-radius:10px}.light .dark .welcome-modal .welcome-banner h1{font-size:20px}.light .dark .welcome-modal .welcome-banner p{color:#c0c9e1;font-size:13px;max-width:330px}.light .dark .welcome-modal .welcome-banner img{width:154px;height:105px}.light .dark .welcome-modal .gap-4{grid-gap:24px;gap:24px}.light .dark .welcome-modal .selected-store{border:1px solid rgba(147,156,185,.2);border-radius:6px;display:flex;flex-direction:column;max-width:209px;min-width:234px;align-items:center;justify-content:center;padding:27px 0;cursor:pointer;min-height:140px}.light .light .welcome-modal i{font-size:40px;color:#969aa3;margin-right:24px;cursor:pointer}.light .light .welcome-modal .welcome-banner{background-color:#d5dcf8;border-radius:10px}.light .light .welcome-modal .welcome-banner h1{font-size:20px}.light .light .welcome-modal .welcome-banner p{color:#62697a;font-size:13px;max-width:330px}.light .light .welcome-modal .welcome-banner img{width:154px;height:105px}.light .light .welcome-modal .gap-4{grid-gap:24px;gap:24px}.light .light .welcome-modal .selected-store{border:1px solid #000;border-radius:6px;display:flex;flex-direction:column;max-width:209px;min-width:234px;align-items:center;justify-content:center;padding:27px 0;cursor:pointer;min-height:140px}.light .alert-custom-badge-m{margin:0!important}.light .subscription-border{border:1px solid rgba(147,156,185,.2);border-radius:9px;background-color:transparent;position:relative}.light .ribbon{width:138px;height:150px;overflow:hidden;position:absolute;text-align:center}.light .ribbon:after,.light .ribbon:before{position:absolute;z-index:-1;content:"";display:block;border:5px solid rgba(52,195,143,.5)}.light .ribbon span{position:absolute;display:block;width:225px;padding:6px 0;font-size:12px;font-weight:600;color:#fff;text-align:center}.light .ribbon-top-right{top:0;right:0}.light .ribbon-top-right:after,.light .ribbon-top-right:before{border-top-color:transparent;border-right-color:transparent}.light .ribbon-top-right:before{top:0;left:0}.light .ribbon-top-right:after{bottom:0;right:0}.light .ribbon-top-right span{left:-25px;top:30px;transform:rotate(45deg)}.light .light .ribbon span{background-color:#34c38f}.light .dark .ribbon span{background-color:rgba(52,195,143,.5)}.light .transparent-card{background-color:transparent;border:1px solid #32394e}.light .primary-box{border-radius:30px;border:.84px solid #556ee6;background:#556ee6;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.light .primary-box i{color:#fff;font-size:16px}.light .custom-progress .progress-bar{background-color:red}.light .w-150{width:150px}.light .gap-16{grid-gap:16px;gap:16px}.light .divider-right{position:relative}.light .divider-right:after{content:"";position:absolute;height:24px;width:1px;background-color:#424b61;top:38%;right:-7px}.light .coming-soon{background-color:#556ee6;width:81px;height:24px;border-radius:8px;font-size:10px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer}.light .table-select{min-height:260px}.light .blur-effect{filter:blur(3px)}.light .date-picker .react-datepicker-popper{z-index:99}.light .no-spinners input::-webkit-inner-spin-button,.light .no-spinners input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.light .no-spinners input[type=number]{-moz-appearance:textfield}@media(max-width:650px){.light .strategy-ellipse-dots{display:none}}.light .subscription-cards-width{margin-left:3rem;margin-right:3rem;padding-left:3rem;padding-right:3rem}@media(max-width:900px){.light .subscription-cards-width{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.light .EZDrawer__overlay{z-index:1002!important}.light .filters-width{width:558px!important}@media(max-width:767px){.light .filters-width{width:100vw!important}}.light .text-orange{color:#fd7923}.light .text-sky-blue{color:#1892f8}.light .text-parrot{color:#25c35c}.light .text-purple{color:#9d60fb}.light .responsive-div{width:160px}@media(max-width:768px){.light .responsive-div{width:100%}}.light .mdi-set,.light .mdi:before{display:inline-block;font:normal normal normal 24px/1 "Material Design Icons";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.light .mdi-ab-testing:before{content:"󰇉"}.light .mdi-abjad-arabic:before{content:"󱌨"}.light .mdi-abjad-hebrew:before{content:"󱌩"}.light .mdi-abugida-devanagari:before{content:"󱌪"}.light .mdi-abugida-thai:before{content:"󱌫"}.light .mdi-access-point:before{content:"󰀃"}.light .mdi-access-point-network:before{content:"󰀂"}.light .mdi-access-point-network-off:before{content:"󰯡"}.light .mdi-account:before{content:"󰀄"}.light .mdi-account-alert:before{content:"󰀅"}.light .mdi-account-alert-outline:before{content:"󰭐"}.light .mdi-account-arrow-left:before{content:"󰭑"}.light .mdi-account-arrow-left-outline:before{content:"󰭒"}.light .mdi-account-arrow-right:before{content:"󰭓"}.light .mdi-account-arrow-right-outline:before{content:"󰭔"}.light .mdi-account-box:before{content:"󰀆"}.light .mdi-account-box-multiple:before{content:"󰤴"}.light .mdi-account-box-multiple-outline:before{content:"󱀊"}.light .mdi-account-box-outline:before{content:"󰀇"}.light .mdi-account-cancel:before{content:"󱋟"}.light .mdi-account-cancel-outline:before{content:"󱋠"}.light .mdi-account-cash:before{content:"󱂗"}.light .mdi-account-cash-outline:before{content:"󱂘"}.light .mdi-account-check:before{content:"󰀈"}.light .mdi-account-check-outline:before{content:"󰯢"}.light .mdi-account-child:before{content:"󰪉"}.light .mdi-account-child-circle:before{content:"󰪊"}.light .mdi-account-child-outline:before{content:"󱃈"}.light .mdi-account-circle:before{content:"󰀉"}.light .mdi-account-circle-outline:before{content:"󰭕"}.light .mdi-account-clock:before{content:"󰭖"}.light .mdi-account-clock-outline:before{content:"󰭗"}.light .mdi-account-cog:before{content:"󱍰"}.light .mdi-account-cog-outline:before{content:"󱍱"}.light .mdi-account-convert:before{content:"󰀊"}.light .mdi-account-convert-outline:before{content:"󱌁"}.light .mdi-account-cowboy-hat:before{content:"󰺛"}.light .mdi-account-details:before{content:"󰘱"}.light .mdi-account-details-outline:before{content:"󱍲"}.light .mdi-account-edit:before{content:"󰚼"}.light .mdi-account-edit-outline:before{content:"󰿻"}.light .mdi-account-group:before{content:"󰡉"}.light .mdi-account-group-outline:before{content:"󰭘"}.light .mdi-account-hard-hat:before{content:"󰖵"}.light .mdi-account-heart:before{content:"󰢙"}.light .mdi-account-heart-outline:before{content:"󰯣"}.light .mdi-account-key:before{content:"󰀋"}.light .mdi-account-key-outline:before{content:"󰯤"}.light .mdi-account-lock:before{content:"󱅞"}.light .mdi-account-lock-outline:before{content:"󱅟"}.light .mdi-account-minus:before{content:"󰀍"}.light .mdi-account-minus-outline:before{content:"󰫬"}.light .mdi-account-multiple:before{content:"󰀎"}.light .mdi-account-multiple-check:before{content:"󰣅"}.light .mdi-account-multiple-check-outline:before{content:"󱇾"}.light .mdi-account-multiple-minus:before{content:"󰗓"}.light .mdi-account-multiple-minus-outline:before{content:"󰯥"}.light .mdi-account-multiple-outline:before{content:"󰀏"}.light .mdi-account-multiple-plus:before{content:"󰀐"}.light .mdi-account-multiple-plus-outline:before{content:"󰠀"}.light .mdi-account-multiple-remove:before{content:"󱈊"}.light .mdi-account-multiple-remove-outline:before{content:"󱈋"}.light .mdi-account-music:before{content:"󰠃"}.light .mdi-account-music-outline:before{content:"󰳩"}.light .mdi-account-network:before{content:"󰀑"}.light .mdi-account-network-outline:before{content:"󰯦"}.light .mdi-account-off:before{content:"󰀒"}.light .mdi-account-off-outline:before{content:"󰯧"}.light .mdi-account-outline:before{content:"󰀓"}.light .mdi-account-plus:before{content:"󰀔"}.light .mdi-account-plus-outline:before{content:"󰠁"}.light .mdi-account-question:before{content:"󰭙"}.light .mdi-account-question-outline:before{content:"󰭚"}.light .mdi-account-remove:before{content:"󰀕"}.light .mdi-account-remove-outline:before{content:"󰫭"}.light .mdi-account-search:before{content:"󰀖"}.light .mdi-account-search-outline:before{content:"󰤵"}.light .mdi-account-settings:before{content:"󰘰"}.light .mdi-account-settings-outline:before{content:"󱃉"}.light .mdi-account-star:before{content:"󰀗"}.light .mdi-account-star-outline:before{content:"󰯨"}.light .mdi-account-supervisor:before{content:"󰪋"}.light .mdi-account-supervisor-circle:before{content:"󰪌"}.light .mdi-account-supervisor-outline:before{content:"󱄭"}.light .mdi-account-switch:before{content:"󰀙"}.light .mdi-account-switch-outline:before{content:"󰓋"}.light .mdi-account-tie:before{content:"󰳣"}.light .mdi-account-tie-outline:before{content:"󱃊"}.light .mdi-account-tie-voice:before{content:"󱌈"}.light .mdi-account-tie-voice-off:before{content:"󱌊"}.light .mdi-account-tie-voice-off-outline:before{content:"󱌋"}.light .mdi-account-tie-voice-outline:before{content:"󱌉"}.light .mdi-account-voice:before{content:"󰗋"}.light .mdi-adjust:before{content:"󰀚"}.light .mdi-adobe:before{content:"󰤶"}.light .mdi-adobe-acrobat:before{content:"󰾝"}.light .mdi-air-conditioner:before{content:"󰀛"}.light .mdi-air-filter:before{content:"󰵃"}.light .mdi-air-horn:before{content:"󰶬"}.light .mdi-air-humidifier:before{content:"󱂙"}.light .mdi-air-purifier:before{content:"󰵄"}.light .mdi-airbag:before{content:"󰯩"}.light .mdi-airballoon:before{content:"󰀜"}.light .mdi-airballoon-outline:before{content:"󱀋"}.light .mdi-airplane:before{content:"󰀝"}.light .mdi-airplane-landing:before{content:"󰗔"}.light .mdi-airplane-off:before{content:"󰀞"}.light .mdi-airplane-takeoff:before{content:"󰗕"}.light .mdi-airport:before{content:"󰡋"}.light .mdi-alarm:before{content:"󰀠"}.light .mdi-alarm-bell:before{content:"󰞎"}.light .mdi-alarm-check:before{content:"󰀡"}.light .mdi-alarm-light:before{content:"󰞏"}.light .mdi-alarm-light-outline:before{content:"󰯪"}.light .mdi-alarm-multiple:before{content:"󰀢"}.light .mdi-alarm-note:before{content:"󰹱"}.light .mdi-alarm-note-off:before{content:"󰹲"}.light .mdi-alarm-off:before{content:"󰀣"}.light .mdi-alarm-plus:before{content:"󰀤"}.light .mdi-alarm-snooze:before{content:"󰚎"}.light .mdi-album:before{content:"󰀥"}.light .mdi-alert:before{content:"󰀦"}.light .mdi-alert-box:before{content:"󰀧"}.light .mdi-alert-box-outline:before{content:"󰳤"}.light .mdi-alert-circle:before{content:"󰀨"}.light .mdi-alert-circle-check:before{content:"󱇭"}.light .mdi-alert-circle-check-outline:before{content:"󱇮"}.light .mdi-alert-circle-outline:before{content:"󰗖"}.light .mdi-alert-decagram:before{content:"󰚽"}.light .mdi-alert-decagram-outline:before{content:"󰳥"}.light .mdi-alert-octagon:before{content:"󰀩"}.light .mdi-alert-octagon-outline:before{content:"󰳦"}.light .mdi-alert-octagram:before{content:"󰝧"}.light .mdi-alert-octagram-outline:before{content:"󰳧"}.light .mdi-alert-outline:before{content:"󰀪"}.light .mdi-alert-rhombus:before{content:"󱇎"}.light .mdi-alert-rhombus-outline:before{content:"󱇏"}.light .mdi-alien:before{content:"󰢚"}.light .mdi-alien-outline:before{content:"󱃋"}.light .mdi-align-horizontal-center:before{content:"󱇃"}.light .mdi-align-horizontal-left:before{content:"󱇂"}.light .mdi-align-horizontal-right:before{content:"󱇄"}.light .mdi-align-vertical-bottom:before{content:"󱇅"}.light .mdi-align-vertical-center:before{content:"󱇆"}.light .mdi-align-vertical-top:before{content:"󱇇"}.light .mdi-all-inclusive:before{content:"󰚾"}.light .mdi-allergy:before{content:"󱉘"}.light .mdi-alpha:before{content:"󰀫"}.light .mdi-alpha-a:before{content:"󰫮"}.light .mdi-alpha-a-box:before{content:"󰬈"}.light .mdi-alpha-a-box-outline:before{content:"󰯫"}.light .mdi-alpha-a-circle:before{content:"󰯬"}.light .mdi-alpha-a-circle-outline:before{content:"󰯭"}.light .mdi-alpha-b:before{content:"󰫯"}.light .mdi-alpha-b-box:before{content:"󰬉"}.light .mdi-alpha-b-box-outline:before{content:"󰯮"}.light .mdi-alpha-b-circle:before{content:"󰯯"}.light .mdi-alpha-b-circle-outline:before{content:"󰯰"}.light .mdi-alpha-c:before{content:"󰫰"}.light .mdi-alpha-c-box:before{content:"󰬊"}.light .mdi-alpha-c-box-outline:before{content:"󰯱"}.light .mdi-alpha-c-circle:before{content:"󰯲"}.light .mdi-alpha-c-circle-outline:before{content:"󰯳"}.light .mdi-alpha-d:before{content:"󰫱"}.light .mdi-alpha-d-box:before{content:"󰬋"}.light .mdi-alpha-d-box-outline:before{content:"󰯴"}.light .mdi-alpha-d-circle:before{content:"󰯵"}.light .mdi-alpha-d-circle-outline:before{content:"󰯶"}.light .mdi-alpha-e:before{content:"󰫲"}.light .mdi-alpha-e-box:before{content:"󰬌"}.light .mdi-alpha-e-box-outline:before{content:"󰯷"}.light .mdi-alpha-e-circle:before{content:"󰯸"}.light .mdi-alpha-e-circle-outline:before{content:"󰯹"}.light .mdi-alpha-f:before{content:"󰫳"}.light .mdi-alpha-f-box:before{content:"󰬍"}.light .mdi-alpha-f-box-outline:before{content:"󰯺"}.light .mdi-alpha-f-circle:before{content:"󰯻"}.light .mdi-alpha-f-circle-outline:before{content:"󰯼"}.light .mdi-alpha-g:before{content:"󰫴"}.light .mdi-alpha-g-box:before{content:"󰬎"}.light .mdi-alpha-g-box-outline:before{content:"󰯽"}.light .mdi-alpha-g-circle:before{content:"󰯾"}.light .mdi-alpha-g-circle-outline:before{content:"󰯿"}.light .mdi-alpha-h:before{content:"󰫵"}.light .mdi-alpha-h-box:before{content:"󰬏"}.light .mdi-alpha-h-box-outline:before{content:"󰰀"}.light .mdi-alpha-h-circle:before{content:"󰰁"}.light .mdi-alpha-h-circle-outline:before{content:"󰰂"}.light .mdi-alpha-i:before{content:"󰫶"}.light .mdi-alpha-i-box:before{content:"󰬐"}.light .mdi-alpha-i-box-outline:before{content:"󰰃"}.light .mdi-alpha-i-circle:before{content:"󰰄"}.light .mdi-alpha-i-circle-outline:before{content:"󰰅"}.light .mdi-alpha-j:before{content:"󰫷"}.light .mdi-alpha-j-box:before{content:"󰬑"}.light .mdi-alpha-j-box-outline:before{content:"󰰆"}.light .mdi-alpha-j-circle:before{content:"󰰇"}.light .mdi-alpha-j-circle-outline:before{content:"󰰈"}.light .mdi-alpha-k:before{content:"󰫸"}.light .mdi-alpha-k-box:before{content:"󰬒"}.light .mdi-alpha-k-box-outline:before{content:"󰰉"}.light .mdi-alpha-k-circle:before{content:"󰰊"}.light .mdi-alpha-k-circle-outline:before{content:"󰰋"}.light .mdi-alpha-l:before{content:"󰫹"}.light .mdi-alpha-l-box:before{content:"󰬓"}.light .mdi-alpha-l-box-outline:before{content:"󰰌"}.light .mdi-alpha-l-circle:before{content:"󰰍"}.light .mdi-alpha-l-circle-outline:before{content:"󰰎"}.light .mdi-alpha-m:before{content:"󰫺"}.light .mdi-alpha-m-box:before{content:"󰬔"}.light .mdi-alpha-m-box-outline:before{content:"󰰏"}.light .mdi-alpha-m-circle:before{content:"󰰐"}.light .mdi-alpha-m-circle-outline:before{content:"󰰑"}.light .mdi-alpha-n:before{content:"󰫻"}.light .mdi-alpha-n-box:before{content:"󰬕"}.light .mdi-alpha-n-box-outline:before{content:"󰰒"}.light .mdi-alpha-n-circle:before{content:"󰰓"}.light .mdi-alpha-n-circle-outline:before{content:"󰰔"}.light .mdi-alpha-o:before{content:"󰫼"}.light .mdi-alpha-o-box:before{content:"󰬖"}.light .mdi-alpha-o-box-outline:before{content:"󰰕"}.light .mdi-alpha-o-circle:before{content:"󰰖"}.light .mdi-alpha-o-circle-outline:before{content:"󰰗"}.light .mdi-alpha-p:before{content:"󰫽"}.light .mdi-alpha-p-box:before{content:"󰬗"}.light .mdi-alpha-p-box-outline:before{content:"󰰘"}.light .mdi-alpha-p-circle:before{content:"󰰙"}.light .mdi-alpha-p-circle-outline:before{content:"󰰚"}.light .mdi-alpha-q:before{content:"󰫾"}.light .mdi-alpha-q-box:before{content:"󰬘"}.light .mdi-alpha-q-box-outline:before{content:"󰰛"}.light .mdi-alpha-q-circle:before{content:"󰰜"}.light .mdi-alpha-q-circle-outline:before{content:"󰰝"}.light .mdi-alpha-r:before{content:"󰫿"}.light .mdi-alpha-r-box:before{content:"󰬙"}.light .mdi-alpha-r-box-outline:before{content:"󰰞"}.light .mdi-alpha-r-circle:before{content:"󰰟"}.light .mdi-alpha-r-circle-outline:before{content:"󰰠"}.light .mdi-alpha-s:before{content:"󰬀"}.light .mdi-alpha-s-box:before{content:"󰬚"}.light .mdi-alpha-s-box-outline:before{content:"󰰡"}.light .mdi-alpha-s-circle:before{content:"󰰢"}.light .mdi-alpha-s-circle-outline:before{content:"󰰣"}.light .mdi-alpha-t:before{content:"󰬁"}.light .mdi-alpha-t-box:before{content:"󰬛"}.light .mdi-alpha-t-box-outline:before{content:"󰰤"}.light .mdi-alpha-t-circle:before{content:"󰰥"}.light .mdi-alpha-t-circle-outline:before{content:"󰰦"}.light .mdi-alpha-u:before{content:"󰬂"}.light .mdi-alpha-u-box:before{content:"󰬜"}.light .mdi-alpha-u-box-outline:before{content:"󰰧"}.light .mdi-alpha-u-circle:before{content:"󰰨"}.light .mdi-alpha-u-circle-outline:before{content:"󰰩"}.light .mdi-alpha-v:before{content:"󰬃"}.light .mdi-alpha-v-box:before{content:"󰬝"}.light .mdi-alpha-v-box-outline:before{content:"󰰪"}.light .mdi-alpha-v-circle:before{content:"󰰫"}.light .mdi-alpha-v-circle-outline:before{content:"󰰬"}.light .mdi-alpha-w:before{content:"󰬄"}.light .mdi-alpha-w-box:before{content:"󰬞"}.light .mdi-alpha-w-box-outline:before{content:"󰰭"}.light .mdi-alpha-w-circle:before{content:"󰰮"}.light .mdi-alpha-w-circle-outline:before{content:"󰰯"}.light .mdi-alpha-x:before{content:"󰬅"}.light .mdi-alpha-x-box:before{content:"󰬟"}.light .mdi-alpha-x-box-outline:before{content:"󰰰"}.light .mdi-alpha-x-circle:before{content:"󰰱"}.light .mdi-alpha-x-circle-outline:before{content:"󰰲"}.light .mdi-alpha-y:before{content:"󰬆"}.light .mdi-alpha-y-box:before{content:"󰬠"}.light .mdi-alpha-y-box-outline:before{content:"󰰳"}.light .mdi-alpha-y-circle:before{content:"󰰴"}.light .mdi-alpha-y-circle-outline:before{content:"󰰵"}.light .mdi-alpha-z:before{content:"󰬇"}.light .mdi-alpha-z-box:before{content:"󰬡"}.light .mdi-alpha-z-box-outline:before{content:"󰰶"}.light .mdi-alpha-z-circle:before{content:"󰰷"}.light .mdi-alpha-z-circle-outline:before{content:"󰰸"}.light .mdi-alphabet-aurebesh:before{content:"󱌬"}.light .mdi-alphabet-cyrillic:before{content:"󱌭"}.light .mdi-alphabet-greek:before{content:"󱌮"}.light .mdi-alphabet-latin:before{content:"󱌯"}.light .mdi-alphabet-piqad:before{content:"󱌰"}.light .mdi-alphabet-tengwar:before{content:"󱌷"}.light .mdi-alphabetical:before{content:"󰀬"}.light .mdi-alphabetical-off:before{content:"󱀌"}.light .mdi-alphabetical-variant:before{content:"󱀍"}.light .mdi-alphabetical-variant-off:before{content:"󱀎"}.light .mdi-altimeter:before{content:"󰗗"}.light .mdi-amazon:before{content:"󰀭"}.light .mdi-amazon-alexa:before{content:"󰣆"}.light .mdi-ambulance:before{content:"󰀯"}.light .mdi-ammunition:before{content:"󰳨"}.light .mdi-ampersand:before{content:"󰪍"}.light .mdi-amplifier:before{content:"󰀰"}.light .mdi-amplifier-off:before{content:"󱆵"}.light .mdi-anchor:before{content:"󰀱"}.light .mdi-android:before{content:"󰀲"}.light .mdi-android-auto:before{content:"󰪎"}.light .mdi-android-debug-bridge:before{content:"󰀳"}.light .mdi-android-messages:before{content:"󰵅"}.light .mdi-android-studio:before{content:"󰀴"}.light .mdi-angle-acute:before{content:"󰤷"}.light .mdi-angle-obtuse:before{content:"󰤸"}.light .mdi-angle-right:before{content:"󰤹"}.light .mdi-angular:before{content:"󰚲"}.light .mdi-angularjs:before{content:"󰚿"}.light .mdi-animation:before{content:"󰗘"}.light .mdi-animation-outline:before{content:"󰪏"}.light .mdi-animation-play:before{content:"󰤺"}.light .mdi-animation-play-outline:before{content:"󰪐"}.light .mdi-ansible:before{content:"󱂚"}.light .mdi-antenna:before{content:"󱄙"}.light .mdi-anvil:before{content:"󰢛"}.light .mdi-apache-kafka:before{content:"󱀏"}.light .mdi-api:before{content:"󱂛"}.light .mdi-api-off:before{content:"󱉗"}.light .mdi-apple:before{content:"󰀵"}.light .mdi-apple-airplay:before{content:"󰀟"}.light .mdi-apple-finder:before{content:"󰀶"}.light .mdi-apple-icloud:before{content:"󰀸"}.light .mdi-apple-ios:before{content:"󰀷"}.light .mdi-apple-keyboard-caps:before{content:"󰘲"}.light .mdi-apple-keyboard-command:before{content:"󰘳"}.light .mdi-apple-keyboard-control:before{content:"󰘴"}.light .mdi-apple-keyboard-option:before{content:"󰘵"}.light .mdi-apple-keyboard-shift:before{content:"󰘶"}.light .mdi-apple-safari:before{content:"󰀹"}.light .mdi-application:before{content:"󰘔"}.light .mdi-application-export:before{content:"󰶭"}.light .mdi-application-import:before{content:"󰶮"}.light .mdi-approximately-equal:before{content:"󰾞"}.light .mdi-approximately-equal-box:before{content:"󰾟"}.light .mdi-apps:before{content:"󰀻"}.light .mdi-apps-box:before{content:"󰵆"}.light .mdi-arch:before{content:"󰣇"}.light .mdi-archive:before{content:"󰀼"}.light .mdi-archive-arrow-down:before{content:"󱉙"}.light .mdi-archive-arrow-down-outline:before{content:"󱉚"}.light .mdi-archive-arrow-up:before{content:"󱉛"}.light .mdi-archive-arrow-up-outline:before{content:"󱉜"}.light .mdi-archive-outline:before{content:"󱈎"}.light .mdi-arm-flex:before{content:"󰿗"}.light .mdi-arm-flex-outline:before{content:"󰿖"}.light .mdi-arrange-bring-forward:before{content:"󰀽"}.light .mdi-arrange-bring-to-front:before{content:"󰀾"}.light .mdi-arrange-send-backward:before{content:"󰀿"}.light .mdi-arrange-send-to-back:before{content:"󰁀"}.light .mdi-arrow-all:before{content:"󰁁"}.light .mdi-arrow-bottom-left:before{content:"󰁂"}.light .mdi-arrow-bottom-left-bold-outline:before{content:"󰦷"}.light .mdi-arrow-bottom-left-thick:before{content:"󰦸"}.light .mdi-arrow-bottom-right:before{content:"󰁃"}.light .mdi-arrow-bottom-right-bold-outline:before{content:"󰦹"}.light .mdi-arrow-bottom-right-thick:before{content:"󰦺"}.light .mdi-arrow-collapse:before{content:"󰘕"}.light .mdi-arrow-collapse-all:before{content:"󰁄"}.light .mdi-arrow-collapse-down:before{content:"󰞒"}.light .mdi-arrow-collapse-horizontal:before{content:"󰡌"}.light .mdi-arrow-collapse-left:before{content:"󰞓"}.light .mdi-arrow-collapse-right:before{content:"󰞔"}.light .mdi-arrow-collapse-up:before{content:"󰞕"}.light .mdi-arrow-collapse-vertical:before{content:"󰡍"}.light .mdi-arrow-decision:before{content:"󰦻"}.light .mdi-arrow-decision-auto:before{content:"󰦼"}.light .mdi-arrow-decision-auto-outline:before{content:"󰦽"}.light .mdi-arrow-decision-outline:before{content:"󰦾"}.light .mdi-arrow-down:before{content:"󰁅"}.light .mdi-arrow-down-bold:before{content:"󰜮"}.light .mdi-arrow-down-bold-box:before{content:"󰜯"}.light .mdi-arrow-down-bold-box-outline:before{content:"󰜰"}.light .mdi-arrow-down-bold-circle:before{content:"󰁇"}.light .mdi-arrow-down-bold-circle-outline:before{content:"󰁈"}.light .mdi-arrow-down-bold-hexagon-outline:before{content:"󰁉"}.light .mdi-arrow-down-bold-outline:before{content:"󰦿"}.light .mdi-arrow-down-box:before{content:"󰛀"}.light .mdi-arrow-down-circle:before{content:"󰳛"}.light .mdi-arrow-down-circle-outline:before{content:"󰳜"}.light .mdi-arrow-down-drop-circle:before{content:"󰁊"}.light .mdi-arrow-down-drop-circle-outline:before{content:"󰁋"}.light .mdi-arrow-down-thick:before{content:"󰁆"}.light .mdi-arrow-expand:before{content:"󰘖"}.light .mdi-arrow-expand-all:before{content:"󰁌"}.light .mdi-arrow-expand-down:before{content:"󰞖"}.light .mdi-arrow-expand-horizontal:before{content:"󰡎"}.light .mdi-arrow-expand-left:before{content:"󰞗"}.light .mdi-arrow-expand-right:before{content:"󰞘"}.light .mdi-arrow-expand-up:before{content:"󰞙"}.light .mdi-arrow-expand-vertical:before{content:"󰡏"}.light .mdi-arrow-horizontal-lock:before{content:"󱅛"}.light .mdi-arrow-left:before{content:"󰁍"}.light .mdi-arrow-left-bold:before{content:"󰜱"}.light .mdi-arrow-left-bold-box:before{content:"󰜲"}.light .mdi-arrow-left-bold-box-outline:before{content:"󰜳"}.light .mdi-arrow-left-bold-circle:before{content:"󰁏"}.light .mdi-arrow-left-bold-circle-outline:before{content:"󰁐"}.light .mdi-arrow-left-bold-hexagon-outline:before{content:"󰁑"}.light .mdi-arrow-left-bold-outline:before{content:"󰧀"}.light .mdi-arrow-left-box:before{content:"󰛁"}.light .mdi-arrow-left-circle:before{content:"󰳝"}.light .mdi-arrow-left-circle-outline:before{content:"󰳞"}.light .mdi-arrow-left-drop-circle:before{content:"󰁒"}.light .mdi-arrow-left-drop-circle-outline:before{content:"󰁓"}.light .mdi-arrow-left-right:before{content:"󰹳"}.light .mdi-arrow-left-right-bold:before{content:"󰹴"}.light .mdi-arrow-left-right-bold-outline:before{content:"󰧁"}.light .mdi-arrow-left-thick:before{content:"󰁎"}.light .mdi-arrow-right:before{content:"󰁔"}.light .mdi-arrow-right-bold:before{content:"󰜴"}.light .mdi-arrow-right-bold-box:before{content:"󰜵"}.light .mdi-arrow-right-bold-box-outline:before{content:"󰜶"}.light .mdi-arrow-right-bold-circle:before{content:"󰁖"}.light .mdi-arrow-right-bold-circle-outline:before{content:"󰁗"}.light .mdi-arrow-right-bold-hexagon-outline:before{content:"󰁘"}.light .mdi-arrow-right-bold-outline:before{content:"󰧂"}.light .mdi-arrow-right-box:before{content:"󰛂"}.light .mdi-arrow-right-circle:before{content:"󰳟"}.light .mdi-arrow-right-circle-outline:before{content:"󰳠"}.light .mdi-arrow-right-drop-circle:before{content:"󰁙"}.light .mdi-arrow-right-drop-circle-outline:before{content:"󰁚"}.light .mdi-arrow-right-thick:before{content:"󰁕"}.light .mdi-arrow-split-horizontal:before{content:"󰤻"}.light .mdi-arrow-split-vertical:before{content:"󰤼"}.light .mdi-arrow-top-left:before{content:"󰁛"}.light .mdi-arrow-top-left-bold-outline:before{content:"󰧃"}.light .mdi-arrow-top-left-bottom-right:before{content:"󰹵"}.light .mdi-arrow-top-left-bottom-right-bold:before{content:"󰹶"}.light .mdi-arrow-top-left-thick:before{content:"󰧄"}.light .mdi-arrow-top-right:before{content:"󰁜"}.light .mdi-arrow-top-right-bold-outline:before{content:"󰧅"}.light .mdi-arrow-top-right-bottom-left:before{content:"󰹷"}.light .mdi-arrow-top-right-bottom-left-bold:before{content:"󰹸"}.light .mdi-arrow-top-right-thick:before{content:"󰧆"}.light .mdi-arrow-up:before{content:"󰁝"}.light .mdi-arrow-up-bold:before{content:"󰜷"}.light .mdi-arrow-up-bold-box:before{content:"󰜸"}.light .mdi-arrow-up-bold-box-outline:before{content:"󰜹"}.light .mdi-arrow-up-bold-circle:before{content:"󰁟"}.light .mdi-arrow-up-bold-circle-outline:before{content:"󰁠"}.light .mdi-arrow-up-bold-hexagon-outline:before{content:"󰁡"}.light .mdi-arrow-up-bold-outline:before{content:"󰧇"}.light .mdi-arrow-up-box:before{content:"󰛃"}.light .mdi-arrow-up-circle:before{content:"󰳡"}.light .mdi-arrow-up-circle-outline:before{content:"󰳢"}.light .mdi-arrow-up-down:before{content:"󰹹"}.light .mdi-arrow-up-down-bold:before{content:"󰹺"}.light .mdi-arrow-up-down-bold-outline:before{content:"󰧈"}.light .mdi-arrow-up-drop-circle:before{content:"󰁢"}.light .mdi-arrow-up-drop-circle-outline:before{content:"󰁣"}.light .mdi-arrow-up-thick:before{content:"󰁞"}.light .mdi-arrow-vertical-lock:before{content:"󱅜"}.light .mdi-artstation:before{content:"󰭛"}.light .mdi-aspect-ratio:before{content:"󰨤"}.light .mdi-assistant:before{content:"󰁤"}.light .mdi-asterisk:before{content:"󰛄"}.light .mdi-at:before{content:"󰁥"}.light .mdi-atlassian:before{content:"󰠄"}.light .mdi-atm:before{content:"󰵇"}.light .mdi-atom:before{content:"󰝨"}.light .mdi-atom-variant:before{content:"󰹻"}.light .mdi-attachment:before{content:"󰁦"}.light .mdi-audio-video:before{content:"󰤽"}.light .mdi-audio-video-off:before{content:"󱆶"}.light .mdi-augmented-reality:before{content:"󰡐"}.light .mdi-auto-download:before{content:"󱍾"}.light .mdi-auto-fix:before{content:"󰁨"}.light .mdi-auto-upload:before{content:"󰁩"}.light .mdi-autorenew:before{content:"󰁪"}.light .mdi-av-timer:before{content:"󰁫"}.light .mdi-aws:before{content:"󰸏"}.light .mdi-axe:before{content:"󰣈"}.light .mdi-axis:before{content:"󰵈"}.light .mdi-axis-arrow:before{content:"󰵉"}.light .mdi-axis-arrow-lock:before{content:"󰵊"}.light .mdi-axis-lock:before{content:"󰵋"}.light .mdi-axis-x-arrow:before{content:"󰵌"}.light .mdi-axis-x-arrow-lock:before{content:"󰵍"}.light .mdi-axis-x-rotate-clockwise:before{content:"󰵎"}.light .mdi-axis-x-rotate-counterclockwise:before{content:"󰵏"}.light .mdi-axis-x-y-arrow-lock:before{content:"󰵐"}.light .mdi-axis-y-arrow:before{content:"󰵑"}.light .mdi-axis-y-arrow-lock:before{content:"󰵒"}.light .mdi-axis-y-rotate-clockwise:before{content:"󰵓"}.light .mdi-axis-y-rotate-counterclockwise:before{content:"󰵔"}.light .mdi-axis-z-arrow:before{content:"󰵕"}.light .mdi-axis-z-arrow-lock:before{content:"󰵖"}.light .mdi-axis-z-rotate-clockwise:before{content:"󰵗"}.light .mdi-axis-z-rotate-counterclockwise:before{content:"󰵘"}.light .mdi-babel:before{content:"󰨥"}.light .mdi-baby:before{content:"󰁬"}.light .mdi-baby-bottle:before{content:"󰼹"}.light .mdi-baby-bottle-outline:before{content:"󰼺"}.light .mdi-baby-carriage:before{content:"󰚏"}.light .mdi-baby-carriage-off:before{content:"󰾠"}.light .mdi-baby-face:before{content:"󰹼"}.light .mdi-baby-face-outline:before{content:"󰹽"}.light .mdi-backburger:before{content:"󰁭"}.light .mdi-backspace:before{content:"󰁮"}.light .mdi-backspace-outline:before{content:"󰭜"}.light .mdi-backspace-reverse:before{content:"󰹾"}.light .mdi-backspace-reverse-outline:before{content:"󰹿"}.light .mdi-backup-restore:before{content:"󰁯"}.light .mdi-bacteria:before{content:"󰻕"}.light .mdi-bacteria-outline:before{content:"󰻖"}.light .mdi-badge-account:before{content:"󰶧"}.light .mdi-badge-account-alert:before{content:"󰶨"}.light .mdi-badge-account-alert-outline:before{content:"󰶩"}.light .mdi-badge-account-horizontal:before{content:"󰸍"}.light .mdi-badge-account-horizontal-outline:before{content:"󰸎"}.light .mdi-badge-account-outline:before{content:"󰶪"}.light .mdi-badminton:before{content:"󰡑"}.light .mdi-bag-carry-on:before{content:"󰼻"}.light .mdi-bag-carry-on-check:before{content:"󰵥"}.light .mdi-bag-carry-on-off:before{content:"󰼼"}.light .mdi-bag-checked:before{content:"󰼽"}.light .mdi-bag-personal:before{content:"󰸐"}.light .mdi-bag-personal-off:before{content:"󰸑"}.light .mdi-bag-personal-off-outline:before{content:"󰸒"}.light .mdi-bag-personal-outline:before{content:"󰸓"}.light .mdi-baguette:before{content:"󰼾"}.light .mdi-balloon:before{content:"󰨦"}.light .mdi-ballot:before{content:"󰧉"}.light .mdi-ballot-outline:before{content:"󰧊"}.light .mdi-ballot-recount:before{content:"󰰹"}.light .mdi-ballot-recount-outline:before{content:"󰰺"}.light .mdi-bandage:before{content:"󰶯"}.light .mdi-bandcamp:before{content:"󰙵"}.light .mdi-bank:before{content:"󰁰"}.light .mdi-bank-minus:before{content:"󰶰"}.light .mdi-bank-outline:before{content:"󰺀"}.light .mdi-bank-plus:before{content:"󰶱"}.light .mdi-bank-remove:before{content:"󰶲"}.light .mdi-bank-transfer:before{content:"󰨧"}.light .mdi-bank-transfer-in:before{content:"󰨨"}.light .mdi-bank-transfer-out:before{content:"󰨩"}.light .mdi-barcode:before{content:"󰁱"}.light .mdi-barcode-off:before{content:"󱈶"}.light .mdi-barcode-scan:before{content:"󰁲"}.light .mdi-barley:before{content:"󰁳"}.light .mdi-barley-off:before{content:"󰭝"}.light .mdi-barn:before{content:"󰭞"}.light .mdi-barrel:before{content:"󰁴"}.light .mdi-baseball:before{content:"󰡒"}.light .mdi-baseball-bat:before{content:"󰡓"}.light .mdi-bash:before{content:"󱆃"}.light .mdi-basket:before{content:"󰁶"}.light .mdi-basket-fill:before{content:"󰁷"}.light .mdi-basket-outline:before{content:"󱆁"}.light .mdi-basket-unfill:before{content:"󰁸"}.light .mdi-basketball:before{content:"󰠆"}.light .mdi-basketball-hoop:before{content:"󰰻"}.light .mdi-basketball-hoop-outline:before{content:"󰰼"}.light .mdi-bat:before{content:"󰭟"}.light .mdi-battery:before{content:"󰁹"}.light .mdi-battery-10:before{content:"󰁺"}.light .mdi-battery-10-bluetooth:before{content:"󰤾"}.light .mdi-battery-20:before{content:"󰁻"}.light .mdi-battery-20-bluetooth:before{content:"󰤿"}.light .mdi-battery-30:before{content:"󰁼"}.light .mdi-battery-30-bluetooth:before{content:"󰥀"}.light .mdi-battery-40:before{content:"󰁽"}.light .mdi-battery-40-bluetooth:before{content:"󰥁"}.light .mdi-battery-50:before{content:"󰁾"}.light .mdi-battery-50-bluetooth:before{content:"󰥂"}.light .mdi-battery-60:before{content:"󰁿"}.light .mdi-battery-60-bluetooth:before{content:"󰥃"}.light .mdi-battery-70:before{content:"󰂀"}.light .mdi-battery-70-bluetooth:before{content:"󰥄"}.light .mdi-battery-80:before{content:"󰂁"}.light .mdi-battery-80-bluetooth:before{content:"󰥅"}.light .mdi-battery-90:before{content:"󰂂"}.light .mdi-battery-90-bluetooth:before{content:"󰥆"}.light .mdi-battery-alert:before{content:"󰂃"}.light .mdi-battery-alert-bluetooth:before{content:"󰥇"}.light .mdi-battery-alert-variant:before{content:"󱃌"}.light .mdi-battery-alert-variant-outline:before{content:"󱃍"}.light .mdi-battery-bluetooth:before{content:"󰥈"}.light .mdi-battery-bluetooth-variant:before{content:"󰥉"}.light .mdi-battery-charging:before{content:"󰂄"}.light .mdi-battery-charging-10:before{content:"󰢜"}.light .mdi-battery-charging-100:before{content:"󰂅"}.light .mdi-battery-charging-20:before{content:"󰂆"}.light .mdi-battery-charging-30:before{content:"󰂇"}.light .mdi-battery-charging-40:before{content:"󰂈"}.light .mdi-battery-charging-50:before{content:"󰢝"}.light .mdi-battery-charging-60:before{content:"󰂉"}.light .mdi-battery-charging-70:before{content:"󰢞"}.light .mdi-battery-charging-80:before{content:"󰂊"}.light .mdi-battery-charging-90:before{content:"󰂋"}.light .mdi-battery-charging-high:before{content:"󱊦"}.light .mdi-battery-charging-low:before{content:"󱊤"}.light .mdi-battery-charging-medium:before{content:"󱊥"}.light .mdi-battery-charging-outline:before{content:"󰢟"}.light .mdi-battery-charging-wireless:before{content:"󰠇"}.light .mdi-battery-charging-wireless-10:before{content:"󰠈"}.light .mdi-battery-charging-wireless-20:before{content:"󰠉"}.light .mdi-battery-charging-wireless-30:before{content:"󰠊"}.light .mdi-battery-charging-wireless-40:before{content:"󰠋"}.light .mdi-battery-charging-wireless-50:before{content:"󰠌"}.light .mdi-battery-charging-wireless-60:before{content:"󰠍"}.light .mdi-battery-charging-wireless-70:before{content:"󰠎"}.light .mdi-battery-charging-wireless-80:before{content:"󰠏"}.light .mdi-battery-charging-wireless-90:before{content:"󰠐"}.light .mdi-battery-charging-wireless-alert:before{content:"󰠑"}.light .mdi-battery-charging-wireless-outline:before{content:"󰠒"}.light .mdi-battery-heart:before{content:"󱈏"}.light .mdi-battery-heart-outline:before{content:"󱈐"}.light .mdi-battery-heart-variant:before{content:"󱈑"}.light .mdi-battery-high:before{content:"󱊣"}.light .mdi-battery-low:before{content:"󱊡"}.light .mdi-battery-medium:before{content:"󱊢"}.light .mdi-battery-minus:before{content:"󰂌"}.light .mdi-battery-negative:before{content:"󰂍"}.light .mdi-battery-off:before{content:"󱉝"}.light .mdi-battery-off-outline:before{content:"󱉞"}.light .mdi-battery-outline:before{content:"󰂎"}.light .mdi-battery-plus:before{content:"󰂏"}.light .mdi-battery-positive:before{content:"󰂐"}.light .mdi-battery-unknown:before{content:"󰂑"}.light .mdi-battery-unknown-bluetooth:before{content:"󰥊"}.light .mdi-battlenet:before{content:"󰭠"}.light .mdi-beach:before{content:"󰂒"}.light .mdi-beaker:before{content:"󰳪"}.light .mdi-beaker-alert:before{content:"󱈩"}.light .mdi-beaker-alert-outline:before{content:"󱈪"}.light .mdi-beaker-check:before{content:"󱈫"}.light .mdi-beaker-check-outline:before{content:"󱈬"}.light .mdi-beaker-minus:before{content:"󱈭"}.light .mdi-beaker-minus-outline:before{content:"󱈮"}.light .mdi-beaker-outline:before{content:"󰚐"}.light .mdi-beaker-plus:before{content:"󱈯"}.light .mdi-beaker-plus-outline:before{content:"󱈰"}.light .mdi-beaker-question:before{content:"󱈱"}.light .mdi-beaker-question-outline:before{content:"󱈲"}.light .mdi-beaker-remove:before{content:"󱈳"}.light .mdi-beaker-remove-outline:before{content:"󱈴"}.light .mdi-bed:before{content:"󰋣"}.light .mdi-bed-double:before{content:"󰿔"}.light .mdi-bed-double-outline:before{content:"󰿓"}.light .mdi-bed-empty:before{content:"󰢠"}.light .mdi-bed-king:before{content:"󰿒"}.light .mdi-bed-king-outline:before{content:"󰿑"}.light .mdi-bed-outline:before{content:"󰂙"}.light .mdi-bed-queen:before{content:"󰿐"}.light .mdi-bed-queen-outline:before{content:"󰿛"}.light .mdi-bed-single:before{content:"󱁭"}.light .mdi-bed-single-outline:before{content:"󱁮"}.light .mdi-bee:before{content:"󰾡"}.light .mdi-bee-flower:before{content:"󰾢"}.light .mdi-beehive-outline:before{content:"󱃎"}.light .mdi-beer:before{content:"󰂘"}.light .mdi-beer-outline:before{content:"󱌌"}.light .mdi-bell:before{content:"󰂚"}.light .mdi-bell-alert:before{content:"󰵙"}.light .mdi-bell-alert-outline:before{content:"󰺁"}.light .mdi-bell-check:before{content:"󱇥"}.light .mdi-bell-check-outline:before{content:"󱇦"}.light .mdi-bell-circle:before{content:"󰵚"}.light .mdi-bell-circle-outline:before{content:"󰵛"}.light .mdi-bell-off:before{content:"󰂛"}.light .mdi-bell-off-outline:before{content:"󰪑"}.light .mdi-bell-outline:before{content:"󰂜"}.light .mdi-bell-plus:before{content:"󰂝"}.light .mdi-bell-plus-outline:before{content:"󰪒"}.light .mdi-bell-ring:before{content:"󰂞"}.light .mdi-bell-ring-outline:before{content:"󰂟"}.light .mdi-bell-sleep:before{content:"󰂠"}.light .mdi-bell-sleep-outline:before{content:"󰪓"}.light .mdi-beta:before{content:"󰂡"}.light .mdi-betamax:before{content:"󰧋"}.light .mdi-biathlon:before{content:"󰸔"}.light .mdi-bicycle:before{content:"󱂜"}.light .mdi-bicycle-basket:before{content:"󱈵"}.light .mdi-bike:before{content:"󰂣"}.light .mdi-bike-fast:before{content:"󱄟"}.light .mdi-billboard:before{content:"󱀐"}.light .mdi-billiards:before{content:"󰭡"}.light .mdi-billiards-rack:before{content:"󰭢"}.light .mdi-binoculars:before{content:"󰂥"}.light .mdi-bio:before{content:"󰂦"}.light .mdi-biohazard:before{content:"󰂧"}.light .mdi-bitbucket:before{content:"󰂨"}.light .mdi-bitcoin:before{content:"󰠓"}.light .mdi-black-mesa:before{content:"󰂩"}.light .mdi-blender:before{content:"󰳫"}.light .mdi-blender-software:before{content:"󰂫"}.light .mdi-blinds:before{content:"󰂬"}.light .mdi-blinds-open:before{content:"󱀑"}.light .mdi-block-helper:before{content:"󰂭"}.light .mdi-blogger:before{content:"󰂮"}.light .mdi-blood-bag:before{content:"󰳬"}.light .mdi-bluetooth:before{content:"󰂯"}.light .mdi-bluetooth-audio:before{content:"󰂰"}.light .mdi-bluetooth-connect:before{content:"󰂱"}.light .mdi-bluetooth-off:before{content:"󰂲"}.light .mdi-bluetooth-settings:before{content:"󰂳"}.light .mdi-bluetooth-transfer:before{content:"󰂴"}.light .mdi-blur:before{content:"󰂵"}.light .mdi-blur-linear:before{content:"󰂶"}.light .mdi-blur-off:before{content:"󰂷"}.light .mdi-blur-radial:before{content:"󰂸"}.light .mdi-bolnisi-cross:before{content:"󰳭"}.light .mdi-bolt:before{content:"󰶳"}.light .mdi-bomb:before{content:"󰚑"}.light .mdi-bomb-off:before{content:"󰛅"}.light .mdi-bone:before{content:"󰂹"}.light .mdi-book:before{content:"󰂺"}.light .mdi-book-account:before{content:"󱎭"}.light .mdi-book-account-outline:before{content:"󱎮"}.light .mdi-book-alphabet:before{content:"󰘝"}.light .mdi-book-cross:before{content:"󰂢"}.light .mdi-book-information-variant:before{content:"󱁯"}.light .mdi-book-lock:before{content:"󰞚"}.light .mdi-book-lock-open:before{content:"󰞛"}.light .mdi-book-minus:before{content:"󰗙"}.light .mdi-book-minus-multiple:before{content:"󰪔"}.light .mdi-book-minus-multiple-outline:before{content:"󰤋"}.light .mdi-book-multiple:before{content:"󰂻"}.light .mdi-book-multiple-outline:before{content:"󰐶"}.light .mdi-book-music:before{content:"󰁧"}.light .mdi-book-open:before{content:"󰂽"}.light .mdi-book-open-outline:before{content:"󰭣"}.light .mdi-book-open-page-variant:before{content:"󰗚"}.light .mdi-book-open-variant:before{content:"󰂾"}.light .mdi-book-outline:before{content:"󰭤"}.light .mdi-book-play:before{content:"󰺂"}.light .mdi-book-play-outline:before{content:"󰺃"}.light .mdi-book-plus:before{content:"󰗛"}.light .mdi-book-plus-multiple:before{content:"󰪕"}.light .mdi-book-plus-multiple-outline:before{content:"󰫞"}.light .mdi-book-remove:before{content:"󰪗"}.light .mdi-book-remove-multiple:before{content:"󰪖"}.light .mdi-book-remove-multiple-outline:before{content:"󰓊"}.light .mdi-book-search:before{content:"󰺄"}.light .mdi-book-search-outline:before{content:"󰺅"}.light .mdi-book-variant:before{content:"󰂿"}.light .mdi-book-variant-multiple:before{content:"󰂼"}.light .mdi-bookmark:before{content:"󰃀"}.light .mdi-bookmark-check:before{content:"󰃁"}.light .mdi-bookmark-check-outline:before{content:"󱍻"}.light .mdi-bookmark-minus:before{content:"󰧌"}.light .mdi-bookmark-minus-outline:before{content:"󰧍"}.light .mdi-bookmark-multiple:before{content:"󰸕"}.light .mdi-bookmark-multiple-outline:before{content:"󰸖"}.light .mdi-bookmark-music:before{content:"󰃂"}.light .mdi-bookmark-music-outline:before{content:"󱍹"}.light .mdi-bookmark-off:before{content:"󰧎"}.light .mdi-bookmark-off-outline:before{content:"󰧏"}.light .mdi-bookmark-outline:before{content:"󰃃"}.light .mdi-bookmark-plus:before{content:"󰃅"}.light .mdi-bookmark-plus-outline:before{content:"󰃄"}.light .mdi-bookmark-remove:before{content:"󰃆"}.light .mdi-bookmark-remove-outline:before{content:"󱍺"}.light .mdi-bookshelf:before{content:"󱉟"}.light .mdi-boom-gate:before{content:"󰺆"}.light .mdi-boom-gate-alert:before{content:"󰺇"}.light .mdi-boom-gate-alert-outline:before{content:"󰺈"}.light .mdi-boom-gate-down:before{content:"󰺉"}.light .mdi-boom-gate-down-outline:before{content:"󰺊"}.light .mdi-boom-gate-outline:before{content:"󰺋"}.light .mdi-boom-gate-up:before{content:"󰺌"}.light .mdi-boom-gate-up-outline:before{content:"󰺍"}.light .mdi-boombox:before{content:"󰗜"}.light .mdi-boomerang:before{content:"󱃏"}.light .mdi-bootstrap:before{content:"󰛆"}.light .mdi-border-all:before{content:"󰃇"}.light .mdi-border-all-variant:before{content:"󰢡"}.light .mdi-border-bottom:before{content:"󰃈"}.light .mdi-border-bottom-variant:before{content:"󰢢"}.light .mdi-border-color:before{content:"󰃉"}.light .mdi-border-horizontal:before{content:"󰃊"}.light .mdi-border-inside:before{content:"󰃋"}.light .mdi-border-left:before{content:"󰃌"}.light .mdi-border-left-variant:before{content:"󰢣"}.light .mdi-border-none:before{content:"󰃍"}.light .mdi-border-none-variant:before{content:"󰢤"}.light .mdi-border-outside:before{content:"󰃎"}.light .mdi-border-right:before{content:"󰃏"}.light .mdi-border-right-variant:before{content:"󰢥"}.light .mdi-border-style:before{content:"󰃐"}.light .mdi-border-top:before{content:"󰃑"}.light .mdi-border-top-variant:before{content:"󰢦"}.light .mdi-border-vertical:before{content:"󰃒"}.light .mdi-bottle-soda:before{content:"󱁰"}.light .mdi-bottle-soda-classic:before{content:"󱁱"}.light .mdi-bottle-soda-classic-outline:before{content:"󱍣"}.light .mdi-bottle-soda-outline:before{content:"󱁲"}.light .mdi-bottle-tonic:before{content:"󱄮"}.light .mdi-bottle-tonic-outline:before{content:"󱄯"}.light .mdi-bottle-tonic-plus:before{content:"󱄰"}.light .mdi-bottle-tonic-plus-outline:before{content:"󱄱"}.light .mdi-bottle-tonic-skull:before{content:"󱄲"}.light .mdi-bottle-tonic-skull-outline:before{content:"󱄳"}.light .mdi-bottle-wine:before{content:"󰡔"}.light .mdi-bottle-wine-outline:before{content:"󱌐"}.light .mdi-bow-tie:before{content:"󰙸"}.light .mdi-bowl:before{content:"󰊎"}.light .mdi-bowl-mix:before{content:"󰘗"}.light .mdi-bowl-mix-outline:before{content:"󰋤"}.light .mdi-bowl-outline:before{content:"󰊩"}.light .mdi-bowling:before{content:"󰃓"}.light .mdi-box:before{content:"󰃔"}.light .mdi-box-cutter:before{content:"󰃕"}.light .mdi-box-cutter-off:before{content:"󰭊"}.light .mdi-box-shadow:before{content:"󰘷"}.light .mdi-boxing-glove:before{content:"󰭥"}.light .mdi-braille:before{content:"󰧐"}.light .mdi-brain:before{content:"󰧑"}.light .mdi-bread-slice:before{content:"󰳮"}.light .mdi-bread-slice-outline:before{content:"󰳯"}.light .mdi-bridge:before{content:"󰘘"}.light .mdi-briefcase:before{content:"󰃖"}.light .mdi-briefcase-account:before{content:"󰳰"}.light .mdi-briefcase-account-outline:before{content:"󰳱"}.light .mdi-briefcase-check:before{content:"󰃗"}.light .mdi-briefcase-check-outline:before{content:"󱌞"}.light .mdi-briefcase-clock:before{content:"󱃐"}.light .mdi-briefcase-clock-outline:before{content:"󱃑"}.light .mdi-briefcase-download:before{content:"󰃘"}.light .mdi-briefcase-download-outline:before{content:"󰰽"}.light .mdi-briefcase-edit:before{content:"󰪘"}.light .mdi-briefcase-edit-outline:before{content:"󰰾"}.light .mdi-briefcase-minus:before{content:"󰨪"}.light .mdi-briefcase-minus-outline:before{content:"󰰿"}.light .mdi-briefcase-outline:before{content:"󰠔"}.light .mdi-briefcase-plus:before{content:"󰨫"}.light .mdi-briefcase-plus-outline:before{content:"󰱀"}.light .mdi-briefcase-remove:before{content:"󰨬"}.light .mdi-briefcase-remove-outline:before{content:"󰱁"}.light .mdi-briefcase-search:before{content:"󰨭"}.light .mdi-briefcase-search-outline:before{content:"󰱂"}.light .mdi-briefcase-upload:before{content:"󰃙"}.light .mdi-briefcase-upload-outline:before{content:"󰱃"}.light .mdi-brightness-1:before{content:"󰃚"}.light .mdi-brightness-2:before{content:"󰃛"}.light .mdi-brightness-3:before{content:"󰃜"}.light .mdi-brightness-4:before{content:"󰃝"}.light .mdi-brightness-5:before{content:"󰃞"}.light .mdi-brightness-6:before{content:"󰃟"}.light .mdi-brightness-7:before{content:"󰃠"}.light .mdi-brightness-auto:before{content:"󰃡"}.light .mdi-brightness-percent:before{content:"󰳲"}.light .mdi-broom:before{content:"󰃢"}.light .mdi-brush:before{content:"󰃣"}.light .mdi-buddhism:before{content:"󰥋"}.light .mdi-buffer:before{content:"󰘙"}.light .mdi-buffet:before{content:"󰕸"}.light .mdi-bug:before{content:"󰃤"}.light .mdi-bug-check:before{content:"󰨮"}.light .mdi-bug-check-outline:before{content:"󰨯"}.light .mdi-bug-outline:before{content:"󰨰"}.light .mdi-bugle:before{content:"󰶴"}.light .mdi-bulldozer:before{content:"󰬢"}.light .mdi-bullet:before{content:"󰳳"}.light .mdi-bulletin-board:before{content:"󰃥"}.light .mdi-bullhorn:before{content:"󰃦"}.light .mdi-bullhorn-outline:before{content:"󰬣"}.light .mdi-bullseye:before{content:"󰗝"}.light .mdi-bullseye-arrow:before{content:"󰣉"}.light .mdi-bulma:before{content:"󱋧"}.light .mdi-bunk-bed:before{content:"󱌂"}.light .mdi-bunk-bed-outline:before{content:"󰂗"}.light .mdi-bus:before{content:"󰃧"}.light .mdi-bus-alert:before{content:"󰪙"}.light .mdi-bus-articulated-end:before{content:"󰞜"}.light .mdi-bus-articulated-front:before{content:"󰞝"}.light .mdi-bus-clock:before{content:"󰣊"}.light .mdi-bus-double-decker:before{content:"󰞞"}.light .mdi-bus-marker:before{content:"󱈒"}.light .mdi-bus-multiple:before{content:"󰼿"}.light .mdi-bus-school:before{content:"󰞟"}.light .mdi-bus-side:before{content:"󰞠"}.light .mdi-bus-stop:before{content:"󱀒"}.light .mdi-bus-stop-covered:before{content:"󱀓"}.light .mdi-bus-stop-uncovered:before{content:"󱀔"}.light .mdi-cable-data:before{content:"󱎔"}.light .mdi-cached:before{content:"󰃨"}.light .mdi-cactus:before{content:"󰶵"}.light .mdi-cake:before{content:"󰃩"}.light .mdi-cake-layered:before{content:"󰃪"}.light .mdi-cake-variant:before{content:"󰃫"}.light .mdi-calculator:before{content:"󰃬"}.light .mdi-calculator-variant:before{content:"󰪚"}.light .mdi-calendar:before{content:"󰃭"}.light .mdi-calendar-account:before{content:"󰻗"}.light .mdi-calendar-account-outline:before{content:"󰻘"}.light .mdi-calendar-alert:before{content:"󰨱"}.light .mdi-calendar-arrow-left:before{content:"󱄴"}.light .mdi-calendar-arrow-right:before{content:"󱄵"}.light .mdi-calendar-blank:before{content:"󰃮"}.light .mdi-calendar-blank-multiple:before{content:"󱁳"}.light .mdi-calendar-blank-outline:before{content:"󰭦"}.light .mdi-calendar-check:before{content:"󰃯"}.light .mdi-calendar-check-outline:before{content:"󰱄"}.light .mdi-calendar-clock:before{content:"󰃰"}.light .mdi-calendar-edit:before{content:"󰢧"}.light .mdi-calendar-export:before{content:"󰬤"}.light .mdi-calendar-heart:before{content:"󰧒"}.light .mdi-calendar-import:before{content:"󰬥"}.light .mdi-calendar-minus:before{content:"󰵜"}.light .mdi-calendar-month:before{content:"󰸗"}.light .mdi-calendar-month-outline:before{content:"󰸘"}.light .mdi-calendar-multiple:before{content:"󰃱"}.light .mdi-calendar-multiple-check:before{content:"󰃲"}.light .mdi-calendar-multiselect:before{content:"󰨲"}.light .mdi-calendar-outline:before{content:"󰭧"}.light .mdi-calendar-plus:before{content:"󰃳"}.light .mdi-calendar-question:before{content:"󰚒"}.light .mdi-calendar-range:before{content:"󰙹"}.light .mdi-calendar-range-outline:before{content:"󰭨"}.light .mdi-calendar-refresh:before{content:"󰇡"}.light .mdi-calendar-refresh-outline:before{content:"󰈃"}.light .mdi-calendar-remove:before{content:"󰃴"}.light .mdi-calendar-remove-outline:before{content:"󰱅"}.light .mdi-calendar-search:before{content:"󰥌"}.light .mdi-calendar-star:before{content:"󰧓"}.light .mdi-calendar-sync:before{content:"󰺎"}.light .mdi-calendar-sync-outline:before{content:"󰺏"}.light .mdi-calendar-text:before{content:"󰃵"}.light .mdi-calendar-text-outline:before{content:"󰱆"}.light .mdi-calendar-today:before{content:"󰃶"}.light .mdi-calendar-week:before{content:"󰨳"}.light .mdi-calendar-week-begin:before{content:"󰨴"}.light .mdi-calendar-weekend:before{content:"󰻙"}.light .mdi-calendar-weekend-outline:before{content:"󰻚"}.light .mdi-call-made:before{content:"󰃷"}.light .mdi-call-merge:before{content:"󰃸"}.light .mdi-call-missed:before{content:"󰃹"}.light .mdi-call-received:before{content:"󰃺"}.light .mdi-call-split:before{content:"󰃻"}.light .mdi-camcorder:before{content:"󰃼"}.light .mdi-camcorder-off:before{content:"󰃿"}.light .mdi-camera:before{content:"󰄀"}.light .mdi-camera-account:before{content:"󰣋"}.light .mdi-camera-burst:before{content:"󰚓"}.light .mdi-camera-control:before{content:"󰭩"}.light .mdi-camera-enhance:before{content:"󰄁"}.light .mdi-camera-enhance-outline:before{content:"󰭪"}.light .mdi-camera-front:before{content:"󰄂"}.light .mdi-camera-front-variant:before{content:"󰄃"}.light .mdi-camera-gopro:before{content:"󰞡"}.light .mdi-camera-image:before{content:"󰣌"}.light .mdi-camera-iris:before{content:"󰄄"}.light .mdi-camera-metering-center:before{content:"󰞢"}.light .mdi-camera-metering-matrix:before{content:"󰞣"}.light .mdi-camera-metering-partial:before{content:"󰞤"}.light .mdi-camera-metering-spot:before{content:"󰞥"}.light .mdi-camera-off:before{content:"󰗟"}.light .mdi-camera-outline:before{content:"󰵝"}.light .mdi-camera-party-mode:before{content:"󰄅"}.light .mdi-camera-plus:before{content:"󰻛"}.light .mdi-camera-plus-outline:before{content:"󰻜"}.light .mdi-camera-rear:before{content:"󰄆"}.light .mdi-camera-rear-variant:before{content:"󰄇"}.light .mdi-camera-retake:before{content:"󰸙"}.light .mdi-camera-retake-outline:before{content:"󰸚"}.light .mdi-camera-switch:before{content:"󰄈"}.light .mdi-camera-switch-outline:before{content:"󰡊"}.light .mdi-camera-timer:before{content:"󰄉"}.light .mdi-camera-wireless:before{content:"󰶶"}.light .mdi-camera-wireless-outline:before{content:"󰶷"}.light .mdi-campfire:before{content:"󰻝"}.light .mdi-cancel:before{content:"󰜺"}.light .mdi-candle:before{content:"󰗢"}.light .mdi-candycane:before{content:"󰄊"}.light .mdi-cannabis:before{content:"󰞦"}.light .mdi-caps-lock:before{content:"󰪛"}.light .mdi-car:before{content:"󰄋"}.light .mdi-car-2-plus:before{content:"󱀕"}.light .mdi-car-3-plus:before{content:"󱀖"}.light .mdi-car-arrow-left:before{content:"󱎲"}.light .mdi-car-arrow-right:before{content:"󱎳"}.light .mdi-car-back:before{content:"󰸛"}.light .mdi-car-battery:before{content:"󰄌"}.light .mdi-car-brake-abs:before{content:"󰱇"}.light .mdi-car-brake-alert:before{content:"󰱈"}.light .mdi-car-brake-hold:before{content:"󰵞"}.light .mdi-car-brake-parking:before{content:"󰵟"}.light .mdi-car-brake-retarder:before{content:"󱀗"}.light .mdi-car-child-seat:before{content:"󰾣"}.light .mdi-car-clutch:before{content:"󱀘"}.light .mdi-car-connected:before{content:"󰄍"}.light .mdi-car-convertible:before{content:"󰞧"}.light .mdi-car-coolant-level:before{content:"󱀙"}.light .mdi-car-cruise-control:before{content:"󰵠"}.light .mdi-car-defrost-front:before{content:"󰵡"}.light .mdi-car-defrost-rear:before{content:"󰵢"}.light .mdi-car-door:before{content:"󰭫"}.light .mdi-car-door-lock:before{content:"󱂝"}.light .mdi-car-electric:before{content:"󰭬"}.light .mdi-car-esp:before{content:"󰱉"}.light .mdi-car-estate:before{content:"󰞨"}.light .mdi-car-hatchback:before{content:"󰞩"}.light .mdi-car-info:before{content:"󱆾"}.light .mdi-car-key:before{content:"󰭭"}.light .mdi-car-light-dimmed:before{content:"󰱊"}.light .mdi-car-light-fog:before{content:"󰱋"}.light .mdi-car-light-high:before{content:"󰱌"}.light .mdi-car-limousine:before{content:"󰣍"}.light .mdi-car-multiple:before{content:"󰭮"}.light .mdi-car-off:before{content:"󰸜"}.light .mdi-car-parking-lights:before{content:"󰵣"}.light .mdi-car-pickup:before{content:"󰞪"}.light .mdi-car-seat:before{content:"󰾤"}.light .mdi-car-seat-cooler:before{content:"󰾥"}.light .mdi-car-seat-heater:before{content:"󰾦"}.light .mdi-car-shift-pattern:before{content:"󰽀"}.light .mdi-car-side:before{content:"󰞫"}.light .mdi-car-sports:before{content:"󰞬"}.light .mdi-car-tire-alert:before{content:"󰱍"}.light .mdi-car-traction-control:before{content:"󰵤"}.light .mdi-car-turbocharger:before{content:"󱀚"}.light .mdi-car-wash:before{content:"󰄎"}.light .mdi-car-windshield:before{content:"󱀛"}.light .mdi-car-windshield-outline:before{content:"󱀜"}.light .mdi-caravan:before{content:"󰞭"}.light .mdi-card:before{content:"󰭯"}.light .mdi-card-account-details:before{content:"󰗒"}.light .mdi-card-account-details-outline:before{content:"󰶫"}.light .mdi-card-account-details-star:before{content:"󰊣"}.light .mdi-card-account-details-star-outline:before{content:"󰛛"}.light .mdi-card-account-mail:before{content:"󰆎"}.light .mdi-card-account-mail-outline:before{content:"󰺘"}.light .mdi-card-account-phone:before{content:"󰺙"}.light .mdi-card-account-phone-outline:before{content:"󰺚"}.light .mdi-card-bulleted:before{content:"󰭰"}.light .mdi-card-bulleted-off:before{content:"󰭱"}.light .mdi-card-bulleted-off-outline:before{content:"󰭲"}.light .mdi-card-bulleted-outline:before{content:"󰭳"}.light .mdi-card-bulleted-settings:before{content:"󰭴"}.light .mdi-card-bulleted-settings-outline:before{content:"󰭵"}.light .mdi-card-outline:before{content:"󰭶"}.light .mdi-card-plus:before{content:"󱇿"}.light .mdi-card-plus-outline:before{content:"󱈀"}.light .mdi-card-search:before{content:"󱁴"}.light .mdi-card-search-outline:before{content:"󱁵"}.light .mdi-card-text:before{content:"󰭷"}.light .mdi-card-text-outline:before{content:"󰭸"}.light .mdi-cards:before{content:"󰘸"}.light .mdi-cards-club:before{content:"󰣎"}.light .mdi-cards-diamond:before{content:"󰣏"}.light .mdi-cards-diamond-outline:before{content:"󱀝"}.light .mdi-cards-heart:before{content:"󰣐"}.light .mdi-cards-outline:before{content:"󰘹"}.light .mdi-cards-playing-outline:before{content:"󰘺"}.light .mdi-cards-spade:before{content:"󰣑"}.light .mdi-cards-variant:before{content:"󰛇"}.light .mdi-carrot:before{content:"󰄏"}.light .mdi-cart:before{content:"󰄐"}.light .mdi-cart-arrow-down:before{content:"󰵦"}.light .mdi-cart-arrow-right:before{content:"󰱎"}.light .mdi-cart-arrow-up:before{content:"󰵧"}.light .mdi-cart-minus:before{content:"󰵨"}.light .mdi-cart-off:before{content:"󰙫"}.light .mdi-cart-outline:before{content:"󰄑"}.light .mdi-cart-plus:before{content:"󰄒"}.light .mdi-cart-remove:before{content:"󰵩"}.light .mdi-case-sensitive-alt:before{content:"󰄓"}.light .mdi-cash:before{content:"󰄔"}.light .mdi-cash-100:before{content:"󰄕"}.light .mdi-cash-marker:before{content:"󰶸"}.light .mdi-cash-minus:before{content:"󱉠"}.light .mdi-cash-multiple:before{content:"󰄖"}.light .mdi-cash-plus:before{content:"󱉡"}.light .mdi-cash-refund:before{content:"󰪜"}.light .mdi-cash-register:before{content:"󰳴"}.light .mdi-cash-remove:before{content:"󱉢"}.light .mdi-cash-usd:before{content:"󱅶"}.light .mdi-cash-usd-outline:before{content:"󰄗"}.light .mdi-cassette:before{content:"󰧔"}.light .mdi-cast:before{content:"󰄘"}.light .mdi-cast-audio:before{content:"󱀞"}.light .mdi-cast-connected:before{content:"󰄙"}.light .mdi-cast-education:before{content:"󰸝"}.light .mdi-cast-off:before{content:"󰞊"}.light .mdi-castle:before{content:"󰄚"}.light .mdi-cat:before{content:"󰄛"}.light .mdi-cctv:before{content:"󰞮"}.light .mdi-ceiling-light:before{content:"󰝩"}.light .mdi-cellphone:before{content:"󰄜"}.light .mdi-cellphone-android:before{content:"󰄝"}.light .mdi-cellphone-arrow-down:before{content:"󰧕"}.light .mdi-cellphone-basic:before{content:"󰄞"}.light .mdi-cellphone-charging:before{content:"󱎗"}.light .mdi-cellphone-cog:before{content:"󰥑"}.light .mdi-cellphone-dock:before{content:"󰄟"}.light .mdi-cellphone-erase:before{content:"󰥍"}.light .mdi-cellphone-information:before{content:"󰽁"}.light .mdi-cellphone-iphone:before{content:"󰄠"}.light .mdi-cellphone-key:before{content:"󰥎"}.light .mdi-cellphone-link:before{content:"󰄡"}.light .mdi-cellphone-link-off:before{content:"󰄢"}.light .mdi-cellphone-lock:before{content:"󰥏"}.light .mdi-cellphone-message:before{content:"󰣓"}.light .mdi-cellphone-message-off:before{content:"󱃒"}.light .mdi-cellphone-nfc:before{content:"󰺐"}.light .mdi-cellphone-nfc-off:before{content:"󱋘"}.light .mdi-cellphone-off:before{content:"󰥐"}.light .mdi-cellphone-play:before{content:"󱀟"}.light .mdi-cellphone-screenshot:before{content:"󰨵"}.light .mdi-cellphone-settings:before{content:"󰄣"}.light .mdi-cellphone-sound:before{content:"󰥒"}.light .mdi-cellphone-text:before{content:"󰣒"}.light .mdi-cellphone-wireless:before{content:"󰠕"}.light .mdi-celtic-cross:before{content:"󰳵"}.light .mdi-centos:before{content:"󱄚"}.light .mdi-certificate:before{content:"󰄤"}.light .mdi-certificate-outline:before{content:"󱆈"}.light .mdi-chair-rolling:before{content:"󰽈"}.light .mdi-chair-school:before{content:"󰄥"}.light .mdi-charity:before{content:"󰱏"}.light .mdi-chart-arc:before{content:"󰄦"}.light .mdi-chart-areaspline:before{content:"󰄧"}.light .mdi-chart-areaspline-variant:before{content:"󰺑"}.light .mdi-chart-bar:before{content:"󰄨"}.light .mdi-chart-bar-stacked:before{content:"󰝪"}.light .mdi-chart-bell-curve:before{content:"󰱐"}.light .mdi-chart-bell-curve-cumulative:before{content:"󰾧"}.light .mdi-chart-bubble:before{content:"󰗣"}.light .mdi-chart-donut:before{content:"󰞯"}.light .mdi-chart-donut-variant:before{content:"󰞰"}.light .mdi-chart-gantt:before{content:"󰙬"}.light .mdi-chart-histogram:before{content:"󰄩"}.light .mdi-chart-line:before{content:"󰄪"}.light .mdi-chart-line-stacked:before{content:"󰝫"}.light .mdi-chart-line-variant:before{content:"󰞱"}.light .mdi-chart-multiline:before{content:"󰣔"}.light .mdi-chart-multiple:before{content:"󱈓"}.light .mdi-chart-pie:before{content:"󰄫"}.light .mdi-chart-ppf:before{content:"󱎀"}.light .mdi-chart-sankey:before{content:"󱇟"}.light .mdi-chart-sankey-variant:before{content:"󱇠"}.light .mdi-chart-scatter-plot:before{content:"󰺒"}.light .mdi-chart-scatter-plot-hexbin:before{content:"󰙭"}.light .mdi-chart-timeline:before{content:"󰙮"}.light .mdi-chart-timeline-variant:before{content:"󰺓"}.light .mdi-chart-tree:before{content:"󰺔"}.light .mdi-chat:before{content:"󰭹"}.light .mdi-chat-alert:before{content:"󰭺"}.light .mdi-chat-alert-outline:before{content:"󱋉"}.light .mdi-chat-outline:before{content:"󰻞"}.light .mdi-chat-processing:before{content:"󰭻"}.light .mdi-chat-processing-outline:before{content:"󱋊"}.light .mdi-chat-sleep:before{content:"󱋑"}.light .mdi-chat-sleep-outline:before{content:"󱋒"}.light .mdi-check:before{content:"󰄬"}.light .mdi-check-all:before{content:"󰄭"}.light .mdi-check-bold:before{content:"󰸞"}.light .mdi-check-box-multiple-outline:before{content:"󰱑"}.light .mdi-check-box-outline:before{content:"󰱒"}.light .mdi-check-circle:before{content:"󰗠"}.light .mdi-check-circle-outline:before{content:"󰗡"}.light .mdi-check-decagram:before{content:"󰞑"}.light .mdi-check-network:before{content:"󰱓"}.light .mdi-check-network-outline:before{content:"󰱔"}.light .mdi-check-outline:before{content:"󰡕"}.light .mdi-check-underline:before{content:"󰸟"}.light .mdi-check-underline-circle:before{content:"󰸠"}.light .mdi-check-underline-circle-outline:before{content:"󰸡"}.light .mdi-checkbook:before{content:"󰪝"}.light .mdi-checkbox-blank:before{content:"󰄮"}.light .mdi-checkbox-blank-circle:before{content:"󰄯"}.light .mdi-checkbox-blank-circle-outline:before{content:"󰄰"}.light .mdi-checkbox-blank-off:before{content:"󱋬"}.light .mdi-checkbox-blank-off-outline:before{content:"󱋭"}.light .mdi-checkbox-blank-outline:before{content:"󰄱"}.light .mdi-checkbox-intermediate:before{content:"󰡖"}.light .mdi-checkbox-marked:before{content:"󰄲"}.light .mdi-checkbox-marked-circle:before{content:"󰄳"}.light .mdi-checkbox-marked-circle-outline:before{content:"󰄴"}.light .mdi-checkbox-marked-outline:before{content:"󰄵"}.light .mdi-checkbox-multiple-blank:before{content:"󰄶"}.light .mdi-checkbox-multiple-blank-circle:before{content:"󰘻"}.light .mdi-checkbox-multiple-blank-circle-outline:before{content:"󰘼"}.light .mdi-checkbox-multiple-blank-outline:before{content:"󰄷"}.light .mdi-checkbox-multiple-marked:before{content:"󰄸"}.light .mdi-checkbox-multiple-marked-circle:before{content:"󰘽"}.light .mdi-checkbox-multiple-marked-circle-outline:before{content:"󰘾"}.light .mdi-checkbox-multiple-marked-outline:before{content:"󰄹"}.light .mdi-checkerboard:before{content:"󰄺"}.light .mdi-checkerboard-minus:before{content:"󱈂"}.light .mdi-checkerboard-plus:before{content:"󱈁"}.light .mdi-checkerboard-remove:before{content:"󱈃"}.light .mdi-cheese:before{content:"󱊹"}.light .mdi-chef-hat:before{content:"󰭼"}.light .mdi-chemical-weapon:before{content:"󰄻"}.light .mdi-chess-bishop:before{content:"󰡜"}.light .mdi-chess-king:before{content:"󰡗"}.light .mdi-chess-knight:before{content:"󰡘"}.light .mdi-chess-pawn:before{content:"󰡙"}.light .mdi-chess-queen:before{content:"󰡚"}.light .mdi-chess-rook:before{content:"󰡛"}.light .mdi-chevron-double-down:before{content:"󰄼"}.light .mdi-chevron-double-left:before{content:"󰄽"}.light .mdi-chevron-double-right:before{content:"󰄾"}.light .mdi-chevron-double-up:before{content:"󰄿"}.light .mdi-chevron-down:before{content:"󰅀"}.light .mdi-chevron-down-box:before{content:"󰧖"}.light .mdi-chevron-down-box-outline:before{content:"󰧗"}.light .mdi-chevron-down-circle:before{content:"󰬦"}.light .mdi-chevron-down-circle-outline:before{content:"󰬧"}.light .mdi-chevron-left:before{content:"󰅁"}.light .mdi-chevron-left-box:before{content:"󰧘"}.light .mdi-chevron-left-box-outline:before{content:"󰧙"}.light .mdi-chevron-left-circle:before{content:"󰬨"}.light .mdi-chevron-left-circle-outline:before{content:"󰬩"}.light .mdi-chevron-right:before{content:"󰅂"}.light .mdi-chevron-right-box:before{content:"󰧚"}.light .mdi-chevron-right-box-outline:before{content:"󰧛"}.light .mdi-chevron-right-circle:before{content:"󰬪"}.light .mdi-chevron-right-circle-outline:before{content:"󰬫"}.light .mdi-chevron-triple-down:before{content:"󰶹"}.light .mdi-chevron-triple-left:before{content:"󰶺"}.light .mdi-chevron-triple-right:before{content:"󰶻"}.light .mdi-chevron-triple-up:before{content:"󰶼"}.light .mdi-chevron-up:before{content:"󰅃"}.light .mdi-chevron-up-box:before{content:"󰧜"}.light .mdi-chevron-up-box-outline:before{content:"󰧝"}.light .mdi-chevron-up-circle:before{content:"󰬬"}.light .mdi-chevron-up-circle-outline:before{content:"󰬭"}.light .mdi-chili-hot:before{content:"󰞲"}.light .mdi-chili-medium:before{content:"󰞳"}.light .mdi-chili-mild:before{content:"󰞴"}.light .mdi-chip:before{content:"󰘚"}.light .mdi-christianity:before{content:"󰥓"}.light .mdi-christianity-outline:before{content:"󰳶"}.light .mdi-church:before{content:"󰅄"}.light .mdi-cigar:before{content:"󱆉"}.light .mdi-circle:before{content:"󰝥"}.light .mdi-circle-double:before{content:"󰺕"}.light .mdi-circle-edit-outline:before{content:"󰣕"}.light .mdi-circle-expand:before{content:"󰺖"}.light .mdi-circle-half:before{content:"󱎕"}.light .mdi-circle-half-full:before{content:"󱎖"}.light .mdi-circle-medium:before{content:"󰧞"}.light .mdi-circle-multiple:before{content:"󰬸"}.light .mdi-circle-multiple-outline:before{content:"󰚕"}.light .mdi-circle-off-outline:before{content:"󱃓"}.light .mdi-circle-outline:before{content:"󰝦"}.light .mdi-circle-slice-1:before{content:"󰪞"}.light .mdi-circle-slice-2:before{content:"󰪟"}.light .mdi-circle-slice-3:before{content:"󰪠"}.light .mdi-circle-slice-4:before{content:"󰪡"}.light .mdi-circle-slice-5:before{content:"󰪢"}.light .mdi-circle-slice-6:before{content:"󰪣"}.light .mdi-circle-slice-7:before{content:"󰪤"}.light .mdi-circle-slice-8:before{content:"󰪥"}.light .mdi-circle-small:before{content:"󰧟"}.light .mdi-circular-saw:before{content:"󰸢"}.light .mdi-city:before{content:"󰅆"}.light .mdi-city-variant:before{content:"󰨶"}.light .mdi-city-variant-outline:before{content:"󰨷"}.light .mdi-clipboard:before{content:"󰅇"}.light .mdi-clipboard-account:before{content:"󰅈"}.light .mdi-clipboard-account-outline:before{content:"󰱕"}.light .mdi-clipboard-alert:before{content:"󰅉"}.light .mdi-clipboard-alert-outline:before{content:"󰳷"}.light .mdi-clipboard-arrow-down:before{content:"󰅊"}.light .mdi-clipboard-arrow-down-outline:before{content:"󰱖"}.light .mdi-clipboard-arrow-left:before{content:"󰅋"}.light .mdi-clipboard-arrow-left-outline:before{content:"󰳸"}.light .mdi-clipboard-arrow-right:before{content:"󰳹"}.light .mdi-clipboard-arrow-right-outline:before{content:"󰳺"}.light .mdi-clipboard-arrow-up:before{content:"󰱗"}.light .mdi-clipboard-arrow-up-outline:before{content:"󰱘"}.light .mdi-clipboard-check:before{content:"󰅎"}.light .mdi-clipboard-check-multiple:before{content:"󱉣"}.light .mdi-clipboard-check-multiple-outline:before{content:"󱉤"}.light .mdi-clipboard-check-outline:before{content:"󰢨"}.light .mdi-clipboard-file:before{content:"󱉥"}.light .mdi-clipboard-file-outline:before{content:"󱉦"}.light .mdi-clipboard-flow:before{content:"󰛈"}.light .mdi-clipboard-flow-outline:before{content:"󱄗"}.light .mdi-clipboard-list:before{content:"󱃔"}.light .mdi-clipboard-list-outline:before{content:"󱃕"}.light .mdi-clipboard-multiple:before{content:"󱉧"}.light .mdi-clipboard-multiple-outline:before{content:"󱉨"}.light .mdi-clipboard-outline:before{content:"󰅌"}.light .mdi-clipboard-play:before{content:"󰱙"}.light .mdi-clipboard-play-multiple:before{content:"󱉩"}.light .mdi-clipboard-play-multiple-outline:before{content:"󱉪"}.light .mdi-clipboard-play-outline:before{content:"󰱚"}.light .mdi-clipboard-plus:before{content:"󰝑"}.light .mdi-clipboard-plus-outline:before{content:"󱌟"}.light .mdi-clipboard-pulse:before{content:"󰡝"}.light .mdi-clipboard-pulse-outline:before{content:"󰡞"}.light .mdi-clipboard-text:before{content:"󰅍"}.light .mdi-clipboard-text-multiple:before{content:"󱉫"}.light .mdi-clipboard-text-multiple-outline:before{content:"󱉬"}.light .mdi-clipboard-text-outline:before{content:"󰨸"}.light .mdi-clipboard-text-play:before{content:"󰱛"}.light .mdi-clipboard-text-play-outline:before{content:"󰱜"}.light .mdi-clippy:before{content:"󰅏"}.light .mdi-clock:before{content:"󰥔"}.light .mdi-clock-alert:before{content:"󰥕"}.light .mdi-clock-alert-outline:before{content:"󰗎"}.light .mdi-clock-check:before{content:"󰾨"}.light .mdi-clock-check-outline:before{content:"󰾩"}.light .mdi-clock-digital:before{content:"󰺗"}.light .mdi-clock-end:before{content:"󰅑"}.light .mdi-clock-fast:before{content:"󰅒"}.light .mdi-clock-in:before{content:"󰅓"}.light .mdi-clock-out:before{content:"󰅔"}.light .mdi-clock-outline:before{content:"󰅐"}.light .mdi-clock-start:before{content:"󰅕"}.light .mdi-close:before{content:"󰅖"}.light .mdi-close-box:before{content:"󰅗"}.light .mdi-close-box-multiple:before{content:"󰱝"}.light .mdi-close-box-multiple-outline:before{content:"󰱞"}.light .mdi-close-box-outline:before{content:"󰅘"}.light .mdi-close-circle:before{content:"󰅙"}.light .mdi-close-circle-multiple:before{content:"󰘪"}.light .mdi-close-circle-multiple-outline:before{content:"󰢃"}.light .mdi-close-circle-outline:before{content:"󰅚"}.light .mdi-close-network:before{content:"󰅛"}.light .mdi-close-network-outline:before{content:"󰱟"}.light .mdi-close-octagon:before{content:"󰅜"}.light .mdi-close-octagon-outline:before{content:"󰅝"}.light .mdi-close-outline:before{content:"󰛉"}.light .mdi-close-thick:before{content:"󱎘"}.light .mdi-closed-caption:before{content:"󰅞"}.light .mdi-closed-caption-outline:before{content:"󰶽"}.light .mdi-cloud:before{content:"󰅟"}.light .mdi-cloud-alert:before{content:"󰧠"}.light .mdi-cloud-braces:before{content:"󰞵"}.light .mdi-cloud-check:before{content:"󰅠"}.light .mdi-cloud-check-outline:before{content:"󱋌"}.light .mdi-cloud-circle:before{content:"󰅡"}.light .mdi-cloud-download:before{content:"󰅢"}.light .mdi-cloud-download-outline:before{content:"󰭽"}.light .mdi-cloud-lock:before{content:"󱇱"}.light .mdi-cloud-lock-outline:before{content:"󱇲"}.light .mdi-cloud-off-outline:before{content:"󰅤"}.light .mdi-cloud-outline:before{content:"󰅣"}.light .mdi-cloud-print:before{content:"󰅥"}.light .mdi-cloud-print-outline:before{content:"󰅦"}.light .mdi-cloud-question:before{content:"󰨹"}.light .mdi-cloud-refresh:before{content:"󰔪"}.light .mdi-cloud-search:before{content:"󰥖"}.light .mdi-cloud-search-outline:before{content:"󰥗"}.light .mdi-cloud-sync:before{content:"󰘿"}.light .mdi-cloud-sync-outline:before{content:"󱋖"}.light .mdi-cloud-tags:before{content:"󰞶"}.light .mdi-cloud-upload:before{content:"󰅧"}.light .mdi-cloud-upload-outline:before{content:"󰭾"}.light .mdi-clover:before{content:"󰠖"}.light .mdi-coach-lamp:before{content:"󱀠"}.light .mdi-coat-rack:before{content:"󱂞"}.light .mdi-code-array:before{content:"󰅨"}.light .mdi-code-braces:before{content:"󰅩"}.light .mdi-code-braces-box:before{content:"󱃖"}.light .mdi-code-brackets:before{content:"󰅪"}.light .mdi-code-equal:before{content:"󰅫"}.light .mdi-code-greater-than:before{content:"󰅬"}.light .mdi-code-greater-than-or-equal:before{content:"󰅭"}.light .mdi-code-json:before{content:"󰘦"}.light .mdi-code-less-than:before{content:"󰅮"}.light .mdi-code-less-than-or-equal:before{content:"󰅯"}.light .mdi-code-not-equal:before{content:"󰅰"}.light .mdi-code-not-equal-variant:before{content:"󰅱"}.light .mdi-code-parentheses:before{content:"󰅲"}.light .mdi-code-parentheses-box:before{content:"󱃗"}.light .mdi-code-string:before{content:"󰅳"}.light .mdi-code-tags:before{content:"󰅴"}.light .mdi-code-tags-check:before{content:"󰚔"}.light .mdi-codepen:before{content:"󰅵"}.light .mdi-coffee:before{content:"󰅶"}.light .mdi-coffee-maker:before{content:"󱂟"}.light .mdi-coffee-off:before{content:"󰾪"}.light .mdi-coffee-off-outline:before{content:"󰾫"}.light .mdi-coffee-outline:before{content:"󰛊"}.light .mdi-coffee-to-go:before{content:"󰅷"}.light .mdi-coffee-to-go-outline:before{content:"󱌎"}.light .mdi-coffin:before{content:"󰭿"}.light .mdi-cog:before{content:"󰒓"}.light .mdi-cog-box:before{content:"󰒔"}.light .mdi-cog-clockwise:before{content:"󱇝"}.light .mdi-cog-counterclockwise:before{content:"󱇞"}.light .mdi-cog-outline:before{content:"󰢻"}.light .mdi-cog-transfer:before{content:"󱁛"}.light .mdi-cog-transfer-outline:before{content:"󱁜"}.light .mdi-cogs:before{content:"󰣖"}.light .mdi-collage:before{content:"󰙀"}.light .mdi-collapse-all:before{content:"󰪦"}.light .mdi-collapse-all-outline:before{content:"󰪧"}.light .mdi-color-helper:before{content:"󰅹"}.light .mdi-comma:before{content:"󰸣"}.light .mdi-comma-box:before{content:"󰸫"}.light .mdi-comma-box-outline:before{content:"󰸤"}.light .mdi-comma-circle:before{content:"󰸥"}.light .mdi-comma-circle-outline:before{content:"󰸦"}.light .mdi-comment:before{content:"󰅺"}.light .mdi-comment-account:before{content:"󰅻"}.light .mdi-comment-account-outline:before{content:"󰅼"}.light .mdi-comment-alert:before{content:"󰅽"}.light .mdi-comment-alert-outline:before{content:"󰅾"}.light .mdi-comment-arrow-left:before{content:"󰧡"}.light .mdi-comment-arrow-left-outline:before{content:"󰧢"}.light .mdi-comment-arrow-right:before{content:"󰧣"}.light .mdi-comment-arrow-right-outline:before{content:"󰧤"}.light .mdi-comment-check:before{content:"󰅿"}.light .mdi-comment-check-outline:before{content:"󰆀"}.light .mdi-comment-edit:before{content:"󱆿"}.light .mdi-comment-edit-outline:before{content:"󱋄"}.light .mdi-comment-eye:before{content:"󰨺"}.light .mdi-comment-eye-outline:before{content:"󰨻"}.light .mdi-comment-multiple:before{content:"󰡟"}.light .mdi-comment-multiple-outline:before{content:"󰆁"}.light .mdi-comment-outline:before{content:"󰆂"}.light .mdi-comment-plus:before{content:"󰧥"}.light .mdi-comment-plus-outline:before{content:"󰆃"}.light .mdi-comment-processing:before{content:"󰆄"}.light .mdi-comment-processing-outline:before{content:"󰆅"}.light .mdi-comment-question:before{content:"󰠗"}.light .mdi-comment-question-outline:before{content:"󰆆"}.light .mdi-comment-quote:before{content:"󱀡"}.light .mdi-comment-quote-outline:before{content:"󱀢"}.light .mdi-comment-remove:before{content:"󰗞"}.light .mdi-comment-remove-outline:before{content:"󰆇"}.light .mdi-comment-search:before{content:"󰨼"}.light .mdi-comment-search-outline:before{content:"󰨽"}.light .mdi-comment-text:before{content:"󰆈"}.light .mdi-comment-text-multiple:before{content:"󰡠"}.light .mdi-comment-text-multiple-outline:before{content:"󰡡"}.light .mdi-comment-text-outline:before{content:"󰆉"}.light .mdi-compare:before{content:"󰆊"}.light .mdi-compass:before{content:"󰆋"}.light .mdi-compass-off:before{content:"󰮀"}.light .mdi-compass-off-outline:before{content:"󰮁"}.light .mdi-compass-outline:before{content:"󰆌"}.light .mdi-compass-rose:before{content:"󱎂"}.light .mdi-concourse-ci:before{content:"󱂠"}.light .mdi-console:before{content:"󰆍"}.light .mdi-console-line:before{content:"󰞷"}.light .mdi-console-network:before{content:"󰢩"}.light .mdi-console-network-outline:before{content:"󰱠"}.light .mdi-consolidate:before{content:"󱃘"}.light .mdi-contactless-payment:before{content:"󰵪"}.light .mdi-contactless-payment-circle:before{content:"󰌡"}.light .mdi-contactless-payment-circle-outline:before{content:"󰐈"}.light .mdi-contacts:before{content:"󰛋"}.light .mdi-contacts-outline:before{content:"󰖸"}.light .mdi-contain:before{content:"󰨾"}.light .mdi-contain-end:before{content:"󰨿"}.light .mdi-contain-start:before{content:"󰩀"}.light .mdi-content-copy:before{content:"󰆏"}.light .mdi-content-cut:before{content:"󰆐"}.light .mdi-content-duplicate:before{content:"󰆑"}.light .mdi-content-paste:before{content:"󰆒"}.light .mdi-content-save:before{content:"󰆓"}.light .mdi-content-save-alert:before{content:"󰽂"}.light .mdi-content-save-alert-outline:before{content:"󰽃"}.light .mdi-content-save-all:before{content:"󰆔"}.light .mdi-content-save-all-outline:before{content:"󰽄"}.light .mdi-content-save-edit:before{content:"󰳻"}.light .mdi-content-save-edit-outline:before{content:"󰳼"}.light .mdi-content-save-move:before{content:"󰸧"}.light .mdi-content-save-move-outline:before{content:"󰸨"}.light .mdi-content-save-outline:before{content:"󰠘"}.light .mdi-content-save-settings:before{content:"󰘛"}.light .mdi-content-save-settings-outline:before{content:"󰬮"}.light .mdi-contrast:before{content:"󰆕"}.light .mdi-contrast-box:before{content:"󰆖"}.light .mdi-contrast-circle:before{content:"󰆗"}.light .mdi-controller-classic:before{content:"󰮂"}.light .mdi-controller-classic-outline:before{content:"󰮃"}.light .mdi-cookie:before{content:"󰆘"}.light .mdi-coolant-temperature:before{content:"󰏈"}.light .mdi-copyright:before{content:"󰗦"}.light .mdi-cordova:before{content:"󰥘"}.light .mdi-corn:before{content:"󰞸"}.light .mdi-counter:before{content:"󰆙"}.light .mdi-cow:before{content:"󰆚"}.light .mdi-cpu-32-bit:before{content:"󰻟"}.light .mdi-cpu-64-bit:before{content:"󰻠"}.light .mdi-crane:before{content:"󰡢"}.light .mdi-creation:before{content:"󰙴"}.light .mdi-creative-commons:before{content:"󰵫"}.light .mdi-credit-card:before{content:"󰿯"}.light .mdi-credit-card-clock:before{content:"󰻡"}.light .mdi-credit-card-clock-outline:before{content:"󰻢"}.light .mdi-credit-card-marker:before{content:"󰚨"}.light .mdi-credit-card-marker-outline:before{content:"󰶾"}.light .mdi-credit-card-minus:before{content:"󰾬"}.light .mdi-credit-card-minus-outline:before{content:"󰾭"}.light .mdi-credit-card-multiple:before{content:"󰿰"}.light .mdi-credit-card-multiple-outline:before{content:"󰆜"}.light .mdi-credit-card-off:before{content:"󰿱"}.light .mdi-credit-card-off-outline:before{content:"󰗤"}.light .mdi-credit-card-outline:before{content:"󰆛"}.light .mdi-credit-card-plus:before{content:"󰿲"}.light .mdi-credit-card-plus-outline:before{content:"󰙶"}.light .mdi-credit-card-refund:before{content:"󰿳"}.light .mdi-credit-card-refund-outline:before{content:"󰪨"}.light .mdi-credit-card-remove:before{content:"󰾮"}.light .mdi-credit-card-remove-outline:before{content:"󰾯"}.light .mdi-credit-card-scan:before{content:"󰿴"}.light .mdi-credit-card-scan-outline:before{content:"󰆝"}.light .mdi-credit-card-settings:before{content:"󰿵"}.light .mdi-credit-card-settings-outline:before{content:"󰣗"}.light .mdi-credit-card-wireless:before{content:"󰠂"}.light .mdi-credit-card-wireless-off:before{content:"󰕺"}.light .mdi-credit-card-wireless-off-outline:before{content:"󰕻"}.light .mdi-credit-card-wireless-outline:before{content:"󰵬"}.light .mdi-cricket:before{content:"󰵭"}.light .mdi-crop:before{content:"󰆞"}.light .mdi-crop-free:before{content:"󰆟"}.light .mdi-crop-landscape:before{content:"󰆠"}.light .mdi-crop-portrait:before{content:"󰆡"}.light .mdi-crop-rotate:before{content:"󰚖"}.light .mdi-crop-square:before{content:"󰆢"}.light .mdi-crosshairs:before{content:"󰆣"}.light .mdi-crosshairs-gps:before{content:"󰆤"}.light .mdi-crosshairs-off:before{content:"󰽅"}.light .mdi-crosshairs-question:before{content:"󱄶"}.light .mdi-crown:before{content:"󰆥"}.light .mdi-crown-outline:before{content:"󱇐"}.light .mdi-cryengine:before{content:"󰥙"}.light .mdi-crystal-ball:before{content:"󰬯"}.light .mdi-cube:before{content:"󰆦"}.light .mdi-cube-outline:before{content:"󰆧"}.light .mdi-cube-scan:before{content:"󰮄"}.light .mdi-cube-send:before{content:"󰆨"}.light .mdi-cube-unfolded:before{content:"󰆩"}.light .mdi-cup:before{content:"󰆪"}.light .mdi-cup-off:before{content:"󰗥"}.light .mdi-cup-off-outline:before{content:"󱍽"}.light .mdi-cup-outline:before{content:"󱌏"}.light .mdi-cup-water:before{content:"󰆫"}.light .mdi-cupboard:before{content:"󰽆"}.light .mdi-cupboard-outline:before{content:"󰽇"}.light .mdi-cupcake:before{content:"󰥚"}.light .mdi-curling:before{content:"󰡣"}.light .mdi-currency-bdt:before{content:"󰡤"}.light .mdi-currency-brl:before{content:"󰮅"}.light .mdi-currency-btc:before{content:"󰆬"}.light .mdi-currency-cny:before{content:"󰞺"}.light .mdi-currency-eth:before{content:"󰞻"}.light .mdi-currency-eur:before{content:"󰆭"}.light .mdi-currency-eur-off:before{content:"󱌕"}.light .mdi-currency-gbp:before{content:"󰆮"}.light .mdi-currency-ils:before{content:"󰱡"}.light .mdi-currency-inr:before{content:"󰆯"}.light .mdi-currency-jpy:before{content:"󰞼"}.light .mdi-currency-krw:before{content:"󰞽"}.light .mdi-currency-kzt:before{content:"󰡥"}.light .mdi-currency-ngn:before{content:"󰆰"}.light .mdi-currency-php:before{content:"󰧦"}.light .mdi-currency-rial:before{content:"󰺜"}.light .mdi-currency-rub:before{content:"󰆱"}.light .mdi-currency-sign:before{content:"󰞾"}.light .mdi-currency-try:before{content:"󰆲"}.light .mdi-currency-twd:before{content:"󰞿"}.light .mdi-currency-usd:before{content:"󰇁"}.light .mdi-currency-usd-circle:before{content:"󱅫"}.light .mdi-currency-usd-circle-outline:before{content:"󰅸"}.light .mdi-currency-usd-off:before{content:"󰙺"}.light .mdi-current-ac:before{content:"󰥛"}.light .mdi-current-dc:before{content:"󰥜"}.light .mdi-cursor-default:before{content:"󰇀"}.light .mdi-cursor-default-click:before{content:"󰳽"}.light .mdi-cursor-default-click-outline:before{content:"󰳾"}.light .mdi-cursor-default-gesture:before{content:"󱄧"}.light .mdi-cursor-default-gesture-outline:before{content:"󱄨"}.light .mdi-cursor-default-outline:before{content:"󰆿"}.light .mdi-cursor-move:before{content:"󰆾"}.light .mdi-cursor-pointer:before{content:"󰆽"}.light .mdi-cursor-text:before{content:"󰗧"}.light .mdi-database:before{content:"󰆼"}.light .mdi-database-check:before{content:"󰪩"}.light .mdi-database-edit:before{content:"󰮆"}.light .mdi-database-export:before{content:"󰥞"}.light .mdi-database-import:before{content:"󰥝"}.light .mdi-database-lock:before{content:"󰪪"}.light .mdi-database-marker:before{content:"󱋶"}.light .mdi-database-minus:before{content:"󰆻"}.light .mdi-database-plus:before{content:"󰆺"}.light .mdi-database-refresh:before{content:"󰗂"}.light .mdi-database-remove:before{content:"󰴀"}.light .mdi-database-search:before{content:"󰡦"}.light .mdi-database-settings:before{content:"󰴁"}.light .mdi-database-sync:before{content:"󰳿"}.light .mdi-death-star:before{content:"󰣘"}.light .mdi-death-star-variant:before{content:"󰣙"}.light .mdi-deathly-hallows:before{content:"󰮇"}.light .mdi-debian:before{content:"󰣚"}.light .mdi-debug-step-into:before{content:"󰆹"}.light .mdi-debug-step-out:before{content:"󰆸"}.light .mdi-debug-step-over:before{content:"󰆷"}.light .mdi-decagram:before{content:"󰝬"}.light .mdi-decagram-outline:before{content:"󰝭"}.light .mdi-decimal:before{content:"󱂡"}.light .mdi-decimal-comma:before{content:"󱂢"}.light .mdi-decimal-comma-decrease:before{content:"󱂣"}.light .mdi-decimal-comma-increase:before{content:"󱂤"}.light .mdi-decimal-decrease:before{content:"󰆶"}.light .mdi-decimal-increase:before{content:"󰆵"}.light .mdi-delete:before{content:"󰆴"}.light .mdi-delete-alert:before{content:"󱂥"}.light .mdi-delete-alert-outline:before{content:"󱂦"}.light .mdi-delete-circle:before{content:"󰚃"}.light .mdi-delete-circle-outline:before{content:"󰮈"}.light .mdi-delete-empty:before{content:"󰛌"}.light .mdi-delete-empty-outline:before{content:"󰺝"}.light .mdi-delete-forever:before{content:"󰗨"}.light .mdi-delete-forever-outline:before{content:"󰮉"}.light .mdi-delete-off:before{content:"󱂧"}.light .mdi-delete-off-outline:before{content:"󱂨"}.light .mdi-delete-outline:before{content:"󰧧"}.light .mdi-delete-restore:before{content:"󰠙"}.light .mdi-delete-sweep:before{content:"󰗩"}.light .mdi-delete-sweep-outline:before{content:"󰱢"}.light .mdi-delete-variant:before{content:"󰆳"}.light .mdi-delta:before{content:"󰇂"}.light .mdi-desk:before{content:"󱈹"}.light .mdi-desk-lamp:before{content:"󰥟"}.light .mdi-deskphone:before{content:"󰇃"}.light .mdi-desktop-classic:before{content:"󰟀"}.light .mdi-desktop-mac:before{content:"󰇄"}.light .mdi-desktop-mac-dashboard:before{content:"󰧨"}.light .mdi-desktop-tower:before{content:"󰇅"}.light .mdi-desktop-tower-monitor:before{content:"󰪫"}.light .mdi-details:before{content:"󰇆"}.light .mdi-dev-to:before{content:"󰵮"}.light .mdi-developer-board:before{content:"󰚗"}.light .mdi-deviantart:before{content:"󰇇"}.light .mdi-devices:before{content:"󰾰"}.light .mdi-diabetes:before{content:"󱄦"}.light .mdi-dialpad:before{content:"󰘜"}.light .mdi-diameter:before{content:"󰱣"}.light .mdi-diameter-outline:before{content:"󰱤"}.light .mdi-diameter-variant:before{content:"󰱥"}.light .mdi-diamond:before{content:"󰮊"}.light .mdi-diamond-outline:before{content:"󰮋"}.light .mdi-diamond-stone:before{content:"󰇈"}.light .mdi-dice-1:before{content:"󰇊"}.light .mdi-dice-1-outline:before{content:"󱅊"}.light .mdi-dice-2:before{content:"󰇋"}.light .mdi-dice-2-outline:before{content:"󱅋"}.light .mdi-dice-3:before{content:"󰇌"}.light .mdi-dice-3-outline:before{content:"󱅌"}.light .mdi-dice-4:before{content:"󰇍"}.light .mdi-dice-4-outline:before{content:"󱅍"}.light .mdi-dice-5:before{content:"󰇎"}.light .mdi-dice-5-outline:before{content:"󱅎"}.light .mdi-dice-6:before{content:"󰇏"}.light .mdi-dice-6-outline:before{content:"󱅏"}.light .mdi-dice-d10:before{content:"󱅓"}.light .mdi-dice-d10-outline:before{content:"󰝯"}.light .mdi-dice-d12:before{content:"󱅔"}.light .mdi-dice-d12-outline:before{content:"󰡧"}.light .mdi-dice-d20:before{content:"󱅕"}.light .mdi-dice-d20-outline:before{content:"󰗪"}.light .mdi-dice-d4:before{content:"󱅐"}.light .mdi-dice-d4-outline:before{content:"󰗫"}.light .mdi-dice-d6:before{content:"󱅑"}.light .mdi-dice-d6-outline:before{content:"󰗭"}.light .mdi-dice-d8:before{content:"󱅒"}.light .mdi-dice-d8-outline:before{content:"󰗬"}.light .mdi-dice-multiple:before{content:"󰝮"}.light .mdi-dice-multiple-outline:before{content:"󱅖"}.light .mdi-digital-ocean:before{content:"󱈷"}.light .mdi-dip-switch:before{content:"󰟁"}.light .mdi-directions:before{content:"󰇐"}.light .mdi-directions-fork:before{content:"󰙁"}.light .mdi-disc:before{content:"󰗮"}.light .mdi-disc-alert:before{content:"󰇑"}.light .mdi-disc-player:before{content:"󰥠"}.light .mdi-discord:before{content:"󰙯"}.light .mdi-dishwasher:before{content:"󰪬"}.light .mdi-dishwasher-alert:before{content:"󱆸"}.light .mdi-dishwasher-off:before{content:"󱆹"}.light .mdi-disqus:before{content:"󰇒"}.light .mdi-distribute-horizontal-center:before{content:"󱇉"}.light .mdi-distribute-horizontal-left:before{content:"󱇈"}.light .mdi-distribute-horizontal-right:before{content:"󱇊"}.light .mdi-distribute-vertical-bottom:before{content:"󱇋"}.light .mdi-distribute-vertical-center:before{content:"󱇌"}.light .mdi-distribute-vertical-top:before{content:"󱇍"}.light .mdi-diving-flippers:before{content:"󰶿"}.light .mdi-diving-helmet:before{content:"󰷀"}.light .mdi-diving-scuba:before{content:"󰷁"}.light .mdi-diving-scuba-flag:before{content:"󰷂"}.light .mdi-diving-scuba-tank:before{content:"󰷃"}.light .mdi-diving-scuba-tank-multiple:before{content:"󰷄"}.light .mdi-diving-snorkel:before{content:"󰷅"}.light .mdi-division:before{content:"󰇔"}.light .mdi-division-box:before{content:"󰇕"}.light .mdi-dlna:before{content:"󰩁"}.light .mdi-dna:before{content:"󰚄"}.light .mdi-dns:before{content:"󰇖"}.light .mdi-dns-outline:before{content:"󰮌"}.light .mdi-do-not-disturb:before{content:"󰚘"}.light .mdi-do-not-disturb-off:before{content:"󰚙"}.light .mdi-dock-bottom:before{content:"󱂩"}.light .mdi-dock-left:before{content:"󱂪"}.light .mdi-dock-right:before{content:"󱂫"}.light .mdi-dock-window:before{content:"󱂬"}.light .mdi-docker:before{content:"󰡨"}.light .mdi-doctor:before{content:"󰩂"}.light .mdi-dog:before{content:"󰩃"}.light .mdi-dog-service:before{content:"󰪭"}.light .mdi-dog-side:before{content:"󰩄"}.light .mdi-dolby:before{content:"󰚳"}.light .mdi-dolly:before{content:"󰺞"}.light .mdi-domain:before{content:"󰇗"}.light .mdi-domain-off:before{content:"󰵯"}.light .mdi-domain-plus:before{content:"󱂭"}.light .mdi-domain-remove:before{content:"󱂮"}.light .mdi-domino-mask:before{content:"󱀣"}.light .mdi-donkey:before{content:"󰟂"}.light .mdi-door:before{content:"󰠚"}.light .mdi-door-closed:before{content:"󰠛"}.light .mdi-door-closed-lock:before{content:"󱂯"}.light .mdi-door-open:before{content:"󰠜"}.light .mdi-doorbell:before{content:"󱋦"}.light .mdi-doorbell-video:before{content:"󰡩"}.light .mdi-dot-net:before{content:"󰪮"}.light .mdi-dots-horizontal:before{content:"󰇘"}.light .mdi-dots-horizontal-circle:before{content:"󰟃"}.light .mdi-dots-horizontal-circle-outline:before{content:"󰮍"}.light .mdi-dots-vertical:before{content:"󰇙"}.light .mdi-dots-vertical-circle:before{content:"󰟄"}.light .mdi-dots-vertical-circle-outline:before{content:"󰮎"}.light .mdi-douban:before{content:"󰚚"}.light .mdi-download:before{content:"󰇚"}.light .mdi-download-lock:before{content:"󱌠"}.light .mdi-download-lock-outline:before{content:"󱌡"}.light .mdi-download-multiple:before{content:"󰧩"}.light .mdi-download-network:before{content:"󰛴"}.light .mdi-download-network-outline:before{content:"󰱦"}.light .mdi-download-off:before{content:"󱂰"}.light .mdi-download-off-outline:before{content:"󱂱"}.light .mdi-download-outline:before{content:"󰮏"}.light .mdi-drag:before{content:"󰇛"}.light .mdi-drag-horizontal:before{content:"󰇜"}.light .mdi-drag-horizontal-variant:before{content:"󱋰"}.light .mdi-drag-variant:before{content:"󰮐"}.light .mdi-drag-vertical:before{content:"󰇝"}.light .mdi-drag-vertical-variant:before{content:"󱋱"}.light .mdi-drama-masks:before{content:"󰴂"}.light .mdi-draw:before{content:"󰽉"}.light .mdi-drawing:before{content:"󰇞"}.light .mdi-drawing-box:before{content:"󰇟"}.light .mdi-dresser:before{content:"󰽊"}.light .mdi-dresser-outline:before{content:"󰽋"}.light .mdi-drone:before{content:"󰇢"}.light .mdi-dropbox:before{content:"󰇣"}.light .mdi-drupal:before{content:"󰇤"}.light .mdi-duck:before{content:"󰇥"}.light .mdi-dumbbell:before{content:"󰇦"}.light .mdi-dump-truck:before{content:"󰱧"}.light .mdi-ear-hearing:before{content:"󰟅"}.light .mdi-ear-hearing-off:before{content:"󰩅"}.light .mdi-earth:before{content:"󰇧"}.light .mdi-earth-arrow-right:before{content:"󱌑"}.light .mdi-earth-box:before{content:"󰛍"}.light .mdi-earth-box-off:before{content:"󰛎"}.light .mdi-earth-off:before{content:"󰇨"}.light .mdi-egg:before{content:"󰪯"}.light .mdi-egg-easter:before{content:"󰪰"}.light .mdi-eight-track:before{content:"󰧪"}.light .mdi-eject:before{content:"󰇪"}.light .mdi-eject-outline:before{content:"󰮑"}.light .mdi-electric-switch:before{content:"󰺟"}.light .mdi-electric-switch-closed:before{content:"󱃙"}.light .mdi-electron-framework:before{content:"󱀤"}.light .mdi-elephant:before{content:"󰟆"}.light .mdi-elevation-decline:before{content:"󰇫"}.light .mdi-elevation-rise:before{content:"󰇬"}.light .mdi-elevator:before{content:"󰇭"}.light .mdi-elevator-down:before{content:"󱋂"}.light .mdi-elevator-passenger:before{content:"󱎁"}.light .mdi-elevator-up:before{content:"󱋁"}.light .mdi-ellipse:before{content:"󰺠"}.light .mdi-ellipse-outline:before{content:"󰺡"}.light .mdi-email:before{content:"󰇮"}.light .mdi-email-alert:before{content:"󰛏"}.light .mdi-email-alert-outline:before{content:"󰵂"}.light .mdi-email-box:before{content:"󰴃"}.light .mdi-email-check:before{content:"󰪱"}.light .mdi-email-check-outline:before{content:"󰪲"}.light .mdi-email-edit:before{content:"󰻣"}.light .mdi-email-edit-outline:before{content:"󰻤"}.light .mdi-email-lock:before{content:"󰇱"}.light .mdi-email-mark-as-unread:before{content:"󰮒"}.light .mdi-email-minus:before{content:"󰻥"}.light .mdi-email-minus-outline:before{content:"󰻦"}.light .mdi-email-multiple:before{content:"󰻧"}.light .mdi-email-multiple-outline:before{content:"󰻨"}.light .mdi-email-newsletter:before{content:"󰾱"}.light .mdi-email-open:before{content:"󰇯"}.light .mdi-email-open-multiple:before{content:"󰻩"}.light .mdi-email-open-multiple-outline:before{content:"󰻪"}.light .mdi-email-open-outline:before{content:"󰗯"}.light .mdi-email-outline:before{content:"󰇰"}.light .mdi-email-plus:before{content:"󰧫"}.light .mdi-email-plus-outline:before{content:"󰧬"}.light .mdi-email-receive:before{content:"󱃚"}.light .mdi-email-receive-outline:before{content:"󱃛"}.light .mdi-email-search:before{content:"󰥡"}.light .mdi-email-search-outline:before{content:"󰥢"}.light .mdi-email-send:before{content:"󱃜"}.light .mdi-email-send-outline:before{content:"󱃝"}.light .mdi-email-sync:before{content:"󱋇"}.light .mdi-email-sync-outline:before{content:"󱋈"}.light .mdi-email-variant:before{content:"󰗰"}.light .mdi-ember:before{content:"󰬰"}.light .mdi-emby:before{content:"󰚴"}.light .mdi-emoticon:before{content:"󰱨"}.light .mdi-emoticon-angry:before{content:"󰱩"}.light .mdi-emoticon-angry-outline:before{content:"󰱪"}.light .mdi-emoticon-confused:before{content:"󱃞"}.light .mdi-emoticon-confused-outline:before{content:"󱃟"}.light .mdi-emoticon-cool:before{content:"󰱫"}.light .mdi-emoticon-cool-outline:before{content:"󰇳"}.light .mdi-emoticon-cry:before{content:"󰱬"}.light .mdi-emoticon-cry-outline:before{content:"󰱭"}.light .mdi-emoticon-dead:before{content:"󰱮"}.light .mdi-emoticon-dead-outline:before{content:"󰚛"}.light .mdi-emoticon-devil:before{content:"󰱯"}.light .mdi-emoticon-devil-outline:before{content:"󰇴"}.light .mdi-emoticon-excited:before{content:"󰱰"}.light .mdi-emoticon-excited-outline:before{content:"󰚜"}.light .mdi-emoticon-frown:before{content:"󰽌"}.light .mdi-emoticon-frown-outline:before{content:"󰽍"}.light .mdi-emoticon-happy:before{content:"󰱱"}.light .mdi-emoticon-happy-outline:before{content:"󰇵"}.light .mdi-emoticon-kiss:before{content:"󰱲"}.light .mdi-emoticon-kiss-outline:before{content:"󰱳"}.light .mdi-emoticon-lol:before{content:"󱈔"}.light .mdi-emoticon-lol-outline:before{content:"󱈕"}.light .mdi-emoticon-neutral:before{content:"󰱴"}.light .mdi-emoticon-neutral-outline:before{content:"󰇶"}.light .mdi-emoticon-outline:before{content:"󰇲"}.light .mdi-emoticon-poop:before{content:"󰇷"}.light .mdi-emoticon-poop-outline:before{content:"󰱵"}.light .mdi-emoticon-sad:before{content:"󰱶"}.light .mdi-emoticon-sad-outline:before{content:"󰇸"}.light .mdi-emoticon-tongue:before{content:"󰇹"}.light .mdi-emoticon-tongue-outline:before{content:"󰱷"}.light .mdi-emoticon-wink:before{content:"󰱸"}.light .mdi-emoticon-wink-outline:before{content:"󰱹"}.light .mdi-engine:before{content:"󰇺"}.light .mdi-engine-off:before{content:"󰩆"}.light .mdi-engine-off-outline:before{content:"󰩇"}.light .mdi-engine-outline:before{content:"󰇻"}.light .mdi-epsilon:before{content:"󱃠"}.light .mdi-equal:before{content:"󰇼"}.light .mdi-equal-box:before{content:"󰇽"}.light .mdi-equalizer:before{content:"󰺢"}.light .mdi-equalizer-outline:before{content:"󰺣"}.light .mdi-eraser:before{content:"󰇾"}.light .mdi-eraser-variant:before{content:"󰙂"}.light .mdi-escalator:before{content:"󰇿"}.light .mdi-escalator-box:before{content:"󱎙"}.light .mdi-escalator-down:before{content:"󱋀"}.light .mdi-escalator-up:before{content:"󱊿"}.light .mdi-eslint:before{content:"󰱺"}.light .mdi-et:before{content:"󰪳"}.light .mdi-ethereum:before{content:"󰡪"}.light .mdi-ethernet:before{content:"󰈀"}.light .mdi-ethernet-cable:before{content:"󰈁"}.light .mdi-ethernet-cable-off:before{content:"󰈂"}.light .mdi-ev-station:before{content:"󰗱"}.light .mdi-evernote:before{content:"󰈄"}.light .mdi-excavator:before{content:"󱀥"}.light .mdi-exclamation:before{content:"󰈅"}.light .mdi-exclamation-thick:before{content:"󱈸"}.light .mdi-exit-run:before{content:"󰩈"}.light .mdi-exit-to-app:before{content:"󰈆"}.light .mdi-expand-all:before{content:"󰪴"}.light .mdi-expand-all-outline:before{content:"󰪵"}.light .mdi-expansion-card:before{content:"󰢮"}.light .mdi-expansion-card-variant:before{content:"󰾲"}.light .mdi-exponent:before{content:"󰥣"}.light .mdi-exponent-box:before{content:"󰥤"}.light .mdi-export:before{content:"󰈇"}.light .mdi-export-variant:before{content:"󰮓"}.light .mdi-eye:before{content:"󰈈"}.light .mdi-eye-check:before{content:"󰴄"}.light .mdi-eye-check-outline:before{content:"󰴅"}.light .mdi-eye-circle:before{content:"󰮔"}.light .mdi-eye-circle-outline:before{content:"󰮕"}.light .mdi-eye-minus:before{content:"󱀦"}.light .mdi-eye-minus-outline:before{content:"󱀧"}.light .mdi-eye-off:before{content:"󰈉"}.light .mdi-eye-off-outline:before{content:"󰛑"}.light .mdi-eye-outline:before{content:"󰛐"}.light .mdi-eye-plus:before{content:"󰡫"}.light .mdi-eye-plus-outline:before{content:"󰡬"}.light .mdi-eye-settings:before{content:"󰡭"}.light .mdi-eye-settings-outline:before{content:"󰡮"}.light .mdi-eyedropper:before{content:"󰈊"}.light .mdi-eyedropper-variant:before{content:"󰈋"}.light .mdi-face:before{content:"󰙃"}.light .mdi-face-agent:before{content:"󰵰"}.light .mdi-face-outline:before{content:"󰮖"}.light .mdi-face-profile:before{content:"󰙄"}.light .mdi-face-profile-woman:before{content:"󱁶"}.light .mdi-face-recognition:before{content:"󰱻"}.light .mdi-face-woman:before{content:"󱁷"}.light .mdi-face-woman-outline:before{content:"󱁸"}.light .mdi-facebook:before{content:"󰈌"}.light .mdi-facebook-messenger:before{content:"󰈎"}.light .mdi-facebook-workplace:before{content:"󰬱"}.light .mdi-factory:before{content:"󰈏"}.light .mdi-fan:before{content:"󰈐"}.light .mdi-fan-off:before{content:"󰠝"}.light .mdi-fast-forward:before{content:"󰈑"}.light .mdi-fast-forward-10:before{content:"󰵱"}.light .mdi-fast-forward-30:before{content:"󰴆"}.light .mdi-fast-forward-5:before{content:"󱇸"}.light .mdi-fast-forward-outline:before{content:"󰛒"}.light .mdi-fax:before{content:"󰈒"}.light .mdi-feather:before{content:"󰛓"}.light .mdi-feature-search:before{content:"󰩉"}.light .mdi-feature-search-outline:before{content:"󰩊"}.light .mdi-fedora:before{content:"󰣛"}.light .mdi-ferris-wheel:before{content:"󰺤"}.light .mdi-ferry:before{content:"󰈓"}.light .mdi-file:before{content:"󰈔"}.light .mdi-file-account:before{content:"󰜻"}.light .mdi-file-account-outline:before{content:"󱀨"}.light .mdi-file-alert:before{content:"󰩋"}.light .mdi-file-alert-outline:before{content:"󰩌"}.light .mdi-file-cabinet:before{content:"󰪶"}.light .mdi-file-cad:before{content:"󰻫"}.light .mdi-file-cad-box:before{content:"󰻬"}.light .mdi-file-cancel:before{content:"󰷆"}.light .mdi-file-cancel-outline:before{content:"󰷇"}.light .mdi-file-certificate:before{content:"󱆆"}.light .mdi-file-certificate-outline:before{content:"󱆇"}.light .mdi-file-chart:before{content:"󰈕"}.light .mdi-file-chart-outline:before{content:"󱀩"}.light .mdi-file-check:before{content:"󰈖"}.light .mdi-file-check-outline:before{content:"󰸩"}.light .mdi-file-clock:before{content:"󱋡"}.light .mdi-file-clock-outline:before{content:"󱋢"}.light .mdi-file-cloud:before{content:"󰈗"}.light .mdi-file-cloud-outline:before{content:"󱀪"}.light .mdi-file-code:before{content:"󰈮"}.light .mdi-file-code-outline:before{content:"󱀫"}.light .mdi-file-cog:before{content:"󱁻"}.light .mdi-file-cog-outline:before{content:"󱁼"}.light .mdi-file-compare:before{content:"󰢪"}.light .mdi-file-delimited:before{content:"󰈘"}.light .mdi-file-delimited-outline:before{content:"󰺥"}.light .mdi-file-document:before{content:"󰈙"}.light .mdi-file-document-edit:before{content:"󰷈"}.light .mdi-file-document-edit-outline:before{content:"󰷉"}.light .mdi-file-document-outline:before{content:"󰧮"}.light .mdi-file-download:before{content:"󰥥"}.light .mdi-file-download-outline:before{content:"󰥦"}.light .mdi-file-edit:before{content:"󱇧"}.light .mdi-file-edit-outline:before{content:"󱇨"}.light .mdi-file-excel:before{content:"󰈛"}.light .mdi-file-excel-box:before{content:"󰈜"}.light .mdi-file-excel-box-outline:before{content:"󱀬"}.light .mdi-file-excel-outline:before{content:"󱀭"}.light .mdi-file-export:before{content:"󰈝"}.light .mdi-file-export-outline:before{content:"󱀮"}.light .mdi-file-eye:before{content:"󰷊"}.light .mdi-file-eye-outline:before{content:"󰷋"}.light .mdi-file-find:before{content:"󰈞"}.light .mdi-file-find-outline:before{content:"󰮗"}.light .mdi-file-hidden:before{content:"󰘓"}.light .mdi-file-image:before{content:"󰈟"}.light .mdi-file-image-outline:before{content:"󰺰"}.light .mdi-file-import:before{content:"󰈠"}.light .mdi-file-import-outline:before{content:"󱀯"}.light .mdi-file-key:before{content:"󱆄"}.light .mdi-file-key-outline:before{content:"󱆅"}.light .mdi-file-link:before{content:"󱅷"}.light .mdi-file-link-outline:before{content:"󱅸"}.light .mdi-file-lock:before{content:"󰈡"}.light .mdi-file-lock-outline:before{content:"󱀰"}.light .mdi-file-move:before{content:"󰪹"}.light .mdi-file-move-outline:before{content:"󱀱"}.light .mdi-file-multiple:before{content:"󰈢"}.light .mdi-file-multiple-outline:before{content:"󱀲"}.light .mdi-file-music:before{content:"󰈣"}.light .mdi-file-music-outline:before{content:"󰸪"}.light .mdi-file-outline:before{content:"󰈤"}.light .mdi-file-pdf:before{content:"󰈥"}.light .mdi-file-pdf-box:before{content:"󰈦"}.light .mdi-file-pdf-box-outline:before{content:"󰾳"}.light .mdi-file-pdf-outline:before{content:"󰸭"}.light .mdi-file-percent:before{content:"󰠞"}.light .mdi-file-percent-outline:before{content:"󱀳"}.light .mdi-file-phone:before{content:"󱅹"}.light .mdi-file-phone-outline:before{content:"󱅺"}.light .mdi-file-plus:before{content:"󰝒"}.light .mdi-file-plus-outline:before{content:"󰻭"}.light .mdi-file-powerpoint:before{content:"󰈧"}.light .mdi-file-powerpoint-box:before{content:"󰈨"}.light .mdi-file-powerpoint-box-outline:before{content:"󱀴"}.light .mdi-file-powerpoint-outline:before{content:"󱀵"}.light .mdi-file-presentation-box:before{content:"󰈩"}.light .mdi-file-question:before{content:"󰡯"}.light .mdi-file-question-outline:before{content:"󱀶"}.light .mdi-file-refresh:before{content:"󰤘"}.light .mdi-file-refresh-outline:before{content:"󰕁"}.light .mdi-file-remove:before{content:"󰮘"}.light .mdi-file-remove-outline:before{content:"󱀷"}.light .mdi-file-replace:before{content:"󰬲"}.light .mdi-file-replace-outline:before{content:"󰬳"}.light .mdi-file-restore:before{content:"󰙰"}.light .mdi-file-restore-outline:before{content:"󱀸"}.light .mdi-file-search:before{content:"󰱼"}.light .mdi-file-search-outline:before{content:"󰱽"}.light .mdi-file-send:before{content:"󰈪"}.light .mdi-file-send-outline:before{content:"󱀹"}.light .mdi-file-settings:before{content:"󱁹"}.light .mdi-file-settings-outline:before{content:"󱁺"}.light .mdi-file-star:before{content:"󱀺"}.light .mdi-file-star-outline:before{content:"󱀻"}.light .mdi-file-swap:before{content:"󰾴"}.light .mdi-file-swap-outline:before{content:"󰾵"}.light .mdi-file-sync:before{content:"󱈖"}.light .mdi-file-sync-outline:before{content:"󱈗"}.light .mdi-file-table:before{content:"󰱾"}.light .mdi-file-table-box:before{content:"󱃡"}.light .mdi-file-table-box-multiple:before{content:"󱃢"}.light .mdi-file-table-box-multiple-outline:before{content:"󱃣"}.light .mdi-file-table-box-outline:before{content:"󱃤"}.light .mdi-file-table-outline:before{content:"󰱿"}.light .mdi-file-tree:before{content:"󰙅"}.light .mdi-file-undo:before{content:"󰣜"}.light .mdi-file-undo-outline:before{content:"󱀼"}.light .mdi-file-upload:before{content:"󰩍"}.light .mdi-file-upload-outline:before{content:"󰩎"}.light .mdi-file-video:before{content:"󰈫"}.light .mdi-file-video-outline:before{content:"󰸬"}.light .mdi-file-word:before{content:"󰈬"}.light .mdi-file-word-box:before{content:"󰈭"}.light .mdi-file-word-box-outline:before{content:"󱀽"}.light .mdi-file-word-outline:before{content:"󱀾"}.light .mdi-film:before{content:"󰈯"}.light .mdi-filmstrip:before{content:"󰈰"}.light .mdi-filmstrip-box:before{content:"󰌲"}.light .mdi-filmstrip-box-multiple:before{content:"󰴘"}.light .mdi-filmstrip-off:before{content:"󰈱"}.light .mdi-filter:before{content:"󰈲"}.light .mdi-filter-menu:before{content:"󱃥"}.light .mdi-filter-menu-outline:before{content:"󱃦"}.light .mdi-filter-minus:before{content:"󰻮"}.light .mdi-filter-minus-outline:before{content:"󰻯"}.light .mdi-filter-outline:before{content:"󰈳"}.light .mdi-filter-plus:before{content:"󰻰"}.light .mdi-filter-plus-outline:before{content:"󰻱"}.light .mdi-filter-remove:before{content:"󰈴"}.light .mdi-filter-remove-outline:before{content:"󰈵"}.light .mdi-filter-variant:before{content:"󰈶"}.light .mdi-filter-variant-minus:before{content:"󱄒"}.light .mdi-filter-variant-plus:before{content:"󱄓"}.light .mdi-filter-variant-remove:before{content:"󱀿"}.light .mdi-finance:before{content:"󰠟"}.light .mdi-find-replace:before{content:"󰛔"}.light .mdi-fingerprint:before{content:"󰈷"}.light .mdi-fingerprint-off:before{content:"󰺱"}.light .mdi-fire:before{content:"󰈸"}.light .mdi-fire-extinguisher:before{content:"󰻲"}.light .mdi-fire-hydrant:before{content:"󱄷"}.light .mdi-fire-hydrant-alert:before{content:"󱄸"}.light .mdi-fire-hydrant-off:before{content:"󱄹"}.light .mdi-fire-truck:before{content:"󰢫"}.light .mdi-firebase:before{content:"󰥧"}.light .mdi-firefox:before{content:"󰈹"}.light .mdi-fireplace:before{content:"󰸮"}.light .mdi-fireplace-off:before{content:"󰸯"}.light .mdi-firework:before{content:"󰸰"}.light .mdi-fish:before{content:"󰈺"}.light .mdi-fishbowl:before{content:"󰻳"}.light .mdi-fishbowl-outline:before{content:"󰻴"}.light .mdi-fit-to-page:before{content:"󰻵"}.light .mdi-fit-to-page-outline:before{content:"󰻶"}.light .mdi-flag:before{content:"󰈻"}.light .mdi-flag-checkered:before{content:"󰈼"}.light .mdi-flag-minus:before{content:"󰮙"}.light .mdi-flag-minus-outline:before{content:"󱂲"}.light .mdi-flag-outline:before{content:"󰈽"}.light .mdi-flag-plus:before{content:"󰮚"}.light .mdi-flag-plus-outline:before{content:"󱂳"}.light .mdi-flag-remove:before{content:"󰮛"}.light .mdi-flag-remove-outline:before{content:"󱂴"}.light .mdi-flag-triangle:before{content:"󰈿"}.light .mdi-flag-variant:before{content:"󰉀"}.light .mdi-flag-variant-outline:before{content:"󰈾"}.light .mdi-flare:before{content:"󰵲"}.light .mdi-flash:before{content:"󰉁"}.light .mdi-flash-alert:before{content:"󰻷"}.light .mdi-flash-alert-outline:before{content:"󰻸"}.light .mdi-flash-auto:before{content:"󰉂"}.light .mdi-flash-circle:before{content:"󰠠"}.light .mdi-flash-off:before{content:"󰉃"}.light .mdi-flash-outline:before{content:"󰛕"}.light .mdi-flash-red-eye:before{content:"󰙻"}.light .mdi-flashlight:before{content:"󰉄"}.light .mdi-flashlight-off:before{content:"󰉅"}.light .mdi-flask:before{content:"󰂓"}.light .mdi-flask-empty:before{content:"󰂔"}.light .mdi-flask-empty-minus:before{content:"󱈺"}.light .mdi-flask-empty-minus-outline:before{content:"󱈻"}.light .mdi-flask-empty-outline:before{content:"󰂕"}.light .mdi-flask-empty-plus:before{content:"󱈼"}.light .mdi-flask-empty-plus-outline:before{content:"󱈽"}.light .mdi-flask-empty-remove:before{content:"󱈾"}.light .mdi-flask-empty-remove-outline:before{content:"󱈿"}.light .mdi-flask-minus:before{content:"󱉀"}.light .mdi-flask-minus-outline:before{content:"󱉁"}.light .mdi-flask-outline:before{content:"󰂖"}.light .mdi-flask-plus:before{content:"󱉂"}.light .mdi-flask-plus-outline:before{content:"󱉃"}.light .mdi-flask-remove:before{content:"󱉄"}.light .mdi-flask-remove-outline:before{content:"󱉅"}.light .mdi-flask-round-bottom:before{content:"󱉋"}.light .mdi-flask-round-bottom-empty:before{content:"󱉌"}.light .mdi-flask-round-bottom-empty-outline:before{content:"󱉍"}.light .mdi-flask-round-bottom-outline:before{content:"󱉎"}.light .mdi-fleur-de-lis:before{content:"󱌃"}.light .mdi-flip-horizontal:before{content:"󱃧"}.light .mdi-flip-to-back:before{content:"󰉇"}.light .mdi-flip-to-front:before{content:"󰉈"}.light .mdi-flip-vertical:before{content:"󱃨"}.light .mdi-floor-lamp:before{content:"󰣝"}.light .mdi-floor-lamp-dual:before{content:"󱁀"}.light .mdi-floor-lamp-variant:before{content:"󱁁"}.light .mdi-floor-plan:before{content:"󰠡"}.light .mdi-floppy:before{content:"󰉉"}.light .mdi-floppy-variant:before{content:"󰧯"}.light .mdi-flower:before{content:"󰉊"}.light .mdi-flower-outline:before{content:"󰧰"}.light .mdi-flower-poppy:before{content:"󰴈"}.light .mdi-flower-tulip:before{content:"󰧱"}.light .mdi-flower-tulip-outline:before{content:"󰧲"}.light .mdi-focus-auto:before{content:"󰽎"}.light .mdi-focus-field:before{content:"󰽏"}.light .mdi-focus-field-horizontal:before{content:"󰽐"}.light .mdi-focus-field-vertical:before{content:"󰽑"}.light .mdi-folder:before{content:"󰉋"}.light .mdi-folder-account:before{content:"󰉌"}.light .mdi-folder-account-outline:before{content:"󰮜"}.light .mdi-folder-alert:before{content:"󰷌"}.light .mdi-folder-alert-outline:before{content:"󰷍"}.light .mdi-folder-clock:before{content:"󰪺"}.light .mdi-folder-clock-outline:before{content:"󰪻"}.light .mdi-folder-cog:before{content:"󱁿"}.light .mdi-folder-cog-outline:before{content:"󱂀"}.light .mdi-folder-download:before{content:"󰉍"}.light .mdi-folder-download-outline:before{content:"󱃩"}.light .mdi-folder-edit:before{content:"󰣞"}.light .mdi-folder-edit-outline:before{content:"󰷎"}.light .mdi-folder-google-drive:before{content:"󰉎"}.light .mdi-folder-heart:before{content:"󱃪"}.light .mdi-folder-heart-outline:before{content:"󱃫"}.light .mdi-folder-home:before{content:"󱂵"}.light .mdi-folder-home-outline:before{content:"󱂶"}.light .mdi-folder-image:before{content:"󰉏"}.light .mdi-folder-information:before{content:"󱂷"}.light .mdi-folder-information-outline:before{content:"󱂸"}.light .mdi-folder-key:before{content:"󰢬"}.light .mdi-folder-key-network:before{content:"󰢭"}.light .mdi-folder-key-network-outline:before{content:"󰲀"}.light .mdi-folder-key-outline:before{content:"󱃬"}.light .mdi-folder-lock:before{content:"󰉐"}.light .mdi-folder-lock-open:before{content:"󰉑"}.light .mdi-folder-marker:before{content:"󱉭"}.light .mdi-folder-marker-outline:before{content:"󱉮"}.light .mdi-folder-move:before{content:"󰉒"}.light .mdi-folder-move-outline:before{content:"󱉆"}.light .mdi-folder-multiple:before{content:"󰉓"}.light .mdi-folder-multiple-image:before{content:"󰉔"}.light .mdi-folder-multiple-outline:before{content:"󰉕"}.light .mdi-folder-music:before{content:"󱍙"}.light .mdi-folder-music-outline:before{content:"󱍚"}.light .mdi-folder-network:before{content:"󰡰"}.light .mdi-folder-network-outline:before{content:"󰲁"}.light .mdi-folder-open:before{content:"󰝰"}.light .mdi-folder-open-outline:before{content:"󰷏"}.light .mdi-folder-outline:before{content:"󰉖"}.light .mdi-folder-plus:before{content:"󰉗"}.light .mdi-folder-plus-outline:before{content:"󰮝"}.light .mdi-folder-pound:before{content:"󰴉"}.light .mdi-folder-pound-outline:before{content:"󰴊"}.light .mdi-folder-refresh:before{content:"󰝉"}.light .mdi-folder-refresh-outline:before{content:"󰕂"}.light .mdi-folder-remove:before{content:"󰉘"}.light .mdi-folder-remove-outline:before{content:"󰮞"}.light .mdi-folder-search:before{content:"󰥨"}.light .mdi-folder-search-outline:before{content:"󰥩"}.light .mdi-folder-settings:before{content:"󱁽"}.light .mdi-folder-settings-outline:before{content:"󱁾"}.light .mdi-folder-star:before{content:"󰚝"}.light .mdi-folder-star-outline:before{content:"󰮟"}.light .mdi-folder-swap:before{content:"󰾶"}.light .mdi-folder-swap-outline:before{content:"󰾷"}.light .mdi-folder-sync:before{content:"󰴋"}.light .mdi-folder-sync-outline:before{content:"󰴌"}.light .mdi-folder-table:before{content:"󱋣"}.light .mdi-folder-table-outline:before{content:"󱋤"}.light .mdi-folder-text:before{content:"󰲂"}.light .mdi-folder-text-outline:before{content:"󰲃"}.light .mdi-folder-upload:before{content:"󰉙"}.light .mdi-folder-upload-outline:before{content:"󱃭"}.light .mdi-folder-zip:before{content:"󰛫"}.light .mdi-folder-zip-outline:before{content:"󰞹"}.light .mdi-font-awesome:before{content:"󰀺"}.light .mdi-food:before{content:"󰉚"}.light .mdi-food-apple:before{content:"󰉛"}.light .mdi-food-apple-outline:before{content:"󰲄"}.light .mdi-food-croissant:before{content:"󰟈"}.light .mdi-food-fork-drink:before{content:"󰗲"}.light .mdi-food-off:before{content:"󰗳"}.light .mdi-food-variant:before{content:"󰉜"}.light .mdi-foot-print:before{content:"󰽒"}.light .mdi-football:before{content:"󰉝"}.light .mdi-football-australian:before{content:"󰉞"}.light .mdi-football-helmet:before{content:"󰉟"}.light .mdi-forklift:before{content:"󰟉"}.light .mdi-format-align-bottom:before{content:"󰝓"}.light .mdi-format-align-center:before{content:"󰉠"}.light .mdi-format-align-justify:before{content:"󰉡"}.light .mdi-format-align-left:before{content:"󰉢"}.light .mdi-format-align-middle:before{content:"󰝔"}.light .mdi-format-align-right:before{content:"󰉣"}.light .mdi-format-align-top:before{content:"󰝕"}.light .mdi-format-annotation-minus:before{content:"󰪼"}.light .mdi-format-annotation-plus:before{content:"󰙆"}.light .mdi-format-bold:before{content:"󰉤"}.light .mdi-format-clear:before{content:"󰉥"}.light .mdi-format-color-fill:before{content:"󰉦"}.light .mdi-format-color-highlight:before{content:"󰸱"}.light .mdi-format-color-marker-cancel:before{content:"󱌓"}.light .mdi-format-color-text:before{content:"󰚞"}.light .mdi-format-columns:before{content:"󰣟"}.light .mdi-format-float-center:before{content:"󰉧"}.light .mdi-format-float-left:before{content:"󰉨"}.light .mdi-format-float-none:before{content:"󰉩"}.light .mdi-format-float-right:before{content:"󰉪"}.light .mdi-format-font:before{content:"󰛖"}.light .mdi-format-font-size-decrease:before{content:"󰧳"}.light .mdi-format-font-size-increase:before{content:"󰧴"}.light .mdi-format-header-1:before{content:"󰉫"}.light .mdi-format-header-2:before{content:"󰉬"}.light .mdi-format-header-3:before{content:"󰉭"}.light .mdi-format-header-4:before{content:"󰉮"}.light .mdi-format-header-5:before{content:"󰉯"}.light .mdi-format-header-6:before{content:"󰉰"}.light .mdi-format-header-decrease:before{content:"󰉱"}.light .mdi-format-header-equal:before{content:"󰉲"}.light .mdi-format-header-increase:before{content:"󰉳"}.light .mdi-format-header-pound:before{content:"󰉴"}.light .mdi-format-horizontal-align-center:before{content:"󰘞"}.light .mdi-format-horizontal-align-left:before{content:"󰘟"}.light .mdi-format-horizontal-align-right:before{content:"󰘠"}.light .mdi-format-indent-decrease:before{content:"󰉵"}.light .mdi-format-indent-increase:before{content:"󰉶"}.light .mdi-format-italic:before{content:"󰉷"}.light .mdi-format-letter-case:before{content:"󰬴"}.light .mdi-format-letter-case-lower:before{content:"󰬵"}.light .mdi-format-letter-case-upper:before{content:"󰬶"}.light .mdi-format-letter-ends-with:before{content:"󰾸"}.light .mdi-format-letter-matches:before{content:"󰾹"}.light .mdi-format-letter-starts-with:before{content:"󰾺"}.light .mdi-format-line-spacing:before{content:"󰉸"}.light .mdi-format-line-style:before{content:"󰗈"}.light .mdi-format-line-weight:before{content:"󰗉"}.light .mdi-format-list-bulleted:before{content:"󰉹"}.light .mdi-format-list-bulleted-square:before{content:"󰷐"}.light .mdi-format-list-bulleted-triangle:before{content:"󰺲"}.light .mdi-format-list-bulleted-type:before{content:"󰉺"}.light .mdi-format-list-checkbox:before{content:"󰥪"}.light .mdi-format-list-checks:before{content:"󰝖"}.light .mdi-format-list-numbered:before{content:"󰉻"}.light .mdi-format-list-numbered-rtl:before{content:"󰴍"}.light .mdi-format-list-text:before{content:"󱉯"}.light .mdi-format-overline:before{content:"󰺳"}.light .mdi-format-page-break:before{content:"󰛗"}.light .mdi-format-paint:before{content:"󰉼"}.light .mdi-format-paragraph:before{content:"󰉽"}.light .mdi-format-pilcrow:before{content:"󰛘"}.light .mdi-format-quote-close:before{content:"󰉾"}.light .mdi-format-quote-close-outline:before{content:"󱆨"}.light .mdi-format-quote-open:before{content:"󰝗"}.light .mdi-format-quote-open-outline:before{content:"󱆧"}.light .mdi-format-rotate-90:before{content:"󰚪"}.light .mdi-format-section:before{content:"󰚟"}.light .mdi-format-size:before{content:"󰉿"}.light .mdi-format-strikethrough:before{content:"󰊀"}.light .mdi-format-strikethrough-variant:before{content:"󰊁"}.light .mdi-format-subscript:before{content:"󰊂"}.light .mdi-format-superscript:before{content:"󰊃"}.light .mdi-format-text:before{content:"󰊄"}.light .mdi-format-text-rotation-angle-down:before{content:"󰾻"}.light .mdi-format-text-rotation-angle-up:before{content:"󰾼"}.light .mdi-format-text-rotation-down:before{content:"󰵳"}.light .mdi-format-text-rotation-down-vertical:before{content:"󰾽"}.light .mdi-format-text-rotation-none:before{content:"󰵴"}.light .mdi-format-text-rotation-up:before{content:"󰾾"}.light .mdi-format-text-rotation-vertical:before{content:"󰾿"}.light .mdi-format-text-variant:before{content:"󰸲"}.light .mdi-format-text-wrapping-clip:before{content:"󰴎"}.light .mdi-format-text-wrapping-overflow:before{content:"󰴏"}.light .mdi-format-text-wrapping-wrap:before{content:"󰴐"}.light .mdi-format-textbox:before{content:"󰴑"}.light .mdi-format-textdirection-l-to-r:before{content:"󰊅"}.light .mdi-format-textdirection-r-to-l:before{content:"󰊆"}.light .mdi-format-title:before{content:"󰗴"}.light .mdi-format-underline:before{content:"󰊇"}.light .mdi-format-vertical-align-bottom:before{content:"󰘡"}.light .mdi-format-vertical-align-center:before{content:"󰘢"}.light .mdi-format-vertical-align-top:before{content:"󰘣"}.light .mdi-format-wrap-inline:before{content:"󰊈"}.light .mdi-format-wrap-square:before{content:"󰊉"}.light .mdi-format-wrap-tight:before{content:"󰊊"}.light .mdi-format-wrap-top-bottom:before{content:"󰊋"}.light .mdi-forum:before{content:"󰊌"}.light .mdi-forum-outline:before{content:"󰠢"}.light .mdi-forward:before{content:"󰊍"}.light .mdi-forwardburger:before{content:"󰵵"}.light .mdi-fountain:before{content:"󰥫"}.light .mdi-fountain-pen:before{content:"󰴒"}.light .mdi-fountain-pen-tip:before{content:"󰴓"}.light .mdi-freebsd:before{content:"󰣠"}.light .mdi-frequently-asked-questions:before{content:"󰺴"}.light .mdi-fridge:before{content:"󰊐"}.light .mdi-fridge-alert:before{content:"󱆱"}.light .mdi-fridge-alert-outline:before{content:"󱆲"}.light .mdi-fridge-bottom:before{content:"󰊒"}.light .mdi-fridge-off:before{content:"󱆯"}.light .mdi-fridge-off-outline:before{content:"󱆰"}.light .mdi-fridge-outline:before{content:"󰊏"}.light .mdi-fridge-top:before{content:"󰊑"}.light .mdi-fruit-cherries:before{content:"󱁂"}.light .mdi-fruit-citrus:before{content:"󱁃"}.light .mdi-fruit-grapes:before{content:"󱁄"}.light .mdi-fruit-grapes-outline:before{content:"󱁅"}.light .mdi-fruit-pineapple:before{content:"󱁆"}.light .mdi-fruit-watermelon:before{content:"󱁇"}.light .mdi-fuel:before{content:"󰟊"}.light .mdi-fullscreen:before{content:"󰊓"}.light .mdi-fullscreen-exit:before{content:"󰊔"}.light .mdi-function:before{content:"󰊕"}.light .mdi-function-variant:before{content:"󰡱"}.light .mdi-furigana-horizontal:before{content:"󱂁"}.light .mdi-furigana-vertical:before{content:"󱂂"}.light .mdi-fuse:before{content:"󰲅"}.light .mdi-fuse-blade:before{content:"󰲆"}.light .mdi-gamepad:before{content:"󰊖"}.light .mdi-gamepad-circle:before{content:"󰸳"}.light .mdi-gamepad-circle-down:before{content:"󰸴"}.light .mdi-gamepad-circle-left:before{content:"󰸵"}.light .mdi-gamepad-circle-outline:before{content:"󰸶"}.light .mdi-gamepad-circle-right:before{content:"󰸷"}.light .mdi-gamepad-circle-up:before{content:"󰸸"}.light .mdi-gamepad-down:before{content:"󰸹"}.light .mdi-gamepad-left:before{content:"󰸺"}.light .mdi-gamepad-right:before{content:"󰸻"}.light .mdi-gamepad-round:before{content:"󰸼"}.light .mdi-gamepad-round-down:before{content:"󰸽"}.light .mdi-gamepad-round-left:before{content:"󰸾"}.light .mdi-gamepad-round-outline:before{content:"󰸿"}.light .mdi-gamepad-round-right:before{content:"󰹀"}.light .mdi-gamepad-round-up:before{content:"󰹁"}.light .mdi-gamepad-square:before{content:"󰺵"}.light .mdi-gamepad-square-outline:before{content:"󰺶"}.light .mdi-gamepad-up:before{content:"󰹂"}.light .mdi-gamepad-variant:before{content:"󰊗"}.light .mdi-gamepad-variant-outline:before{content:"󰺷"}.light .mdi-gamma:before{content:"󱃮"}.light .mdi-gantry-crane:before{content:"󰷑"}.light .mdi-garage:before{content:"󰛙"}.light .mdi-garage-alert:before{content:"󰡲"}.light .mdi-garage-alert-variant:before{content:"󱋕"}.light .mdi-garage-open:before{content:"󰛚"}.light .mdi-garage-open-variant:before{content:"󱋔"}.light .mdi-garage-variant:before{content:"󱋓"}.light .mdi-gas-cylinder:before{content:"󰙇"}.light .mdi-gas-station:before{content:"󰊘"}.light .mdi-gas-station-outline:before{content:"󰺸"}.light .mdi-gate:before{content:"󰊙"}.light .mdi-gate-and:before{content:"󰣡"}.light .mdi-gate-arrow-right:before{content:"󱅩"}.light .mdi-gate-nand:before{content:"󰣢"}.light .mdi-gate-nor:before{content:"󰣣"}.light .mdi-gate-not:before{content:"󰣤"}.light .mdi-gate-open:before{content:"󱅪"}.light .mdi-gate-or:before{content:"󰣥"}.light .mdi-gate-xnor:before{content:"󰣦"}.light .mdi-gate-xor:before{content:"󰣧"}.light .mdi-gatsby:before{content:"󰹃"}.light .mdi-gauge:before{content:"󰊚"}.light .mdi-gauge-empty:before{content:"󰡳"}.light .mdi-gauge-full:before{content:"󰡴"}.light .mdi-gauge-low:before{content:"󰡵"}.light .mdi-gavel:before{content:"󰊛"}.light .mdi-gender-female:before{content:"󰊜"}.light .mdi-gender-male:before{content:"󰊝"}.light .mdi-gender-male-female:before{content:"󰊞"}.light .mdi-gender-male-female-variant:before{content:"󱄿"}.light .mdi-gender-non-binary:before{content:"󱅀"}.light .mdi-gender-transgender:before{content:"󰊟"}.light .mdi-gentoo:before{content:"󰣨"}.light .mdi-gesture:before{content:"󰟋"}.light .mdi-gesture-double-tap:before{content:"󰜼"}.light .mdi-gesture-pinch:before{content:"󰪽"}.light .mdi-gesture-spread:before{content:"󰪾"}.light .mdi-gesture-swipe:before{content:"󰵶"}.light .mdi-gesture-swipe-down:before{content:"󰜽"}.light .mdi-gesture-swipe-horizontal:before{content:"󰪿"}.light .mdi-gesture-swipe-left:before{content:"󰜾"}.light .mdi-gesture-swipe-right:before{content:"󰜿"}.light .mdi-gesture-swipe-up:before{content:"󰝀"}.light .mdi-gesture-swipe-vertical:before{content:"󰫀"}.light .mdi-gesture-tap:before{content:"󰝁"}.light .mdi-gesture-tap-box:before{content:"󱊩"}.light .mdi-gesture-tap-button:before{content:"󱊨"}.light .mdi-gesture-tap-hold:before{content:"󰵷"}.light .mdi-gesture-two-double-tap:before{content:"󰝂"}.light .mdi-gesture-two-tap:before{content:"󰝃"}.light .mdi-ghost:before{content:"󰊠"}.light .mdi-ghost-off:before{content:"󰧵"}.light .mdi-gif:before{content:"󰵸"}.light .mdi-gift:before{content:"󰹄"}.light .mdi-gift-outline:before{content:"󰊡"}.light .mdi-git:before{content:"󰊢"}.light .mdi-github:before{content:"󰊤"}.light .mdi-gitlab:before{content:"󰮠"}.light .mdi-glass-cocktail:before{content:"󰍖"}.light .mdi-glass-flute:before{content:"󰊥"}.light .mdi-glass-mug:before{content:"󰊦"}.light .mdi-glass-mug-variant:before{content:"󱄖"}.light .mdi-glass-pint-outline:before{content:"󱌍"}.light .mdi-glass-stange:before{content:"󰊧"}.light .mdi-glass-tulip:before{content:"󰊨"}.light .mdi-glass-wine:before{content:"󰡶"}.light .mdi-glasses:before{content:"󰊪"}.light .mdi-globe-light:before{content:"󱋗"}.light .mdi-globe-model:before{content:"󰣩"}.light .mdi-gmail:before{content:"󰊫"}.light .mdi-gnome:before{content:"󰊬"}.light .mdi-go-kart:before{content:"󰵹"}.light .mdi-go-kart-track:before{content:"󰵺"}.light .mdi-gog:before{content:"󰮡"}.light .mdi-gold:before{content:"󱉏"}.light .mdi-golf:before{content:"󰠣"}.light .mdi-golf-cart:before{content:"󱆤"}.light .mdi-golf-tee:before{content:"󱂃"}.light .mdi-gondola:before{content:"󰚆"}.light .mdi-goodreads:before{content:"󰵻"}.light .mdi-google:before{content:"󰊭"}.light .mdi-google-ads:before{content:"󰲇"}.light .mdi-google-analytics:before{content:"󰟌"}.light .mdi-google-assistant:before{content:"󰟍"}.light .mdi-google-cardboard:before{content:"󰊮"}.light .mdi-google-chrome:before{content:"󰊯"}.light .mdi-google-circles:before{content:"󰊰"}.light .mdi-google-circles-communities:before{content:"󰊱"}.light .mdi-google-circles-extended:before{content:"󰊲"}.light .mdi-google-circles-group:before{content:"󰊳"}.light .mdi-google-classroom:before{content:"󰋀"}.light .mdi-google-cloud:before{content:"󱇶"}.light .mdi-google-controller:before{content:"󰊴"}.light .mdi-google-controller-off:before{content:"󰊵"}.light .mdi-google-downasaur:before{content:"󱍢"}.light .mdi-google-drive:before{content:"󰊶"}.light .mdi-google-earth:before{content:"󰊷"}.light .mdi-google-fit:before{content:"󰥬"}.light .mdi-google-glass:before{content:"󰊸"}.light .mdi-google-hangouts:before{content:"󰋉"}.light .mdi-google-home:before{content:"󰠤"}.light .mdi-google-keep:before{content:"󰛜"}.light .mdi-google-lens:before{content:"󰧶"}.light .mdi-google-maps:before{content:"󰗵"}.light .mdi-google-my-business:before{content:"󱁈"}.light .mdi-google-nearby:before{content:"󰊹"}.light .mdi-google-photos:before{content:"󰛝"}.light .mdi-google-play:before{content:"󰊼"}.light .mdi-google-plus:before{content:"󰊽"}.light .mdi-google-podcast:before{content:"󰺹"}.light .mdi-google-spreadsheet:before{content:"󰧷"}.light .mdi-google-street-view:before{content:"󰲈"}.light .mdi-google-translate:before{content:"󰊿"}.light .mdi-gradient:before{content:"󰚠"}.light .mdi-grain:before{content:"󰵼"}.light .mdi-graph:before{content:"󱁉"}.light .mdi-graph-outline:before{content:"󱁊"}.light .mdi-graphql:before{content:"󰡷"}.light .mdi-grave-stone:before{content:"󰮢"}.light .mdi-grease-pencil:before{content:"󰙈"}.light .mdi-greater-than:before{content:"󰥭"}.light .mdi-greater-than-or-equal:before{content:"󰥮"}.light .mdi-grid:before{content:"󰋁"}.light .mdi-grid-large:before{content:"󰝘"}.light .mdi-grid-off:before{content:"󰋂"}.light .mdi-grill:before{content:"󰹅"}.light .mdi-grill-outline:before{content:"󱆊"}.light .mdi-group:before{content:"󰋃"}.light .mdi-guitar-acoustic:before{content:"󰝱"}.light .mdi-guitar-electric:before{content:"󰋄"}.light .mdi-guitar-pick:before{content:"󰋅"}.light .mdi-guitar-pick-outline:before{content:"󰋆"}.light .mdi-guy-fawkes-mask:before{content:"󰠥"}.light .mdi-hail:before{content:"󰫁"}.light .mdi-hair-dryer:before{content:"󱃯"}.light .mdi-hair-dryer-outline:before{content:"󱃰"}.light .mdi-halloween:before{content:"󰮣"}.light .mdi-hamburger:before{content:"󰚅"}.light .mdi-hammer:before{content:"󰣪"}.light .mdi-hammer-screwdriver:before{content:"󱌢"}.light .mdi-hammer-wrench:before{content:"󱌣"}.light .mdi-hand:before{content:"󰩏"}.light .mdi-hand-heart:before{content:"󱃱"}.light .mdi-hand-left:before{content:"󰹆"}.light .mdi-hand-okay:before{content:"󰩐"}.light .mdi-hand-peace:before{content:"󰩑"}.light .mdi-hand-peace-variant:before{content:"󰩒"}.light .mdi-hand-pointing-down:before{content:"󰩓"}.light .mdi-hand-pointing-left:before{content:"󰩔"}.light .mdi-hand-pointing-right:before{content:"󰋇"}.light .mdi-hand-pointing-up:before{content:"󰩕"}.light .mdi-hand-right:before{content:"󰹇"}.light .mdi-hand-saw:before{content:"󰹈"}.light .mdi-hand-water:before{content:"󱎟"}.light .mdi-handball:before{content:"󰽓"}.light .mdi-handcuffs:before{content:"󱄾"}.light .mdi-handshake:before{content:"󱈘"}.light .mdi-hanger:before{content:"󰋈"}.light .mdi-hard-hat:before{content:"󰥯"}.light .mdi-harddisk:before{content:"󰋊"}.light .mdi-harddisk-plus:before{content:"󱁋"}.light .mdi-harddisk-remove:before{content:"󱁌"}.light .mdi-hat-fedora:before{content:"󰮤"}.light .mdi-hazard-lights:before{content:"󰲉"}.light .mdi-hdr:before{content:"󰵽"}.light .mdi-hdr-off:before{content:"󰵾"}.light .mdi-head:before{content:"󱍞"}.light .mdi-head-alert:before{content:"󱌸"}.light .mdi-head-alert-outline:before{content:"󱌹"}.light .mdi-head-check:before{content:"󱌺"}.light .mdi-head-check-outline:before{content:"󱌻"}.light .mdi-head-cog:before{content:"󱌼"}.light .mdi-head-cog-outline:before{content:"󱌽"}.light .mdi-head-dots-horizontal:before{content:"󱌾"}.light .mdi-head-dots-horizontal-outline:before{content:"󱌿"}.light .mdi-head-flash:before{content:"󱍀"}.light .mdi-head-flash-outline:before{content:"󱍁"}.light .mdi-head-heart:before{content:"󱍂"}.light .mdi-head-heart-outline:before{content:"󱍃"}.light .mdi-head-lightbulb:before{content:"󱍄"}.light .mdi-head-lightbulb-outline:before{content:"󱍅"}.light .mdi-head-minus:before{content:"󱍆"}.light .mdi-head-minus-outline:before{content:"󱍇"}.light .mdi-head-outline:before{content:"󱍟"}.light .mdi-head-plus:before{content:"󱍈"}.light .mdi-head-plus-outline:before{content:"󱍉"}.light .mdi-head-question:before{content:"󱍊"}.light .mdi-head-question-outline:before{content:"󱍋"}.light .mdi-head-remove:before{content:"󱍌"}.light .mdi-head-remove-outline:before{content:"󱍍"}.light .mdi-head-snowflake:before{content:"󱍎"}.light .mdi-head-snowflake-outline:before{content:"󱍏"}.light .mdi-head-sync:before{content:"󱍐"}.light .mdi-head-sync-outline:before{content:"󱍑"}.light .mdi-headphones:before{content:"󰋋"}.light .mdi-headphones-bluetooth:before{content:"󰥰"}.light .mdi-headphones-box:before{content:"󰋌"}.light .mdi-headphones-off:before{content:"󰟎"}.light .mdi-headphones-settings:before{content:"󰋍"}.light .mdi-headset:before{content:"󰋎"}.light .mdi-headset-dock:before{content:"󰋏"}.light .mdi-headset-off:before{content:"󰋐"}.light .mdi-heart:before{content:"󰋑"}.light .mdi-heart-box:before{content:"󰋒"}.light .mdi-heart-box-outline:before{content:"󰋓"}.light .mdi-heart-broken:before{content:"󰋔"}.light .mdi-heart-broken-outline:before{content:"󰴔"}.light .mdi-heart-circle:before{content:"󰥱"}.light .mdi-heart-circle-outline:before{content:"󰥲"}.light .mdi-heart-flash:before{content:"󰻹"}.light .mdi-heart-half:before{content:"󰛟"}.light .mdi-heart-half-full:before{content:"󰛞"}.light .mdi-heart-half-outline:before{content:"󰛠"}.light .mdi-heart-multiple:before{content:"󰩖"}.light .mdi-heart-multiple-outline:before{content:"󰩗"}.light .mdi-heart-off:before{content:"󰝙"}.light .mdi-heart-outline:before{content:"󰋕"}.light .mdi-heart-pulse:before{content:"󰗶"}.light .mdi-helicopter:before{content:"󰫂"}.light .mdi-help:before{content:"󰋖"}.light .mdi-help-box:before{content:"󰞋"}.light .mdi-help-circle:before{content:"󰋗"}.light .mdi-help-circle-outline:before{content:"󰘥"}.light .mdi-help-network:before{content:"󰛵"}.light .mdi-help-network-outline:before{content:"󰲊"}.light .mdi-help-rhombus:before{content:"󰮥"}.light .mdi-help-rhombus-outline:before{content:"󰮦"}.light .mdi-hexadecimal:before{content:"󱊧"}.light .mdi-hexagon:before{content:"󰋘"}.light .mdi-hexagon-multiple:before{content:"󰛡"}.light .mdi-hexagon-multiple-outline:before{content:"󱃲"}.light .mdi-hexagon-outline:before{content:"󰋙"}.light .mdi-hexagon-slice-1:before{content:"󰫃"}.light .mdi-hexagon-slice-2:before{content:"󰫄"}.light .mdi-hexagon-slice-3:before{content:"󰫅"}.light .mdi-hexagon-slice-4:before{content:"󰫆"}.light .mdi-hexagon-slice-5:before{content:"󰫇"}.light .mdi-hexagon-slice-6:before{content:"󰫈"}.light .mdi-hexagram:before{content:"󰫉"}.light .mdi-hexagram-outline:before{content:"󰫊"}.light .mdi-high-definition:before{content:"󰟏"}.light .mdi-high-definition-box:before{content:"󰡸"}.light .mdi-highway:before{content:"󰗷"}.light .mdi-hiking:before{content:"󰵿"}.light .mdi-hinduism:before{content:"󰥳"}.light .mdi-history:before{content:"󰋚"}.light .mdi-hockey-puck:before{content:"󰡹"}.light .mdi-hockey-sticks:before{content:"󰡺"}.light .mdi-hololens:before{content:"󰋛"}.light .mdi-home:before{content:"󰋜"}.light .mdi-home-account:before{content:"󰠦"}.light .mdi-home-alert:before{content:"󰡻"}.light .mdi-home-analytics:before{content:"󰺺"}.light .mdi-home-assistant:before{content:"󰟐"}.light .mdi-home-automation:before{content:"󰟑"}.light .mdi-home-circle:before{content:"󰟒"}.light .mdi-home-circle-outline:before{content:"󱁍"}.light .mdi-home-city:before{content:"󰴕"}.light .mdi-home-city-outline:before{content:"󰴖"}.light .mdi-home-currency-usd:before{content:"󰢯"}.light .mdi-home-edit:before{content:"󱅙"}.light .mdi-home-edit-outline:before{content:"󱅚"}.light .mdi-home-export-outline:before{content:"󰾛"}.light .mdi-home-flood:before{content:"󰻺"}.light .mdi-home-floor-0:before{content:"󰷒"}.light .mdi-home-floor-1:before{content:"󰶀"}.light .mdi-home-floor-2:before{content:"󰶁"}.light .mdi-home-floor-3:before{content:"󰶂"}.light .mdi-home-floor-a:before{content:"󰶃"}.light .mdi-home-floor-b:before{content:"󰶄"}.light .mdi-home-floor-g:before{content:"󰶅"}.light .mdi-home-floor-l:before{content:"󰶆"}.light .mdi-home-floor-negative-1:before{content:"󰷓"}.light .mdi-home-group:before{content:"󰷔"}.light .mdi-home-heart:before{content:"󰠧"}.light .mdi-home-import-outline:before{content:"󰾜"}.light .mdi-home-lightbulb:before{content:"󱉑"}.light .mdi-home-lightbulb-outline:before{content:"󱉒"}.light .mdi-home-lock:before{content:"󰣫"}.light .mdi-home-lock-open:before{content:"󰣬"}.light .mdi-home-map-marker:before{content:"󰗸"}.light .mdi-home-minus:before{content:"󰥴"}.light .mdi-home-modern:before{content:"󰋝"}.light .mdi-home-outline:before{content:"󰚡"}.light .mdi-home-plus:before{content:"󰥵"}.light .mdi-home-remove:before{content:"󱉇"}.light .mdi-home-roof:before{content:"󱄫"}.light .mdi-home-search:before{content:"󱎰"}.light .mdi-home-search-outline:before{content:"󱎱"}.light .mdi-home-thermometer:before{content:"󰽔"}.light .mdi-home-thermometer-outline:before{content:"󰽕"}.light .mdi-home-variant:before{content:"󰋞"}.light .mdi-home-variant-outline:before{content:"󰮧"}.light .mdi-hook:before{content:"󰛢"}.light .mdi-hook-off:before{content:"󰛣"}.light .mdi-hops:before{content:"󰋟"}.light .mdi-horizontal-rotate-clockwise:before{content:"󱃳"}.light .mdi-horizontal-rotate-counterclockwise:before{content:"󱃴"}.light .mdi-horseshoe:before{content:"󰩘"}.light .mdi-hospital:before{content:"󰿶"}.light .mdi-hospital-box:before{content:"󰋠"}.light .mdi-hospital-box-outline:before{content:"󰿷"}.light .mdi-hospital-building:before{content:"󰋡"}.light .mdi-hospital-marker:before{content:"󰋢"}.light .mdi-hot-tub:before{content:"󰠨"}.light .mdi-hubspot:before{content:"󰴗"}.light .mdi-hulu:before{content:"󰠩"}.light .mdi-human:before{content:"󰋦"}.light .mdi-human-baby-changing-table:before{content:"󱎋"}.light .mdi-human-child:before{content:"󰋧"}.light .mdi-human-female:before{content:"󰙉"}.light .mdi-human-female-boy:before{content:"󰩙"}.light .mdi-human-female-female:before{content:"󰩚"}.light .mdi-human-female-girl:before{content:"󰩛"}.light .mdi-human-greeting:before{content:"󰙊"}.light .mdi-human-handsdown:before{content:"󰙋"}.light .mdi-human-handsup:before{content:"󰙌"}.light .mdi-human-male:before{content:"󰙍"}.light .mdi-human-male-boy:before{content:"󰩜"}.light .mdi-human-male-child:before{content:"󱎌"}.light .mdi-human-male-female:before{content:"󰋨"}.light .mdi-human-male-girl:before{content:"󰩝"}.light .mdi-human-male-height:before{content:"󰻻"}.light .mdi-human-male-height-variant:before{content:"󰻼"}.light .mdi-human-male-male:before{content:"󰩞"}.light .mdi-human-pregnant:before{content:"󰗏"}.light .mdi-human-wheelchair:before{content:"󱎍"}.light .mdi-humble-bundle:before{content:"󰝄"}.light .mdi-hvac:before{content:"󱍒"}.light .mdi-hydraulic-oil-level:before{content:"󱌤"}.light .mdi-hydraulic-oil-temperature:before{content:"󱌥"}.light .mdi-hydro-power:before{content:"󱋥"}.light .mdi-ice-cream:before{content:"󰠪"}.light .mdi-ice-cream-off:before{content:"󰹒"}.light .mdi-ice-pop:before{content:"󰻽"}.light .mdi-id-card:before{content:"󰿀"}.light .mdi-identifier:before{content:"󰻾"}.light .mdi-ideogram-cjk:before{content:"󱌱"}.light .mdi-ideogram-cjk-variant:before{content:"󱌲"}.light .mdi-iframe:before{content:"󰲋"}.light .mdi-iframe-array:before{content:"󱃵"}.light .mdi-iframe-array-outline:before{content:"󱃶"}.light .mdi-iframe-braces:before{content:"󱃷"}.light .mdi-iframe-braces-outline:before{content:"󱃸"}.light .mdi-iframe-outline:before{content:"󰲌"}.light .mdi-iframe-parentheses:before{content:"󱃹"}.light .mdi-iframe-parentheses-outline:before{content:"󱃺"}.light .mdi-iframe-variable:before{content:"󱃻"}.light .mdi-iframe-variable-outline:before{content:"󱃼"}.light .mdi-image:before{content:"󰋩"}.light .mdi-image-album:before{content:"󰋪"}.light .mdi-image-area:before{content:"󰋫"}.light .mdi-image-area-close:before{content:"󰋬"}.light .mdi-image-auto-adjust:before{content:"󰿁"}.light .mdi-image-broken:before{content:"󰋭"}.light .mdi-image-broken-variant:before{content:"󰋮"}.light .mdi-image-edit:before{content:"󱇣"}.light .mdi-image-edit-outline:before{content:"󱇤"}.light .mdi-image-filter-black-white:before{content:"󰋰"}.light .mdi-image-filter-center-focus:before{content:"󰋱"}.light .mdi-image-filter-center-focus-strong:before{content:"󰻿"}.light .mdi-image-filter-center-focus-strong-outline:before{content:"󰼀"}.light .mdi-image-filter-center-focus-weak:before{content:"󰋲"}.light .mdi-image-filter-drama:before{content:"󰋳"}.light .mdi-image-filter-frames:before{content:"󰋴"}.light .mdi-image-filter-hdr:before{content:"󰋵"}.light .mdi-image-filter-none:before{content:"󰋶"}.light .mdi-image-filter-tilt-shift:before{content:"󰋷"}.light .mdi-image-filter-vintage:before{content:"󰋸"}.light .mdi-image-frame:before{content:"󰹉"}.light .mdi-image-move:before{content:"󰧸"}.light .mdi-image-multiple:before{content:"󰋹"}.light .mdi-image-multiple-outline:before{content:"󰋯"}.light .mdi-image-off:before{content:"󰠫"}.light .mdi-image-off-outline:before{content:"󱇑"}.light .mdi-image-outline:before{content:"󰥶"}.light .mdi-image-plus:before{content:"󰡼"}.light .mdi-image-search:before{content:"󰥷"}.light .mdi-image-search-outline:before{content:"󰥸"}.light .mdi-image-size-select-actual:before{content:"󰲍"}.light .mdi-image-size-select-large:before{content:"󰲎"}.light .mdi-image-size-select-small:before{content:"󰲏"}.light .mdi-import:before{content:"󰋺"}.light .mdi-inbox:before{content:"󰚇"}.light .mdi-inbox-arrow-down:before{content:"󰋻"}.light .mdi-inbox-arrow-down-outline:before{content:"󱉰"}.light .mdi-inbox-arrow-up:before{content:"󰏑"}.light .mdi-inbox-arrow-up-outline:before{content:"󱉱"}.light .mdi-inbox-full:before{content:"󱉲"}.light .mdi-inbox-full-outline:before{content:"󱉳"}.light .mdi-inbox-multiple:before{content:"󰢰"}.light .mdi-inbox-multiple-outline:before{content:"󰮨"}.light .mdi-inbox-outline:before{content:"󱉴"}.light .mdi-incognito:before{content:"󰗹"}.light .mdi-incognito-off:before{content:"󰁵"}.light .mdi-infinity:before{content:"󰛤"}.light .mdi-information:before{content:"󰋼"}.light .mdi-information-outline:before{content:"󰋽"}.light .mdi-information-variant:before{content:"󰙎"}.light .mdi-instagram:before{content:"󰋾"}.light .mdi-instrument-triangle:before{content:"󱁎"}.light .mdi-invert-colors:before{content:"󰌁"}.light .mdi-invert-colors-off:before{content:"󰹊"}.light .mdi-iobroker:before{content:"󱋨"}.light .mdi-ip:before{content:"󰩟"}.light .mdi-ip-network:before{content:"󰩠"}.light .mdi-ip-network-outline:before{content:"󰲐"}.light .mdi-ipod:before{content:"󰲑"}.light .mdi-islam:before{content:"󰥹"}.light .mdi-island:before{content:"󱁏"}.light .mdi-iv-bag:before{content:"󱂹"}.light .mdi-jabber:before{content:"󰷕"}.light .mdi-jeepney:before{content:"󰌂"}.light .mdi-jellyfish:before{content:"󰼁"}.light .mdi-jellyfish-outline:before{content:"󰼂"}.light .mdi-jira:before{content:"󰌃"}.light .mdi-jquery:before{content:"󰡽"}.light .mdi-jsfiddle:before{content:"󰌄"}.light .mdi-judaism:before{content:"󰥺"}.light .mdi-jump-rope:before{content:"󱋿"}.light .mdi-kabaddi:before{content:"󰶇"}.light .mdi-karate:before{content:"󰠬"}.light .mdi-keg:before{content:"󰌅"}.light .mdi-kettle:before{content:"󰗺"}.light .mdi-kettle-alert:before{content:"󱌗"}.light .mdi-kettle-alert-outline:before{content:"󱌘"}.light .mdi-kettle-off:before{content:"󱌛"}.light .mdi-kettle-off-outline:before{content:"󱌜"}.light .mdi-kettle-outline:before{content:"󰽖"}.light .mdi-kettle-steam:before{content:"󱌙"}.light .mdi-kettle-steam-outline:before{content:"󱌚"}.light .mdi-kettlebell:before{content:"󱌀"}.light .mdi-key:before{content:"󰌆"}.light .mdi-key-arrow-right:before{content:"󱌒"}.light .mdi-key-change:before{content:"󰌇"}.light .mdi-key-link:before{content:"󱆟"}.light .mdi-key-minus:before{content:"󰌈"}.light .mdi-key-outline:before{content:"󰷖"}.light .mdi-key-plus:before{content:"󰌉"}.light .mdi-key-remove:before{content:"󰌊"}.light .mdi-key-star:before{content:"󱆞"}.light .mdi-key-variant:before{content:"󰌋"}.light .mdi-key-wireless:before{content:"󰿂"}.light .mdi-keyboard:before{content:"󰌌"}.light .mdi-keyboard-backspace:before{content:"󰌍"}.light .mdi-keyboard-caps:before{content:"󰌎"}.light .mdi-keyboard-close:before{content:"󰌏"}.light .mdi-keyboard-esc:before{content:"󱊷"}.light .mdi-keyboard-f1:before{content:"󱊫"}.light .mdi-keyboard-f10:before{content:"󱊴"}.light .mdi-keyboard-f11:before{content:"󱊵"}.light .mdi-keyboard-f12:before{content:"󱊶"}.light .mdi-keyboard-f2:before{content:"󱊬"}.light .mdi-keyboard-f3:before{content:"󱊭"}.light .mdi-keyboard-f4:before{content:"󱊮"}.light .mdi-keyboard-f5:before{content:"󱊯"}.light .mdi-keyboard-f6:before{content:"󱊰"}.light .mdi-keyboard-f7:before{content:"󱊱"}.light .mdi-keyboard-f8:before{content:"󱊲"}.light .mdi-keyboard-f9:before{content:"󱊳"}.light .mdi-keyboard-off:before{content:"󰌐"}.light .mdi-keyboard-off-outline:before{content:"󰹋"}.light .mdi-keyboard-outline:before{content:"󰥻"}.light .mdi-keyboard-return:before{content:"󰌑"}.light .mdi-keyboard-settings:before{content:"󰧹"}.light .mdi-keyboard-settings-outline:before{content:"󰧺"}.light .mdi-keyboard-space:before{content:"󱁐"}.light .mdi-keyboard-tab:before{content:"󰌒"}.light .mdi-keyboard-variant:before{content:"󰌓"}.light .mdi-khanda:before{content:"󱃽"}.light .mdi-kickstarter:before{content:"󰝅"}.light .mdi-klingon:before{content:"󱍛"}.light .mdi-knife:before{content:"󰧻"}.light .mdi-knife-military:before{content:"󰧼"}.light .mdi-kodi:before{content:"󰌔"}.light .mdi-kubernetes:before{content:"󱃾"}.light .mdi-label:before{content:"󰌕"}.light .mdi-label-multiple:before{content:"󱍵"}.light .mdi-label-multiple-outline:before{content:"󱍶"}.light .mdi-label-off:before{content:"󰫋"}.light .mdi-label-off-outline:before{content:"󰫌"}.light .mdi-label-outline:before{content:"󰌖"}.light .mdi-label-percent:before{content:"󱋪"}.light .mdi-label-percent-outline:before{content:"󱋫"}.light .mdi-label-variant:before{content:"󰫍"}.light .mdi-label-variant-outline:before{content:"󰫎"}.light .mdi-ladybug:before{content:"󰠭"}.light .mdi-lambda:before{content:"󰘧"}.light .mdi-lamp:before{content:"󰚵"}.light .mdi-lan:before{content:"󰌗"}.light .mdi-lan-check:before{content:"󱊪"}.light .mdi-lan-connect:before{content:"󰌘"}.light .mdi-lan-disconnect:before{content:"󰌙"}.light .mdi-lan-pending:before{content:"󰌚"}.light .mdi-language-c:before{content:"󰙱"}.light .mdi-language-cpp:before{content:"󰙲"}.light .mdi-language-csharp:before{content:"󰌛"}.light .mdi-language-css3:before{content:"󰌜"}.light .mdi-language-fortran:before{content:"󱈚"}.light .mdi-language-go:before{content:"󰟓"}.light .mdi-language-haskell:before{content:"󰲒"}.light .mdi-language-html5:before{content:"󰌝"}.light .mdi-language-java:before{content:"󰬷"}.light .mdi-language-javascript:before{content:"󰌞"}.light .mdi-language-kotlin:before{content:"󱈙"}.light .mdi-language-lua:before{content:"󰢱"}.light .mdi-language-markdown:before{content:"󰍔"}.light .mdi-language-markdown-outline:before{content:"󰽛"}.light .mdi-language-php:before{content:"󰌟"}.light .mdi-language-python:before{content:"󰌠"}.light .mdi-language-r:before{content:"󰟔"}.light .mdi-language-ruby:before{content:"󰴭"}.light .mdi-language-ruby-on-rails:before{content:"󰫏"}.light .mdi-language-swift:before{content:"󰛥"}.light .mdi-language-typescript:before{content:"󰛦"}.light .mdi-language-xaml:before{content:"󰙳"}.light .mdi-laptop:before{content:"󰌢"}.light .mdi-laptop-chromebook:before{content:"󰌣"}.light .mdi-laptop-mac:before{content:"󰌤"}.light .mdi-laptop-off:before{content:"󰛧"}.light .mdi-laptop-windows:before{content:"󰌥"}.light .mdi-laravel:before{content:"󰫐"}.light .mdi-lasso:before{content:"󰼃"}.light .mdi-lastpass:before{content:"󰑆"}.light .mdi-latitude:before{content:"󰽗"}.light .mdi-launch:before{content:"󰌧"}.light .mdi-lava-lamp:before{content:"󰟕"}.light .mdi-layers:before{content:"󰌨"}.light .mdi-layers-minus:before{content:"󰹌"}.light .mdi-layers-off:before{content:"󰌩"}.light .mdi-layers-off-outline:before{content:"󰧽"}.light .mdi-layers-outline:before{content:"󰧾"}.light .mdi-layers-plus:before{content:"󰹍"}.light .mdi-layers-remove:before{content:"󰹎"}.light .mdi-layers-search:before{content:"󱈆"}.light .mdi-layers-search-outline:before{content:"󱈇"}.light .mdi-layers-triple:before{content:"󰽘"}.light .mdi-layers-triple-outline:before{content:"󰽙"}.light .mdi-lead-pencil:before{content:"󰙏"}.light .mdi-leaf:before{content:"󰌪"}.light .mdi-leaf-maple:before{content:"󰲓"}.light .mdi-leaf-maple-off:before{content:"󱋚"}.light .mdi-leaf-off:before{content:"󱋙"}.light .mdi-leak:before{content:"󰷗"}.light .mdi-leak-off:before{content:"󰷘"}.light .mdi-led-off:before{content:"󰌫"}.light .mdi-led-on:before{content:"󰌬"}.light .mdi-led-outline:before{content:"󰌭"}.light .mdi-led-strip:before{content:"󰟖"}.light .mdi-led-strip-variant:before{content:"󱁑"}.light .mdi-led-variant-off:before{content:"󰌮"}.light .mdi-led-variant-on:before{content:"󰌯"}.light .mdi-led-variant-outline:before{content:"󰌰"}.light .mdi-leek:before{content:"󱅽"}.light .mdi-less-than:before{content:"󰥼"}.light .mdi-less-than-or-equal:before{content:"󰥽"}.light .mdi-library:before{content:"󰌱"}.light .mdi-library-shelves:before{content:"󰮩"}.light .mdi-license:before{content:"󰿃"}.light .mdi-lifebuoy:before{content:"󰡾"}.light .mdi-light-switch:before{content:"󰥾"}.light .mdi-lightbulb:before{content:"󰌵"}.light .mdi-lightbulb-cfl:before{content:"󱈈"}.light .mdi-lightbulb-cfl-off:before{content:"󱈉"}.light .mdi-lightbulb-cfl-spiral:before{content:"󱉵"}.light .mdi-lightbulb-cfl-spiral-off:before{content:"󱋃"}.light .mdi-lightbulb-group:before{content:"󱉓"}.light .mdi-lightbulb-group-off:before{content:"󱋍"}.light .mdi-lightbulb-group-off-outline:before{content:"󱋎"}.light .mdi-lightbulb-group-outline:before{content:"󱉔"}.light .mdi-lightbulb-multiple:before{content:"󱉕"}.light .mdi-lightbulb-multiple-off:before{content:"󱋏"}.light .mdi-lightbulb-multiple-off-outline:before{content:"󱋐"}.light .mdi-lightbulb-multiple-outline:before{content:"󱉖"}.light .mdi-lightbulb-off:before{content:"󰹏"}.light .mdi-lightbulb-off-outline:before{content:"󰹐"}.light .mdi-lightbulb-on:before{content:"󰛨"}.light .mdi-lightbulb-on-outline:before{content:"󰛩"}.light .mdi-lightbulb-outline:before{content:"󰌶"}.light .mdi-lighthouse:before{content:"󰧿"}.light .mdi-lighthouse-on:before{content:"󰨀"}.light .mdi-link:before{content:"󰌷"}.light .mdi-link-box:before{content:"󰴚"}.light .mdi-link-box-outline:before{content:"󰴛"}.light .mdi-link-box-variant:before{content:"󰴜"}.light .mdi-link-box-variant-outline:before{content:"󰴝"}.light .mdi-link-lock:before{content:"󱂺"}.light .mdi-link-off:before{content:"󰌸"}.light .mdi-link-plus:before{content:"󰲔"}.light .mdi-link-variant:before{content:"󰌹"}.light .mdi-link-variant-minus:before{content:"󱃿"}.light .mdi-link-variant-off:before{content:"󰌺"}.light .mdi-link-variant-plus:before{content:"󱄀"}.light .mdi-link-variant-remove:before{content:"󱄁"}.light .mdi-linkedin:before{content:"󰌻"}.light .mdi-linux:before{content:"󰌽"}.light .mdi-linux-mint:before{content:"󰣭"}.light .mdi-lipstick:before{content:"󱎵"}.light .mdi-litecoin:before{content:"󰩡"}.light .mdi-loading:before{content:"󰝲"}.light .mdi-location-enter:before{content:"󰿄"}.light .mdi-location-exit:before{content:"󰿅"}.light .mdi-lock:before{content:"󰌾"}.light .mdi-lock-alert:before{content:"󰣮"}.light .mdi-lock-check:before{content:"󱎚"}.light .mdi-lock-clock:before{content:"󰥿"}.light .mdi-lock-open:before{content:"󰌿"}.light .mdi-lock-open-alert:before{content:"󱎛"}.light .mdi-lock-open-check:before{content:"󱎜"}.light .mdi-lock-open-outline:before{content:"󰍀"}.light .mdi-lock-open-variant:before{content:"󰿆"}.light .mdi-lock-open-variant-outline:before{content:"󰿇"}.light .mdi-lock-outline:before{content:"󰍁"}.light .mdi-lock-pattern:before{content:"󰛪"}.light .mdi-lock-plus:before{content:"󰗻"}.light .mdi-lock-question:before{content:"󰣯"}.light .mdi-lock-reset:before{content:"󰝳"}.light .mdi-lock-smart:before{content:"󰢲"}.light .mdi-locker:before{content:"󰟗"}.light .mdi-locker-multiple:before{content:"󰟘"}.light .mdi-login:before{content:"󰍂"}.light .mdi-login-variant:before{content:"󰗼"}.light .mdi-logout:before{content:"󰍃"}.light .mdi-logout-variant:before{content:"󰗽"}.light .mdi-longitude:before{content:"󰽚"}.light .mdi-looks:before{content:"󰍄"}.light .mdi-loupe:before{content:"󰍅"}.light .mdi-lumx:before{content:"󰍆"}.light .mdi-lungs:before{content:"󱂄"}.light .mdi-magnet:before{content:"󰍇"}.light .mdi-magnet-on:before{content:"󰍈"}.light .mdi-magnify:before{content:"󰍉"}.light .mdi-magnify-close:before{content:"󰦀"}.light .mdi-magnify-minus:before{content:"󰍊"}.light .mdi-magnify-minus-cursor:before{content:"󰩢"}.light .mdi-magnify-minus-outline:before{content:"󰛬"}.light .mdi-magnify-plus:before{content:"󰍋"}.light .mdi-magnify-plus-cursor:before{content:"󰩣"}.light .mdi-magnify-plus-outline:before{content:"󰛭"}.light .mdi-magnify-remove-cursor:before{content:"󱈌"}.light .mdi-magnify-remove-outline:before{content:"󱈍"}.light .mdi-magnify-scan:before{content:"󱉶"}.light .mdi-mail:before{content:"󰺻"}.light .mdi-mailbox:before{content:"󰛮"}.light .mdi-mailbox-open:before{content:"󰶈"}.light .mdi-mailbox-open-outline:before{content:"󰶉"}.light .mdi-mailbox-open-up:before{content:"󰶊"}.light .mdi-mailbox-open-up-outline:before{content:"󰶋"}.light .mdi-mailbox-outline:before{content:"󰶌"}.light .mdi-mailbox-up:before{content:"󰶍"}.light .mdi-mailbox-up-outline:before{content:"󰶎"}.light .mdi-map:before{content:"󰍍"}.light .mdi-map-check:before{content:"󰺼"}.light .mdi-map-check-outline:before{content:"󰺽"}.light .mdi-map-clock:before{content:"󰴞"}.light .mdi-map-clock-outline:before{content:"󰴟"}.light .mdi-map-legend:before{content:"󰨁"}.light .mdi-map-marker:before{content:"󰍎"}.light .mdi-map-marker-alert:before{content:"󰼅"}.light .mdi-map-marker-alert-outline:before{content:"󰼆"}.light .mdi-map-marker-check:before{content:"󰲕"}.light .mdi-map-marker-check-outline:before{content:"󱋻"}.light .mdi-map-marker-circle:before{content:"󰍏"}.light .mdi-map-marker-distance:before{content:"󰣰"}.light .mdi-map-marker-down:before{content:"󱄂"}.light .mdi-map-marker-left:before{content:"󱋛"}.light .mdi-map-marker-left-outline:before{content:"󱋝"}.light .mdi-map-marker-minus:before{content:"󰙐"}.light .mdi-map-marker-minus-outline:before{content:"󱋹"}.light .mdi-map-marker-multiple:before{content:"󰍐"}.light .mdi-map-marker-multiple-outline:before{content:"󱉷"}.light .mdi-map-marker-off:before{content:"󰍑"}.light .mdi-map-marker-off-outline:before{content:"󱋽"}.light .mdi-map-marker-outline:before{content:"󰟙"}.light .mdi-map-marker-path:before{content:"󰴠"}.light .mdi-map-marker-plus:before{content:"󰙑"}.light .mdi-map-marker-plus-outline:before{content:"󱋸"}.light .mdi-map-marker-question:before{content:"󰼇"}.light .mdi-map-marker-question-outline:before{content:"󰼈"}.light .mdi-map-marker-radius:before{content:"󰍒"}.light .mdi-map-marker-radius-outline:before{content:"󱋼"}.light .mdi-map-marker-remove:before{content:"󰼉"}.light .mdi-map-marker-remove-outline:before{content:"󱋺"}.light .mdi-map-marker-remove-variant:before{content:"󰼊"}.light .mdi-map-marker-right:before{content:"󱋜"}.light .mdi-map-marker-right-outline:before{content:"󱋞"}.light .mdi-map-marker-up:before{content:"󱄃"}.light .mdi-map-minus:before{content:"󰦁"}.light .mdi-map-outline:before{content:"󰦂"}.light .mdi-map-plus:before{content:"󰦃"}.light .mdi-map-search:before{content:"󰦄"}.light .mdi-map-search-outline:before{content:"󰦅"}.light .mdi-mapbox:before{content:"󰮪"}.light .mdi-margin:before{content:"󰍓"}.light .mdi-marker:before{content:"󰙒"}.light .mdi-marker-cancel:before{content:"󰷙"}.light .mdi-marker-check:before{content:"󰍕"}.light .mdi-mastodon:before{content:"󰫑"}.light .mdi-material-design:before{content:"󰦆"}.light .mdi-material-ui:before{content:"󰍗"}.light .mdi-math-compass:before{content:"󰍘"}.light .mdi-math-cos:before{content:"󰲖"}.light .mdi-math-integral:before{content:"󰿈"}.light .mdi-math-integral-box:before{content:"󰿉"}.light .mdi-math-log:before{content:"󱂅"}.light .mdi-math-norm:before{content:"󰿊"}.light .mdi-math-norm-box:before{content:"󰿋"}.light .mdi-math-sin:before{content:"󰲗"}.light .mdi-math-tan:before{content:"󰲘"}.light .mdi-matrix:before{content:"󰘨"}.light .mdi-medal:before{content:"󰦇"}.light .mdi-medal-outline:before{content:"󱌦"}.light .mdi-medical-bag:before{content:"󰛯"}.light .mdi-meditation:before{content:"󱅻"}.light .mdi-memory:before{content:"󰍛"}.light .mdi-menu:before{content:"󰍜"}.light .mdi-menu-down:before{content:"󰍝"}.light .mdi-menu-down-outline:before{content:"󰚶"}.light .mdi-menu-left:before{content:"󰍞"}.light .mdi-menu-left-outline:before{content:"󰨂"}.light .mdi-menu-open:before{content:"󰮫"}.light .mdi-menu-right:before{content:"󰍟"}.light .mdi-menu-right-outline:before{content:"󰨃"}.light .mdi-menu-swap:before{content:"󰩤"}.light .mdi-menu-swap-outline:before{content:"󰩥"}.light .mdi-menu-up:before{content:"󰍠"}.light .mdi-menu-up-outline:before{content:"󰚷"}.light .mdi-merge:before{content:"󰽜"}.light .mdi-message:before{content:"󰍡"}.light .mdi-message-alert:before{content:"󰍢"}.light .mdi-message-alert-outline:before{content:"󰨄"}.light .mdi-message-arrow-left:before{content:"󱋲"}.light .mdi-message-arrow-left-outline:before{content:"󱋳"}.light .mdi-message-arrow-right:before{content:"󱋴"}.light .mdi-message-arrow-right-outline:before{content:"󱋵"}.light .mdi-message-bulleted:before{content:"󰚢"}.light .mdi-message-bulleted-off:before{content:"󰚣"}.light .mdi-message-cog:before{content:"󰛱"}.light .mdi-message-cog-outline:before{content:"󱅲"}.light .mdi-message-draw:before{content:"󰍣"}.light .mdi-message-image:before{content:"󰍤"}.light .mdi-message-image-outline:before{content:"󱅬"}.light .mdi-message-lock:before{content:"󰿌"}.light .mdi-message-lock-outline:before{content:"󱅭"}.light .mdi-message-minus:before{content:"󱅮"}.light .mdi-message-minus-outline:before{content:"󱅯"}.light .mdi-message-outline:before{content:"󰍥"}.light .mdi-message-plus:before{content:"󰙓"}.light .mdi-message-plus-outline:before{content:"󱂻"}.light .mdi-message-processing:before{content:"󰍦"}.light .mdi-message-processing-outline:before{content:"󱅰"}.light .mdi-message-reply:before{content:"󰍧"}.light .mdi-message-reply-text:before{content:"󰍨"}.light .mdi-message-settings:before{content:"󰛰"}.light .mdi-message-settings-outline:before{content:"󱅱"}.light .mdi-message-text:before{content:"󰍩"}.light .mdi-message-text-clock:before{content:"󱅳"}.light .mdi-message-text-clock-outline:before{content:"󱅴"}.light .mdi-message-text-lock:before{content:"󰿍"}.light .mdi-message-text-lock-outline:before{content:"󱅵"}.light .mdi-message-text-outline:before{content:"󰍪"}.light .mdi-message-video:before{content:"󰍫"}.light .mdi-meteor:before{content:"󰘩"}.light .mdi-metronome:before{content:"󰟚"}.light .mdi-metronome-tick:before{content:"󰟛"}.light .mdi-micro-sd:before{content:"󰟜"}.light .mdi-microphone:before{content:"󰍬"}.light .mdi-microphone-minus:before{content:"󰢳"}.light .mdi-microphone-off:before{content:"󰍭"}.light .mdi-microphone-outline:before{content:"󰍮"}.light .mdi-microphone-plus:before{content:"󰢴"}.light .mdi-microphone-settings:before{content:"󰍯"}.light .mdi-microphone-variant:before{content:"󰍰"}.light .mdi-microphone-variant-off:before{content:"󰍱"}.light .mdi-microscope:before{content:"󰙔"}.light .mdi-microsoft:before{content:"󰍲"}.light .mdi-microsoft-access:before{content:"󱎎"}.light .mdi-microsoft-azure:before{content:"󰠅"}.light .mdi-microsoft-azure-devops:before{content:"󰿕"}.light .mdi-microsoft-bing:before{content:"󰂤"}.light .mdi-microsoft-dynamics-365:before{content:"󰦈"}.light .mdi-microsoft-edge:before{content:"󰇩"}.light .mdi-microsoft-edge-legacy:before{content:"󱉐"}.light .mdi-microsoft-excel:before{content:"󱎏"}.light .mdi-microsoft-internet-explorer:before{content:"󰌀"}.light .mdi-microsoft-office:before{content:"󰏆"}.light .mdi-microsoft-onedrive:before{content:"󰏊"}.light .mdi-microsoft-onenote:before{content:"󰝇"}.light .mdi-microsoft-outlook:before{content:"󰴢"}.light .mdi-microsoft-powerpoint:before{content:"󱎐"}.light .mdi-microsoft-sharepoint:before{content:"󱎑"}.light .mdi-microsoft-teams:before{content:"󰊻"}.light .mdi-microsoft-visual-studio:before{content:"󰘐"}.light .mdi-microsoft-visual-studio-code:before{content:"󰨞"}.light .mdi-microsoft-windows:before{content:"󰖳"}.light .mdi-microsoft-windows-classic:before{content:"󰨡"}.light .mdi-microsoft-word:before{content:"󱎒"}.light .mdi-microsoft-xbox:before{content:"󰖹"}.light .mdi-microsoft-xbox-controller:before{content:"󰖺"}.light .mdi-microsoft-xbox-controller-battery-alert:before{content:"󰝋"}.light .mdi-microsoft-xbox-controller-battery-charging:before{content:"󰨢"}.light .mdi-microsoft-xbox-controller-battery-empty:before{content:"󰝌"}.light .mdi-microsoft-xbox-controller-battery-full:before{content:"󰝍"}.light .mdi-microsoft-xbox-controller-battery-low:before{content:"󰝎"}.light .mdi-microsoft-xbox-controller-battery-medium:before{content:"󰝏"}.light .mdi-microsoft-xbox-controller-battery-unknown:before{content:"󰝐"}.light .mdi-microsoft-xbox-controller-menu:before{content:"󰹯"}.light .mdi-microsoft-xbox-controller-off:before{content:"󰖻"}.light .mdi-microsoft-xbox-controller-view:before{content:"󰹰"}.light .mdi-microsoft-yammer:before{content:"󰞉"}.light .mdi-microwave:before{content:"󰲙"}.light .mdi-middleware:before{content:"󰽝"}.light .mdi-middleware-outline:before{content:"󰽞"}.light .mdi-midi:before{content:"󰣱"}.light .mdi-midi-port:before{content:"󰣲"}.light .mdi-mine:before{content:"󰷚"}.light .mdi-minecraft:before{content:"󰍳"}.light .mdi-mini-sd:before{content:"󰨅"}.light .mdi-minidisc:before{content:"󰨆"}.light .mdi-minus:before{content:"󰍴"}.light .mdi-minus-box:before{content:"󰍵"}.light .mdi-minus-box-multiple:before{content:"󱅁"}.light .mdi-minus-box-multiple-outline:before{content:"󱅂"}.light .mdi-minus-box-outline:before{content:"󰛲"}.light .mdi-minus-circle:before{content:"󰍶"}.light .mdi-minus-circle-multiple:before{content:"󰍚"}.light .mdi-minus-circle-multiple-outline:before{content:"󰫓"}.light .mdi-minus-circle-outline:before{content:"󰍷"}.light .mdi-minus-network:before{content:"󰍸"}.light .mdi-minus-network-outline:before{content:"󰲚"}.light .mdi-mirror:before{content:"󱇽"}.light .mdi-mixed-martial-arts:before{content:"󰶏"}.light .mdi-mixed-reality:before{content:"󰡿"}.light .mdi-mixer:before{content:"󰟝"}.light .mdi-molecule:before{content:"󰮬"}.light .mdi-molecule-co:before{content:"󱋾"}.light .mdi-molecule-co2:before{content:"󰟤"}.light .mdi-monitor:before{content:"󰍹"}.light .mdi-monitor-cellphone:before{content:"󰦉"}.light .mdi-monitor-cellphone-star:before{content:"󰦊"}.light .mdi-monitor-clean:before{content:"󱄄"}.light .mdi-monitor-dashboard:before{content:"󰨇"}.light .mdi-monitor-edit:before{content:"󱋆"}.light .mdi-monitor-eye:before{content:"󱎴"}.light .mdi-monitor-lock:before{content:"󰷛"}.light .mdi-monitor-multiple:before{content:"󰍺"}.light .mdi-monitor-off:before{content:"󰶐"}.light .mdi-monitor-screenshot:before{content:"󰹑"}.light .mdi-monitor-speaker:before{content:"󰽟"}.light .mdi-monitor-speaker-off:before{content:"󰽠"}.light .mdi-monitor-star:before{content:"󰷜"}.light .mdi-moon-first-quarter:before{content:"󰽡"}.light .mdi-moon-full:before{content:"󰽢"}.light .mdi-moon-last-quarter:before{content:"󰽣"}.light .mdi-moon-new:before{content:"󰽤"}.light .mdi-moon-waning-crescent:before{content:"󰽥"}.light .mdi-moon-waning-gibbous:before{content:"󰽦"}.light .mdi-moon-waxing-crescent:before{content:"󰽧"}.light .mdi-moon-waxing-gibbous:before{content:"󰽨"}.light .mdi-moped:before{content:"󱂆"}.light .mdi-more:before{content:"󰍻"}.light .mdi-mother-heart:before{content:"󱌔"}.light .mdi-mother-nurse:before{content:"󰴡"}.light .mdi-motion-sensor:before{content:"󰶑"}.light .mdi-motorbike:before{content:"󰍼"}.light .mdi-mouse:before{content:"󰍽"}.light .mdi-mouse-bluetooth:before{content:"󰦋"}.light .mdi-mouse-off:before{content:"󰍾"}.light .mdi-mouse-variant:before{content:"󰍿"}.light .mdi-mouse-variant-off:before{content:"󰎀"}.light .mdi-move-resize:before{content:"󰙕"}.light .mdi-move-resize-variant:before{content:"󰙖"}.light .mdi-movie:before{content:"󰎁"}.light .mdi-movie-edit:before{content:"󱄢"}.light .mdi-movie-edit-outline:before{content:"󱄣"}.light .mdi-movie-filter:before{content:"󱄤"}.light .mdi-movie-filter-outline:before{content:"󱄥"}.light .mdi-movie-open:before{content:"󰿎"}.light .mdi-movie-open-outline:before{content:"󰿏"}.light .mdi-movie-outline:before{content:"󰷝"}.light .mdi-movie-roll:before{content:"󰟞"}.light .mdi-movie-search:before{content:"󱇒"}.light .mdi-movie-search-outline:before{content:"󱇓"}.light .mdi-muffin:before{content:"󰦌"}.light .mdi-multiplication:before{content:"󰎂"}.light .mdi-multiplication-box:before{content:"󰎃"}.light .mdi-mushroom:before{content:"󰟟"}.light .mdi-mushroom-outline:before{content:"󰟠"}.light .mdi-music:before{content:"󰝚"}.light .mdi-music-accidental-double-flat:before{content:"󰽩"}.light .mdi-music-accidental-double-sharp:before{content:"󰽪"}.light .mdi-music-accidental-flat:before{content:"󰽫"}.light .mdi-music-accidental-natural:before{content:"󰽬"}.light .mdi-music-accidental-sharp:before{content:"󰽭"}.light .mdi-music-box:before{content:"󰎄"}.light .mdi-music-box-multiple:before{content:"󰌳"}.light .mdi-music-box-multiple-outline:before{content:"󰼄"}.light .mdi-music-box-outline:before{content:"󰎅"}.light .mdi-music-circle:before{content:"󰎆"}.light .mdi-music-circle-outline:before{content:"󰫔"}.light .mdi-music-clef-alto:before{content:"󰽮"}.light .mdi-music-clef-bass:before{content:"󰽯"}.light .mdi-music-clef-treble:before{content:"󰽰"}.light .mdi-music-note:before{content:"󰎇"}.light .mdi-music-note-bluetooth:before{content:"󰗾"}.light .mdi-music-note-bluetooth-off:before{content:"󰗿"}.light .mdi-music-note-eighth:before{content:"󰎈"}.light .mdi-music-note-eighth-dotted:before{content:"󰽱"}.light .mdi-music-note-half:before{content:"󰎉"}.light .mdi-music-note-half-dotted:before{content:"󰽲"}.light .mdi-music-note-off:before{content:"󰎊"}.light .mdi-music-note-off-outline:before{content:"󰽳"}.light .mdi-music-note-outline:before{content:"󰽴"}.light .mdi-music-note-plus:before{content:"󰷞"}.light .mdi-music-note-quarter:before{content:"󰎋"}.light .mdi-music-note-quarter-dotted:before{content:"󰽵"}.light .mdi-music-note-sixteenth:before{content:"󰎌"}.light .mdi-music-note-sixteenth-dotted:before{content:"󰽶"}.light .mdi-music-note-whole:before{content:"󰎍"}.light .mdi-music-note-whole-dotted:before{content:"󰽷"}.light .mdi-music-off:before{content:"󰝛"}.light .mdi-music-rest-eighth:before{content:"󰽸"}.light .mdi-music-rest-half:before{content:"󰽹"}.light .mdi-music-rest-quarter:before{content:"󰽺"}.light .mdi-music-rest-sixteenth:before{content:"󰽻"}.light .mdi-music-rest-whole:before{content:"󰽼"}.light .mdi-nail:before{content:"󰷟"}.light .mdi-nas:before{content:"󰣳"}.light .mdi-nativescript:before{content:"󰢀"}.light .mdi-nature:before{content:"󰎎"}.light .mdi-nature-people:before{content:"󰎏"}.light .mdi-navigation:before{content:"󰎐"}.light .mdi-near-me:before{content:"󰗍"}.light .mdi-necklace:before{content:"󰼋"}.light .mdi-needle:before{content:"󰎑"}.light .mdi-netflix:before{content:"󰝆"}.light .mdi-network:before{content:"󰛳"}.light .mdi-network-off:before{content:"󰲛"}.light .mdi-network-off-outline:before{content:"󰲜"}.light .mdi-network-outline:before{content:"󰲝"}.light .mdi-network-strength-1:before{content:"󰣴"}.light .mdi-network-strength-1-alert:before{content:"󰣵"}.light .mdi-network-strength-2:before{content:"󰣶"}.light .mdi-network-strength-2-alert:before{content:"󰣷"}.light .mdi-network-strength-3:before{content:"󰣸"}.light .mdi-network-strength-3-alert:before{content:"󰣹"}.light .mdi-network-strength-4:before{content:"󰣺"}.light .mdi-network-strength-4-alert:before{content:"󰣻"}.light .mdi-network-strength-off:before{content:"󰣼"}.light .mdi-network-strength-off-outline:before{content:"󰣽"}.light .mdi-network-strength-outline:before{content:"󰣾"}.light .mdi-new-box:before{content:"󰎔"}.light .mdi-newspaper:before{content:"󰎕"}.light .mdi-newspaper-minus:before{content:"󰼌"}.light .mdi-newspaper-plus:before{content:"󰼍"}.light .mdi-newspaper-variant:before{content:"󱀁"}.light .mdi-newspaper-variant-multiple:before{content:"󱀂"}.light .mdi-newspaper-variant-multiple-outline:before{content:"󱀃"}.light .mdi-newspaper-variant-outline:before{content:"󱀄"}.light .mdi-nfc:before{content:"󰎖"}.light .mdi-nfc-search-variant:before{content:"󰹓"}.light .mdi-nfc-tap:before{content:"󰎗"}.light .mdi-nfc-variant:before{content:"󰎘"}.light .mdi-nfc-variant-off:before{content:"󰹔"}.light .mdi-ninja:before{content:"󰝴"}.light .mdi-nintendo-game-boy:before{content:"󱎓"}.light .mdi-nintendo-switch:before{content:"󰟡"}.light .mdi-nintendo-wii:before{content:"󰖫"}.light .mdi-nintendo-wiiu:before{content:"󰜭"}.light .mdi-nix:before{content:"󱄅"}.light .mdi-nodejs:before{content:"󰎙"}.light .mdi-noodles:before{content:"󱅾"}.light .mdi-not-equal:before{content:"󰦍"}.light .mdi-not-equal-variant:before{content:"󰦎"}.light .mdi-note:before{content:"󰎚"}.light .mdi-note-multiple:before{content:"󰚸"}.light .mdi-note-multiple-outline:before{content:"󰚹"}.light .mdi-note-outline:before{content:"󰎛"}.light .mdi-note-plus:before{content:"󰎜"}.light .mdi-note-plus-outline:before{content:"󰎝"}.light .mdi-note-text:before{content:"󰎞"}.light .mdi-note-text-outline:before{content:"󱇗"}.light .mdi-notebook:before{content:"󰠮"}.light .mdi-notebook-multiple:before{content:"󰹕"}.light .mdi-notebook-outline:before{content:"󰺿"}.light .mdi-notification-clear-all:before{content:"󰎟"}.light .mdi-npm:before{content:"󰛷"}.light .mdi-nuke:before{content:"󰚤"}.light .mdi-null:before{content:"󰟢"}.light .mdi-numeric:before{content:"󰎠"}.light .mdi-numeric-0:before{content:"󰬹"}.light .mdi-numeric-0-box:before{content:"󰎡"}.light .mdi-numeric-0-box-multiple:before{content:"󰼎"}.light .mdi-numeric-0-box-multiple-outline:before{content:"󰎢"}.light .mdi-numeric-0-box-outline:before{content:"󰎣"}.light .mdi-numeric-0-circle:before{content:"󰲞"}.light .mdi-numeric-0-circle-outline:before{content:"󰲟"}.light .mdi-numeric-1:before{content:"󰬺"}.light .mdi-numeric-1-box:before{content:"󰎤"}.light .mdi-numeric-1-box-multiple:before{content:"󰼏"}.light .mdi-numeric-1-box-multiple-outline:before{content:"󰎥"}.light .mdi-numeric-1-box-outline:before{content:"󰎦"}.light .mdi-numeric-1-circle:before{content:"󰲠"}.light .mdi-numeric-1-circle-outline:before{content:"󰲡"}.light .mdi-numeric-10:before{content:"󰿩"}.light .mdi-numeric-10-box:before{content:"󰽽"}.light .mdi-numeric-10-box-multiple:before{content:"󰿪"}.light .mdi-numeric-10-box-multiple-outline:before{content:"󰿫"}.light .mdi-numeric-10-box-outline:before{content:"󰽾"}.light .mdi-numeric-10-circle:before{content:"󰿬"}.light .mdi-numeric-10-circle-outline:before{content:"󰿭"}.light .mdi-numeric-2:before{content:"󰬻"}.light .mdi-numeric-2-box:before{content:"󰎧"}.light .mdi-numeric-2-box-multiple:before{content:"󰼐"}.light .mdi-numeric-2-box-multiple-outline:before{content:"󰎨"}.light .mdi-numeric-2-box-outline:before{content:"󰎩"}.light .mdi-numeric-2-circle:before{content:"󰲢"}.light .mdi-numeric-2-circle-outline:before{content:"󰲣"}.light .mdi-numeric-3:before{content:"󰬼"}.light .mdi-numeric-3-box:before{content:"󰎪"}.light .mdi-numeric-3-box-multiple:before{content:"󰼑"}.light .mdi-numeric-3-box-multiple-outline:before{content:"󰎫"}.light .mdi-numeric-3-box-outline:before{content:"󰎬"}.light .mdi-numeric-3-circle:before{content:"󰲤"}.light .mdi-numeric-3-circle-outline:before{content:"󰲥"}.light .mdi-numeric-4:before{content:"󰬽"}.light .mdi-numeric-4-box:before{content:"󰎭"}.light .mdi-numeric-4-box-multiple:before{content:"󰼒"}.light .mdi-numeric-4-box-multiple-outline:before{content:"󰎲"}.light .mdi-numeric-4-box-outline:before{content:"󰎮"}.light .mdi-numeric-4-circle:before{content:"󰲦"}.light .mdi-numeric-4-circle-outline:before{content:"󰲧"}.light .mdi-numeric-5:before{content:"󰬾"}.light .mdi-numeric-5-box:before{content:"󰎱"}.light .mdi-numeric-5-box-multiple:before{content:"󰼓"}.light .mdi-numeric-5-box-multiple-outline:before{content:"󰎯"}.light .mdi-numeric-5-box-outline:before{content:"󰎰"}.light .mdi-numeric-5-circle:before{content:"󰲨"}.light .mdi-numeric-5-circle-outline:before{content:"󰲩"}.light .mdi-numeric-6:before{content:"󰬿"}.light .mdi-numeric-6-box:before{content:"󰎳"}.light .mdi-numeric-6-box-multiple:before{content:"󰼔"}.light .mdi-numeric-6-box-multiple-outline:before{content:"󰎴"}.light .mdi-numeric-6-box-outline:before{content:"󰎵"}.light .mdi-numeric-6-circle:before{content:"󰲪"}.light .mdi-numeric-6-circle-outline:before{content:"󰲫"}.light .mdi-numeric-7:before{content:"󰭀"}.light .mdi-numeric-7-box:before{content:"󰎶"}.light .mdi-numeric-7-box-multiple:before{content:"󰼕"}.light .mdi-numeric-7-box-multiple-outline:before{content:"󰎷"}.light .mdi-numeric-7-box-outline:before{content:"󰎸"}.light .mdi-numeric-7-circle:before{content:"󰲬"}.light .mdi-numeric-7-circle-outline:before{content:"󰲭"}.light .mdi-numeric-8:before{content:"󰭁"}.light .mdi-numeric-8-box:before{content:"󰎹"}.light .mdi-numeric-8-box-multiple:before{content:"󰼖"}.light .mdi-numeric-8-box-multiple-outline:before{content:"󰎺"}.light .mdi-numeric-8-box-outline:before{content:"󰎻"}.light .mdi-numeric-8-circle:before{content:"󰲮"}.light .mdi-numeric-8-circle-outline:before{content:"󰲯"}.light .mdi-numeric-9:before{content:"󰭂"}.light .mdi-numeric-9-box:before{content:"󰎼"}.light .mdi-numeric-9-box-multiple:before{content:"󰼗"}.light .mdi-numeric-9-box-multiple-outline:before{content:"󰎽"}.light .mdi-numeric-9-box-outline:before{content:"󰎾"}.light .mdi-numeric-9-circle:before{content:"󰲰"}.light .mdi-numeric-9-circle-outline:before{content:"󰲱"}.light .mdi-numeric-9-plus:before{content:"󰿮"}.light .mdi-numeric-9-plus-box:before{content:"󰎿"}.light .mdi-numeric-9-plus-box-multiple:before{content:"󰼘"}.light .mdi-numeric-9-plus-box-multiple-outline:before{content:"󰏀"}.light .mdi-numeric-9-plus-box-outline:before{content:"󰏁"}.light .mdi-numeric-9-plus-circle:before{content:"󰲲"}.light .mdi-numeric-9-plus-circle-outline:before{content:"󰲳"}.light .mdi-numeric-negative-1:before{content:"󱁒"}.light .mdi-nut:before{content:"󰛸"}.light .mdi-nutrition:before{content:"󰏂"}.light .mdi-nuxt:before{content:"󱄆"}.light .mdi-oar:before{content:"󰙼"}.light .mdi-ocarina:before{content:"󰷠"}.light .mdi-oci:before{content:"󱋩"}.light .mdi-ocr:before{content:"󱄺"}.light .mdi-octagon:before{content:"󰏃"}.light .mdi-octagon-outline:before{content:"󰏄"}.light .mdi-octagram:before{content:"󰛹"}.light .mdi-octagram-outline:before{content:"󰝵"}.light .mdi-odnoklassniki:before{content:"󰏅"}.light .mdi-offer:before{content:"󱈛"}.light .mdi-office-building:before{content:"󰦑"}.light .mdi-oil:before{content:"󰏇"}.light .mdi-oil-lamp:before{content:"󰼙"}.light .mdi-oil-level:before{content:"󱁓"}.light .mdi-oil-temperature:before{content:"󰿸"}.light .mdi-omega:before{content:"󰏉"}.light .mdi-one-up:before{content:"󰮭"}.light .mdi-onepassword:before{content:"󰢁"}.light .mdi-opacity:before{content:"󰗌"}.light .mdi-open-in-app:before{content:"󰏋"}.light .mdi-open-in-new:before{content:"󰏌"}.light .mdi-open-source-initiative:before{content:"󰮮"}.light .mdi-openid:before{content:"󰏍"}.light .mdi-opera:before{content:"󰏎"}.light .mdi-orbit:before{content:"󰀘"}.light .mdi-order-alphabetical-ascending:before{content:"󰈍"}.light .mdi-order-alphabetical-descending:before{content:"󰴇"}.light .mdi-order-bool-ascending:before{content:"󰊾"}.light .mdi-order-bool-ascending-variant:before{content:"󰦏"}.light .mdi-order-bool-descending:before{content:"󱎄"}.light .mdi-order-bool-descending-variant:before{content:"󰦐"}.light .mdi-order-numeric-ascending:before{content:"󰕅"}.light .mdi-order-numeric-descending:before{content:"󰕆"}.light .mdi-origin:before{content:"󰭃"}.light .mdi-ornament:before{content:"󰏏"}.light .mdi-ornament-variant:before{content:"󰏐"}.light .mdi-outdoor-lamp:before{content:"󱁔"}.light .mdi-overscan:before{content:"󱀅"}.light .mdi-owl:before{content:"󰏒"}.light .mdi-pac-man:before{content:"󰮯"}.light .mdi-package:before{content:"󰏓"}.light .mdi-package-down:before{content:"󰏔"}.light .mdi-package-up:before{content:"󰏕"}.light .mdi-package-variant:before{content:"󰏖"}.light .mdi-package-variant-closed:before{content:"󰏗"}.light .mdi-page-first:before{content:"󰘀"}.light .mdi-page-last:before{content:"󰘁"}.light .mdi-page-layout-body:before{content:"󰛺"}.light .mdi-page-layout-footer:before{content:"󰛻"}.light .mdi-page-layout-header:before{content:"󰛼"}.light .mdi-page-layout-header-footer:before{content:"󰽿"}.light .mdi-page-layout-sidebar-left:before{content:"󰛽"}.light .mdi-page-layout-sidebar-right:before{content:"󰛾"}.light .mdi-page-next:before{content:"󰮰"}.light .mdi-page-next-outline:before{content:"󰮱"}.light .mdi-page-previous:before{content:"󰮲"}.light .mdi-page-previous-outline:before{content:"󰮳"}.light .mdi-palette:before{content:"󰏘"}.light .mdi-palette-advanced:before{content:"󰏙"}.light .mdi-palette-outline:before{content:"󰸌"}.light .mdi-palette-swatch:before{content:"󰢵"}.light .mdi-palette-swatch-outline:before{content:"󱍜"}.light .mdi-palm-tree:before{content:"󱁕"}.light .mdi-pan:before{content:"󰮴"}.light .mdi-pan-bottom-left:before{content:"󰮵"}.light .mdi-pan-bottom-right:before{content:"󰮶"}.light .mdi-pan-down:before{content:"󰮷"}.light .mdi-pan-horizontal:before{content:"󰮸"}.light .mdi-pan-left:before{content:"󰮹"}.light .mdi-pan-right:before{content:"󰮺"}.light .mdi-pan-top-left:before{content:"󰮻"}.light .mdi-pan-top-right:before{content:"󰮼"}.light .mdi-pan-up:before{content:"󰮽"}.light .mdi-pan-vertical:before{content:"󰮾"}.light .mdi-panda:before{content:"󰏚"}.light .mdi-pandora:before{content:"󰏛"}.light .mdi-panorama:before{content:"󰏜"}.light .mdi-panorama-fisheye:before{content:"󰏝"}.light .mdi-panorama-horizontal:before{content:"󰏞"}.light .mdi-panorama-vertical:before{content:"󰏟"}.light .mdi-panorama-wide-angle:before{content:"󰏠"}.light .mdi-paper-cut-vertical:before{content:"󰏡"}.light .mdi-paper-roll:before{content:"󱅗"}.light .mdi-paper-roll-outline:before{content:"󱅘"}.light .mdi-paperclip:before{content:"󰏢"}.light .mdi-parachute:before{content:"󰲴"}.light .mdi-parachute-outline:before{content:"󰲵"}.light .mdi-parking:before{content:"󰏣"}.light .mdi-party-popper:before{content:"󱁖"}.light .mdi-passport:before{content:"󰟣"}.light .mdi-passport-biometric:before{content:"󰷡"}.light .mdi-pasta:before{content:"󱅠"}.light .mdi-patio-heater:before{content:"󰾀"}.light .mdi-patreon:before{content:"󰢂"}.light .mdi-pause:before{content:"󰏤"}.light .mdi-pause-circle:before{content:"󰏥"}.light .mdi-pause-circle-outline:before{content:"󰏦"}.light .mdi-pause-octagon:before{content:"󰏧"}.light .mdi-pause-octagon-outline:before{content:"󰏨"}.light .mdi-paw:before{content:"󰏩"}.light .mdi-paw-off:before{content:"󰙗"}.light .mdi-pdf-box:before{content:"󰹖"}.light .mdi-peace:before{content:"󰢄"}.light .mdi-peanut:before{content:"󰿼"}.light .mdi-peanut-off:before{content:"󰿽"}.light .mdi-peanut-off-outline:before{content:"󰿿"}.light .mdi-peanut-outline:before{content:"󰿾"}.light .mdi-pen:before{content:"󰏪"}.light .mdi-pen-lock:before{content:"󰷢"}.light .mdi-pen-minus:before{content:"󰷣"}.light .mdi-pen-off:before{content:"󰷤"}.light .mdi-pen-plus:before{content:"󰷥"}.light .mdi-pen-remove:before{content:"󰷦"}.light .mdi-pencil:before{content:"󰏫"}.light .mdi-pencil-box:before{content:"󰏬"}.light .mdi-pencil-box-multiple:before{content:"󱅄"}.light .mdi-pencil-box-multiple-outline:before{content:"󱅅"}.light .mdi-pencil-box-outline:before{content:"󰏭"}.light .mdi-pencil-circle:before{content:"󰛿"}.light .mdi-pencil-circle-outline:before{content:"󰝶"}.light .mdi-pencil-lock:before{content:"󰏮"}.light .mdi-pencil-lock-outline:before{content:"󰷧"}.light .mdi-pencil-minus:before{content:"󰷨"}.light .mdi-pencil-minus-outline:before{content:"󰷩"}.light .mdi-pencil-off:before{content:"󰏯"}.light .mdi-pencil-off-outline:before{content:"󰷪"}.light .mdi-pencil-outline:before{content:"󰲶"}.light .mdi-pencil-plus:before{content:"󰷫"}.light .mdi-pencil-plus-outline:before{content:"󰷬"}.light .mdi-pencil-remove:before{content:"󰷭"}.light .mdi-pencil-remove-outline:before{content:"󰷮"}.light .mdi-pencil-ruler:before{content:"󱍓"}.light .mdi-penguin:before{content:"󰻀"}.light .mdi-pentagon:before{content:"󰜁"}.light .mdi-pentagon-outline:before{content:"󰜀"}.light .mdi-percent:before{content:"󰏰"}.light .mdi-percent-outline:before{content:"󱉸"}.light .mdi-periodic-table:before{content:"󰢶"}.light .mdi-perspective-less:before{content:"󰴣"}.light .mdi-perspective-more:before{content:"󰴤"}.light .mdi-pharmacy:before{content:"󰏱"}.light .mdi-phone:before{content:"󰏲"}.light .mdi-phone-alert:before{content:"󰼚"}.light .mdi-phone-alert-outline:before{content:"󱆎"}.light .mdi-phone-bluetooth:before{content:"󰏳"}.light .mdi-phone-bluetooth-outline:before{content:"󱆏"}.light .mdi-phone-cancel:before{content:"󱂼"}.light .mdi-phone-cancel-outline:before{content:"󱆐"}.light .mdi-phone-check:before{content:"󱆩"}.light .mdi-phone-check-outline:before{content:"󱆪"}.light .mdi-phone-classic:before{content:"󰘂"}.light .mdi-phone-classic-off:before{content:"󱉹"}.light .mdi-phone-forward:before{content:"󰏴"}.light .mdi-phone-forward-outline:before{content:"󱆑"}.light .mdi-phone-hangup:before{content:"󰏵"}.light .mdi-phone-hangup-outline:before{content:"󱆒"}.light .mdi-phone-in-talk:before{content:"󰏶"}.light .mdi-phone-in-talk-outline:before{content:"󱆂"}.light .mdi-phone-incoming:before{content:"󰏷"}.light .mdi-phone-incoming-outline:before{content:"󱆓"}.light .mdi-phone-lock:before{content:"󰏸"}.light .mdi-phone-lock-outline:before{content:"󱆔"}.light .mdi-phone-log:before{content:"󰏹"}.light .mdi-phone-log-outline:before{content:"󱆕"}.light .mdi-phone-message:before{content:"󱆖"}.light .mdi-phone-message-outline:before{content:"󱆗"}.light .mdi-phone-minus:before{content:"󰙘"}.light .mdi-phone-minus-outline:before{content:"󱆘"}.light .mdi-phone-missed:before{content:"󰏺"}.light .mdi-phone-missed-outline:before{content:"󱆥"}.light .mdi-phone-off:before{content:"󰷯"}.light .mdi-phone-off-outline:before{content:"󱆦"}.light .mdi-phone-outgoing:before{content:"󰏻"}.light .mdi-phone-outgoing-outline:before{content:"󱆙"}.light .mdi-phone-outline:before{content:"󰷰"}.light .mdi-phone-paused:before{content:"󰏼"}.light .mdi-phone-paused-outline:before{content:"󱆚"}.light .mdi-phone-plus:before{content:"󰙙"}.light .mdi-phone-plus-outline:before{content:"󱆛"}.light .mdi-phone-return:before{content:"󰠯"}.light .mdi-phone-return-outline:before{content:"󱆜"}.light .mdi-phone-ring:before{content:"󱆫"}.light .mdi-phone-ring-outline:before{content:"󱆬"}.light .mdi-phone-rotate-landscape:before{content:"󰢅"}.light .mdi-phone-rotate-portrait:before{content:"󰢆"}.light .mdi-phone-settings:before{content:"󰏽"}.light .mdi-phone-settings-outline:before{content:"󱆝"}.light .mdi-phone-voip:before{content:"󰏾"}.light .mdi-pi:before{content:"󰏿"}.light .mdi-pi-box:before{content:"󰐀"}.light .mdi-pi-hole:before{content:"󰷱"}.light .mdi-piano:before{content:"󰙽"}.light .mdi-pickaxe:before{content:"󰢷"}.light .mdi-picture-in-picture-bottom-right:before{content:"󰹗"}.light .mdi-picture-in-picture-bottom-right-outline:before{content:"󰹘"}.light .mdi-picture-in-picture-top-right:before{content:"󰹙"}.light .mdi-picture-in-picture-top-right-outline:before{content:"󰹚"}.light .mdi-pier:before{content:"󰢇"}.light .mdi-pier-crane:before{content:"󰢈"}.light .mdi-pig:before{content:"󰐁"}.light .mdi-pig-variant:before{content:"󱀆"}.light .mdi-piggy-bank:before{content:"󱀇"}.light .mdi-pill:before{content:"󰐂"}.light .mdi-pillar:before{content:"󰜂"}.light .mdi-pin:before{content:"󰐃"}.light .mdi-pin-off:before{content:"󰐄"}.light .mdi-pin-off-outline:before{content:"󰤰"}.light .mdi-pin-outline:before{content:"󰤱"}.light .mdi-pine-tree:before{content:"󰐅"}.light .mdi-pine-tree-box:before{content:"󰐆"}.light .mdi-pinterest:before{content:"󰐇"}.light .mdi-pinwheel:before{content:"󰫕"}.light .mdi-pinwheel-outline:before{content:"󰫖"}.light .mdi-pipe:before{content:"󰟥"}.light .mdi-pipe-disconnected:before{content:"󰟦"}.light .mdi-pipe-leak:before{content:"󰢉"}.light .mdi-pipe-wrench:before{content:"󱍔"}.light .mdi-pirate:before{content:"󰨈"}.light .mdi-pistol:before{content:"󰜃"}.light .mdi-piston:before{content:"󰢊"}.light .mdi-pizza:before{content:"󰐉"}.light .mdi-play:before{content:"󰐊"}.light .mdi-play-box:before{content:"󱉺"}.light .mdi-play-box-multiple:before{content:"󰴙"}.light .mdi-play-box-outline:before{content:"󰐋"}.light .mdi-play-circle:before{content:"󰐌"}.light .mdi-play-circle-outline:before{content:"󰐍"}.light .mdi-play-network:before{content:"󰢋"}.light .mdi-play-network-outline:before{content:"󰲷"}.light .mdi-play-outline:before{content:"󰼛"}.light .mdi-play-pause:before{content:"󰐎"}.light .mdi-play-protected-content:before{content:"󰐏"}.light .mdi-play-speed:before{content:"󰣿"}.light .mdi-playlist-check:before{content:"󰗇"}.light .mdi-playlist-edit:before{content:"󰤀"}.light .mdi-playlist-minus:before{content:"󰐐"}.light .mdi-playlist-music:before{content:"󰲸"}.light .mdi-playlist-music-outline:before{content:"󰲹"}.light .mdi-playlist-play:before{content:"󰐑"}.light .mdi-playlist-plus:before{content:"󰐒"}.light .mdi-playlist-remove:before{content:"󰐓"}.light .mdi-playlist-star:before{content:"󰷲"}.light .mdi-plex:before{content:"󰚺"}.light .mdi-plus:before{content:"󰐕"}.light .mdi-plus-box:before{content:"󰐖"}.light .mdi-plus-box-multiple:before{content:"󰌴"}.light .mdi-plus-box-multiple-outline:before{content:"󱅃"}.light .mdi-plus-box-outline:before{content:"󰜄"}.light .mdi-plus-circle:before{content:"󰐗"}.light .mdi-plus-circle-multiple:before{content:"󰍌"}.light .mdi-plus-circle-multiple-outline:before{content:"󰐘"}.light .mdi-plus-circle-outline:before{content:"󰐙"}.light .mdi-plus-minus:before{content:"󰦒"}.light .mdi-plus-minus-box:before{content:"󰦓"}.light .mdi-plus-network:before{content:"󰐚"}.light .mdi-plus-network-outline:before{content:"󰲺"}.light .mdi-plus-one:before{content:"󰐛"}.light .mdi-plus-outline:before{content:"󰜅"}.light .mdi-plus-thick:before{content:"󱇬"}.light .mdi-podcast:before{content:"󰦔"}.light .mdi-podium:before{content:"󰴥"}.light .mdi-podium-bronze:before{content:"󰴦"}.light .mdi-podium-gold:before{content:"󰴧"}.light .mdi-podium-silver:before{content:"󰴨"}.light .mdi-point-of-sale:before{content:"󰶒"}.light .mdi-pokeball:before{content:"󰐝"}.light .mdi-pokemon-go:before{content:"󰨉"}.light .mdi-poker-chip:before{content:"󰠰"}.light .mdi-polaroid:before{content:"󰐞"}.light .mdi-police-badge:before{content:"󱅧"}.light .mdi-police-badge-outline:before{content:"󱅨"}.light .mdi-poll:before{content:"󰐟"}.light .mdi-poll-box:before{content:"󰐠"}.light .mdi-poll-box-outline:before{content:"󱉻"}.light .mdi-polymer:before{content:"󰐡"}.light .mdi-pool:before{content:"󰘆"}.light .mdi-popcorn:before{content:"󰐢"}.light .mdi-post:before{content:"󱀈"}.light .mdi-post-outline:before{content:"󱀉"}.light .mdi-postage-stamp:before{content:"󰲻"}.light .mdi-pot:before{content:"󰋥"}.light .mdi-pot-mix:before{content:"󰙛"}.light .mdi-pot-mix-outline:before{content:"󰙷"}.light .mdi-pot-outline:before{content:"󰋿"}.light .mdi-pot-steam:before{content:"󰙚"}.light .mdi-pot-steam-outline:before{content:"󰌦"}.light .mdi-pound:before{content:"󰐣"}.light .mdi-pound-box:before{content:"󰐤"}.light .mdi-pound-box-outline:before{content:"󱅿"}.light .mdi-power:before{content:"󰐥"}.light .mdi-power-cycle:before{content:"󰤁"}.light .mdi-power-off:before{content:"󰤂"}.light .mdi-power-on:before{content:"󰤃"}.light .mdi-power-plug:before{content:"󰚥"}.light .mdi-power-plug-off:before{content:"󰚦"}.light .mdi-power-settings:before{content:"󰐦"}.light .mdi-power-sleep:before{content:"󰤄"}.light .mdi-power-socket:before{content:"󰐧"}.light .mdi-power-socket-au:before{content:"󰤅"}.light .mdi-power-socket-de:before{content:"󱄇"}.light .mdi-power-socket-eu:before{content:"󰟧"}.light .mdi-power-socket-fr:before{content:"󱄈"}.light .mdi-power-socket-jp:before{content:"󱄉"}.light .mdi-power-socket-uk:before{content:"󰟨"}.light .mdi-power-socket-us:before{content:"󰟩"}.light .mdi-power-standby:before{content:"󰤆"}.light .mdi-powershell:before{content:"󰨊"}.light .mdi-prescription:before{content:"󰜆"}.light .mdi-presentation:before{content:"󰐨"}.light .mdi-presentation-play:before{content:"󰐩"}.light .mdi-printer:before{content:"󰐪"}.light .mdi-printer-3d:before{content:"󰐫"}.light .mdi-printer-3d-nozzle:before{content:"󰹛"}.light .mdi-printer-3d-nozzle-alert:before{content:"󱇀"}.light .mdi-printer-3d-nozzle-alert-outline:before{content:"󱇁"}.light .mdi-printer-3d-nozzle-outline:before{content:"󰹜"}.light .mdi-printer-alert:before{content:"󰐬"}.light .mdi-printer-check:before{content:"󱅆"}.light .mdi-printer-off:before{content:"󰹝"}.light .mdi-printer-pos:before{content:"󱁗"}.light .mdi-printer-settings:before{content:"󰜇"}.light .mdi-printer-wireless:before{content:"󰨋"}.light .mdi-priority-high:before{content:"󰘃"}.light .mdi-priority-low:before{content:"󰘄"}.light .mdi-professional-hexagon:before{content:"󰐭"}.light .mdi-progress-alert:before{content:"󰲼"}.light .mdi-progress-check:before{content:"󰦕"}.light .mdi-progress-clock:before{content:"󰦖"}.light .mdi-progress-close:before{content:"󱄊"}.light .mdi-progress-download:before{content:"󰦗"}.light .mdi-progress-upload:before{content:"󰦘"}.light .mdi-progress-wrench:before{content:"󰲽"}.light .mdi-projector:before{content:"󰐮"}.light .mdi-projector-screen:before{content:"󰐯"}.light .mdi-propane-tank:before{content:"󱍗"}.light .mdi-propane-tank-outline:before{content:"󱍘"}.light .mdi-protocol:before{content:"󰿘"}.light .mdi-publish:before{content:"󰚧"}.light .mdi-pulse:before{content:"󰐰"}.light .mdi-pumpkin:before{content:"󰮿"}.light .mdi-purse:before{content:"󰼜"}.light .mdi-purse-outline:before{content:"󰼝"}.light .mdi-puzzle:before{content:"󰐱"}.light .mdi-puzzle-outline:before{content:"󰩦"}.light .mdi-qi:before{content:"󰦙"}.light .mdi-qqchat:before{content:"󰘅"}.light .mdi-qrcode:before{content:"󰐲"}.light .mdi-qrcode-edit:before{content:"󰢸"}.light .mdi-qrcode-minus:before{content:"󱆌"}.light .mdi-qrcode-plus:before{content:"󱆋"}.light .mdi-qrcode-remove:before{content:"󱆍"}.light .mdi-qrcode-scan:before{content:"󰐳"}.light .mdi-quadcopter:before{content:"󰐴"}.light .mdi-quality-high:before{content:"󰐵"}.light .mdi-quality-low:before{content:"󰨌"}.light .mdi-quality-medium:before{content:"󰨍"}.light .mdi-quora:before{content:"󰴩"}.light .mdi-rabbit:before{content:"󰤇"}.light .mdi-racing-helmet:before{content:"󰶓"}.light .mdi-racquetball:before{content:"󰶔"}.light .mdi-radar:before{content:"󰐷"}.light .mdi-radiator:before{content:"󰐸"}.light .mdi-radiator-disabled:before{content:"󰫗"}.light .mdi-radiator-off:before{content:"󰫘"}.light .mdi-radio:before{content:"󰐹"}.light .mdi-radio-am:before{content:"󰲾"}.light .mdi-radio-fm:before{content:"󰲿"}.light .mdi-radio-handheld:before{content:"󰐺"}.light .mdi-radio-off:before{content:"󱈜"}.light .mdi-radio-tower:before{content:"󰐻"}.light .mdi-radioactive:before{content:"󰐼"}.light .mdi-radioactive-off:before{content:"󰻁"}.light .mdi-radiobox-blank:before{content:"󰐽"}.light .mdi-radiobox-marked:before{content:"󰐾"}.light .mdi-radius:before{content:"󰳀"}.light .mdi-radius-outline:before{content:"󰳁"}.light .mdi-railroad-light:before{content:"󰼞"}.light .mdi-raspberry-pi:before{content:"󰐿"}.light .mdi-ray-end:before{content:"󰑀"}.light .mdi-ray-end-arrow:before{content:"󰑁"}.light .mdi-ray-start:before{content:"󰑂"}.light .mdi-ray-start-arrow:before{content:"󰑃"}.light .mdi-ray-start-end:before{content:"󰑄"}.light .mdi-ray-vertex:before{content:"󰑅"}.light .mdi-react:before{content:"󰜈"}.light .mdi-read:before{content:"󰑇"}.light .mdi-receipt:before{content:"󰑉"}.light .mdi-record:before{content:"󰑊"}.light .mdi-record-circle:before{content:"󰻂"}.light .mdi-record-circle-outline:before{content:"󰻃"}.light .mdi-record-player:before{content:"󰦚"}.light .mdi-record-rec:before{content:"󰑋"}.light .mdi-rectangle:before{content:"󰹞"}.light .mdi-rectangle-outline:before{content:"󰹟"}.light .mdi-recycle:before{content:"󰑌"}.light .mdi-recycle-variant:before{content:"󱎝"}.light .mdi-reddit:before{content:"󰑍"}.light .mdi-redhat:before{content:"󱄛"}.light .mdi-redo:before{content:"󰑎"}.light .mdi-redo-variant:before{content:"󰑏"}.light .mdi-reflect-horizontal:before{content:"󰨎"}.light .mdi-reflect-vertical:before{content:"󰨏"}.light .mdi-refresh:before{content:"󰑐"}.light .mdi-refresh-circle:before{content:"󱍷"}.light .mdi-regex:before{content:"󰑑"}.light .mdi-registered-trademark:before{content:"󰩧"}.light .mdi-relative-scale:before{content:"󰑒"}.light .mdi-reload:before{content:"󰑓"}.light .mdi-reload-alert:before{content:"󱄋"}.light .mdi-reminder:before{content:"󰢌"}.light .mdi-remote:before{content:"󰑔"}.light .mdi-remote-desktop:before{content:"󰢹"}.light .mdi-remote-off:before{content:"󰻄"}.light .mdi-remote-tv:before{content:"󰻅"}.light .mdi-remote-tv-off:before{content:"󰻆"}.light .mdi-rename-box:before{content:"󰑕"}.light .mdi-reorder-horizontal:before{content:"󰚈"}.light .mdi-reorder-vertical:before{content:"󰚉"}.light .mdi-repeat:before{content:"󰑖"}.light .mdi-repeat-off:before{content:"󰑗"}.light .mdi-repeat-once:before{content:"󰑘"}.light .mdi-replay:before{content:"󰑙"}.light .mdi-reply:before{content:"󰑚"}.light .mdi-reply-all:before{content:"󰑛"}.light .mdi-reply-all-outline:before{content:"󰼟"}.light .mdi-reply-circle:before{content:"󱆮"}.light .mdi-reply-outline:before{content:"󰼠"}.light .mdi-reproduction:before{content:"󰑜"}.light .mdi-resistor:before{content:"󰭄"}.light .mdi-resistor-nodes:before{content:"󰭅"}.light .mdi-resize:before{content:"󰩨"}.light .mdi-resize-bottom-right:before{content:"󰑝"}.light .mdi-responsive:before{content:"󰑞"}.light .mdi-restart:before{content:"󰜉"}.light .mdi-restart-alert:before{content:"󱄌"}.light .mdi-restart-off:before{content:"󰶕"}.light .mdi-restore:before{content:"󰦛"}.light .mdi-restore-alert:before{content:"󱄍"}.light .mdi-rewind:before{content:"󰑟"}.light .mdi-rewind-10:before{content:"󰴪"}.light .mdi-rewind-30:before{content:"󰶖"}.light .mdi-rewind-5:before{content:"󱇹"}.light .mdi-rewind-outline:before{content:"󰜊"}.light .mdi-rhombus:before{content:"󰜋"}.light .mdi-rhombus-medium:before{content:"󰨐"}.light .mdi-rhombus-outline:before{content:"󰜌"}.light .mdi-rhombus-split:before{content:"󰨑"}.light .mdi-ribbon:before{content:"󰑠"}.light .mdi-rice:before{content:"󰟪"}.light .mdi-ring:before{content:"󰟫"}.light .mdi-rivet:before{content:"󰹠"}.light .mdi-road:before{content:"󰑡"}.light .mdi-road-variant:before{content:"󰑢"}.light .mdi-robber:before{content:"󱁘"}.light .mdi-robot:before{content:"󰚩"}.light .mdi-robot-industrial:before{content:"󰭆"}.light .mdi-robot-mower:before{content:"󱇷"}.light .mdi-robot-mower-outline:before{content:"󱇳"}.light .mdi-robot-vacuum:before{content:"󰜍"}.light .mdi-robot-vacuum-variant:before{content:"󰤈"}.light .mdi-rocket:before{content:"󰑣"}.light .mdi-rocket-outline:before{content:"󱎯"}.light .mdi-rodent:before{content:"󱌧"}.light .mdi-roller-skate:before{content:"󰴫"}.light .mdi-roller-skate-off:before{content:"󰅅"}.light .mdi-rollerblade:before{content:"󰴬"}.light .mdi-rollerblade-off:before{content:"󰀮"}.light .mdi-rollupjs:before{content:"󰯀"}.light .mdi-roman-numeral-1:before{content:"󱂈"}.light .mdi-roman-numeral-10:before{content:"󱂑"}.light .mdi-roman-numeral-2:before{content:"󱂉"}.light .mdi-roman-numeral-3:before{content:"󱂊"}.light .mdi-roman-numeral-4:before{content:"󱂋"}.light .mdi-roman-numeral-5:before{content:"󱂌"}.light .mdi-roman-numeral-6:before{content:"󱂍"}.light .mdi-roman-numeral-7:before{content:"󱂎"}.light .mdi-roman-numeral-8:before{content:"󱂏"}.light .mdi-roman-numeral-9:before{content:"󱂐"}.light .mdi-room-service:before{content:"󰢍"}.light .mdi-room-service-outline:before{content:"󰶗"}.light .mdi-rotate-3d:before{content:"󰻇"}.light .mdi-rotate-3d-variant:before{content:"󰑤"}.light .mdi-rotate-left:before{content:"󰑥"}.light .mdi-rotate-left-variant:before{content:"󰑦"}.light .mdi-rotate-orbit:before{content:"󰶘"}.light .mdi-rotate-right:before{content:"󰑧"}.light .mdi-rotate-right-variant:before{content:"󰑨"}.light .mdi-rounded-corner:before{content:"󰘇"}.light .mdi-router:before{content:"󱇢"}.light .mdi-router-network:before{content:"󱂇"}.light .mdi-router-wireless:before{content:"󰑩"}.light .mdi-router-wireless-settings:before{content:"󰩩"}.light .mdi-routes:before{content:"󰑪"}.light .mdi-routes-clock:before{content:"󱁙"}.light .mdi-rowing:before{content:"󰘈"}.light .mdi-rss:before{content:"󰑫"}.light .mdi-rss-box:before{content:"󰑬"}.light .mdi-rss-off:before{content:"󰼡"}.light .mdi-rugby:before{content:"󰶙"}.light .mdi-ruler:before{content:"󰑭"}.light .mdi-ruler-square:before{content:"󰳂"}.light .mdi-ruler-square-compass:before{content:"󰺾"}.light .mdi-run:before{content:"󰜎"}.light .mdi-run-fast:before{content:"󰑮"}.light .mdi-rv-truck:before{content:"󱇔"}.light .mdi-sack:before{content:"󰴮"}.light .mdi-sack-percent:before{content:"󰴯"}.light .mdi-safe:before{content:"󰩪"}.light .mdi-safe-square:before{content:"󱉼"}.light .mdi-safe-square-outline:before{content:"󱉽"}.light .mdi-safety-goggles:before{content:"󰴰"}.light .mdi-sail-boat:before{content:"󰻈"}.light .mdi-sale:before{content:"󰑯"}.light .mdi-salesforce:before{content:"󰢎"}.light .mdi-sass:before{content:"󰟬"}.light .mdi-satellite:before{content:"󰑰"}.light .mdi-satellite-uplink:before{content:"󰤉"}.light .mdi-satellite-variant:before{content:"󰑱"}.light .mdi-sausage:before{content:"󰢺"}.light .mdi-saw-blade:before{content:"󰹡"}.light .mdi-saxophone:before{content:"󰘉"}.light .mdi-scale:before{content:"󰑲"}.light .mdi-scale-balance:before{content:"󰗑"}.light .mdi-scale-bathroom:before{content:"󰑳"}.light .mdi-scale-off:before{content:"󱁚"}.light .mdi-scanner:before{content:"󰚫"}.light .mdi-scanner-off:before{content:"󰤊"}.light .mdi-scatter-plot:before{content:"󰻉"}.light .mdi-scatter-plot-outline:before{content:"󰻊"}.light .mdi-school:before{content:"󰑴"}.light .mdi-school-outline:before{content:"󱆀"}.light .mdi-scissors-cutting:before{content:"󰩫"}.light .mdi-scooter:before{content:"󱇩"}.light .mdi-scoreboard:before{content:"󱉾"}.light .mdi-scoreboard-outline:before{content:"󱉿"}.light .mdi-screen-rotation:before{content:"󰑵"}.light .mdi-screen-rotation-lock:before{content:"󰑸"}.light .mdi-screw-flat-top:before{content:"󰷳"}.light .mdi-screw-lag:before{content:"󰷴"}.light .mdi-screw-machine-flat-top:before{content:"󰷵"}.light .mdi-screw-machine-round-top:before{content:"󰷶"}.light .mdi-screw-round-top:before{content:"󰷷"}.light .mdi-screwdriver:before{content:"󰑶"}.light .mdi-script:before{content:"󰯁"}.light .mdi-script-outline:before{content:"󰑷"}.light .mdi-script-text:before{content:"󰯂"}.light .mdi-script-text-outline:before{content:"󰯃"}.light .mdi-sd:before{content:"󰑹"}.light .mdi-seal:before{content:"󰑺"}.light .mdi-seal-variant:before{content:"󰿙"}.light .mdi-search-web:before{content:"󰜏"}.light .mdi-seat:before{content:"󰳃"}.light .mdi-seat-flat:before{content:"󰑻"}.light .mdi-seat-flat-angled:before{content:"󰑼"}.light .mdi-seat-individual-suite:before{content:"󰑽"}.light .mdi-seat-legroom-extra:before{content:"󰑾"}.light .mdi-seat-legroom-normal:before{content:"󰑿"}.light .mdi-seat-legroom-reduced:before{content:"󰒀"}.light .mdi-seat-outline:before{content:"󰳄"}.light .mdi-seat-passenger:before{content:"󱉉"}.light .mdi-seat-recline-extra:before{content:"󰒁"}.light .mdi-seat-recline-normal:before{content:"󰒂"}.light .mdi-seatbelt:before{content:"󰳅"}.light .mdi-security:before{content:"󰒃"}.light .mdi-security-network:before{content:"󰒄"}.light .mdi-seed:before{content:"󰹢"}.light .mdi-seed-outline:before{content:"󰹣"}.light .mdi-segment:before{content:"󰻋"}.light .mdi-select:before{content:"󰒅"}.light .mdi-select-all:before{content:"󰒆"}.light .mdi-select-color:before{content:"󰴱"}.light .mdi-select-compare:before{content:"󰫙"}.light .mdi-select-drag:before{content:"󰩬"}.light .mdi-select-group:before{content:"󰾂"}.light .mdi-select-inverse:before{content:"󰒇"}.light .mdi-select-marker:before{content:"󱊀"}.light .mdi-select-multiple:before{content:"󱊁"}.light .mdi-select-multiple-marker:before{content:"󱊂"}.light .mdi-select-off:before{content:"󰒈"}.light .mdi-select-place:before{content:"󰿚"}.light .mdi-select-search:before{content:"󱈄"}.light .mdi-selection:before{content:"󰒉"}.light .mdi-selection-drag:before{content:"󰩭"}.light .mdi-selection-ellipse:before{content:"󰴲"}.light .mdi-selection-ellipse-arrow-inside:before{content:"󰼢"}.light .mdi-selection-marker:before{content:"󱊃"}.light .mdi-selection-multiple-marker:before{content:"󱊄"}.light .mdi-selection-mutliple:before{content:"󱊅"}.light .mdi-selection-off:before{content:"󰝷"}.light .mdi-selection-search:before{content:"󱈅"}.light .mdi-semantic-web:before{content:"󱌖"}.light .mdi-send:before{content:"󰒊"}.light .mdi-send-check:before{content:"󱅡"}.light .mdi-send-check-outline:before{content:"󱅢"}.light .mdi-send-circle:before{content:"󰷸"}.light .mdi-send-circle-outline:before{content:"󰷹"}.light .mdi-send-clock:before{content:"󱅣"}.light .mdi-send-clock-outline:before{content:"󱅤"}.light .mdi-send-lock:before{content:"󰟭"}.light .mdi-send-lock-outline:before{content:"󱅦"}.light .mdi-send-outline:before{content:"󱅥"}.light .mdi-serial-port:before{content:"󰙜"}.light .mdi-server:before{content:"󰒋"}.light .mdi-server-minus:before{content:"󰒌"}.light .mdi-server-network:before{content:"󰒍"}.light .mdi-server-network-off:before{content:"󰒎"}.light .mdi-server-off:before{content:"󰒏"}.light .mdi-server-plus:before{content:"󰒐"}.light .mdi-server-remove:before{content:"󰒑"}.light .mdi-server-security:before{content:"󰒒"}.light .mdi-set-all:before{content:"󰝸"}.light .mdi-set-center:before{content:"󰝹"}.light .mdi-set-center-right:before{content:"󰝺"}.light .mdi-set-left:before{content:"󰝻"}.light .mdi-set-left-center:before{content:"󰝼"}.light .mdi-set-left-right:before{content:"󰝽"}.light .mdi-set-none:before{content:"󰝾"}.light .mdi-set-right:before{content:"󰝿"}.light .mdi-set-top-box:before{content:"󰦟"}.light .mdi-settings-helper:before{content:"󰩮"}.light .mdi-shaker:before{content:"󱄎"}.light .mdi-shaker-outline:before{content:"󱄏"}.light .mdi-shape:before{content:"󰠱"}.light .mdi-shape-circle-plus:before{content:"󰙝"}.light .mdi-shape-outline:before{content:"󰠲"}.light .mdi-shape-oval-plus:before{content:"󱇺"}.light .mdi-shape-plus:before{content:"󰒕"}.light .mdi-shape-polygon-plus:before{content:"󰙞"}.light .mdi-shape-rectangle-plus:before{content:"󰙟"}.light .mdi-shape-square-plus:before{content:"󰙠"}.light .mdi-share:before{content:"󰒖"}.light .mdi-share-all:before{content:"󱇴"}.light .mdi-share-all-outline:before{content:"󱇵"}.light .mdi-share-circle:before{content:"󱆭"}.light .mdi-share-off:before{content:"󰼣"}.light .mdi-share-off-outline:before{content:"󰼤"}.light .mdi-share-outline:before{content:"󰤲"}.light .mdi-share-variant:before{content:"󰒗"}.light .mdi-sheep:before{content:"󰳆"}.light .mdi-shield:before{content:"󰒘"}.light .mdi-shield-account:before{content:"󰢏"}.light .mdi-shield-account-outline:before{content:"󰨒"}.light .mdi-shield-airplane:before{content:"󰚻"}.light .mdi-shield-airplane-outline:before{content:"󰳇"}.light .mdi-shield-alert:before{content:"󰻌"}.light .mdi-shield-alert-outline:before{content:"󰻍"}.light .mdi-shield-car:before{content:"󰾃"}.light .mdi-shield-check:before{content:"󰕥"}.light .mdi-shield-check-outline:before{content:"󰳈"}.light .mdi-shield-cross:before{content:"󰳉"}.light .mdi-shield-cross-outline:before{content:"󰳊"}.light .mdi-shield-edit:before{content:"󱆠"}.light .mdi-shield-edit-outline:before{content:"󱆡"}.light .mdi-shield-half:before{content:"󱍠"}.light .mdi-shield-half-full:before{content:"󰞀"}.light .mdi-shield-home:before{content:"󰚊"}.light .mdi-shield-home-outline:before{content:"󰳋"}.light .mdi-shield-key:before{content:"󰯄"}.light .mdi-shield-key-outline:before{content:"󰯅"}.light .mdi-shield-link-variant:before{content:"󰴳"}.light .mdi-shield-link-variant-outline:before{content:"󰴴"}.light .mdi-shield-lock:before{content:"󰦝"}.light .mdi-shield-lock-outline:before{content:"󰳌"}.light .mdi-shield-off:before{content:"󰦞"}.light .mdi-shield-off-outline:before{content:"󰦜"}.light .mdi-shield-outline:before{content:"󰒙"}.light .mdi-shield-plus:before{content:"󰫚"}.light .mdi-shield-plus-outline:before{content:"󰫛"}.light .mdi-shield-refresh:before{content:"󰂪"}.light .mdi-shield-refresh-outline:before{content:"󰇠"}.light .mdi-shield-remove:before{content:"󰫜"}.light .mdi-shield-remove-outline:before{content:"󰫝"}.light .mdi-shield-search:before{content:"󰶚"}.light .mdi-shield-star:before{content:"󱄻"}.light .mdi-shield-star-outline:before{content:"󱄼"}.light .mdi-shield-sun:before{content:"󱁝"}.light .mdi-shield-sun-outline:before{content:"󱁞"}.light .mdi-shield-sync:before{content:"󱆢"}.light .mdi-shield-sync-outline:before{content:"󱆣"}.light .mdi-ship-wheel:before{content:"󰠳"}.light .mdi-shoe-formal:before{content:"󰭇"}.light .mdi-shoe-heel:before{content:"󰭈"}.light .mdi-shoe-print:before{content:"󰷺"}.light .mdi-shopping:before{content:"󰒚"}.light .mdi-shopping-music:before{content:"󰒛"}.light .mdi-shopping-outline:before{content:"󱇕"}.light .mdi-shopping-search:before{content:"󰾄"}.light .mdi-shovel:before{content:"󰜐"}.light .mdi-shovel-off:before{content:"󰜑"}.light .mdi-shower:before{content:"󰦠"}.light .mdi-shower-head:before{content:"󰦡"}.light .mdi-shredder:before{content:"󰒜"}.light .mdi-shuffle:before{content:"󰒝"}.light .mdi-shuffle-disabled:before{content:"󰒞"}.light .mdi-shuffle-variant:before{content:"󰒟"}.light .mdi-shuriken:before{content:"󱍿"}.light .mdi-sigma:before{content:"󰒠"}.light .mdi-sigma-lower:before{content:"󰘫"}.light .mdi-sign-caution:before{content:"󰒡"}.light .mdi-sign-direction:before{content:"󰞁"}.light .mdi-sign-direction-minus:before{content:"󱀀"}.light .mdi-sign-direction-plus:before{content:"󰿜"}.light .mdi-sign-direction-remove:before{content:"󰿝"}.light .mdi-sign-real-estate:before{content:"󱄘"}.light .mdi-sign-text:before{content:"󰞂"}.light .mdi-signal:before{content:"󰒢"}.light .mdi-signal-2g:before{content:"󰜒"}.light .mdi-signal-3g:before{content:"󰜓"}.light .mdi-signal-4g:before{content:"󰜔"}.light .mdi-signal-5g:before{content:"󰩯"}.light .mdi-signal-cellular-1:before{content:"󰢼"}.light .mdi-signal-cellular-2:before{content:"󰢽"}.light .mdi-signal-cellular-3:before{content:"󰢾"}.light .mdi-signal-cellular-outline:before{content:"󰢿"}.light .mdi-signal-distance-variant:before{content:"󰹤"}.light .mdi-signal-hspa:before{content:"󰜕"}.light .mdi-signal-hspa-plus:before{content:"󰜖"}.light .mdi-signal-off:before{content:"󰞃"}.light .mdi-signal-variant:before{content:"󰘊"}.light .mdi-signature:before{content:"󰷻"}.light .mdi-signature-freehand:before{content:"󰷼"}.light .mdi-signature-image:before{content:"󰷽"}.light .mdi-signature-text:before{content:"󰷾"}.light .mdi-silo:before{content:"󰭉"}.light .mdi-silverware:before{content:"󰒣"}.light .mdi-silverware-clean:before{content:"󰿞"}.light .mdi-silverware-fork:before{content:"󰒤"}.light .mdi-silverware-fork-knife:before{content:"󰩰"}.light .mdi-silverware-spoon:before{content:"󰒥"}.light .mdi-silverware-variant:before{content:"󰒦"}.light .mdi-sim:before{content:"󰒧"}.light .mdi-sim-alert:before{content:"󰒨"}.light .mdi-sim-off:before{content:"󰒩"}.light .mdi-simple-icons:before{content:"󱌝"}.light .mdi-sina-weibo:before{content:"󰫟"}.light .mdi-sitemap:before{content:"󰒪"}.light .mdi-size-l:before{content:"󱎦"}.light .mdi-size-m:before{content:"󱎥"}.light .mdi-size-s:before{content:"󱎤"}.light .mdi-size-xl:before{content:"󱎧"}.light .mdi-size-xs:before{content:"󱎣"}.light .mdi-size-xxl:before{content:"󱎨"}.light .mdi-size-xxs:before{content:"󱎢"}.light .mdi-size-xxxl:before{content:"󱎩"}.light .mdi-skate:before{content:"󰴵"}.light .mdi-skew-less:before{content:"󰴶"}.light .mdi-skew-more:before{content:"󰴷"}.light .mdi-ski:before{content:"󱌄"}.light .mdi-ski-cross-country:before{content:"󱌅"}.light .mdi-ski-water:before{content:"󱌆"}.light .mdi-skip-backward:before{content:"󰒫"}.light .mdi-skip-backward-outline:before{content:"󰼥"}.light .mdi-skip-forward:before{content:"󰒬"}.light .mdi-skip-forward-outline:before{content:"󰼦"}.light .mdi-skip-next:before{content:"󰒭"}.light .mdi-skip-next-circle:before{content:"󰙡"}.light .mdi-skip-next-circle-outline:before{content:"󰙢"}.light .mdi-skip-next-outline:before{content:"󰼧"}.light .mdi-skip-previous:before{content:"󰒮"}.light .mdi-skip-previous-circle:before{content:"󰙣"}.light .mdi-skip-previous-circle-outline:before{content:"󰙤"}.light .mdi-skip-previous-outline:before{content:"󰼨"}.light .mdi-skull:before{content:"󰚌"}.light .mdi-skull-crossbones:before{content:"󰯆"}.light .mdi-skull-crossbones-outline:before{content:"󰯇"}.light .mdi-skull-outline:before{content:"󰯈"}.light .mdi-skype:before{content:"󰒯"}.light .mdi-skype-business:before{content:"󰒰"}.light .mdi-slack:before{content:"󰒱"}.light .mdi-slash-forward:before{content:"󰿟"}.light .mdi-slash-forward-box:before{content:"󰿠"}.light .mdi-sleep:before{content:"󰒲"}.light .mdi-sleep-off:before{content:"󰒳"}.light .mdi-slope-downhill:before{content:"󰷿"}.light .mdi-slope-uphill:before{content:"󰸀"}.light .mdi-slot-machine:before{content:"󱄔"}.light .mdi-slot-machine-outline:before{content:"󱄕"}.light .mdi-smart-card:before{content:"󱂽"}.light .mdi-smart-card-outline:before{content:"󱂾"}.light .mdi-smart-card-reader:before{content:"󱂿"}.light .mdi-smart-card-reader-outline:before{content:"󱃀"}.light .mdi-smog:before{content:"󰩱"}.light .mdi-smoke-detector:before{content:"󰎒"}.light .mdi-smoking:before{content:"󰒴"}.light .mdi-smoking-off:before{content:"󰒵"}.light .mdi-snapchat:before{content:"󰒶"}.light .mdi-snowboard:before{content:"󱌇"}.light .mdi-snowflake:before{content:"󰜗"}.light .mdi-snowflake-alert:before{content:"󰼩"}.light .mdi-snowflake-melt:before{content:"󱋋"}.light .mdi-snowflake-variant:before{content:"󰼪"}.light .mdi-snowman:before{content:"󰒷"}.light .mdi-soccer:before{content:"󰒸"}.light .mdi-soccer-field:before{content:"󰠴"}.light .mdi-sofa:before{content:"󰒹"}.light .mdi-solar-panel:before{content:"󰶛"}.light .mdi-solar-panel-large:before{content:"󰶜"}.light .mdi-solar-power:before{content:"󰩲"}.light .mdi-soldering-iron:before{content:"󱂒"}.light .mdi-solid:before{content:"󰚍"}.light .mdi-sony-playstation:before{content:"󰐔"}.light .mdi-sort:before{content:"󰒺"}.light .mdi-sort-alphabetical-ascending:before{content:"󰖽"}.light .mdi-sort-alphabetical-ascending-variant:before{content:"󱅈"}.light .mdi-sort-alphabetical-descending:before{content:"󰖿"}.light .mdi-sort-alphabetical-descending-variant:before{content:"󱅉"}.light .mdi-sort-alphabetical-variant:before{content:"󰒻"}.light .mdi-sort-ascending:before{content:"󰒼"}.light .mdi-sort-bool-ascending:before{content:"󱎅"}.light .mdi-sort-bool-ascending-variant:before{content:"󱎆"}.light .mdi-sort-bool-descending:before{content:"󱎇"}.light .mdi-sort-bool-descending-variant:before{content:"󱎈"}.light .mdi-sort-descending:before{content:"󰒽"}.light .mdi-sort-numeric-ascending:before{content:"󱎉"}.light .mdi-sort-numeric-ascending-variant:before{content:"󰤍"}.light .mdi-sort-numeric-descending:before{content:"󱎊"}.light .mdi-sort-numeric-descending-variant:before{content:"󰫒"}.light .mdi-sort-numeric-variant:before{content:"󰒾"}.light .mdi-sort-reverse-variant:before{content:"󰌼"}.light .mdi-sort-variant:before{content:"󰒿"}.light .mdi-sort-variant-lock:before{content:"󰳍"}.light .mdi-sort-variant-lock-open:before{content:"󰳎"}.light .mdi-sort-variant-remove:before{content:"󱅇"}.light .mdi-soundcloud:before{content:"󰓀"}.light .mdi-source-branch:before{content:"󰘬"}.light .mdi-source-commit:before{content:"󰜘"}.light .mdi-source-commit-end:before{content:"󰜙"}.light .mdi-source-commit-end-local:before{content:"󰜚"}.light .mdi-source-commit-local:before{content:"󰜛"}.light .mdi-source-commit-next-local:before{content:"󰜜"}.light .mdi-source-commit-start:before{content:"󰜝"}.light .mdi-source-commit-start-next-local:before{content:"󰜞"}.light .mdi-source-fork:before{content:"󰓁"}.light .mdi-source-merge:before{content:"󰘭"}.light .mdi-source-pull:before{content:"󰓂"}.light .mdi-source-repository:before{content:"󰳏"}.light .mdi-source-repository-multiple:before{content:"󰳐"}.light .mdi-soy-sauce:before{content:"󰟮"}.light .mdi-spa:before{content:"󰳑"}.light .mdi-spa-outline:before{content:"󰳒"}.light .mdi-space-invaders:before{content:"󰯉"}.light .mdi-space-station:before{content:"󱎃"}.light .mdi-spade:before{content:"󰹥"}.light .mdi-speaker:before{content:"󰓃"}.light .mdi-speaker-bluetooth:before{content:"󰦢"}.light .mdi-speaker-multiple:before{content:"󰴸"}.light .mdi-speaker-off:before{content:"󰓄"}.light .mdi-speaker-wireless:before{content:"󰜟"}.light .mdi-speedometer:before{content:"󰓅"}.light .mdi-speedometer-medium:before{content:"󰾅"}.light .mdi-speedometer-slow:before{content:"󰾆"}.light .mdi-spellcheck:before{content:"󰓆"}.light .mdi-spider:before{content:"󱇪"}.light .mdi-spider-thread:before{content:"󱇫"}.light .mdi-spider-web:before{content:"󰯊"}.light .mdi-spotify:before{content:"󰓇"}.light .mdi-spotlight:before{content:"󰓈"}.light .mdi-spotlight-beam:before{content:"󰓉"}.light .mdi-spray:before{content:"󰙥"}.light .mdi-spray-bottle:before{content:"󰫠"}.light .mdi-sprinkler:before{content:"󱁟"}.light .mdi-sprinkler-variant:before{content:"󱁠"}.light .mdi-sprout:before{content:"󰹦"}.light .mdi-sprout-outline:before{content:"󰹧"}.light .mdi-square:before{content:"󰝤"}.light .mdi-square-edit-outline:before{content:"󰤌"}.light .mdi-square-medium:before{content:"󰨓"}.light .mdi-square-medium-outline:before{content:"󰨔"}.light .mdi-square-off:before{content:"󱋮"}.light .mdi-square-off-outline:before{content:"󱋯"}.light .mdi-square-outline:before{content:"󰝣"}.light .mdi-square-root:before{content:"󰞄"}.light .mdi-square-root-box:before{content:"󰦣"}.light .mdi-square-small:before{content:"󰨕"}.light .mdi-squeegee:before{content:"󰫡"}.light .mdi-ssh:before{content:"󰣀"}.light .mdi-stack-exchange:before{content:"󰘋"}.light .mdi-stack-overflow:before{content:"󰓌"}.light .mdi-stackpath:before{content:"󰍙"}.light .mdi-stadium:before{content:"󰿹"}.light .mdi-stadium-variant:before{content:"󰜠"}.light .mdi-stairs:before{content:"󰓍"}.light .mdi-stairs-box:before{content:"󱎞"}.light .mdi-stairs-down:before{content:"󱊾"}.light .mdi-stairs-up:before{content:"󱊽"}.light .mdi-stamper:before{content:"󰴹"}.light .mdi-standard-definition:before{content:"󰟯"}.light .mdi-star:before{content:"󰓎"}.light .mdi-star-box:before{content:"󰩳"}.light .mdi-star-box-multiple:before{content:"󱊆"}.light .mdi-star-box-multiple-outline:before{content:"󱊇"}.light .mdi-star-box-outline:before{content:"󰩴"}.light .mdi-star-circle:before{content:"󰓏"}.light .mdi-star-circle-outline:before{content:"󰦤"}.light .mdi-star-face:before{content:"󰦥"}.light .mdi-star-four-points:before{content:"󰫢"}.light .mdi-star-four-points-outline:before{content:"󰫣"}.light .mdi-star-half:before{content:"󰉆"}.light .mdi-star-half-full:before{content:"󰓐"}.light .mdi-star-off:before{content:"󰓑"}.light .mdi-star-outline:before{content:"󰓒"}.light .mdi-star-three-points:before{content:"󰫤"}.light .mdi-star-three-points-outline:before{content:"󰫥"}.light .mdi-state-machine:before{content:"󱇯"}.light .mdi-steam:before{content:"󰓓"}.light .mdi-steering:before{content:"󰓔"}.light .mdi-steering-off:before{content:"󰤎"}.light .mdi-step-backward:before{content:"󰓕"}.light .mdi-step-backward-2:before{content:"󰓖"}.light .mdi-step-forward:before{content:"󰓗"}.light .mdi-step-forward-2:before{content:"󰓘"}.light .mdi-stethoscope:before{content:"󰓙"}.light .mdi-sticker:before{content:"󱍤"}.light .mdi-sticker-alert:before{content:"󱍥"}.light .mdi-sticker-alert-outline:before{content:"󱍦"}.light .mdi-sticker-check:before{content:"󱍧"}.light .mdi-sticker-check-outline:before{content:"󱍨"}.light .mdi-sticker-circle-outline:before{content:"󰗐"}.light .mdi-sticker-emoji:before{content:"󰞅"}.light .mdi-sticker-minus:before{content:"󱍩"}.light .mdi-sticker-minus-outline:before{content:"󱍪"}.light .mdi-sticker-outline:before{content:"󱍫"}.light .mdi-sticker-plus:before{content:"󱍬"}.light .mdi-sticker-plus-outline:before{content:"󱍭"}.light .mdi-sticker-remove:before{content:"󱍮"}.light .mdi-sticker-remove-outline:before{content:"󱍯"}.light .mdi-stocking:before{content:"󰓚"}.light .mdi-stomach:before{content:"󱂓"}.light .mdi-stop:before{content:"󰓛"}.light .mdi-stop-circle:before{content:"󰙦"}.light .mdi-stop-circle-outline:before{content:"󰙧"}.light .mdi-store:before{content:"󰓜"}.light .mdi-store-24-hour:before{content:"󰓝"}.light .mdi-store-outline:before{content:"󱍡"}.light .mdi-storefront:before{content:"󰟇"}.light .mdi-storefront-outline:before{content:"󱃁"}.light .mdi-stove:before{content:"󰓞"}.light .mdi-strategy:before{content:"󱇖"}.light .mdi-stretch-to-page:before{content:"󰼫"}.light .mdi-stretch-to-page-outline:before{content:"󰼬"}.light .mdi-string-lights:before{content:"󱊺"}.light .mdi-string-lights-off:before{content:"󱊻"}.light .mdi-subdirectory-arrow-left:before{content:"󰘌"}.light .mdi-subdirectory-arrow-right:before{content:"󰘍"}.light .mdi-subtitles:before{content:"󰨖"}.light .mdi-subtitles-outline:before{content:"󰨗"}.light .mdi-subway:before{content:"󰚬"}.light .mdi-subway-alert-variant:before{content:"󰶝"}.light .mdi-subway-variant:before{content:"󰓟"}.light .mdi-summit:before{content:"󰞆"}.light .mdi-sunglasses:before{content:"󰓠"}.light .mdi-surround-sound:before{content:"󰗅"}.light .mdi-surround-sound-2-0:before{content:"󰟰"}.light .mdi-surround-sound-3-1:before{content:"󰟱"}.light .mdi-surround-sound-5-1:before{content:"󰟲"}.light .mdi-surround-sound-7-1:before{content:"󰟳"}.light .mdi-svg:before{content:"󰜡"}.light .mdi-swap-horizontal:before{content:"󰓡"}.light .mdi-swap-horizontal-bold:before{content:"󰯍"}.light .mdi-swap-horizontal-circle:before{content:"󰿡"}.light .mdi-swap-horizontal-circle-outline:before{content:"󰿢"}.light .mdi-swap-horizontal-variant:before{content:"󰣁"}.light .mdi-swap-vertical:before{content:"󰓢"}.light .mdi-swap-vertical-bold:before{content:"󰯎"}.light .mdi-swap-vertical-circle:before{content:"󰿣"}.light .mdi-swap-vertical-circle-outline:before{content:"󰿤"}.light .mdi-swap-vertical-variant:before{content:"󰣂"}.light .mdi-swim:before{content:"󰓣"}.light .mdi-switch:before{content:"󰓤"}.light .mdi-sword:before{content:"󰓥"}.light .mdi-sword-cross:before{content:"󰞇"}.light .mdi-syllabary-hangul:before{content:"󱌳"}.light .mdi-syllabary-hiragana:before{content:"󱌴"}.light .mdi-syllabary-katakana:before{content:"󱌵"}.light .mdi-syllabary-katakana-half-width:before{content:"󱌶"}.light .mdi-symfony:before{content:"󰫦"}.light .mdi-sync:before{content:"󰓦"}.light .mdi-sync-alert:before{content:"󰓧"}.light .mdi-sync-circle:before{content:"󱍸"}.light .mdi-sync-off:before{content:"󰓨"}.light .mdi-tab:before{content:"󰓩"}.light .mdi-tab-minus:before{content:"󰭋"}.light .mdi-tab-plus:before{content:"󰝜"}.light .mdi-tab-remove:before{content:"󰭌"}.light .mdi-tab-unselected:before{content:"󰓪"}.light .mdi-table:before{content:"󰓫"}.light .mdi-table-border:before{content:"󰨘"}.light .mdi-table-chair:before{content:"󱁡"}.light .mdi-table-column:before{content:"󰠵"}.light .mdi-table-column-plus-after:before{content:"󰓬"}.light .mdi-table-column-plus-before:before{content:"󰓭"}.light .mdi-table-column-remove:before{content:"󰓮"}.light .mdi-table-column-width:before{content:"󰓯"}.light .mdi-table-edit:before{content:"󰓰"}.light .mdi-table-eye:before{content:"󱂔"}.light .mdi-table-furniture:before{content:"󰖼"}.light .mdi-table-headers-eye:before{content:"󱈝"}.light .mdi-table-headers-eye-off:before{content:"󱈞"}.light .mdi-table-large:before{content:"󰓱"}.light .mdi-table-large-plus:before{content:"󰾇"}.light .mdi-table-large-remove:before{content:"󰾈"}.light .mdi-table-merge-cells:before{content:"󰦦"}.light .mdi-table-of-contents:before{content:"󰠶"}.light .mdi-table-plus:before{content:"󰩵"}.light .mdi-table-refresh:before{content:"󱎠"}.light .mdi-table-remove:before{content:"󰩶"}.light .mdi-table-row:before{content:"󰠷"}.light .mdi-table-row-height:before{content:"󰓲"}.light .mdi-table-row-plus-after:before{content:"󰓳"}.light .mdi-table-row-plus-before:before{content:"󰓴"}.light .mdi-table-row-remove:before{content:"󰓵"}.light .mdi-table-search:before{content:"󰤏"}.light .mdi-table-settings:before{content:"󰠸"}.light .mdi-table-sync:before{content:"󱎡"}.light .mdi-table-tennis:before{content:"󰹨"}.light .mdi-tablet:before{content:"󰓶"}.light .mdi-tablet-android:before{content:"󰓷"}.light .mdi-tablet-cellphone:before{content:"󰦧"}.light .mdi-tablet-dashboard:before{content:"󰻎"}.light .mdi-tablet-ipad:before{content:"󰓸"}.light .mdi-taco:before{content:"󰝢"}.light .mdi-tag:before{content:"󰓹"}.light .mdi-tag-faces:before{content:"󰓺"}.light .mdi-tag-heart:before{content:"󰚋"}.light .mdi-tag-heart-outline:before{content:"󰯏"}.light .mdi-tag-minus:before{content:"󰤐"}.light .mdi-tag-minus-outline:before{content:"󱈟"}.light .mdi-tag-multiple:before{content:"󰓻"}.light .mdi-tag-multiple-outline:before{content:"󱋷"}.light .mdi-tag-off:before{content:"󱈠"}.light .mdi-tag-off-outline:before{content:"󱈡"}.light .mdi-tag-outline:before{content:"󰓼"}.light .mdi-tag-plus:before{content:"󰜢"}.light .mdi-tag-plus-outline:before{content:"󱈢"}.light .mdi-tag-remove:before{content:"󰜣"}.light .mdi-tag-remove-outline:before{content:"󱈣"}.light .mdi-tag-text:before{content:"󱈤"}.light .mdi-tag-text-outline:before{content:"󰓽"}.light .mdi-tank:before{content:"󰴺"}.light .mdi-tanker-truck:before{content:"󰿥"}.light .mdi-tape-measure:before{content:"󰭍"}.light .mdi-target:before{content:"󰓾"}.light .mdi-target-account:before{content:"󰯐"}.light .mdi-target-variant:before{content:"󰩷"}.light .mdi-taxi:before{content:"󰓿"}.light .mdi-tea:before{content:"󰶞"}.light .mdi-tea-outline:before{content:"󰶟"}.light .mdi-teach:before{content:"󰢐"}.light .mdi-teamviewer:before{content:"󰔀"}.light .mdi-telegram:before{content:"󰔁"}.light .mdi-telescope:before{content:"󰭎"}.light .mdi-television:before{content:"󰔂"}.light .mdi-television-ambient-light:before{content:"󱍖"}.light .mdi-television-box:before{content:"󰠹"}.light .mdi-television-classic:before{content:"󰟴"}.light .mdi-television-classic-off:before{content:"󰠺"}.light .mdi-television-clean:before{content:"󱄐"}.light .mdi-television-guide:before{content:"󰔃"}.light .mdi-television-off:before{content:"󰠻"}.light .mdi-television-pause:before{content:"󰾉"}.light .mdi-television-play:before{content:"󰻏"}.light .mdi-television-stop:before{content:"󰾊"}.light .mdi-temperature-celsius:before{content:"󰔄"}.light .mdi-temperature-fahrenheit:before{content:"󰔅"}.light .mdi-temperature-kelvin:before{content:"󰔆"}.light .mdi-tennis:before{content:"󰶠"}.light .mdi-tennis-ball:before{content:"󰔇"}.light .mdi-tent:before{content:"󰔈"}.light .mdi-terraform:before{content:"󱁢"}.light .mdi-terrain:before{content:"󰔉"}.light .mdi-test-tube:before{content:"󰙨"}.light .mdi-test-tube-empty:before{content:"󰤑"}.light .mdi-test-tube-off:before{content:"󰤒"}.light .mdi-text:before{content:"󰦨"}.light .mdi-text-box:before{content:"󰈚"}.light .mdi-text-box-check:before{content:"󰺦"}.light .mdi-text-box-check-outline:before{content:"󰺧"}.light .mdi-text-box-minus:before{content:"󰺨"}.light .mdi-text-box-minus-outline:before{content:"󰺩"}.light .mdi-text-box-multiple:before{content:"󰪷"}.light .mdi-text-box-multiple-outline:before{content:"󰪸"}.light .mdi-text-box-outline:before{content:"󰧭"}.light .mdi-text-box-plus:before{content:"󰺪"}.light .mdi-text-box-plus-outline:before{content:"󰺫"}.light .mdi-text-box-remove:before{content:"󰺬"}.light .mdi-text-box-remove-outline:before{content:"󰺭"}.light .mdi-text-box-search:before{content:"󰺮"}.light .mdi-text-box-search-outline:before{content:"󰺯"}.light .mdi-text-recognition:before{content:"󱄽"}.light .mdi-text-shadow:before{content:"󰙩"}.light .mdi-text-short:before{content:"󰦩"}.light .mdi-text-subject:before{content:"󰦪"}.light .mdi-text-to-speech:before{content:"󰔊"}.light .mdi-text-to-speech-off:before{content:"󰔋"}.light .mdi-textarea:before{content:"󱂕"}.light .mdi-textbox:before{content:"󰘎"}.light .mdi-textbox-lock:before{content:"󱍝"}.light .mdi-textbox-password:before{content:"󰟵"}.light .mdi-texture:before{content:"󰔌"}.light .mdi-texture-box:before{content:"󰿦"}.light .mdi-theater:before{content:"󰔍"}.light .mdi-theme-light-dark:before{content:"󰔎"}.light .mdi-thermometer:before{content:"󰔏"}.light .mdi-thermometer-alert:before{content:"󰸁"}.light .mdi-thermometer-chevron-down:before{content:"󰸂"}.light .mdi-thermometer-chevron-up:before{content:"󰸃"}.light .mdi-thermometer-high:before{content:"󱃂"}.light .mdi-thermometer-lines:before{content:"󰔐"}.light .mdi-thermometer-low:before{content:"󱃃"}.light .mdi-thermometer-minus:before{content:"󰸄"}.light .mdi-thermometer-plus:before{content:"󰸅"}.light .mdi-thermostat:before{content:"󰎓"}.light .mdi-thermostat-box:before{content:"󰢑"}.light .mdi-thought-bubble:before{content:"󰟶"}.light .mdi-thought-bubble-outline:before{content:"󰟷"}.light .mdi-thumb-down:before{content:"󰔑"}.light .mdi-thumb-down-outline:before{content:"󰔒"}.light .mdi-thumb-up:before{content:"󰔓"}.light .mdi-thumb-up-outline:before{content:"󰔔"}.light .mdi-thumbs-up-down:before{content:"󰔕"}.light .mdi-ticket:before{content:"󰔖"}.light .mdi-ticket-account:before{content:"󰔗"}.light .mdi-ticket-confirmation:before{content:"󰔘"}.light .mdi-ticket-confirmation-outline:before{content:"󱎪"}.light .mdi-ticket-outline:before{content:"󰤓"}.light .mdi-ticket-percent:before{content:"󰜤"}.light .mdi-tie:before{content:"󰔙"}.light .mdi-tilde:before{content:"󰜥"}.light .mdi-timelapse:before{content:"󰔚"}.light .mdi-timeline:before{content:"󰯑"}.light .mdi-timeline-alert:before{content:"󰾕"}.light .mdi-timeline-alert-outline:before{content:"󰾘"}.light .mdi-timeline-clock:before{content:"󱇻"}.light .mdi-timeline-clock-outline:before{content:"󱇼"}.light .mdi-timeline-help:before{content:"󰾙"}.light .mdi-timeline-help-outline:before{content:"󰾚"}.light .mdi-timeline-outline:before{content:"󰯒"}.light .mdi-timeline-plus:before{content:"󰾖"}.light .mdi-timeline-plus-outline:before{content:"󰾗"}.light .mdi-timeline-text:before{content:"󰯓"}.light .mdi-timeline-text-outline:before{content:"󰯔"}.light .mdi-timer:before{content:"󱎫"}.light .mdi-timer-10:before{content:"󰔜"}.light .mdi-timer-3:before{content:"󰔝"}.light .mdi-timer-off:before{content:"󱎬"}.light .mdi-timer-off-outline:before{content:"󰔞"}.light .mdi-timer-outline:before{content:"󰔛"}.light .mdi-timer-sand:before{content:"󰔟"}.light .mdi-timer-sand-empty:before{content:"󰚭"}.light .mdi-timer-sand-full:before{content:"󰞌"}.light .mdi-timetable:before{content:"󰔠"}.light .mdi-toaster:before{content:"󱁣"}.light .mdi-toaster-off:before{content:"󱆷"}.light .mdi-toaster-oven:before{content:"󰳓"}.light .mdi-toggle-switch:before{content:"󰔡"}.light .mdi-toggle-switch-off:before{content:"󰔢"}.light .mdi-toggle-switch-off-outline:before{content:"󰨙"}.light .mdi-toggle-switch-outline:before{content:"󰨚"}.light .mdi-toilet:before{content:"󰦫"}.light .mdi-toolbox:before{content:"󰦬"}.light .mdi-toolbox-outline:before{content:"󰦭"}.light .mdi-tools:before{content:"󱁤"}.light .mdi-tooltip:before{content:"󰔣"}.light .mdi-tooltip-account:before{content:"󰀌"}.light .mdi-tooltip-edit:before{content:"󰔤"}.light .mdi-tooltip-edit-outline:before{content:"󱋅"}.light .mdi-tooltip-image:before{content:"󰔥"}.light .mdi-tooltip-image-outline:before{content:"󰯕"}.light .mdi-tooltip-outline:before{content:"󰔦"}.light .mdi-tooltip-plus:before{content:"󰯖"}.light .mdi-tooltip-plus-outline:before{content:"󰔧"}.light .mdi-tooltip-text:before{content:"󰔨"}.light .mdi-tooltip-text-outline:before{content:"󰯗"}.light .mdi-tooth:before{content:"󰣃"}.light .mdi-tooth-outline:before{content:"󰔩"}.light .mdi-toothbrush:before{content:"󱄩"}.light .mdi-toothbrush-electric:before{content:"󱄬"}.light .mdi-toothbrush-paste:before{content:"󱄪"}.light .mdi-tortoise:before{content:"󰴻"}.light .mdi-toslink:before{content:"󱊸"}.light .mdi-tournament:before{content:"󰦮"}.light .mdi-tow-truck:before{content:"󰠼"}.light .mdi-tower-beach:before{content:"󰚁"}.light .mdi-tower-fire:before{content:"󰚂"}.light .mdi-toy-brick:before{content:"󱊈"}.light .mdi-toy-brick-marker:before{content:"󱊉"}.light .mdi-toy-brick-marker-outline:before{content:"󱊊"}.light .mdi-toy-brick-minus:before{content:"󱊋"}.light .mdi-toy-brick-minus-outline:before{content:"󱊌"}.light .mdi-toy-brick-outline:before{content:"󱊍"}.light .mdi-toy-brick-plus:before{content:"󱊎"}.light .mdi-toy-brick-plus-outline:before{content:"󱊏"}.light .mdi-toy-brick-remove:before{content:"󱊐"}.light .mdi-toy-brick-remove-outline:before{content:"󱊑"}.light .mdi-toy-brick-search:before{content:"󱊒"}.light .mdi-toy-brick-search-outline:before{content:"󱊓"}.light .mdi-track-light:before{content:"󰤔"}.light .mdi-trackpad:before{content:"󰟸"}.light .mdi-trackpad-lock:before{content:"󰤳"}.light .mdi-tractor:before{content:"󰢒"}.light .mdi-trademark:before{content:"󰩸"}.light .mdi-traffic-cone:before{content:"󱍼"}.light .mdi-traffic-light:before{content:"󰔫"}.light .mdi-train:before{content:"󰔬"}.light .mdi-train-car:before{content:"󰯘"}.light .mdi-train-variant:before{content:"󰣄"}.light .mdi-tram:before{content:"󰔭"}.light .mdi-tram-side:before{content:"󰿧"}.light .mdi-transcribe:before{content:"󰔮"}.light .mdi-transcribe-close:before{content:"󰔯"}.light .mdi-transfer:before{content:"󱁥"}.light .mdi-transfer-down:before{content:"󰶡"}.light .mdi-transfer-left:before{content:"󰶢"}.light .mdi-transfer-right:before{content:"󰔰"}.light .mdi-transfer-up:before{content:"󰶣"}.light .mdi-transit-connection:before{content:"󰴼"}.light .mdi-transit-connection-variant:before{content:"󰴽"}.light .mdi-transit-detour:before{content:"󰾋"}.light .mdi-transit-transfer:before{content:"󰚮"}.light .mdi-transition:before{content:"󰤕"}.light .mdi-transition-masked:before{content:"󰤖"}.light .mdi-translate:before{content:"󰗊"}.light .mdi-translate-off:before{content:"󰸆"}.light .mdi-transmission-tower:before{content:"󰴾"}.light .mdi-trash-can:before{content:"󰩹"}.light .mdi-trash-can-outline:before{content:"󰩺"}.light .mdi-tray:before{content:"󱊔"}.light .mdi-tray-alert:before{content:"󱊕"}.light .mdi-tray-full:before{content:"󱊖"}.light .mdi-tray-minus:before{content:"󱊗"}.light .mdi-tray-plus:before{content:"󱊘"}.light .mdi-tray-remove:before{content:"󱊙"}.light .mdi-treasure-chest:before{content:"󰜦"}.light .mdi-tree:before{content:"󰔱"}.light .mdi-tree-outline:before{content:"󰹩"}.light .mdi-trello:before{content:"󰔲"}.light .mdi-trending-down:before{content:"󰔳"}.light .mdi-trending-neutral:before{content:"󰔴"}.light .mdi-trending-up:before{content:"󰔵"}.light .mdi-triangle:before{content:"󰔶"}.light .mdi-triangle-outline:before{content:"󰔷"}.light .mdi-triforce:before{content:"󰯙"}.light .mdi-trophy:before{content:"󰔸"}.light .mdi-trophy-award:before{content:"󰔹"}.light .mdi-trophy-broken:before{content:"󰶤"}.light .mdi-trophy-outline:before{content:"󰔺"}.light .mdi-trophy-variant:before{content:"󰔻"}.light .mdi-trophy-variant-outline:before{content:"󰔼"}.light .mdi-truck:before{content:"󰔽"}.light .mdi-truck-check:before{content:"󰳔"}.light .mdi-truck-check-outline:before{content:"󱊚"}.light .mdi-truck-delivery:before{content:"󰔾"}.light .mdi-truck-delivery-outline:before{content:"󱊛"}.light .mdi-truck-fast:before{content:"󰞈"}.light .mdi-truck-fast-outline:before{content:"󱊜"}.light .mdi-truck-outline:before{content:"󱊝"}.light .mdi-truck-trailer:before{content:"󰜧"}.light .mdi-trumpet:before{content:"󱂖"}.light .mdi-tshirt-crew:before{content:"󰩻"}.light .mdi-tshirt-crew-outline:before{content:"󰔿"}.light .mdi-tshirt-v:before{content:"󰩼"}.light .mdi-tshirt-v-outline:before{content:"󰕀"}.light .mdi-tumble-dryer:before{content:"󰤗"}.light .mdi-tumble-dryer-alert:before{content:"󱆺"}.light .mdi-tumble-dryer-off:before{content:"󱆻"}.light .mdi-tune:before{content:"󰘮"}.light .mdi-tune-vertical:before{content:"󰙪"}.light .mdi-turnstile:before{content:"󰳕"}.light .mdi-turnstile-outline:before{content:"󰳖"}.light .mdi-turtle:before{content:"󰳗"}.light .mdi-twitch:before{content:"󰕃"}.light .mdi-twitter:before{content:"󰕄"}.light .mdi-twitter-retweet:before{content:"󰕇"}.light .mdi-two-factor-authentication:before{content:"󰦯"}.light .mdi-typewriter:before{content:"󰼭"}.light .mdi-ubisoft:before{content:"󰯚"}.light .mdi-ubuntu:before{content:"󰕈"}.light .mdi-ufo:before{content:"󱃄"}.light .mdi-ufo-outline:before{content:"󱃅"}.light .mdi-ultra-high-definition:before{content:"󰟹"}.light .mdi-umbraco:before{content:"󰕉"}.light .mdi-umbrella:before{content:"󰕊"}.light .mdi-umbrella-closed:before{content:"󰦰"}.light .mdi-umbrella-outline:before{content:"󰕋"}.light .mdi-undo:before{content:"󰕌"}.light .mdi-undo-variant:before{content:"󰕍"}.light .mdi-unfold-less-horizontal:before{content:"󰕎"}.light .mdi-unfold-less-vertical:before{content:"󰝠"}.light .mdi-unfold-more-horizontal:before{content:"󰕏"}.light .mdi-unfold-more-vertical:before{content:"󰝡"}.light .mdi-ungroup:before{content:"󰕐"}.light .mdi-unicode:before{content:"󰻐"}.light .mdi-unity:before{content:"󰚯"}.light .mdi-unreal:before{content:"󰦱"}.light .mdi-untappd:before{content:"󰕑"}.light .mdi-update:before{content:"󰚰"}.light .mdi-upload:before{content:"󰕒"}.light .mdi-upload-lock:before{content:"󱍳"}.light .mdi-upload-lock-outline:before{content:"󱍴"}.light .mdi-upload-multiple:before{content:"󰠽"}.light .mdi-upload-network:before{content:"󰛶"}.light .mdi-upload-network-outline:before{content:"󰳘"}.light .mdi-upload-off:before{content:"󱃆"}.light .mdi-upload-off-outline:before{content:"󱃇"}.light .mdi-upload-outline:before{content:"󰸇"}.light .mdi-usb:before{content:"󰕓"}.light .mdi-usb-flash-drive:before{content:"󱊞"}.light .mdi-usb-flash-drive-outline:before{content:"󱊟"}.light .mdi-usb-port:before{content:"󱇰"}.light .mdi-valve:before{content:"󱁦"}.light .mdi-valve-closed:before{content:"󱁧"}.light .mdi-valve-open:before{content:"󱁨"}.light .mdi-van-passenger:before{content:"󰟺"}.light .mdi-van-utility:before{content:"󰟻"}.light .mdi-vanish:before{content:"󰟼"}.light .mdi-vanity-light:before{content:"󱇡"}.light .mdi-variable:before{content:"󰫧"}.light .mdi-variable-box:before{content:"󱄑"}.light .mdi-vector-arrange-above:before{content:"󰕔"}.light .mdi-vector-arrange-below:before{content:"󰕕"}.light .mdi-vector-bezier:before{content:"󰫨"}.light .mdi-vector-circle:before{content:"󰕖"}.light .mdi-vector-circle-variant:before{content:"󰕗"}.light .mdi-vector-combine:before{content:"󰕘"}.light .mdi-vector-curve:before{content:"󰕙"}.light .mdi-vector-difference:before{content:"󰕚"}.light .mdi-vector-difference-ab:before{content:"󰕛"}.light .mdi-vector-difference-ba:before{content:"󰕜"}.light .mdi-vector-ellipse:before{content:"󰢓"}.light .mdi-vector-intersection:before{content:"󰕝"}.light .mdi-vector-line:before{content:"󰕞"}.light .mdi-vector-link:before{content:"󰿨"}.light .mdi-vector-point:before{content:"󰕟"}.light .mdi-vector-polygon:before{content:"󰕠"}.light .mdi-vector-polyline:before{content:"󰕡"}.light .mdi-vector-polyline-edit:before{content:"󱈥"}.light .mdi-vector-polyline-minus:before{content:"󱈦"}.light .mdi-vector-polyline-plus:before{content:"󱈧"}.light .mdi-vector-polyline-remove:before{content:"󱈨"}.light .mdi-vector-radius:before{content:"󰝊"}.light .mdi-vector-rectangle:before{content:"󰗆"}.light .mdi-vector-selection:before{content:"󰕢"}.light .mdi-vector-square:before{content:"󰀁"}.light .mdi-vector-triangle:before{content:"󰕣"}.light .mdi-vector-union:before{content:"󰕤"}.light .mdi-vhs:before{content:"󰨛"}.light .mdi-vibrate:before{content:"󰕦"}.light .mdi-vibrate-off:before{content:"󰳙"}.light .mdi-video:before{content:"󰕧"}.light .mdi-video-3d:before{content:"󰟽"}.light .mdi-video-3d-variant:before{content:"󰻑"}.light .mdi-video-4k-box:before{content:"󰠾"}.light .mdi-video-account:before{content:"󰤙"}.light .mdi-video-box:before{content:"󰃽"}.light .mdi-video-box-off:before{content:"󰃾"}.light .mdi-video-check:before{content:"󱁩"}.light .mdi-video-check-outline:before{content:"󱁪"}.light .mdi-video-image:before{content:"󰤚"}.light .mdi-video-input-antenna:before{content:"󰠿"}.light .mdi-video-input-component:before{content:"󰡀"}.light .mdi-video-input-hdmi:before{content:"󰡁"}.light .mdi-video-input-scart:before{content:"󰾌"}.light .mdi-video-input-svideo:before{content:"󰡂"}.light .mdi-video-minus:before{content:"󰦲"}.light .mdi-video-minus-outline:before{content:"󰊺"}.light .mdi-video-off:before{content:"󰕨"}.light .mdi-video-off-outline:before{content:"󰯛"}.light .mdi-video-outline:before{content:"󰯜"}.light .mdi-video-plus:before{content:"󰦳"}.light .mdi-video-plus-outline:before{content:"󰇓"}.light .mdi-video-stabilization:before{content:"󰤛"}.light .mdi-video-switch:before{content:"󰕩"}.light .mdi-video-switch-outline:before{content:"󰞐"}.light .mdi-video-vintage:before{content:"󰨜"}.light .mdi-video-wireless:before{content:"󰻒"}.light .mdi-video-wireless-outline:before{content:"󰻓"}.light .mdi-view-agenda:before{content:"󰕪"}.light .mdi-view-agenda-outline:before{content:"󱇘"}.light .mdi-view-array:before{content:"󰕫"}.light .mdi-view-carousel:before{content:"󰕬"}.light .mdi-view-column:before{content:"󰕭"}.light .mdi-view-comfy:before{content:"󰹪"}.light .mdi-view-compact:before{content:"󰹫"}.light .mdi-view-compact-outline:before{content:"󰹬"}.light .mdi-view-dashboard:before{content:"󰕮"}.light .mdi-view-dashboard-outline:before{content:"󰨝"}.light .mdi-view-dashboard-variant:before{content:"󰡃"}.light .mdi-view-day:before{content:"󰕯"}.light .mdi-view-grid:before{content:"󰕰"}.light .mdi-view-grid-outline:before{content:"󱇙"}.light .mdi-view-grid-plus:before{content:"󰾍"}.light .mdi-view-grid-plus-outline:before{content:"󱇚"}.light .mdi-view-headline:before{content:"󰕱"}.light .mdi-view-list:before{content:"󰕲"}.light .mdi-view-module:before{content:"󰕳"}.light .mdi-view-parallel:before{content:"󰜨"}.light .mdi-view-quilt:before{content:"󰕴"}.light .mdi-view-sequential:before{content:"󰜩"}.light .mdi-view-split-horizontal:before{content:"󰯋"}.light .mdi-view-split-vertical:before{content:"󰯌"}.light .mdi-view-stream:before{content:"󰕵"}.light .mdi-view-week:before{content:"󰕶"}.light .mdi-vimeo:before{content:"󰕷"}.light .mdi-violin:before{content:"󰘏"}.light .mdi-virtual-reality:before{content:"󰢔"}.light .mdi-vk:before{content:"󰕹"}.light .mdi-vlc:before{content:"󰕼"}.light .mdi-voice-off:before{content:"󰻔"}.light .mdi-voicemail:before{content:"󰕽"}.light .mdi-volleyball:before{content:"󰦴"}.light .mdi-volume-high:before{content:"󰕾"}.light .mdi-volume-low:before{content:"󰕿"}.light .mdi-volume-medium:before{content:"󰖀"}.light .mdi-volume-minus:before{content:"󰝞"}.light .mdi-volume-mute:before{content:"󰝟"}.light .mdi-volume-off:before{content:"󰖁"}.light .mdi-volume-plus:before{content:"󰝝"}.light .mdi-volume-source:before{content:"󱄠"}.light .mdi-volume-variant-off:before{content:"󰸈"}.light .mdi-volume-vibrate:before{content:"󱄡"}.light .mdi-vote:before{content:"󰨟"}.light .mdi-vote-outline:before{content:"󰨠"}.light .mdi-vpn:before{content:"󰖂"}.light .mdi-vuejs:before{content:"󰡄"}.light .mdi-vuetify:before{content:"󰹭"}.light .mdi-walk:before{content:"󰖃"}.light .mdi-wall:before{content:"󰟾"}.light .mdi-wall-sconce:before{content:"󰤜"}.light .mdi-wall-sconce-flat:before{content:"󰤝"}.light .mdi-wall-sconce-flat-variant:before{content:"󰐜"}.light .mdi-wall-sconce-round:before{content:"󰝈"}.light .mdi-wall-sconce-round-variant:before{content:"󰤞"}.light .mdi-wallet:before{content:"󰖄"}.light .mdi-wallet-giftcard:before{content:"󰖅"}.light .mdi-wallet-membership:before{content:"󰖆"}.light .mdi-wallet-outline:before{content:"󰯝"}.light .mdi-wallet-plus:before{content:"󰾎"}.light .mdi-wallet-plus-outline:before{content:"󰾏"}.light .mdi-wallet-travel:before{content:"󰖇"}.light .mdi-wallpaper:before{content:"󰸉"}.light .mdi-wan:before{content:"󰖈"}.light .mdi-wardrobe:before{content:"󰾐"}.light .mdi-wardrobe-outline:before{content:"󰾑"}.light .mdi-warehouse:before{content:"󰾁"}.light .mdi-washing-machine:before{content:"󰜪"}.light .mdi-washing-machine-alert:before{content:"󱆼"}.light .mdi-washing-machine-off:before{content:"󱆽"}.light .mdi-watch:before{content:"󰖉"}.light .mdi-watch-export:before{content:"󰖊"}.light .mdi-watch-export-variant:before{content:"󰢕"}.light .mdi-watch-import:before{content:"󰖋"}.light .mdi-watch-import-variant:before{content:"󰢖"}.light .mdi-watch-variant:before{content:"󰢗"}.light .mdi-watch-vibrate:before{content:"󰚱"}.light .mdi-watch-vibrate-off:before{content:"󰳚"}.light .mdi-water:before{content:"󰖌"}.light .mdi-water-boiler:before{content:"󰾒"}.light .mdi-water-boiler-alert:before{content:"󱆳"}.light .mdi-water-boiler-off:before{content:"󱆴"}.light .mdi-water-off:before{content:"󰖍"}.light .mdi-water-outline:before{content:"󰸊"}.light .mdi-water-percent:before{content:"󰖎"}.light .mdi-water-polo:before{content:"󱊠"}.light .mdi-water-pump:before{content:"󰖏"}.light .mdi-water-pump-off:before{content:"󰾓"}.light .mdi-water-well:before{content:"󱁫"}.light .mdi-water-well-outline:before{content:"󱁬"}.light .mdi-watermark:before{content:"󰘒"}.light .mdi-wave:before{content:"󰼮"}.light .mdi-waves:before{content:"󰞍"}.light .mdi-waze:before{content:"󰯞"}.light .mdi-weather-cloudy:before{content:"󰖐"}.light .mdi-weather-cloudy-alert:before{content:"󰼯"}.light .mdi-weather-cloudy-arrow-right:before{content:"󰹮"}.light .mdi-weather-fog:before{content:"󰖑"}.light .mdi-weather-hail:before{content:"󰖒"}.light .mdi-weather-hazy:before{content:"󰼰"}.light .mdi-weather-hurricane:before{content:"󰢘"}.light .mdi-weather-lightning:before{content:"󰖓"}.light .mdi-weather-lightning-rainy:before{content:"󰙾"}.light .mdi-weather-night:before{content:"󰖔"}.light .mdi-weather-night-partly-cloudy:before{content:"󰼱"}.light .mdi-weather-partly-cloudy:before{content:"󰖕"}.light .mdi-weather-partly-lightning:before{content:"󰼲"}.light .mdi-weather-partly-rainy:before{content:"󰼳"}.light .mdi-weather-partly-snowy:before{content:"󰼴"}.light .mdi-weather-partly-snowy-rainy:before{content:"󰼵"}.light .mdi-weather-pouring:before{content:"󰖖"}.light .mdi-weather-rainy:before{content:"󰖗"}.light .mdi-weather-snowy:before{content:"󰖘"}.light .mdi-weather-snowy-heavy:before{content:"󰼶"}.light .mdi-weather-snowy-rainy:before{content:"󰙿"}.light .mdi-weather-sunny:before{content:"󰖙"}.light .mdi-weather-sunny-alert:before{content:"󰼷"}.light .mdi-weather-sunset:before{content:"󰖚"}.light .mdi-weather-sunset-down:before{content:"󰖛"}.light .mdi-weather-sunset-up:before{content:"󰖜"}.light .mdi-weather-tornado:before{content:"󰼸"}.light .mdi-weather-windy:before{content:"󰖝"}.light .mdi-weather-windy-variant:before{content:"󰖞"}.light .mdi-web:before{content:"󰖟"}.light .mdi-web-box:before{content:"󰾔"}.light .mdi-web-clock:before{content:"󱉊"}.light .mdi-webcam:before{content:"󰖠"}.light .mdi-webhook:before{content:"󰘯"}.light .mdi-webpack:before{content:"󰜫"}.light .mdi-webrtc:before{content:"󱉈"}.light .mdi-wechat:before{content:"󰘑"}.light .mdi-weight:before{content:"󰖡"}.light .mdi-weight-gram:before{content:"󰴿"}.light .mdi-weight-kilogram:before{content:"󰖢"}.light .mdi-weight-lifter:before{content:"󱅝"}.light .mdi-weight-pound:before{content:"󰦵"}.light .mdi-whatsapp:before{content:"󰖣"}.light .mdi-wheelchair-accessibility:before{content:"󰖤"}.light .mdi-whistle:before{content:"󰦶"}.light .mdi-whistle-outline:before{content:"󱊼"}.light .mdi-white-balance-auto:before{content:"󰖥"}.light .mdi-white-balance-incandescent:before{content:"󰖦"}.light .mdi-white-balance-iridescent:before{content:"󰖧"}.light .mdi-white-balance-sunny:before{content:"󰖨"}.light .mdi-widgets:before{content:"󰜬"}.light .mdi-widgets-outline:before{content:"󱍕"}.light .mdi-wifi:before{content:"󰖩"}.light .mdi-wifi-off:before{content:"󰖪"}.light .mdi-wifi-star:before{content:"󰸋"}.light .mdi-wifi-strength-1:before{content:"󰤟"}.light .mdi-wifi-strength-1-alert:before{content:"󰤠"}.light .mdi-wifi-strength-1-lock:before{content:"󰤡"}.light .mdi-wifi-strength-2:before{content:"󰤢"}.light .mdi-wifi-strength-2-alert:before{content:"󰤣"}.light .mdi-wifi-strength-2-lock:before{content:"󰤤"}.light .mdi-wifi-strength-3:before{content:"󰤥"}.light .mdi-wifi-strength-3-alert:before{content:"󰤦"}.light .mdi-wifi-strength-3-lock:before{content:"󰤧"}.light .mdi-wifi-strength-4:before{content:"󰤨"}.light .mdi-wifi-strength-4-alert:before{content:"󰤩"}.light .mdi-wifi-strength-4-lock:before{content:"󰤪"}.light .mdi-wifi-strength-alert-outline:before{content:"󰤫"}.light .mdi-wifi-strength-lock-outline:before{content:"󰤬"}.light .mdi-wifi-strength-off:before{content:"󰤭"}.light .mdi-wifi-strength-off-outline:before{content:"󰤮"}.light .mdi-wifi-strength-outline:before{content:"󰤯"}.light .mdi-wikipedia:before{content:"󰖬"}.light .mdi-wind-turbine:before{content:"󰶥"}.light .mdi-window-close:before{content:"󰖭"}.light .mdi-window-closed:before{content:"󰖮"}.light .mdi-window-closed-variant:before{content:"󱇛"}.light .mdi-window-maximize:before{content:"󰖯"}.light .mdi-window-minimize:before{content:"󰖰"}.light .mdi-window-open:before{content:"󰖱"}.light .mdi-window-open-variant:before{content:"󱇜"}.light .mdi-window-restore:before{content:"󰖲"}.light .mdi-window-shutter:before{content:"󱄜"}.light .mdi-window-shutter-alert:before{content:"󱄝"}.light .mdi-window-shutter-open:before{content:"󱄞"}.light .mdi-wiper:before{content:"󰫩"}.light .mdi-wiper-wash:before{content:"󰶦"}.light .mdi-wordpress:before{content:"󰖴"}.light .mdi-wrap:before{content:"󰖶"}.light .mdi-wrap-disabled:before{content:"󰯟"}.light .mdi-wrench:before{content:"󰖷"}.light .mdi-wrench-outline:before{content:"󰯠"}.light .mdi-xamarin:before{content:"󰡅"}.light .mdi-xamarin-outline:before{content:"󰡆"}.light .mdi-xing:before{content:"󰖾"}.light .mdi-xml:before{content:"󰗀"}.light .mdi-xmpp:before{content:"󰟿"}.light .mdi-y-combinator:before{content:"󰘤"}.light .mdi-yahoo:before{content:"󰭏"}.light .mdi-yeast:before{content:"󰗁"}.light .mdi-yin-yang:before{content:"󰚀"}.light .mdi-yoga:before{content:"󱅼"}.light .mdi-youtube:before{content:"󰗃"}.light .mdi-youtube-gaming:before{content:"󰡈"}.light .mdi-youtube-studio:before{content:"󰡇"}.light .mdi-youtube-subscription:before{content:"󰵀"}.light .mdi-youtube-tv:before{content:"󰑈"}.light .mdi-z-wave:before{content:"󰫪"}.light .mdi-zend:before{content:"󰫫"}.light .mdi-zigbee:before{content:"󰵁"}.light .mdi-zip-box:before{content:"󰗄"}.light .mdi-zip-box-outline:before{content:"󰿺"}.light .mdi-zip-disk:before{content:"󰨣"}.light .mdi-zodiac-aquarius:before{content:"󰩽"}.light .mdi-zodiac-aries:before{content:"󰩾"}.light .mdi-zodiac-cancer:before{content:"󰩿"}.light .mdi-zodiac-capricorn:before{content:"󰪀"}.light .mdi-zodiac-gemini:before{content:"󰪁"}.light .mdi-zodiac-leo:before{content:"󰪂"}.light .mdi-zodiac-libra:before{content:"󰪃"}.light .mdi-zodiac-pisces:before{content:"󰪄"}.light .mdi-zodiac-sagittarius:before{content:"󰪅"}.light .mdi-zodiac-scorpio:before{content:"󰪆"}.light .mdi-zodiac-taurus:before{content:"󰪇"}.light .mdi-zodiac-virgo:before{content:"󰪈"}.light .mdi-blank:before{content:"";visibility:hidden}.light .mdi-18px.mdi-set,.light .mdi-18px.mdi:before{font-size:18px}.light .mdi-24px.mdi-set,.light .mdi-24px.mdi:before{font-size:24px}.light .mdi-36px.mdi-set,.light .mdi-36px.mdi:before{font-size:36px}.light .mdi-48px.mdi-set,.light .mdi-48px.mdi:before{font-size:48px}.light .mdi-dark:before{color:rgba(0,0,0,.54)}.light .mdi-dark.mdi-inactive:before{color:rgba(0,0,0,.26)}.light .mdi-light:before{color:#fff}.light .mdi-light.mdi-inactive:before{color:hsla(0,0%,100%,.3)}.light .mdi-rotate-45:before{transform:rotate(45deg)}.light .mdi-rotate-90:before{transform:rotate(90deg)}.light .mdi-rotate-135:before{transform:rotate(135deg)}.light .mdi-rotate-180:before{transform:rotate(180deg)}.light .mdi-rotate-225:before{transform:rotate(225deg)}.light .mdi-rotate-270:before{transform:rotate(270deg)}.light .mdi-rotate-315:before{transform:rotate(315deg)}.light .mdi-flip-h:before{transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.light .mdi-flip-v:before{transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.light .mdi-spin:before{animation:mdi-spin 2s linear infinite}.light .bx{font-family:"boxicons"!important;font-weight:400;font-style:normal;font-feature-settings:normal;font-variant:normal;line-height:1;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.light .bx-ul{margin-left:2em;padding-left:0;list-style:none}.light .bx-ul>li{position:relative}.light .bx-ul .bx{font-size:inherit;line-height:inherit;position:absolute;left:-2em;width:2em;text-align:center}.light .bx-spin,.light .bx-spin-hover:hover{animation:spin 2s linear infinite}.light .bx-tada,.light .bx-tada-hover:hover{animation:tada 1.5s ease infinite}.light .bx-flashing,.light .bx-flashing-hover:hover{animation:flashing 1.5s linear infinite}.light .bx-burst,.light .bx-burst-hover:hover{animation:burst 1.5s linear infinite}.light .bx-fade-up,.light .bx-fade-up-hover:hover{animation:fade-up 1.5s linear infinite}.light .bx-fade-down,.light .bx-fade-down-hover:hover{animation:fade-down 1.5s linear infinite}.light .bx-fade-left,.light .bx-fade-left-hover:hover{animation:fade-left 1.5s linear infinite}.light .bx-fade-right,.light .bx-fade-right-hover:hover{animation:fade-right 1.5s linear infinite}.light .bx-xs{font-size:1rem!important}.light .bx-sm{font-size:1.55rem!important}.light .bx-md{font-size:2.25rem!important}.light .bx-fw{font-size:1.2857142857em;line-height:.8em;width:1.2857142857em;height:.8em;margin-top:-.2em!important;vertical-align:middle}.light .bx-lg{font-size:3rem!important}.light .bx-pull-left{float:left;margin-right:.3em!important}.light .bx-pull-right{float:right;margin-left:.3em!important}.light .bx-rotate-90{transform:rotate(90deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"}.light .bx-rotate-180{transform:rotate(180deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"}.light .bx-rotate-270{transform:rotate(270deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"}.light .bx-flip-horizontal{transform:scaleX(-1);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"}.light .bx-flip-vertical{transform:scaleY(-1);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.light .bx-border{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:.25em}.light .bx-border-circle{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:50%}.light .bxl-500px:before{content:""}.light .bxl-adobe:before{content:""}.light .bxl-airbnb:before{content:""}.light .bxl-algolia:before{content:""}.light .bxl-amazon:before{content:""}.light .bxl-android:before{content:""}.light .bxl-angular:before{content:""}.light .bxl-apple:before{content:""}.light .bxl-audible:before{content:""}.light .bxl-baidu:before{content:""}.light .bxl-behance:before{content:""}.light .bxl-bing:before{content:""}.light .bxl-bitcoin:before{content:""}.light .bxl-blogger:before{content:""}.light .bxl-bootstrap:before{content:""}.light .bxl-chrome:before{content:""}.light .bxl-codepen:before{content:""}.light .bxl-creative-commons:before{content:""}.light .bxl-css3:before{content:""}.light .bxl-dailymotion:before{content:""}.light .bxl-deviantart:before{content:""}.light .bxl-dev-to:before{content:""}.light .bxl-digg:before{content:""}.light .bxl-digitalocean:before{content:""}.light .bxl-discord:before{content:""}.light .bxl-discourse:before{content:""}.light .bxl-dribbble:before{content:""}.light .bxl-dropbox:before{content:""}.light .bxl-drupal:before{content:""}.light .bxl-ebay:before{content:""}.light .bxl-edge:before{content:""}.light .bxl-etsy:before{content:""}.light .bxl-facebook:before{content:""}.light .bxl-facebook-circle:before{content:""}.light .bxl-facebook-square:before{content:""}.light .bxl-figma:before{content:""}.light .bxl-firefox:before{content:""}.light .bxl-flickr:before{content:""}.light .bxl-flickr-square:before{content:""}.light .bxl-foursquare:before{content:""}.light .bxl-git:before{content:""}.light .bxl-github:before{content:""}.light .bxl-gitlab:before{content:""}.light .bxl-google:before{content:""}.light .bxl-google-plus:before{content:""}.light .bxl-google-plus-circle:before{content:""}.light .bxl-html5:before{content:""}.light .bxl-imdb:before{content:""}.light .bxl-instagram:before{content:""}.light .bxl-instagram-alt:before{content:""}.light .bxl-internet-explorer:before{content:""}.light .bxl-invision:before{content:""}.light .bxl-javascript:before{content:""}.light .bxl-joomla:before{content:""}.light .bxl-jquery:before{content:""}.light .bxl-jsfiddle:before{content:""}.light .bxl-kickstarter:before{content:""}.light .bxl-less:before{content:""}.light .bxl-linkedin:before{content:""}.light .bxl-linkedin-square:before{content:""}.light .bxl-magento:before{content:""}.light .bxl-mailchimp:before{content:""}.light .bxl-mastercard:before{content:""}.light .bxl-medium:before{content:""}.light .bxl-medium-old:before{content:""}.light .bxl-medium-square:before{content:""}.light .bxl-messenger:before{content:""}.light .bxl-microsoft:before{content:""}.light .bxl-nodejs:before{content:""}.light .bxl-opera:before{content:""}.light .bxl-patreon:before{content:""}.light .bxl-paypal:before{content:""}.light .bxl-periscope:before{content:""}.light .bxl-pinterest:before{content:""}.light .bxl-pinterest-alt:before{content:""}.light .bxl-play-store:before{content:""}.light .bxl-pocket:before{content:""}.light .bxl-product-hunt:before{content:""}.light .bxl-quora:before{content:""}.light .bxl-react:before{content:""}.light .bxl-redbubble:before{content:""}.light .bxl-reddit:before{content:""}.light .bxl-redux:before{content:""}.light .bxl-sass:before{content:""}.light .bxl-shopify:before{content:""}.light .bxl-skype:before{content:""}.light .bxl-slack:before{content:""}.light .bxl-slack-old:before{content:""}.light .bxl-snapchat:before{content:""}.light .bxl-soundcloud:before{content:""}.light .bxl-spotify:before{content:""}.light .bxl-squarespace:before{content:""}.light .bxl-stack-overflow:before{content:""}.light .bxl-stripe:before{content:""}.light .bxl-telegram:before{content:""}.light .bxl-trello:before{content:""}.light .bxl-tumblr:before{content:""}.light .bxl-twitch:before{content:""}.light .bxl-twitter:before{content:""}.light .bxl-unsplash:before{content:""}.light .bxl-vimeo:before{content:""}.light .bxl-visa:before{content:""}.light .bxl-vk:before{content:""}.light .bxl-vuejs:before{content:""}.light .bxl-whatsapp:before{content:""}.light .bxl-whatsapp-square:before{content:""}.light .bxl-wikipedia:before{content:""}.light .bxl-windows:before{content:""}.light .bxl-wix:before{content:""}.light .bxl-wordpress:before{content:""}.light .bxl-yahoo:before{content:""}.light .bxl-yelp:before{content:""}.light .bxl-youtube:before{content:""}.light .bx-abacus:before{content:""}.light .bx-accessibility:before{content:""}.light .bx-add-to-queue:before{content:""}.light .bx-adjust:before{content:""}.light .bx-alarm:before{content:""}.light .bx-alarm-add:before{content:""}.light .bx-alarm-exclamation:before{content:""}.light .bx-alarm-off:before{content:""}.light .bx-alarm-snooze:before{content:""}.light .bx-album:before{content:""}.light .bx-align-justify:before{content:""}.light .bx-align-left:before{content:""}.light .bx-align-middle:before{content:""}.light .bx-align-right:before{content:""}.light .bx-analyse:before{content:""}.light .bx-anchor:before{content:""}.light .bx-angry:before{content:""}.light .bx-aperture:before{content:""}.light .bx-arch:before{content:""}.light .bx-archive:before{content:""}.light .bx-archive-in:before{content:""}.light .bx-archive-out:before{content:""}.light .bx-area:before{content:""}.light .bx-arrow-back:before{content:""}.light .bx-arrow-from-bottom:before{content:""}.light .bx-arrow-from-left:before{content:""}.light .bx-arrow-from-right:before{content:""}.light .bx-arrow-from-top:before{content:""}.light .bx-arrow-to-bottom:before{content:""}.light .bx-arrow-to-left:before{content:""}.light .bx-arrow-to-right:before{content:""}.light .bx-arrow-to-top:before{content:""}.light .bx-at:before{content:""}.light .bx-atom:before{content:""}.light .bx-award:before{content:""}.light .bx-badge:before{content:""}.light .bx-badge-check:before{content:""}.light .bx-ball:before{content:""}.light .bx-band-aid:before{content:""}.light .bx-bar-chart:before{content:""}.light .bx-bar-chart-alt:before{content:""}.light .bx-bar-chart-alt-2:before{content:""}.light .bx-bar-chart-square:before{content:""}.light .bx-barcode:before{content:""}.light .bx-barcode-reader:before{content:""}.light .bx-baseball:before{content:""}.light .bx-basket:before{content:""}.light .bx-basketball:before{content:""}.light .bx-bath:before{content:""}.light .bx-battery:before{content:""}.light .bx-bed:before{content:""}.light .bx-been-here:before{content:""}.light .bx-beer:before{content:""}.light .bx-bell:before{content:""}.light .bx-bell-minus:before{content:""}.light .bx-bell-off:before{content:""}.light .bx-bell-plus:before{content:""}.light .bx-bible:before{content:""}.light .bx-bitcoin:before{content:""}.light .bx-blanket:before{content:""}.light .bx-block:before{content:""}.light .bx-bluetooth:before{content:""}.light .bx-body:before{content:""}.light .bx-bold:before{content:""}.light .bx-bolt-circle:before{content:""}.light .bx-bomb:before{content:""}.light .bx-bone:before{content:""}.light .bx-bong:before{content:""}.light .bx-book:before{content:""}.light .bx-book-add:before{content:""}.light .bx-book-alt:before{content:""}.light .bx-book-bookmark:before{content:""}.light .bx-book-content:before{content:""}.light .bx-book-heart:before{content:""}.light .bx-bookmark:before{content:""}.light .bx-bookmark-minus:before{content:""}.light .bx-bookmark-plus:before{content:""}.light .bx-bookmarks:before{content:""}.light .bx-book-open:before{content:""}.light .bx-book-reader:before{content:""}.light .bx-border-all:before{content:""}.light .bx-border-bottom:before{content:""}.light .bx-border-inner:before{content:""}.light .bx-border-left:before{content:""}.light .bx-border-none:before{content:""}.light .bx-border-outer:before{content:""}.light .bx-border-radius:before{content:""}.light .bx-border-right:before{content:""}.light .bx-border-top:before{content:""}.light .bx-bot:before{content:""}.light .bx-bowling-ball:before{content:""}.light .bx-box:before{content:""}.light .bx-bracket:before{content:""}.light .bx-braille:before{content:""}.light .bx-brain:before{content:""}.light .bx-briefcase:before{content:""}.light .bx-briefcase-alt:before{content:""}.light .bx-briefcase-alt-2:before{content:""}.light .bx-brightness:before{content:""}.light .bx-brightness-half:before{content:""}.light .bx-broadcast:before{content:""}.light .bx-brush:before{content:""}.light .bx-brush-alt:before{content:""}.light .bx-bug:before{content:""}.light .bx-bug-alt:before{content:""}.light .bx-building:before{content:""}.light .bx-building-house:before{content:""}.light .bx-buildings:before{content:""}.light .bx-bulb:before{content:""}.light .bx-bullseye:before{content:""}.light .bx-buoy:before{content:""}.light .bx-bus:before{content:""}.light .bx-bus-school:before{content:""}.light .bx-cabinet:before{content:""}.light .bx-cake:before{content:""}.light .bx-calculator:before{content:""}.light .bx-calendar:before{content:""}.light .bx-calendar-alt:before{content:""}.light .bx-calendar-check:before{content:""}.light .bx-calendar-edit:before{content:""}.light .bx-calendar-event:before{content:""}.light .bx-calendar-exclamation:before{content:""}.light .bx-calendar-heart:before{content:""}.light .bx-calendar-minus:before{content:""}.light .bx-calendar-plus:before{content:""}.light .bx-calendar-star:before{content:""}.light .bx-calendar-week:before{content:""}.light .bx-calendar-x:before{content:""}.light .bx-camera:before{content:""}.light .bx-camera-home:before{content:""}.light .bx-camera-movie:before{content:""}.light .bx-camera-off:before{content:""}.light .bx-capsule:before{content:""}.light .bx-captions:before{content:""}.light .bx-car:before{content:""}.light .bx-card:before{content:""}.light .bx-caret-down:before{content:""}.light .bx-caret-down-circle:before{content:""}.light .bx-caret-down-square:before{content:""}.light .bx-caret-left:before{content:""}.light .bx-caret-left-circle:before{content:""}.light .bx-caret-left-square:before{content:""}.light .bx-caret-right:before{content:""}.light .bx-caret-right-circle:before{content:""}.light .bx-caret-right-square:before{content:""}.light .bx-caret-up:before{content:""}.light .bx-caret-up-circle:before{content:""}.light .bx-caret-up-square:before{content:""}.light .bx-carousel:before{content:""}.light .bx-cart:before{content:""}.light .bx-cart-alt:before{content:""}.light .bx-cast:before{content:""}.light .bx-cctv:before{content:""}.light .bx-certification:before{content:""}.light .bx-chair:before{content:""}.light .bx-chalkboard:before{content:""}.light .bx-chart:before{content:""}.light .bx-chat:before{content:""}.light .bx-check:before{content:""}.light .bx-checkbox:before{content:""}.light .bx-checkbox-checked:before{content:""}.light .bx-checkbox-square:before{content:""}.light .bx-check-circle:before{content:""}.light .bx-check-double:before{content:""}.light .bx-check-shield:before{content:""}.light .bx-check-square:before{content:""}.light .bx-chevron-down:before{content:""}.light .bx-chevron-down-circle:before{content:""}.light .bx-chevron-down-square:before{content:""}.light .bx-chevron-left:before{content:""}.light .bx-chevron-left-circle:before{content:""}.light .bx-chevron-left-square:before{content:""}.light .bx-chevron-right:before{content:""}.light .bx-chevron-right-circle:before{content:""}.light .bx-chevron-right-square:before{content:""}.light .bx-chevrons-down:before{content:""}.light .bx-chevrons-left:before{content:""}.light .bx-chevrons-right:before{content:""}.light .bx-chevrons-up:before{content:""}.light .bx-chevron-up:before{content:""}.light .bx-chevron-up-circle:before{content:""}.light .bx-chevron-up-square:before{content:""}.light .bx-chip:before{content:""}.light .bx-church:before{content:""}.light .bx-circle:before{content:""}.light .bx-clinic:before{content:""}.light .bx-clipboard:before{content:""}.light .bx-closet:before{content:""}.light .bx-cloud:before{content:""}.light .bx-cloud-download:before{content:""}.light .bx-cloud-drizzle:before{content:""}.light .bx-cloud-lightning:before{content:""}.light .bx-cloud-light-rain:before{content:""}.light .bx-cloud-rain:before{content:""}.light .bx-cloud-snow:before{content:""}.light .bx-cloud-upload:before{content:""}.light .bx-code:before{content:""}.light .bx-code-alt:before{content:""}.light .bx-code-block:before{content:""}.light .bx-code-curly:before{content:""}.light .bx-coffee:before{content:""}.light .bx-coffee-togo:before{content:""}.light .bx-cog:before{content:""}.light .bx-coin:before{content:""}.light .bx-coin-stack:before{content:""}.light .bx-collapse:before{content:""}.light .bx-collection:before{content:""}.light .bx-color-fill:before{content:""}.light .bx-columns:before{content:""}.light .bx-command:before{content:""}.light .bx-comment:before{content:""}.light .bx-comment-add:before{content:""}.light .bx-comment-check:before{content:""}.light .bx-comment-detail:before{content:""}.light .bx-comment-dots:before{content:""}.light .bx-comment-edit:before{content:""}.light .bx-comment-error:before{content:""}.light .bx-comment-minus:before{content:""}.light .bx-comment-x:before{content:""}.light .bx-compass:before{content:""}.light .bx-confused:before{content:""}.light .bx-conversation:before{content:""}.light .bx-cookie:before{content:""}.light .bx-cool:before{content:""}.light .bx-copy:before{content:""}.light .bx-copy-alt:before{content:""}.light .bx-copyright:before{content:""}.light .bx-credit-card:before{content:""}.light .bx-credit-card-alt:before{content:""}.light .bx-credit-card-front:before{content:""}.light .bx-crop:before{content:""}.light .bx-crosshair:before{content:""}.light .bx-crown:before{content:""}.light .bx-cube:before{content:""}.light .bx-cube-alt:before{content:""}.light .bx-cuboid:before{content:""}.light .bx-current-location:before{content:""}.light .bx-customize:before{content:""}.light .bx-cut:before{content:""}.light .bx-cycling:before{content:""}.light .bx-cylinder:before{content:""}.light .bx-data:before{content:""}.light .bx-desktop:before{content:""}.light .bx-detail:before{content:""}.light .bx-devices:before{content:""}.light .bx-dialpad:before{content:""}.light .bx-dialpad-alt:before{content:""}.light .bx-diamond:before{content:""}.light .bx-dice-1:before{content:""}.light .bx-dice-2:before{content:""}.light .bx-dice-3:before{content:""}.light .bx-dice-4:before{content:""}.light .bx-dice-5:before{content:""}.light .bx-dice-6:before{content:""}.light .bx-directions:before{content:""}.light .bx-disc:before{content:""}.light .bx-dish:before{content:""}.light .bx-dislike:before{content:""}.light .bx-dizzy:before{content:""}.light .bx-dna:before{content:""}.light .bx-dock-bottom:before{content:""}.light .bx-dock-left:before{content:""}.light .bx-dock-right:before{content:""}.light .bx-dock-top:before{content:""}.light .bx-dollar:before{content:""}.light .bx-dollar-circle:before{content:""}.light .bx-donate-blood:before{content:""}.light .bx-donate-heart:before{content:""}.light .bx-door-open:before{content:""}.light .bx-dots-horizontal:before{content:""}.light .bx-dots-horizontal-rounded:before{content:""}.light .bx-dots-vertical:before{content:""}.light .bx-dots-vertical-rounded:before{content:""}.light .bx-doughnut-chart:before{content:""}.light .bx-down-arrow:before{content:""}.light .bx-down-arrow-alt:before{content:""}.light .bx-down-arrow-circle:before{content:""}.light .bx-download:before{content:""}.light .bx-downvote:before{content:""}.light .bx-drink:before{content:""}.light .bx-droplet:before{content:""}.light .bx-dumbbell:before{content:""}.light .bx-duplicate:before{content:""}.light .bx-edit:before{content:""}.light .bx-edit-alt:before{content:""}.light .bx-envelope:before{content:""}.light .bx-envelope-open:before{content:""}.light .bx-equalizer:before{content:""}.light .bx-eraser:before{content:""}.light .bx-error:before{content:""}.light .bx-error-alt:before{content:""}.light .bx-error-circle:before{content:""}.light .bx-euro:before{content:""}.light .bx-exclude:before{content:""}.light .bx-exit:before{content:""}.light .bx-exit-fullscreen:before{content:""}.light .bx-expand:before{content:""}.light .bx-export:before{content:""}.light .bx-extension:before{content:""}.light .bx-face:before{content:""}.light .bx-fast-forward:before{content:""}.light .bx-fast-forward-circle:before{content:""}.light .bx-female:before{content:""}.light .bx-female-sign:before{content:""}.light .bx-file:before{content:""}.light .bx-file-blank:before{content:""}.light .bx-file-find:before{content:""}.light .bx-film:before{content:""}.light .bx-filter:before{content:""}.light .bx-filter-alt:before{content:""}.light .bx-fingerprint:before{content:""}.light .bx-first-aid:before{content:""}.light .bx-first-page:before{content:""}.light .bx-flag:before{content:""}.light .bx-folder:before{content:""}.light .bx-folder-minus:before{content:""}.light .bx-folder-open:before{content:""}.light .bx-folder-plus:before{content:""}.light .bx-font:before{content:""}.light .bx-font-color:before{content:""}.light .bx-font-family:before{content:""}.light .bx-font-size:before{content:""}.light .bx-food-menu:before{content:""}.light .bx-food-tag:before{content:""}.light .bx-football:before{content:""}.light .bx-fridge:before{content:""}.light .bx-fullscreen:before{content:""}.light .bx-game:before{content:""}.light .bx-gas-pump:before{content:""}.light .bx-ghost:before{content:""}.light .bx-gift:before{content:""}.light .bx-git-branch:before{content:""}.light .bx-git-commit:before{content:""}.light .bx-git-compare:before{content:""}.light .bx-git-merge:before{content:""}.light .bx-git-pull-request:before{content:""}.light .bx-git-repo-forked:before{content:""}.light .bx-glasses:before{content:""}.light .bx-glasses-alt:before{content:""}.light .bx-globe:before{content:""}.light .bx-globe-alt:before{content:""}.light .bx-grid:before{content:""}.light .bx-grid-alt:before{content:""}.light .bx-grid-horizontal:before{content:""}.light .bx-grid-small:before{content:""}.light .bx-grid-vertical:before{content:""}.light .bx-group:before{content:""}.light .bx-handicap:before{content:""}.light .bx-happy:before{content:""}.light .bx-happy-alt:before{content:""}.light .bx-happy-beaming:before{content:""}.light .bx-happy-heart-eyes:before{content:""}.light .bx-hash:before{content:""}.light .bx-hdd:before{content:""}.light .bx-heading:before{content:""}.light .bx-headphone:before{content:""}.light .bx-health:before{content:""}.light .bx-heart:before{content:""}.light .bx-heart-circle:before{content:""}.light .bx-heart-square:before{content:""}.light .bx-help-circle:before{content:""}.light .bx-hide:before{content:""}.light .bx-highlight:before{content:""}.light .bx-history:before{content:""}.light .bx-hive:before{content:""}.light .bx-home:before{content:""}.light .bx-home-alt:before{content:""}.light .bx-home-circle:before{content:""}.light .bx-home-heart:before{content:""}.light .bx-home-smile:before{content:""}.light .bx-horizontal-center:before{content:""}.light .bx-hotel:before{content:""}.light .bx-hourglass:before{content:""}.light .bx-id-card:before{content:""}.light .bx-image:before{content:""}.light .bx-image-add:before{content:""}.light .bx-image-alt:before{content:""}.light .bx-images:before{content:""}.light .bx-import:before{content:""}.light .bx-infinite:before{content:""}.light .bx-info-circle:before{content:""}.light .bx-info-square:before{content:""}.light .bx-intersect:before{content:""}.light .bx-italic:before{content:""}.light .bx-joystick:before{content:""}.light .bx-joystick-alt:before{content:""}.light .bx-joystick-button:before{content:""}.light .bx-key:before{content:""}.light .bx-label:before{content:""}.light .bx-landscape:before{content:""}.light .bx-laptop:before{content:""}.light .bx-last-page:before{content:""}.light .bx-laugh:before{content:""}.light .bx-layer:before{content:""}.light .bx-layer-minus:before{content:""}.light .bx-layer-plus:before{content:""}.light .bx-layout:before{content:""}.light .bx-left-arrow:before{content:""}.light .bx-left-arrow-alt:before{content:""}.light .bx-left-arrow-circle:before{content:""}.light .bx-left-down-arrow-circle:before{content:""}.light .bx-left-indent:before{content:""}.light .bx-left-top-arrow-circle:before{content:""}.light .bx-like:before{content:""}.light .bx-line-chart:before{content:""}.light .bx-line-chart-down:before{content:""}.light .bx-link:before{content:""}.light .bx-link-alt:before{content:""}.light .bx-link-external:before{content:""}.light .bx-lira:before{content:""}.light .bx-list-check:before{content:""}.light .bx-list-minus:before{content:""}.light .bx-list-ol:before{content:""}.light .bx-list-plus:before{content:""}.light .bx-list-ul:before{content:""}.light .bx-loader:before{content:""}.light .bx-loader-alt:before{content:""}.light .bx-loader-circle:before{content:""}.light .bx-location-plus:before{content:""}.light .bx-lock:before{content:""}.light .bx-lock-alt:before{content:""}.light .bx-lock-open:before{content:""}.light .bx-lock-open-alt:before{content:""}.light .bx-log-in:before{content:""}.light .bx-log-in-circle:before{content:""}.light .bx-log-out:before{content:""}.light .bx-log-out-circle:before{content:""}.light .bx-low-vision:before{content:""}.light .bx-magnet:before{content:""}.light .bx-mail-send:before{content:""}.light .bx-male:before{content:""}.light .bx-male-sign:before{content:""}.light .bx-map:before{content:""}.light .bx-map-alt:before{content:""}.light .bx-map-pin:before{content:""}.light .bx-mask:before{content:""}.light .bx-medal:before{content:""}.light .bx-meh:before{content:""}.light .bx-meh-alt:before{content:""}.light .bx-meh-blank:before{content:""}.light .bx-memory-card:before{content:""}.light .bx-menu:before{content:""}.light .bx-menu-alt-left:before{content:""}.light .bx-menu-alt-right:before{content:""}.light .bx-merge:before{content:""}.light .bx-message:before{content:""}.light .bx-message-add:before{content:""}.light .bx-message-alt:before{content:""}.light .bx-message-alt-add:before{content:""}.light .bx-message-alt-check:before{content:""}.light .bx-message-alt-detail:before{content:""}.light .bx-message-alt-dots:before{content:""}.light .bx-message-alt-edit:before{content:""}.light .bx-message-alt-error:before{content:""}.light .bx-message-alt-minus:before{content:""}.light .bx-message-alt-x:before{content:""}.light .bx-message-check:before{content:""}.light .bx-message-detail:before{content:""}.light .bx-message-dots:before{content:""}.light .bx-message-edit:before{content:""}.light .bx-message-error:before{content:""}.light .bx-message-minus:before{content:""}.light .bx-message-rounded:before{content:""}.light .bx-message-rounded-add:before{content:""}.light .bx-message-rounded-check:before{content:""}.light .bx-message-rounded-detail:before{content:""}.light .bx-message-rounded-dots:before{content:""}.light .bx-message-rounded-edit:before{content:""}.light .bx-message-rounded-error:before{content:""}.light .bx-message-rounded-minus:before{content:""}.light .bx-message-rounded-x:before{content:""}.light .bx-message-square:before{content:""}.light .bx-message-square-add:before{content:""}.light .bx-message-square-check:before{content:""}.light .bx-message-square-detail:before{content:""}.light .bx-message-square-dots:before{content:""}.light .bx-message-square-edit:before{content:""}.light .bx-message-square-error:before{content:""}.light .bx-message-square-minus:before{content:""}.light .bx-message-square-x:before{content:""}.light .bx-message-x:before{content:""}.light .bx-meteor:before{content:""}.light .bx-microchip:before{content:""}.light .bx-microphone:before{content:""}.light .bx-microphone-off:before{content:""}.light .bx-minus:before{content:""}.light .bx-minus-back:before{content:""}.light .bx-minus-circle:before{content:""}.light .bx-minus-front:before{content:""}.light .bx-mobile:before{content:""}.light .bx-mobile-alt:before{content:""}.light .bx-mobile-landscape:before{content:""}.light .bx-mobile-vibration:before{content:""}.light .bx-money:before{content:""}.light .bx-moon:before{content:""}.light .bx-mouse:before{content:""}.light .bx-mouse-alt:before{content:""}.light .bx-move:before{content:""}.light .bx-move-horizontal:before{content:""}.light .bx-move-vertical:before{content:""}.light .bx-movie:before{content:""}.light .bx-music:before{content:""}.light .bx-navigation:before{content:""}.light .bx-network-chart:before{content:""}.light .bx-news:before{content:""}.light .bx-no-entry:before{content:""}.light .bx-note:before{content:""}.light .bx-notepad:before{content:""}.light .bx-notification:before{content:""}.light .bx-notification-off:before{content:""}.light .bx-outline:before{content:""}.light .bx-package:before{content:""}.light .bx-paint:before{content:""}.light .bx-paint-roll:before{content:""}.light .bx-palette:before{content:""}.light .bx-paperclip:before{content:""}.light .bx-paper-plane:before{content:""}.light .bx-paragraph:before{content:""}.light .bx-paste:before{content:""}.light .bx-pause:before{content:""}.light .bx-pause-circle:before{content:""}.light .bx-pen:before{content:""}.light .bx-pencil:before{content:""}.light .bx-phone:before{content:""}.light .bx-phone-call:before{content:""}.light .bx-phone-incoming:before{content:""}.light .bx-phone-outgoing:before{content:""}.light .bx-photo-album:before{content:""}.light .bx-pie-chart:before{content:""}.light .bx-pie-chart-alt:before{content:""}.light .bx-pie-chart-alt-2:before{content:""}.light .bx-pin:before{content:""}.light .bx-planet:before{content:""}.light .bx-play:before{content:""}.light .bx-play-circle:before{content:""}.light .bx-plug:before{content:""}.light .bx-plus:before{content:""}.light .bx-plus-circle:before{content:""}.light .bx-plus-medical:before{content:""}.light .bx-pointer:before{content:""}.light .bx-poll:before{content:""}.light .bx-polygon:before{content:""}.light .bx-pound:before{content:""}.light .bx-power-off:before{content:""}.light .bx-printer:before{content:""}.light .bx-pulse:before{content:""}.light .bx-purchase-tag:before{content:""}.light .bx-purchase-tag-alt:before{content:""}.light .bx-pyramid:before{content:""}.light .bx-question-mark:before{content:""}.light .bx-radar:before{content:""}.light .bx-radio:before{content:""}.light .bx-radio-circle:before{content:""}.light .bx-radio-circle-marked:before{content:""}.light .bx-receipt:before{content:""}.light .bx-rectangle:before{content:""}.light .bx-recycle:before{content:""}.light .bx-redo:before{content:""}.light .bx-refresh:before{content:""}.light .bx-rename:before{content:""}.light .bx-repeat:before{content:""}.light .bx-reply:before{content:""}.light .bx-reply-all:before{content:""}.light .bx-repost:before{content:""}.light .bx-reset:before{content:""}.light .bx-restaurant:before{content:""}.light .bx-revision:before{content:""}.light .bx-rewind:before{content:""}.light .bx-rewind-circle:before{content:""}.light .bx-right-arrow:before{content:""}.light .bx-right-arrow-alt:before{content:""}.light .bx-right-arrow-circle:before{content:""}.light .bx-right-down-arrow-circle:before{content:""}.light .bx-right-indent:before{content:""}.light .bx-right-top-arrow-circle:before{content:""}.light .bx-rocket:before{content:""}.light .bx-rotate-left:before{content:""}.light .bx-rotate-right:before{content:""}.light .bx-rss:before{content:""}.light .bx-ruble:before{content:""}.light .bx-ruler:before{content:""}.light .bx-run:before{content:""}.light .bx-rupee:before{content:""}.light .bx-sad:before{content:""}.light .bx-save:before{content:""}.light .bx-scan:before{content:""}.light .bx-screenshot:before{content:""}.light .bx-search:before{content:""}.light .bx-search-alt:before{content:""}.light .bx-search-alt-2:before{content:""}.light .bx-selection:before{content:""}.light .bx-select-multiple:before{content:""}.light .bx-send:before{content:""}.light .bx-server:before{content:""}.light .bx-shape-circle:before{content:""}.light .bx-shape-polygon:before{content:""}.light .bx-shape-square:before{content:""}.light .bx-shape-triangle:before{content:""}.light .bx-share:before{content:""}.light .bx-share-alt:before{content:""}.light .bx-shekel:before{content:""}.light .bx-shield:before{content:""}.light .bx-shield-alt:before{content:""}.light .bx-shield-alt-2:before{content:""}.light .bx-shield-quarter:before{content:""}.light .bx-shield-x:before{content:""}.light .bx-shocked:before{content:""}.light .bx-shopping-bag:before{content:""}.light .bx-show:before{content:""}.light .bx-show-alt:before{content:""}.light .bx-shuffle:before{content:""}.light .bx-sidebar:before{content:""}.light .bx-sitemap:before{content:""}.light .bx-skip-next:before{content:""}.light .bx-skip-next-circle:before{content:""}.light .bx-skip-previous:before{content:""}.light .bx-skip-previous-circle:before{content:""}.light .bx-sleepy:before{content:""}.light .bx-slider:before{content:""}.light .bx-slider-alt:before{content:""}.light .bx-slideshow:before{content:""}.light .bx-smile:before{content:""}.light .bx-sort:before{content:""}.light .bx-sort-a-z:before{content:""}.light .bx-sort-down:before{content:""}.light .bx-sort-up:before{content:""}.light .bx-sort-z-a:before{content:""}.light .bx-spa:before{content:""}.light .bx-space-bar:before{content:""}.light .bx-spray-can:before{content:""}.light .bx-spreadsheet:before{content:""}.light .bx-square:before{content:""}.light .bx-square-rounded:before{content:""}.light .bx-star:before{content:""}.light .bx-station:before{content:""}.light .bx-stats:before{content:""}.light .bx-sticker:before{content:""}.light .bx-stop:before{content:""}.light .bx-stop-circle:before{content:""}.light .bx-stopwatch:before{content:""}.light .bx-store:before{content:""}.light .bx-store-alt:before{content:""}.light .bx-street-view:before{content:""}.light .bx-strikethrough:before{content:""}.light .bx-subdirectory-left:before{content:""}.light .bx-subdirectory-right:before{content:""}.light .bx-sun:before{content:""}.light .bx-support:before{content:""}.light .bx-swim:before{content:""}.light .bx-sync:before{content:""}.light .bx-tab:before{content:""}.light .bx-table:before{content:""}.light .bx-tachometer:before{content:""}.light .bx-tag:before{content:""}.light .bx-target-lock:before{content:""}.light .bx-task:before{content:""}.light .bx-task-x:before{content:""}.light .bx-taxi:before{content:""}.light .bx-tennis-ball:before{content:""}.light .bx-terminal:before{content:""}.light .bx-test-tube:before{content:""}.light .bx-text:before{content:""}.light .bx-time:before{content:""}.light .bx-time-five:before{content:""}.light .bx-timer:before{content:""}.light .bx-tired:before{content:""}.light .bx-toggle-left:before{content:""}.light .bx-toggle-right:before{content:""}.light .bx-tone:before{content:""}.light .bx-traffic-cone:before{content:""}.light .bx-train:before{content:""}.light .bx-transfer:before{content:""}.light .bx-transfer-alt:before{content:""}.light .bx-trash:before{content:""}.light .bx-trash-alt:before{content:""}.light .bx-trending-down:before{content:""}.light .bx-trending-up:before{content:""}.light .bx-trim:before{content:""}.light .bx-trophy:before{content:""}.light .bx-tv:before{content:""}.light .bx-underline:before{content:""}.light .bx-undo:before{content:""}.light .bx-unite:before{content:""}.light .bx-unlink:before{content:""}.light .bx-up-arrow:before{content:""}.light .bx-up-arrow-alt:before{content:""}.light .bx-up-arrow-circle:before{content:""}.light .bx-upload:before{content:""}.light .bx-upside-down:before{content:""}.light .bx-upvote:before{content:""}.light .bx-usb:before{content:""}.light .bx-user:before{content:""}.light .bx-user-check:before{content:""}.light .bx-user-circle:before{content:""}.light .bx-user-minus:before{content:""}.light .bx-user-pin:before{content:""}.light .bx-user-plus:before{content:""}.light .bx-user-voice:before{content:""}.light .bx-user-x:before{content:""}.light .bx-vector:before{content:""}.light .bx-vertical-center:before{content:""}.light .bx-vial:before{content:""}.light .bx-video:before{content:""}.light .bx-video-off:before{content:""}.light .bx-video-plus:before{content:""}.light .bx-video-recording:before{content:""}.light .bx-voicemail:before{content:""}.light .bx-volume:before{content:""}.light .bx-volume-full:before{content:""}.light .bx-volume-low:before{content:""}.light .bx-volume-mute:before{content:""}.light .bx-walk:before{content:""}.light .bx-wallet:before{content:""}.light .bx-wallet-alt:before{content:""}.light .bx-water:before{content:""}.light .bx-webcam:before{content:""}.light .bx-wifi:before{content:""}.light .bx-wifi-0:before{content:""}.light .bx-wifi-1:before{content:""}.light .bx-wifi-2:before{content:""}.light .bx-wifi-off:before{content:""}.light .bx-wind:before{content:""}.light .bx-window:before{content:""}.light .bx-window-alt:before{content:""}.light .bx-window-close:before{content:""}.light .bx-window-open:before{content:""}.light .bx-windows:before{content:""}.light .bx-wine:before{content:""}.light .bx-wink-smile:before{content:""}.light .bx-wink-tongue:before{content:""}.light .bx-won:before{content:""}.light .bx-world:before{content:""}.light .bx-wrench:before{content:""}.light .bx-x:before{content:""}.light .bx-x-circle:before{content:""}.light .bx-yen:before{content:""}.light .bx-zoom-in:before{content:""}.light .bx-zoom-out:before{content:""}.light .bxs-add-to-queue:before{content:""}.light .bxs-adjust:before{content:""}.light .bxs-adjust-alt:before{content:""}.light .bxs-alarm:before{content:""}.light .bxs-alarm-add:before{content:""}.light .bxs-alarm-exclamation:before{content:""}.light .bxs-alarm-off:before{content:""}.light .bxs-alarm-snooze:before{content:""}.light .bxs-album:before{content:""}.light .bxs-ambulance:before{content:""}.light .bxs-analyse:before{content:""}.light .bxs-angry:before{content:""}.light .bxs-arch:before{content:""}.light .bxs-archive:before{content:""}.light .bxs-archive-in:before{content:""}.light .bxs-archive-out:before{content:""}.light .bxs-area:before{content:""}.light .bxs-arrow-from-bottom:before{content:""}.light .bxs-arrow-from-left:before{content:""}.light .bxs-arrow-from-right:before{content:""}.light .bxs-arrow-from-top:before{content:""}.light .bxs-arrow-to-bottom:before{content:""}.light .bxs-arrow-to-left:before{content:""}.light .bxs-arrow-to-right:before{content:""}.light .bxs-arrow-to-top:before{content:""}.light .bxs-award:before{content:""}.light .bxs-baby-carriage:before{content:""}.light .bxs-backpack:before{content:""}.light .bxs-badge:before{content:""}.light .bxs-badge-check:before{content:""}.light .bxs-badge-dollar:before{content:""}.light .bxs-ball:before{content:""}.light .bxs-band-aid:before{content:""}.light .bxs-bank:before{content:""}.light .bxs-bar-chart-alt-2:before{content:""}.light .bxs-bar-chart-square:before{content:""}.light .bxs-barcode:before{content:""}.light .bxs-baseball:before{content:""}.light .bxs-basket:before{content:""}.light .bxs-basketball:before{content:""}.light .bxs-bath:before{content:""}.light .bxs-battery:before{content:""}.light .bxs-battery-charging:before{content:""}.light .bxs-battery-full:before{content:""}.light .bxs-battery-low:before{content:""}.light .bxs-bed:before{content:""}.light .bxs-been-here:before{content:""}.light .bxs-beer:before{content:""}.light .bxs-bell:before{content:""}.light .bxs-bell-minus:before{content:""}.light .bxs-bell-off:before{content:""}.light .bxs-bell-plus:before{content:""}.light .bxs-bell-ring:before{content:""}.light .bxs-bible:before{content:""}.light .bxs-binoculars:before{content:""}.light .bxs-blanket:before{content:""}.light .bxs-bolt:before{content:""}.light .bxs-bolt-circle:before{content:""}.light .bxs-bomb:before{content:""}.light .bxs-bone:before{content:""}.light .bxs-bong:before{content:""}.light .bxs-book:before{content:""}.light .bxs-book-add:before{content:""}.light .bxs-book-alt:before{content:""}.light .bxs-book-bookmark:before{content:""}.light .bxs-book-content:before{content:""}.light .bxs-book-heart:before{content:""}.light .bxs-bookmark:before{content:""}.light .bxs-bookmark-minus:before{content:""}.light .bxs-bookmark-plus:before{content:""}.light .bxs-bookmarks:before{content:""}.light .bxs-bookmark-star:before{content:""}.light .bxs-book-open:before{content:""}.light .bxs-book-reader:before{content:""}.light .bxs-bot:before{content:""}.light .bxs-bowling-ball:before{content:""}.light .bxs-box:before{content:""}.light .bxs-brain:before{content:""}.light .bxs-briefcase:before{content:""}.light .bxs-briefcase-alt:before{content:""}.light .bxs-briefcase-alt-2:before{content:""}.light .bxs-brightness:before{content:""}.light .bxs-brightness-half:before{content:""}.light .bxs-brush:before{content:""}.light .bxs-brush-alt:before{content:""}.light .bxs-bug:before{content:""}.light .bxs-bug-alt:before{content:""}.light .bxs-building:before{content:""}.light .bxs-building-house:before{content:""}.light .bxs-buildings:before{content:""}.light .bxs-bulb:before{content:""}.light .bxs-bullseye:before{content:""}.light .bxs-buoy:before{content:""}.light .bxs-bus:before{content:""}.light .bxs-business:before{content:""}.light .bxs-bus-school:before{content:""}.light .bxs-cabinet:before{content:""}.light .bxs-cake:before{content:""}.light .bxs-calculator:before{content:""}.light .bxs-calendar:before{content:""}.light .bxs-calendar-alt:before{content:""}.light .bxs-calendar-check:before{content:""}.light .bxs-calendar-edit:before{content:""}.light .bxs-calendar-event:before{content:""}.light .bxs-calendar-exclamation:before{content:""}.light .bxs-calendar-heart:before{content:""}.light .bxs-calendar-minus:before{content:""}.light .bxs-calendar-plus:before{content:""}.light .bxs-calendar-star:before{content:""}.light .bxs-calendar-week:before{content:""}.light .bxs-calendar-x:before{content:""}.light .bxs-camera:before{content:""}.light .bxs-camera-home:before{content:""}.light .bxs-camera-movie:before{content:""}.light .bxs-camera-off:before{content:""}.light .bxs-camera-plus:before{content:""}.light .bxs-capsule:before{content:""}.light .bxs-captions:before{content:""}.light .bxs-car:before{content:""}.light .bxs-car-battery:before{content:""}.light .bxs-car-crash:before{content:""}.light .bxs-card:before{content:""}.light .bxs-caret-down-circle:before{content:""}.light .bxs-caret-down-square:before{content:""}.light .bxs-caret-left-circle:before{content:""}.light .bxs-caret-left-square:before{content:""}.light .bxs-caret-right-circle:before{content:""}.light .bxs-caret-right-square:before{content:""}.light .bxs-caret-up-circle:before{content:""}.light .bxs-caret-up-square:before{content:""}.light .bxs-car-garage:before{content:""}.light .bxs-car-mechanic:before{content:""}.light .bxs-carousel:before{content:""}.light .bxs-cart:before{content:""}.light .bxs-cart-add:before{content:""}.light .bxs-cart-alt:before{content:""}.light .bxs-cart-download:before{content:""}.light .bxs-car-wash:before{content:""}.light .bxs-cctv:before{content:""}.light .bxs-certification:before{content:""}.light .bxs-chalkboard:before{content:""}.light .bxs-chart:before{content:""}.light .bxs-chat:before{content:""}.light .bxs-checkbox:before{content:""}.light .bxs-checkbox-checked:before{content:""}.light .bxs-check-circle:before{content:""}.light .bxs-check-shield:before{content:""}.light .bxs-check-square:before{content:""}.light .bxs-chess:before{content:""}.light .bxs-chevron-down:before{content:""}.light .bxs-chevron-down-circle:before{content:""}.light .bxs-chevron-down-square:before{content:""}.light .bxs-chevron-left:before{content:""}.light .bxs-chevron-left-circle:before{content:""}.light .bxs-chevron-left-square:before{content:""}.light .bxs-chevron-right:before{content:""}.light .bxs-chevron-right-circle:before{content:""}.light .bxs-chevron-right-square:before{content:""}.light .bxs-chevrons-down:before{content:""}.light .bxs-chevrons-left:before{content:""}.light .bxs-chevrons-right:before{content:""}.light .bxs-chevrons-up:before{content:""}.light .bxs-chevron-up:before{content:""}.light .bxs-chevron-up-circle:before{content:""}.light .bxs-chevron-up-square:before{content:""}.light .bxs-chip:before{content:""}.light .bxs-church:before{content:""}.light .bxs-circle:before{content:""}.light .bxs-city:before{content:""}.light .bxs-clinic:before{content:""}.light .bxs-cloud:before{content:""}.light .bxs-cloud-download:before{content:""}.light .bxs-cloud-lightning:before{content:""}.light .bxs-cloud-rain:before{content:""}.light .bxs-cloud-upload:before{content:""}.light .bxs-coffee:before{content:""}.light .bxs-coffee-alt:before{content:""}.light .bxs-coffee-togo:before{content:""}.light .bxs-cog:before{content:""}.light .bxs-coin:before{content:""}.light .bxs-coin-stack:before{content:""}.light .bxs-collection:before{content:""}.light .bxs-color-fill:before{content:""}.light .bxs-comment:before{content:""}.light .bxs-comment-add:before{content:""}.light .bxs-comment-check:before{content:""}.light .bxs-comment-detail:before{content:""}.light .bxs-comment-dots:before{content:""}.light .bxs-comment-edit:before{content:""}.light .bxs-comment-error:before{content:""}.light .bxs-comment-minus:before{content:""}.light .bxs-comment-x:before{content:""}.light .bxs-compass:before{content:""}.light .bxs-component:before{content:""}.light .bxs-confused:before{content:""}.light .bxs-contact:before{content:""}.light .bxs-conversation:before{content:""}.light .bxs-cookie:before{content:""}.light .bxs-cool:before{content:""}.light .bxs-copy:before{content:""}.light .bxs-copy-alt:before{content:""}.light .bxs-copyright:before{content:""}.light .bxs-coupon:before{content:""}.light .bxs-credit-card:before{content:""}.light .bxs-credit-card-alt:before{content:""}.light .bxs-credit-card-front:before{content:""}.light .bxs-crop:before{content:""}.light .bxs-crown:before{content:""}.light .bxs-cube:before{content:""}.light .bxs-cube-alt:before{content:""}.light .bxs-cuboid:before{content:""}.light .bxs-customize:before{content:""}.light .bxs-cylinder:before{content:""}.light .bxs-dashboard:before{content:""}.light .bxs-data:before{content:""}.light .bxs-detail:before{content:""}.light .bxs-devices:before{content:""}.light .bxs-diamond:before{content:""}.light .bxs-dice-1:before{content:""}.light .bxs-dice-2:before{content:""}.light .bxs-dice-3:before{content:""}.light .bxs-dice-4:before{content:""}.light .bxs-dice-5:before{content:""}.light .bxs-dice-6:before{content:""}.light .bxs-direction-left:before{content:""}.light .bxs-direction-right:before{content:""}.light .bxs-directions:before{content:""}.light .bxs-disc:before{content:""}.light .bxs-discount:before{content:""}.light .bxs-dish:before{content:""}.light .bxs-dislike:before{content:""}.light .bxs-dizzy:before{content:""}.light .bxs-dock-bottom:before{content:""}.light .bxs-dock-left:before{content:""}.light .bxs-dock-right:before{content:""}.light .bxs-dock-top:before{content:""}.light .bxs-dollar-circle:before{content:""}.light .bxs-donate-blood:before{content:""}.light .bxs-donate-heart:before{content:""}.light .bxs-door-open:before{content:""}.light .bxs-doughnut-chart:before{content:""}.light .bxs-down-arrow:before{content:""}.light .bxs-down-arrow-alt:before{content:""}.light .bxs-down-arrow-circle:before{content:""}.light .bxs-down-arrow-square:before{content:""}.light .bxs-download:before{content:""}.light .bxs-downvote:before{content:""}.light .bxs-drink:before{content:""}.light .bxs-droplet:before{content:""}.light .bxs-droplet-half:before{content:""}.light .bxs-dryer:before{content:""}.light .bxs-duplicate:before{content:""}.light .bxs-edit:before{content:""}.light .bxs-edit-alt:before{content:""}.light .bxs-edit-location:before{content:""}.light .bxs-eject:before{content:""}.light .bxs-envelope:before{content:""}.light .bxs-envelope-open:before{content:""}.light .bxs-eraser:before{content:""}.light .bxs-error:before{content:""}.light .bxs-error-alt:before{content:""}.light .bxs-error-circle:before{content:""}.light .bxs-ev-station:before{content:""}.light .bxs-exit:before{content:""}.light .bxs-extension:before{content:""}.light .bxs-eyedropper:before{content:""}.light .bxs-face:before{content:""}.light .bxs-factory:before{content:""}.light .bxs-fast-forward-circle:before{content:""}.light .bxs-file:before{content:""}.light .bxs-file-archive:before{content:""}.light .bxs-file-blank:before{content:""}.light .bxs-file-css:before{content:""}.light .bxs-file-doc:before{content:""}.light .bxs-file-export:before{content:""}.light .bxs-file-find:before{content:""}.light .bxs-file-gif:before{content:""}.light .bxs-file-html:before{content:""}.light .bxs-file-image:before{content:""}.light .bxs-file-import:before{content:""}.light .bxs-file-jpg:before{content:""}.light .bxs-file-js:before{content:""}.light .bxs-file-json:before{content:""}.light .bxs-file-md:before{content:""}.light .bxs-file-pdf:before{content:""}.light .bxs-file-plus:before{content:""}.light .bxs-file-png:before{content:""}.light .bxs-file-txt:before{content:""}.light .bxs-film:before{content:""}.light .bxs-filter-alt:before{content:""}.light .bxs-first-aid:before{content:""}.light .bxs-flag:before{content:""}.light .bxs-flag-alt:before{content:""}.light .bxs-flag-checkered:before{content:""}.light .bxs-flame:before{content:""}.light .bxs-flask:before{content:""}.light .bxs-florist:before{content:""}.light .bxs-folder:before{content:""}.light .bxs-folder-minus:before{content:""}.light .bxs-folder-open:before{content:""}.light .bxs-folder-plus:before{content:""}.light .bxs-food-menu:before{content:""}.light .bxs-fridge:before{content:""}.light .bxs-game:before{content:""}.light .bxs-gas-pump:before{content:""}.light .bxs-ghost:before{content:""}.light .bxs-gift:before{content:""}.light .bxs-graduation:before{content:""}.light .bxs-grid:before{content:""}.light .bxs-grid-alt:before{content:""}.light .bxs-group:before{content:""}.light .bxs-guitar-amp:before{content:""}.light .bxs-hand-down:before{content:""}.light .bxs-hand-left:before{content:""}.light .bxs-hand-right:before{content:""}.light .bxs-hand-up:before{content:""}.light .bxs-happy:before{content:""}.light .bxs-happy-alt:before{content:""}.light .bxs-happy-beaming:before{content:""}.light .bxs-happy-heart-eyes:before{content:""}.light .bxs-hdd:before{content:""}.light .bxs-heart:before{content:""}.light .bxs-heart-circle:before{content:""}.light .bxs-heart-square:before{content:""}.light .bxs-help-circle:before{content:""}.light .bxs-hide:before{content:""}.light .bxs-home:before{content:""}.light .bxs-home-circle:before{content:""}.light .bxs-home-heart:before{content:""}.light .bxs-home-smile:before{content:""}.light .bxs-hot:before{content:""}.light .bxs-hotel:before{content:""}.light .bxs-hourglass:before{content:""}.light .bxs-hourglass-bottom:before{content:""}.light .bxs-hourglass-top:before{content:""}.light .bxs-id-card:before{content:""}.light .bxs-image:before{content:""}.light .bxs-image-add:before{content:""}.light .bxs-image-alt:before{content:""}.light .bxs-inbox:before{content:""}.light .bxs-info-circle:before{content:""}.light .bxs-info-square:before{content:""}.light .bxs-institution:before{content:""}.light .bxs-joystick:before{content:""}.light .bxs-joystick-alt:before{content:""}.light .bxs-joystick-button:before{content:""}.light .bxs-key:before{content:""}.light .bxs-keyboard:before{content:""}.light .bxs-label:before{content:""}.light .bxs-landmark:before{content:""}.light .bxs-landscape:before{content:""}.light .bxs-laugh:before{content:""}.light .bxs-layer:before{content:""}.light .bxs-layer-minus:before{content:""}.light .bxs-layer-plus:before{content:""}.light .bxs-layout:before{content:""}.light .bxs-left-arrow:before{content:""}.light .bxs-left-arrow-alt:before{content:""}.light .bxs-left-arrow-circle:before{content:""}.light .bxs-left-arrow-square:before{content:""}.light .bxs-left-down-arrow-circle:before{content:""}.light .bxs-left-top-arrow-circle:before{content:""}.light .bxs-like:before{content:""}.light .bxs-location-plus:before{content:""}.light .bxs-lock:before{content:""}.light .bxs-lock-alt:before{content:""}.light .bxs-lock-open:before{content:""}.light .bxs-lock-open-alt:before{content:""}.light .bxs-log-in:before{content:""}.light .bxs-log-in-circle:before{content:""}.light .bxs-log-out:before{content:""}.light .bxs-log-out-circle:before{content:""}.light .bxs-low-vision:before{content:""}.light .bxs-magic-wand:before{content:""}.light .bxs-magnet:before{content:""}.light .bxs-map:before{content:""}.light .bxs-map-alt:before{content:""}.light .bxs-map-pin:before{content:""}.light .bxs-mask:before{content:""}.light .bxs-medal:before{content:""}.light .bxs-megaphone:before{content:""}.light .bxs-meh:before{content:""}.light .bxs-meh-alt:before{content:""}.light .bxs-meh-blank:before{content:""}.light .bxs-memory-card:before{content:""}.light .bxs-message:before{content:""}.light .bxs-message-add:before{content:""}.light .bxs-message-alt:before{content:""}.light .bxs-message-alt-add:before{content:""}.light .bxs-message-alt-check:before{content:""}.light .bxs-message-alt-detail:before{content:""}.light .bxs-message-alt-dots:before{content:""}.light .bxs-message-alt-edit:before{content:""}.light .bxs-message-alt-error:before{content:""}.light .bxs-message-alt-minus:before{content:""}.light .bxs-message-alt-x:before{content:""}.light .bxs-message-check:before{content:""}.light .bxs-message-detail:before{content:""}.light .bxs-message-dots:before{content:""}.light .bxs-message-edit:before{content:""}.light .bxs-message-error:before{content:""}.light .bxs-message-minus:before{content:""}.light .bxs-message-rounded:before{content:""}.light .bxs-message-rounded-add:before{content:""}.light .bxs-message-rounded-check:before{content:""}.light .bxs-message-rounded-detail:before{content:""}.light .bxs-message-rounded-dots:before{content:""}.light .bxs-message-rounded-edit:before{content:""}.light .bxs-message-rounded-error:before{content:""}.light .bxs-message-rounded-minus:before{content:""}.light .bxs-message-rounded-x:before{content:""}.light .bxs-message-square:before{content:""}.light .bxs-message-square-add:before{content:""}.light .bxs-message-square-check:before{content:""}.light .bxs-message-square-detail:before{content:""}.light .bxs-message-square-dots:before{content:""}.light .bxs-message-square-edit:before{content:""}.light .bxs-message-square-error:before{content:""}.light .bxs-message-square-minus:before{content:""}.light .bxs-message-square-x:before{content:""}.light .bxs-message-x:before{content:""}.light .bxs-meteor:before{content:""}.light .bxs-microchip:before{content:""}.light .bxs-microphone:before{content:""}.light .bxs-microphone-alt:before{content:""}.light .bxs-microphone-off:before{content:""}.light .bxs-minus-circle:before{content:""}.light .bxs-minus-square:before{content:""}.light .bxs-mobile:before{content:""}.light .bxs-mobile-vibration:before{content:""}.light .bxs-moon:before{content:""}.light .bxs-mouse:before{content:""}.light .bxs-mouse-alt:before{content:""}.light .bxs-movie:before{content:""}.light .bxs-music:before{content:""}.light .bxs-navigation:before{content:""}.light .bxs-network-chart:before{content:""}.light .bxs-news:before{content:""}.light .bxs-no-entry:before{content:""}.light .bxs-note:before{content:""}.light .bxs-notepad:before{content:""}.light .bxs-notification:before{content:""}.light .bxs-notification-off:before{content:""}.light .bxs-offer:before{content:""}.light .bxs-package:before{content:""}.light .bxs-paint:before{content:""}.light .bxs-paint-roll:before{content:""}.light .bxs-palette:before{content:""}.light .bxs-paper-plane:before{content:""}.light .bxs-parking:before{content:""}.light .bxs-paste:before{content:""}.light .bxs-pen:before{content:""}.light .bxs-pencil:before{content:""}.light .bxs-phone:before{content:""}.light .bxs-phone-call:before{content:""}.light .bxs-phone-incoming:before{content:""}.light .bxs-phone-outgoing:before{content:""}.light .bxs-photo-album:before{content:""}.light .bxs-piano:before{content:""}.light .bxs-pie-chart:before{content:""}.light .bxs-pie-chart-alt:before{content:""}.light .bxs-pie-chart-alt-2:before{content:""}.light .bxs-pin:before{content:""}.light .bxs-pizza:before{content:""}.light .bxs-plane:before{content:""}.light .bxs-plane-alt:before{content:""}.light .bxs-plane-land:before{content:""}.light .bxs-planet:before{content:""}.light .bxs-plane-take-off:before{content:""}.light .bxs-playlist:before{content:""}.light .bxs-plug:before{content:""}.light .bxs-plus-circle:before{content:""}.light .bxs-plus-square:before{content:""}.light .bxs-pointer:before{content:""}.light .bxs-polygon:before{content:""}.light .bxs-printer:before{content:""}.light .bxs-purchase-tag:before{content:""}.light .bxs-purchase-tag-alt:before{content:""}.light .bxs-pyramid:before{content:""}.light .bxs-quote-alt-left:before{content:""}.light .bxs-quote-alt-right:before{content:""}.light .bxs-quote-left:before{content:""}.light .bxs-quote-right:before{content:""}.light .bxs-quote-single-left:before{content:""}.light .bxs-quote-single-right:before{content:""}.light .bxs-radiation:before{content:""}.light .bxs-radio:before{content:""}.light .bxs-receipt:before{content:""}.light .bxs-rectangle:before{content:""}.light .bxs-rename:before{content:""}.light .bxs-report:before{content:""}.light .bxs-rewind-circle:before{content:""}.light .bxs-right-arrow:before{content:""}.light .bxs-right-arrow-alt:before{content:""}.light .bxs-right-arrow-circle:before{content:""}.light .bxs-right-arrow-square:before{content:""}.light .bxs-right-down-arrow-circle:before{content:""}.light .bxs-right-top-arrow-circle:before{content:""}.light .bxs-rocket:before{content:""}.light .bxs-ruler:before{content:""}.light .bxs-sad:before{content:""}.light .bxs-save:before{content:""}.light .bxs-school:before{content:""}.light .bxs-search:before{content:""}.light .bxs-search-alt-2:before{content:""}.light .bxs-select-multiple:before{content:""}.light .bxs-send:before{content:""}.light .bxs-server:before{content:""}.light .bxs-shapes:before{content:""}.light .bxs-share:before{content:""}.light .bxs-share-alt:before{content:""}.light .bxs-shield:before{content:""}.light .bxs-shield-alt-2:before{content:""}.light .bxs-shield-x:before{content:""}.light .bxs-ship:before{content:""}.light .bxs-shocked:before{content:""}.light .bxs-shopping-bag:before{content:""}.light .bxs-shopping-bag-alt:before{content:""}.light .bxs-shopping-bags:before{content:""}.light .bxs-show:before{content:""}.light .bxs-skip-next-circle:before{content:""}.light .bxs-skip-previous-circle:before{content:""}.light .bxs-skull:before{content:""}.light .bxs-sleepy:before{content:""}.light .bxs-slideshow:before{content:""}.light .bxs-smile:before{content:""}.light .bxs-sort-alt:before{content:""}.light .bxs-spa:before{content:""}.light .bxs-spray-can:before{content:""}.light .bxs-spreadsheet:before{content:""}.light .bxs-square:before{content:""}.light .bxs-square-rounded:before{content:""}.light .bxs-star:before{content:""}.light .bxs-star-half:before{content:""}.light .bxs-sticker:before{content:""}.light .bxs-stopwatch:before{content:""}.light .bxs-store:before{content:""}.light .bxs-store-alt:before{content:""}.light .bxs-sun:before{content:""}.light .bxs-tachometer:before{content:""}.light .bxs-tag:before{content:""}.light .bxs-tag-x:before{content:""}.light .bxs-taxi:before{content:""}.light .bxs-tennis-ball:before{content:""}.light .bxs-terminal:before{content:""}.light .bxs-thermometer:before{content:""}.light .bxs-time:before{content:""}.light .bxs-time-five:before{content:""}.light .bxs-timer:before{content:""}.light .bxs-tired:before{content:""}.light .bxs-toggle-left:before{content:""}.light .bxs-toggle-right:before{content:""}.light .bxs-tone:before{content:""}.light .bxs-torch:before{content:""}.light .bxs-to-top:before{content:""}.light .bxs-traffic:before{content:""}.light .bxs-traffic-barrier:before{content:""}.light .bxs-traffic-cone:before{content:""}.light .bxs-train:before{content:""}.light .bxs-trash:before{content:""}.light .bxs-trash-alt:before{content:""}.light .bxs-tree:before{content:""}.light .bxs-trophy:before{content:""}.light .bxs-truck:before{content:""}.light .bxs-t-shirt:before{content:""}.light .bxs-up-arrow:before{content:""}.light .bxs-up-arrow-alt:before{content:""}.light .bxs-up-arrow-circle:before{content:""}.light .bxs-up-arrow-square:before{content:""}.light .bxs-upside-down:before{content:""}.light .bxs-upvote:before{content:""}.light .bxs-user:before{content:""}.light .bxs-user-badge:before{content:""}.light .bxs-user-check:before{content:""}.light .bxs-user-circle:before{content:""}.light .bxs-user-detail:before{content:""}.light .bxs-user-minus:before{content:""}.light .bxs-user-pin:before{content:""}.light .bxs-user-plus:before{content:""}.light .bxs-user-rectangle:before{content:""}.light .bxs-user-voice:before{content:""}.light .bxs-user-x:before{content:""}.light .bxs-vector:before{content:""}.light .bxs-vial:before{content:""}.light .bxs-video:before{content:""}.light .bxs-video-off:before{content:""}.light .bxs-video-plus:before{content:""}.light .bxs-video-recording:before{content:""}.light .bxs-videos:before{content:""}.light .bxs-volume:before{content:""}.light .bxs-volume-full:before{content:""}.light .bxs-volume-low:before{content:""}.light .bxs-volume-mute:before{content:""}.light .bxs-wallet:before{content:""}.light .bxs-wallet-alt:before{content:""}.light .bxs-washer:before{content:""}.light .bxs-watch:before{content:""}.light .bxs-watch-alt:before{content:""}.light .bxs-webcam:before{content:""}.light .bxs-widget:before{content:""}.light .bxs-window-alt:before{content:""}.light .bxs-wine:before{content:""}.light .bxs-wink-smile:before{content:""}.light .bxs-wink-tongue:before{content:""}.light .bxs-wrench:before{content:""}.light .bxs-x-circle:before{content:""}.light .bxs-x-square:before{content:""}.light .bxs-yin-yang:before{content:""}.light .bxs-zap:before{content:""}.light .bxs-zoom-in:before{content:""}.light .bxs-zoom-out:before{content:""}.light .fa,.light .fab,.light .fad,.light .fal,.light .far,.light .fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-feature-settings:normal;font-variant:normal;text-rendering:auto;line-height:1}.light .fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.light .fa-xs{font-size:.75em}.light .fa-sm{font-size:.875em}.light .fa-1x{font-size:1em}.light .fa-2x{font-size:2em}.light .fa-3x{font-size:3em}.light .fa-4x{font-size:4em}.light .fa-5x{font-size:5em}.light .fa-6x{font-size:6em}.light .fa-7x{font-size:7em}.light .fa-8x{font-size:8em}.light .fa-9x{font-size:9em}.light .fa-10x{font-size:10em}.light .fa-fw{text-align:center;width:1.25em}.light .fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.light .fa-ul>li{position:relative}.light .fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.light .fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.light .fa-pull-left{float:left}.light .fa-pull-right{float:right}.light .fa.fa-pull-left,.light .fab.fa-pull-left,.light .fal.fa-pull-left,.light .far.fa-pull-left,.light .fas.fa-pull-left{margin-right:.3em}.light .fa.fa-pull-right,.light .fab.fa-pull-right,.light .fal.fa-pull-right,.light .far.fa-pull-right,.light .fas.fa-pull-right{margin-left:.3em}.light .fa-spin{animation:fa-spin 2s linear infinite}.light .fa-pulse{animation:fa-spin 1s steps(8) infinite}.light .fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.light .fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.light .fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.light .fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.light .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}.light .fa-flip-both,.light .fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1)}.light :root .fa-flip-both,.light :root .fa-flip-horizontal,.light :root .fa-flip-vertical,.light :root .fa-rotate-90,.light :root .fa-rotate-180,.light :root .fa-rotate-270{filter:none}.light .fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.light .fa-stack-1x,.light .fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.light .fa-stack-1x{line-height:inherit}.light .fa-stack-2x{font-size:2em}.light .fa-inverse{color:#fff}.light .fa-500px:before{content:""}.light .fa-accessible-icon:before{content:""}.light .fa-accusoft:before{content:""}.light .fa-acquisitions-incorporated:before{content:""}.light .fa-ad:before{content:""}.light .fa-address-book:before{content:""}.light .fa-address-card:before{content:""}.light .fa-adjust:before{content:""}.light .fa-adn:before{content:""}.light .fa-adobe:before{content:""}.light .fa-adversal:before{content:""}.light .fa-affiliatetheme:before{content:""}.light .fa-air-freshener:before{content:""}.light .fa-airbnb:before{content:""}.light .fa-algolia:before{content:""}.light .fa-align-center:before{content:""}.light .fa-align-justify:before{content:""}.light .fa-align-left:before{content:""}.light .fa-align-right:before{content:""}.light .fa-alipay:before{content:""}.light .fa-allergies:before{content:""}.light .fa-amazon:before{content:""}.light .fa-amazon-pay:before{content:""}.light .fa-ambulance:before{content:""}.light .fa-american-sign-language-interpreting:before{content:""}.light .fa-amilia:before{content:""}.light .fa-anchor:before{content:""}.light .fa-android:before{content:""}.light .fa-angellist:before{content:""}.light .fa-angle-double-down:before{content:""}.light .fa-angle-double-left:before{content:""}.light .fa-angle-double-right:before{content:""}.light .fa-angle-double-up:before{content:""}.light .fa-angle-down:before{content:""}.light .fa-angle-left:before{content:""}.light .fa-angle-right:before{content:""}.light .fa-angle-up:before{content:""}.light .fa-angry:before{content:""}.light .fa-angrycreative:before{content:""}.light .fa-angular:before{content:""}.light .fa-ankh:before{content:""}.light .fa-app-store:before{content:""}.light .fa-app-store-ios:before{content:""}.light .fa-apper:before{content:""}.light .fa-apple:before{content:""}.light .fa-apple-alt:before{content:""}.light .fa-apple-pay:before{content:""}.light .fa-archive:before{content:""}.light .fa-archway:before{content:""}.light .fa-arrow-alt-circle-down:before{content:""}.light .fa-arrow-alt-circle-left:before{content:""}.light .fa-arrow-alt-circle-right:before{content:""}.light .fa-arrow-alt-circle-up:before{content:""}.light .fa-arrow-circle-down:before{content:""}.light .fa-arrow-circle-left:before{content:""}.light .fa-arrow-circle-right:before{content:""}.light .fa-arrow-circle-up:before{content:""}.light .fa-arrow-down:before{content:""}.light .fa-arrow-left:before{content:""}.light .fa-arrow-right:before{content:""}.light .fa-arrow-up:before{content:""}.light .fa-arrows-alt:before{content:""}.light .fa-arrows-alt-h:before{content:""}.light .fa-arrows-alt-v:before{content:""}.light .fa-artstation:before{content:""}.light .fa-assistive-listening-systems:before{content:""}.light .fa-asterisk:before{content:""}.light .fa-asymmetrik:before{content:""}.light .fa-at:before{content:""}.light .fa-atlas:before{content:""}.light .fa-atlassian:before{content:""}.light .fa-atom:before{content:""}.light .fa-audible:before{content:""}.light .fa-audio-description:before{content:""}.light .fa-autoprefixer:before{content:""}.light .fa-avianex:before{content:""}.light .fa-aviato:before{content:""}.light .fa-award:before{content:""}.light .fa-aws:before{content:""}.light .fa-baby:before{content:""}.light .fa-baby-carriage:before{content:""}.light .fa-backspace:before{content:""}.light .fa-backward:before{content:""}.light .fa-bacon:before{content:""}.light .fa-bahai:before{content:""}.light .fa-balance-scale:before{content:""}.light .fa-balance-scale-left:before{content:""}.light .fa-balance-scale-right:before{content:""}.light .fa-ban:before{content:""}.light .fa-band-aid:before{content:""}.light .fa-bandcamp:before{content:""}.light .fa-barcode:before{content:""}.light .fa-bars:before{content:""}.light .fa-baseball-ball:before{content:""}.light .fa-basketball-ball:before{content:""}.light .fa-bath:before{content:""}.light .fa-battery-empty:before{content:""}.light .fa-battery-full:before{content:""}.light .fa-battery-half:before{content:""}.light .fa-battery-quarter:before{content:""}.light .fa-battery-three-quarters:before{content:""}.light .fa-battle-net:before{content:""}.light .fa-bed:before{content:""}.light .fa-beer:before{content:""}.light .fa-behance:before{content:""}.light .fa-behance-square:before{content:""}.light .fa-bell:before{content:""}.light .fa-bell-slash:before{content:""}.light .fa-bezier-curve:before{content:""}.light .fa-bible:before{content:""}.light .fa-bicycle:before{content:""}.light .fa-biking:before{content:""}.light .fa-bimobject:before{content:""}.light .fa-binoculars:before{content:""}.light .fa-biohazard:before{content:""}.light .fa-birthday-cake:before{content:""}.light .fa-bitbucket:before{content:""}.light .fa-bitcoin:before{content:""}.light .fa-bity:before{content:""}.light .fa-black-tie:before{content:""}.light .fa-blackberry:before{content:""}.light .fa-blender:before{content:""}.light .fa-blender-phone:before{content:""}.light .fa-blind:before{content:""}.light .fa-blog:before{content:""}.light .fa-blogger:before{content:""}.light .fa-blogger-b:before{content:""}.light .fa-bluetooth:before{content:""}.light .fa-bluetooth-b:before{content:""}.light .fa-bold:before{content:""}.light .fa-bolt:before{content:""}.light .fa-bomb:before{content:""}.light .fa-bone:before{content:""}.light .fa-bong:before{content:""}.light .fa-book:before{content:""}.light .fa-book-dead:before{content:""}.light .fa-book-medical:before{content:""}.light .fa-book-open:before{content:""}.light .fa-book-reader:before{content:""}.light .fa-bookmark:before{content:""}.light .fa-bootstrap:before{content:""}.light .fa-border-all:before{content:""}.light .fa-border-none:before{content:""}.light .fa-border-style:before{content:""}.light .fa-bowling-ball:before{content:""}.light .fa-box:before{content:""}.light .fa-box-open:before{content:""}.light .fa-box-tissue:before{content:"拏"}.light .fa-boxes:before{content:""}.light .fa-braille:before{content:""}.light .fa-brain:before{content:""}.light .fa-bread-slice:before{content:""}.light .fa-briefcase:before{content:""}.light .fa-briefcase-medical:before{content:""}.light .fa-broadcast-tower:before{content:""}.light .fa-broom:before{content:""}.light .fa-brush:before{content:""}.light .fa-btc:before{content:""}.light .fa-buffer:before{content:""}.light .fa-bug:before{content:""}.light .fa-building:before{content:""}.light .fa-bullhorn:before{content:""}.light .fa-bullseye:before{content:""}.light .fa-burn:before{content:""}.light .fa-buromobelexperte:before{content:""}.light .fa-bus:before{content:""}.light .fa-bus-alt:before{content:""}.light .fa-business-time:before{content:""}.light .fa-buy-n-large:before{content:""}.light .fa-buysellads:before{content:""}.light .fa-calculator:before{content:""}.light .fa-calendar:before{content:""}.light .fa-calendar-alt:before{content:""}.light .fa-calendar-check:before{content:""}.light .fa-calendar-day:before{content:""}.light .fa-calendar-minus:before{content:""}.light .fa-calendar-plus:before{content:""}.light .fa-calendar-times:before{content:""}.light .fa-calendar-week:before{content:""}.light .fa-camera:before{content:""}.light .fa-camera-retro:before{content:""}.light .fa-campground:before{content:""}.light .fa-canadian-maple-leaf:before{content:""}.light .fa-candy-cane:before{content:""}.light .fa-cannabis:before{content:""}.light .fa-capsules:before{content:""}.light .fa-car:before{content:""}.light .fa-car-alt:before{content:""}.light .fa-car-battery:before{content:""}.light .fa-car-crash:before{content:""}.light .fa-car-side:before{content:""}.light .fa-caravan:before{content:""}.light .fa-caret-down:before{content:""}.light .fa-caret-left:before{content:""}.light .fa-caret-right:before{content:""}.light .fa-caret-square-down:before{content:""}.light .fa-caret-square-left:before{content:""}.light .fa-caret-square-right:before{content:""}.light .fa-caret-square-up:before{content:""}.light .fa-caret-up:before{content:""}.light .fa-carrot:before{content:""}.light .fa-cart-arrow-down:before{content:""}.light .fa-cart-plus:before{content:""}.light .fa-cash-register:before{content:""}.light .fa-cat:before{content:""}.light .fa-cc-amazon-pay:before{content:""}.light .fa-cc-amex:before{content:""}.light .fa-cc-apple-pay:before{content:""}.light .fa-cc-diners-club:before{content:""}.light .fa-cc-discover:before{content:""}.light .fa-cc-jcb:before{content:""}.light .fa-cc-mastercard:before{content:""}.light .fa-cc-paypal:before{content:""}.light .fa-cc-stripe:before{content:""}.light .fa-cc-visa:before{content:""}.light .fa-centercode:before{content:""}.light .fa-centos:before{content:""}.light .fa-certificate:before{content:""}.light .fa-chair:before{content:""}.light .fa-chalkboard:before{content:""}.light .fa-chalkboard-teacher:before{content:""}.light .fa-charging-station:before{content:""}.light .fa-chart-area:before{content:""}.light .fa-chart-bar:before{content:""}.light .fa-chart-line:before{content:""}.light .fa-chart-pie:before{content:""}.light .fa-check:before{content:""}.light .fa-check-circle:before{content:""}.light .fa-check-double:before{content:""}.light .fa-check-square:before{content:""}.light .fa-cheese:before{content:""}.light .fa-chess:before{content:""}.light .fa-chess-bishop:before{content:""}.light .fa-chess-board:before{content:""}.light .fa-chess-king:before{content:""}.light .fa-chess-knight:before{content:""}.light .fa-chess-pawn:before{content:""}.light .fa-chess-queen:before{content:""}.light .fa-chess-rook:before{content:""}.light .fa-chevron-circle-down:before{content:""}.light .fa-chevron-circle-left:before{content:""}.light .fa-chevron-circle-right:before{content:""}.light .fa-chevron-circle-up:before{content:""}.light .fa-chevron-down:before{content:""}.light .fa-chevron-left:before{content:""}.light .fa-chevron-right:before{content:""}.light .fa-chevron-up:before{content:""}.light .fa-child:before{content:""}.light .fa-chrome:before{content:""}.light .fa-chromecast:before{content:""}.light .fa-church:before{content:""}.light .fa-circle:before{content:""}.light .fa-circle-notch:before{content:""}.light .fa-city:before{content:""}.light .fa-clinic-medical:before{content:""}.light .fa-clipboard:before{content:""}.light .fa-clipboard-check:before{content:""}.light .fa-clipboard-list:before{content:""}.light .fa-clock:before{content:""}.light .fa-clone:before{content:""}.light .fa-closed-captioning:before{content:""}.light .fa-cloud:before{content:""}.light .fa-cloud-download-alt:before{content:""}.light .fa-cloud-meatball:before{content:""}.light .fa-cloud-moon:before{content:""}.light .fa-cloud-moon-rain:before{content:""}.light .fa-cloud-rain:before{content:""}.light .fa-cloud-showers-heavy:before{content:""}.light .fa-cloud-sun:before{content:""}.light .fa-cloud-sun-rain:before{content:""}.light .fa-cloud-upload-alt:before{content:""}.light .fa-cloudscale:before{content:""}.light .fa-cloudsmith:before{content:""}.light .fa-cloudversify:before{content:""}.light .fa-cocktail:before{content:""}.light .fa-code:before{content:""}.light .fa-code-branch:before{content:""}.light .fa-codepen:before{content:""}.light .fa-codiepie:before{content:""}.light .fa-coffee:before{content:""}.light .fa-cog:before{content:""}.light .fa-cogs:before{content:""}.light .fa-coins:before{content:""}.light .fa-columns:before{content:""}.light .fa-comment:before{content:""}.light .fa-comment-alt:before{content:""}.light .fa-comment-dollar:before{content:""}.light .fa-comment-dots:before{content:""}.light .fa-comment-medical:before{content:""}.light .fa-comment-slash:before{content:""}.light .fa-comments:before{content:""}.light .fa-comments-dollar:before{content:""}.light .fa-compact-disc:before{content:""}.light .fa-compass:before{content:""}.light .fa-compress:before{content:""}.light .fa-compress-alt:before{content:""}.light .fa-compress-arrows-alt:before{content:""}.light .fa-concierge-bell:before{content:""}.light .fa-confluence:before{content:""}.light .fa-connectdevelop:before{content:""}.light .fa-contao:before{content:""}.light .fa-cookie:before{content:""}.light .fa-cookie-bite:before{content:""}.light .fa-copy:before{content:""}.light .fa-copyright:before{content:""}.light .fa-cotton-bureau:before{content:""}.light .fa-couch:before{content:""}.light .fa-cpanel:before{content:""}.light .fa-creative-commons:before{content:""}.light .fa-creative-commons-by:before{content:""}.light .fa-creative-commons-nc:before{content:""}.light .fa-creative-commons-nc-eu:before{content:""}.light .fa-creative-commons-nc-jp:before{content:""}.light .fa-creative-commons-nd:before{content:""}.light .fa-creative-commons-pd:before{content:""}.light .fa-creative-commons-pd-alt:before{content:""}.light .fa-creative-commons-remix:before{content:""}.light .fa-creative-commons-sa:before{content:""}.light .fa-creative-commons-sampling:before{content:""}.light .fa-creative-commons-sampling-plus:before{content:""}.light .fa-creative-commons-share:before{content:""}.light .fa-creative-commons-zero:before{content:""}.light .fa-credit-card:before{content:""}.light .fa-critical-role:before{content:""}.light .fa-crop:before{content:""}.light .fa-crop-alt:before{content:""}.light .fa-cross:before{content:""}.light .fa-crosshairs:before{content:""}.light .fa-crow:before{content:""}.light .fa-crown:before{content:""}.light .fa-crutch:before{content:""}.light .fa-css3:before{content:""}.light .fa-css3-alt:before{content:""}.light .fa-cube:before{content:""}.light .fa-cubes:before{content:""}.light .fa-cut:before{content:""}.light .fa-cuttlefish:before{content:""}.light .fa-d-and-d:before{content:""}.light .fa-d-and-d-beyond:before{content:""}.light .fa-dailymotion:before{content:"勒"}.light .fa-dashcube:before{content:""}.light .fa-database:before{content:""}.light .fa-deaf:before{content:""}.light .fa-delicious:before{content:""}.light .fa-democrat:before{content:""}.light .fa-deploydog:before{content:""}.light .fa-deskpro:before{content:""}.light .fa-desktop:before{content:""}.light .fa-dev:before{content:""}.light .fa-deviantart:before{content:""}.light .fa-dharmachakra:before{content:""}.light .fa-dhl:before{content:""}.light .fa-diagnoses:before{content:""}.light .fa-diaspora:before{content:""}.light .fa-dice:before{content:""}.light .fa-dice-d20:before{content:""}.light .fa-dice-d6:before{content:""}.light .fa-dice-five:before{content:""}.light .fa-dice-four:before{content:""}.light .fa-dice-one:before{content:""}.light .fa-dice-six:before{content:""}.light .fa-dice-three:before{content:""}.light .fa-dice-two:before{content:""}.light .fa-digg:before{content:""}.light .fa-digital-ocean:before{content:""}.light .fa-digital-tachograph:before{content:""}.light .fa-directions:before{content:""}.light .fa-discord:before{content:""}.light .fa-discourse:before{content:""}.light .fa-disease:before{content:""}.light .fa-divide:before{content:""}.light .fa-dizzy:before{content:""}.light .fa-dna:before{content:""}.light .fa-dochub:before{content:""}.light .fa-docker:before{content:""}.light .fa-dog:before{content:""}.light .fa-dollar-sign:before{content:""}.light .fa-dolly:before{content:""}.light .fa-dolly-flatbed:before{content:""}.light .fa-donate:before{content:""}.light .fa-door-closed:before{content:""}.light .fa-door-open:before{content:""}.light .fa-dot-circle:before{content:""}.light .fa-dove:before{content:""}.light .fa-download:before{content:""}.light .fa-draft2digital:before{content:""}.light .fa-drafting-compass:before{content:""}.light .fa-dragon:before{content:""}.light .fa-draw-polygon:before{content:""}.light .fa-dribbble:before{content:""}.light .fa-dribbble-square:before{content:""}.light .fa-dropbox:before{content:""}.light .fa-drum:before{content:""}.light .fa-drum-steelpan:before{content:""}.light .fa-drumstick-bite:before{content:""}.light .fa-drupal:before{content:""}.light .fa-dumbbell:before{content:""}.light .fa-dumpster:before{content:""}.light .fa-dumpster-fire:before{content:""}.light .fa-dungeon:before{content:""}.light .fa-dyalog:before{content:""}.light .fa-earlybirds:before{content:""}.light .fa-ebay:before{content:""}.light .fa-edge:before{content:""}.light .fa-edit:before{content:""}.light .fa-egg:before{content:""}.light .fa-eject:before{content:""}.light .fa-elementor:before{content:""}.light .fa-ellipsis-h:before{content:""}.light .fa-ellipsis-v:before{content:""}.light .fa-ello:before{content:""}.light .fa-ember:before{content:""}.light .fa-empire:before{content:""}.light .fa-envelope:before{content:""}.light .fa-envelope-open:before{content:""}.light .fa-envelope-open-text:before{content:""}.light .fa-envelope-square:before{content:""}.light .fa-envira:before{content:""}.light .fa-equals:before{content:""}.light .fa-eraser:before{content:""}.light .fa-erlang:before{content:""}.light .fa-ethereum:before{content:""}.light .fa-ethernet:before{content:""}.light .fa-etsy:before{content:""}.light .fa-euro-sign:before{content:""}.light .fa-evernote:before{content:""}.light .fa-exchange-alt:before{content:""}.light .fa-exclamation:before{content:""}.light .fa-exclamation-circle:before{content:""}.light .fa-exclamation-triangle:before{content:""}.light .fa-expand:before{content:""}.light .fa-expand-alt:before{content:""}.light .fa-expand-arrows-alt:before{content:""}.light .fa-expeditedssl:before{content:""}.light .fa-external-link-alt:before{content:""}.light .fa-external-link-square-alt:before{content:""}.light .fa-eye:before{content:""}.light .fa-eye-dropper:before{content:""}.light .fa-eye-slash:before{content:""}.light .fa-facebook:before{content:""}.light .fa-facebook-f:before{content:""}.light .fa-facebook-messenger:before{content:""}.light .fa-facebook-square:before{content:""}.light .fa-fan:before{content:""}.light .fa-fantasy-flight-games:before{content:""}.light .fa-fast-backward:before{content:""}.light .fa-fast-forward:before{content:""}.light .fa-faucet:before{content:"串"}.light .fa-fax:before{content:""}.light .fa-feather:before{content:""}.light .fa-feather-alt:before{content:""}.light .fa-fedex:before{content:""}.light .fa-fedora:before{content:""}.light .fa-female:before{content:""}.light .fa-fighter-jet:before{content:""}.light .fa-figma:before{content:""}.light .fa-file:before{content:""}.light .fa-file-alt:before{content:""}.light .fa-file-archive:before{content:""}.light .fa-file-audio:before{content:""}.light .fa-file-code:before{content:""}.light .fa-file-contract:before{content:""}.light .fa-file-csv:before{content:""}.light .fa-file-download:before{content:""}.light .fa-file-excel:before{content:""}.light .fa-file-export:before{content:""}.light .fa-file-image:before{content:""}.light .fa-file-import:before{content:""}.light .fa-file-invoice:before{content:""}.light .fa-file-invoice-dollar:before{content:""}.light .fa-file-medical:before{content:""}.light .fa-file-medical-alt:before{content:""}.light .fa-file-pdf:before{content:""}.light .fa-file-powerpoint:before{content:""}.light .fa-file-prescription:before{content:""}.light .fa-file-signature:before{content:""}.light .fa-file-upload:before{content:""}.light .fa-file-video:before{content:""}.light .fa-file-word:before{content:""}.light .fa-fill:before{content:""}.light .fa-fill-drip:before{content:""}.light .fa-film:before{content:""}.light .fa-filter:before{content:""}.light .fa-fingerprint:before{content:""}.light .fa-fire:before{content:""}.light .fa-fire-alt:before{content:""}.light .fa-fire-extinguisher:before{content:""}.light .fa-firefox:before{content:""}.light .fa-firefox-browser:before{content:"龜"}.light .fa-first-aid:before{content:""}.light .fa-first-order:before{content:""}.light .fa-first-order-alt:before{content:""}.light .fa-firstdraft:before{content:""}.light .fa-fish:before{content:""}.light .fa-fist-raised:before{content:""}.light .fa-flag:before{content:""}.light .fa-flag-checkered:before{content:""}.light .fa-flag-usa:before{content:""}.light .fa-flask:before{content:""}.light .fa-flickr:before{content:""}.light .fa-flipboard:before{content:""}.light .fa-flushed:before{content:""}.light .fa-fly:before{content:""}.light .fa-folder:before{content:""}.light .fa-folder-minus:before{content:""}.light .fa-folder-open:before{content:""}.light .fa-folder-plus:before{content:""}.light .fa-font:before{content:""}.light .fa-font-awesome:before{content:""}.light .fa-font-awesome-alt:before{content:""}.light .fa-font-awesome-flag:before{content:""}.light .fa-font-awesome-logo-full:before{content:""}.light .fa-fonticons:before{content:""}.light .fa-fonticons-fi:before{content:""}.light .fa-football-ball:before{content:""}.light .fa-fort-awesome:before{content:""}.light .fa-fort-awesome-alt:before{content:""}.light .fa-forumbee:before{content:""}.light .fa-forward:before{content:""}.light .fa-foursquare:before{content:""}.light .fa-free-code-camp:before{content:""}.light .fa-freebsd:before{content:""}.light .fa-frog:before{content:""}.light .fa-frown:before{content:""}.light .fa-frown-open:before{content:""}.light .fa-fulcrum:before{content:""}.light .fa-funnel-dollar:before{content:""}.light .fa-futbol:before{content:""}.light .fa-galactic-republic:before{content:""}.light .fa-galactic-senate:before{content:""}.light .fa-gamepad:before{content:""}.light .fa-gas-pump:before{content:""}.light .fa-gavel:before{content:""}.light .fa-gem:before{content:""}.light .fa-genderless:before{content:""}.light .fa-get-pocket:before{content:""}.light .fa-gg:before{content:""}.light .fa-gg-circle:before{content:""}.light .fa-ghost:before{content:""}.light .fa-gift:before{content:""}.light .fa-gifts:before{content:""}.light .fa-git:before{content:""}.light .fa-git-alt:before{content:""}.light .fa-git-square:before{content:""}.light .fa-github:before{content:""}.light .fa-github-alt:before{content:""}.light .fa-github-square:before{content:""}.light .fa-gitkraken:before{content:""}.light .fa-gitlab:before{content:""}.light .fa-gitter:before{content:""}.light .fa-glass-cheers:before{content:""}.light .fa-glass-martini:before{content:""}.light .fa-glass-martini-alt:before{content:""}.light .fa-glass-whiskey:before{content:""}.light .fa-glasses:before{content:""}.light .fa-glide:before{content:""}.light .fa-glide-g:before{content:""}.light .fa-globe:before{content:""}.light .fa-globe-africa:before{content:""}.light .fa-globe-americas:before{content:""}.light .fa-globe-asia:before{content:""}.light .fa-globe-europe:before{content:""}.light .fa-gofore:before{content:""}.light .fa-golf-ball:before{content:""}.light .fa-goodreads:before{content:""}.light .fa-goodreads-g:before{content:""}.light .fa-google:before{content:""}.light .fa-google-drive:before{content:""}.light .fa-google-play:before{content:""}.light .fa-google-plus:before{content:""}.light .fa-google-plus-g:before{content:""}.light .fa-google-plus-square:before{content:""}.light .fa-google-wallet:before{content:""}.light .fa-gopuram:before{content:""}.light .fa-graduation-cap:before{content:""}.light .fa-gratipay:before{content:""}.light .fa-grav:before{content:""}.light .fa-greater-than:before{content:""}.light .fa-greater-than-equal:before{content:""}.light .fa-grimace:before{content:""}.light .fa-grin:before{content:""}.light .fa-grin-alt:before{content:""}.light .fa-grin-beam:before{content:""}.light .fa-grin-beam-sweat:before{content:""}.light .fa-grin-hearts:before{content:""}.light .fa-grin-squint:before{content:""}.light .fa-grin-squint-tears:before{content:""}.light .fa-grin-stars:before{content:""}.light .fa-grin-tears:before{content:""}.light .fa-grin-tongue:before{content:""}.light .fa-grin-tongue-squint:before{content:""}.light .fa-grin-tongue-wink:before{content:""}.light .fa-grin-wink:before{content:""}.light .fa-grip-horizontal:before{content:""}.light .fa-grip-lines:before{content:""}.light .fa-grip-lines-vertical:before{content:""}.light .fa-grip-vertical:before{content:""}.light .fa-gripfire:before{content:""}.light .fa-grunt:before{content:""}.light .fa-guitar:before{content:""}.light .fa-gulp:before{content:""}.light .fa-h-square:before{content:""}.light .fa-hacker-news:before{content:""}.light .fa-hacker-news-square:before{content:""}.light .fa-hackerrank:before{content:""}.light .fa-hamburger:before{content:""}.light .fa-hammer:before{content:""}.light .fa-hamsa:before{content:""}.light .fa-hand-holding:before{content:""}.light .fa-hand-holding-heart:before{content:""}.light .fa-hand-holding-medical:before{content:"樂"}.light .fa-hand-holding-usd:before{content:""}.light .fa-hand-holding-water:before{content:""}.light .fa-hand-lizard:before{content:""}.light .fa-hand-middle-finger:before{content:""}.light .fa-hand-paper:before{content:""}.light .fa-hand-peace:before{content:""}.light .fa-hand-point-down:before{content:""}.light .fa-hand-point-left:before{content:""}.light .fa-hand-point-right:before{content:""}.light .fa-hand-point-up:before{content:""}.light .fa-hand-pointer:before{content:""}.light .fa-hand-rock:before{content:""}.light .fa-hand-scissors:before{content:""}.light .fa-hand-sparkles:before{content:"諾"}.light .fa-hand-spock:before{content:""}.light .fa-hands:before{content:""}.light .fa-hands-helping:before{content:""}.light .fa-hands-wash:before{content:"丹"}.light .fa-handshake:before{content:""}.light .fa-handshake-alt-slash:before{content:"寧"}.light .fa-handshake-slash:before{content:"怒"}.light .fa-hanukiah:before{content:""}.light .fa-hard-hat:before{content:""}.light .fa-hashtag:before{content:""}.light .fa-hat-cowboy:before{content:""}.light .fa-hat-cowboy-side:before{content:""}.light .fa-hat-wizard:before{content:""}.light .fa-hdd:before{content:""}.light .fa-head-side-cough:before{content:"率"}.light .fa-head-side-cough-slash:before{content:"異"}.light .fa-head-side-mask:before{content:"北"}.light .fa-head-side-virus:before{content:"磻"}.light .fa-heading:before{content:""}.light .fa-headphones:before{content:""}.light .fa-headphones-alt:before{content:""}.light .fa-headset:before{content:""}.light .fa-heart:before{content:""}.light .fa-heart-broken:before{content:""}.light .fa-heartbeat:before{content:""}.light .fa-helicopter:before{content:""}.light .fa-highlighter:before{content:""}.light .fa-hiking:before{content:""}.light .fa-hippo:before{content:""}.light .fa-hips:before{content:""}.light .fa-hire-a-helper:before{content:""}.light .fa-history:before{content:""}.light .fa-hockey-puck:before{content:""}.light .fa-holly-berry:before{content:""}.light .fa-home:before{content:""}.light .fa-hooli:before{content:""}.light .fa-hornbill:before{content:""}.light .fa-horse:before{content:""}.light .fa-horse-head:before{content:""}.light .fa-hospital:before{content:""}.light .fa-hospital-alt:before{content:""}.light .fa-hospital-symbol:before{content:""}.light .fa-hospital-user:before{content:""}.light .fa-hot-tub:before{content:""}.light .fa-hotdog:before{content:""}.light .fa-hotel:before{content:""}.light .fa-hotjar:before{content:""}.light .fa-hourglass:before{content:""}.light .fa-hourglass-end:before{content:""}.light .fa-hourglass-half:before{content:""}.light .fa-hourglass-start:before{content:""}.light .fa-house-damage:before{content:""}.light .fa-house-user:before{content:"便"}.light .fa-houzz:before{content:""}.light .fa-hryvnia:before{content:""}.light .fa-html5:before{content:""}.light .fa-hubspot:before{content:""}.light .fa-i-cursor:before{content:""}.light .fa-ice-cream:before{content:""}.light .fa-icicles:before{content:""}.light .fa-icons:before{content:""}.light .fa-id-badge:before{content:""}.light .fa-id-card:before{content:""}.light .fa-id-card-alt:before{content:""}.light .fa-ideal:before{content:"邏"}.light .fa-igloo:before{content:""}.light .fa-image:before{content:""}.light .fa-images:before{content:""}.light .fa-imdb:before{content:""}.light .fa-inbox:before{content:""}.light .fa-indent:before{content:""}.light .fa-industry:before{content:""}.light .fa-infinity:before{content:""}.light .fa-info:before{content:""}.light .fa-info-circle:before{content:""}.light .fa-instagram:before{content:""}.light .fa-instagram-square:before{content:"凌"}.light .fa-intercom:before{content:""}.light .fa-internet-explorer:before{content:""}.light .fa-invision:before{content:""}.light .fa-ioxhost:before{content:""}.light .fa-italic:before{content:""}.light .fa-itch-io:before{content:""}.light .fa-itunes:before{content:""}.light .fa-itunes-note:before{content:""}.light .fa-java:before{content:""}.light .fa-jedi:before{content:""}.light .fa-jedi-order:before{content:""}.light .fa-jenkins:before{content:""}.light .fa-jira:before{content:""}.light .fa-joget:before{content:""}.light .fa-joint:before{content:""}.light .fa-joomla:before{content:""}.light .fa-journal-whills:before{content:""}.light .fa-js:before{content:""}.light .fa-js-square:before{content:""}.light .fa-jsfiddle:before{content:""}.light .fa-kaaba:before{content:""}.light .fa-kaggle:before{content:""}.light .fa-key:before{content:""}.light .fa-keybase:before{content:""}.light .fa-keyboard:before{content:""}.light .fa-keycdn:before{content:""}.light .fa-khanda:before{content:""}.light .fa-kickstarter:before{content:""}.light .fa-kickstarter-k:before{content:""}.light .fa-kiss:before{content:""}.light .fa-kiss-beam:before{content:""}.light .fa-kiss-wink-heart:before{content:""}.light .fa-kiwi-bird:before{content:""}.light .fa-korvue:before{content:""}.light .fa-landmark:before{content:""}.light .fa-language:before{content:""}.light .fa-laptop:before{content:""}.light .fa-laptop-code:before{content:""}.light .fa-laptop-house:before{content:"復"}.light .fa-laptop-medical:before{content:""}.light .fa-laravel:before{content:""}.light .fa-lastfm:before{content:""}.light .fa-lastfm-square:before{content:""}.light .fa-laugh:before{content:""}.light .fa-laugh-beam:before{content:""}.light .fa-laugh-squint:before{content:""}.light .fa-laugh-wink:before{content:""}.light .fa-layer-group:before{content:""}.light .fa-leaf:before{content:""}.light .fa-leanpub:before{content:""}.light .fa-lemon:before{content:""}.light .fa-less:before{content:""}.light .fa-less-than:before{content:""}.light .fa-less-than-equal:before{content:""}.light .fa-level-down-alt:before{content:""}.light .fa-level-up-alt:before{content:""}.light .fa-life-ring:before{content:""}.light .fa-lightbulb:before{content:""}.light .fa-line:before{content:""}.light .fa-link:before{content:""}.light .fa-linkedin:before{content:""}.light .fa-linkedin-in:before{content:""}.light .fa-linode:before{content:""}.light .fa-linux:before{content:""}.light .fa-lira-sign:before{content:""}.light .fa-list:before{content:""}.light .fa-list-alt:before{content:""}.light .fa-list-ol:before{content:""}.light .fa-list-ul:before{content:""}.light .fa-location-arrow:before{content:""}.light .fa-lock:before{content:""}.light .fa-lock-open:before{content:""}.light .fa-long-arrow-alt-down:before{content:""}.light .fa-long-arrow-alt-left:before{content:""}.light .fa-long-arrow-alt-right:before{content:""}.light .fa-long-arrow-alt-up:before{content:""}.light .fa-low-vision:before{content:""}.light .fa-luggage-cart:before{content:""}.light .fa-lungs:before{content:""}.light .fa-lungs-virus:before{content:"不"}.light .fa-lyft:before{content:""}.light .fa-magento:before{content:""}.light .fa-magic:before{content:""}.light .fa-magnet:before{content:""}.light .fa-mail-bulk:before{content:""}.light .fa-mailchimp:before{content:""}.light .fa-male:before{content:""}.light .fa-mandalorian:before{content:""}.light .fa-map:before{content:""}.light .fa-map-marked:before{content:""}.light .fa-map-marked-alt:before{content:""}.light .fa-map-marker:before{content:""}.light .fa-map-marker-alt:before{content:""}.light .fa-map-pin:before{content:""}.light .fa-map-signs:before{content:""}.light .fa-markdown:before{content:""}.light .fa-marker:before{content:""}.light .fa-mars:before{content:""}.light .fa-mars-double:before{content:""}.light .fa-mars-stroke:before{content:""}.light .fa-mars-stroke-h:before{content:""}.light .fa-mars-stroke-v:before{content:""}.light .fa-mask:before{content:""}.light .fa-mastodon:before{content:""}.light .fa-maxcdn:before{content:""}.light .fa-mdb:before{content:""}.light .fa-medal:before{content:""}.light .fa-medapps:before{content:""}.light .fa-medium:before{content:""}.light .fa-medium-m:before{content:""}.light .fa-medkit:before{content:""}.light .fa-medrt:before{content:""}.light .fa-meetup:before{content:""}.light .fa-megaport:before{content:""}.light .fa-meh:before{content:""}.light .fa-meh-blank:before{content:""}.light .fa-meh-rolling-eyes:before{content:""}.light .fa-memory:before{content:""}.light .fa-mendeley:before{content:""}.light .fa-menorah:before{content:""}.light .fa-mercury:before{content:""}.light .fa-meteor:before{content:""}.light .fa-microblog:before{content:"駱"}.light .fa-microchip:before{content:""}.light .fa-microphone:before{content:""}.light .fa-microphone-alt:before{content:""}.light .fa-microphone-alt-slash:before{content:""}.light .fa-microphone-slash:before{content:""}.light .fa-microscope:before{content:""}.light .fa-microsoft:before{content:""}.light .fa-minus:before{content:""}.light .fa-minus-circle:before{content:""}.light .fa-minus-square:before{content:""}.light .fa-mitten:before{content:""}.light .fa-mix:before{content:""}.light .fa-mixcloud:before{content:""}.light .fa-mixer:before{content:"稜"}.light .fa-mizuni:before{content:""}.light .fa-mobile:before{content:""}.light .fa-mobile-alt:before{content:""}.light .fa-modx:before{content:""}.light .fa-monero:before{content:""}.light .fa-money-bill:before{content:""}.light .fa-money-bill-alt:before{content:""}.light .fa-money-bill-wave:before{content:""}.light .fa-money-bill-wave-alt:before{content:""}.light .fa-money-check:before{content:""}.light .fa-money-check-alt:before{content:""}.light .fa-monument:before{content:""}.light .fa-moon:before{content:""}.light .fa-mortar-pestle:before{content:""}.light .fa-mosque:before{content:""}.light .fa-motorcycle:before{content:""}.light .fa-mountain:before{content:""}.light .fa-mouse:before{content:""}.light .fa-mouse-pointer:before{content:""}.light .fa-mug-hot:before{content:""}.light .fa-music:before{content:""}.light .fa-napster:before{content:""}.light .fa-neos:before{content:""}.light .fa-network-wired:before{content:""}.light .fa-neuter:before{content:""}.light .fa-newspaper:before{content:""}.light .fa-nimblr:before{content:""}.light .fa-node:before{content:""}.light .fa-node-js:before{content:""}.light .fa-not-equal:before{content:""}.light .fa-notes-medical:before{content:""}.light .fa-npm:before{content:""}.light .fa-ns8:before{content:""}.light .fa-nutritionix:before{content:""}.light .fa-object-group:before{content:""}.light .fa-object-ungroup:before{content:""}.light .fa-odnoklassniki:before{content:""}.light .fa-odnoklassniki-square:before{content:""}.light .fa-oil-can:before{content:""}.light .fa-old-republic:before{content:""}.light .fa-om:before{content:""}.light .fa-opencart:before{content:""}.light .fa-openid:before{content:""}.light .fa-opera:before{content:""}.light .fa-optin-monster:before{content:""}.light .fa-orcid:before{content:""}.light .fa-osi:before{content:""}.light .fa-otter:before{content:""}.light .fa-outdent:before{content:""}.light .fa-page4:before{content:""}.light .fa-pagelines:before{content:""}.light .fa-pager:before{content:""}.light .fa-paint-brush:before{content:""}.light .fa-paint-roller:before{content:""}.light .fa-palette:before{content:""}.light .fa-palfed:before{content:""}.light .fa-pallet:before{content:""}.light .fa-paper-plane:before{content:""}.light .fa-paperclip:before{content:""}.light .fa-parachute-box:before{content:""}.light .fa-paragraph:before{content:""}.light .fa-parking:before{content:""}.light .fa-passport:before{content:""}.light .fa-pastafarianism:before{content:""}.light .fa-paste:before{content:""}.light .fa-patreon:before{content:""}.light .fa-pause:before{content:""}.light .fa-pause-circle:before{content:""}.light .fa-paw:before{content:""}.light .fa-paypal:before{content:""}.light .fa-peace:before{content:""}.light .fa-pen:before{content:""}.light .fa-pen-alt:before{content:""}.light .fa-pen-fancy:before{content:""}.light .fa-pen-nib:before{content:""}.light .fa-pen-square:before{content:""}.light .fa-pencil-alt:before{content:""}.light .fa-pencil-ruler:before{content:""}.light .fa-penny-arcade:before{content:""}.light .fa-people-arrows:before{content:"泌"}.light .fa-people-carry:before{content:""}.light .fa-pepper-hot:before{content:""}.light .fa-percent:before{content:""}.light .fa-percentage:before{content:""}.light .fa-periscope:before{content:""}.light .fa-person-booth:before{content:""}.light .fa-phabricator:before{content:""}.light .fa-phoenix-framework:before{content:""}.light .fa-phoenix-squadron:before{content:""}.light .fa-phone:before{content:""}.light .fa-phone-alt:before{content:""}.light .fa-phone-slash:before{content:""}.light .fa-phone-square:before{content:""}.light .fa-phone-square-alt:before{content:""}.light .fa-phone-volume:before{content:""}.light .fa-photo-video:before{content:""}.light .fa-php:before{content:""}.light .fa-pied-piper:before{content:""}.light .fa-pied-piper-alt:before{content:""}.light .fa-pied-piper-hat:before{content:""}.light .fa-pied-piper-pp:before{content:""}.light .fa-pied-piper-square:before{content:"爛"}.light .fa-piggy-bank:before{content:""}.light .fa-pills:before{content:""}.light .fa-pinterest:before{content:""}.light .fa-pinterest-p:before{content:""}.light .fa-pinterest-square:before{content:""}.light .fa-pizza-slice:before{content:""}.light .fa-place-of-worship:before{content:""}.light .fa-plane:before{content:""}.light .fa-plane-arrival:before{content:""}.light .fa-plane-departure:before{content:""}.light .fa-plane-slash:before{content:"數"}.light .fa-play:before{content:""}.light .fa-play-circle:before{content:""}.light .fa-playstation:before{content:""}.light .fa-plug:before{content:""}.light .fa-plus:before{content:""}.light .fa-plus-circle:before{content:""}.light .fa-plus-square:before{content:""}.light .fa-podcast:before{content:""}.light .fa-poll:before{content:""}.light .fa-poll-h:before{content:""}.light .fa-poo:before{content:""}.light .fa-poo-storm:before{content:""}.light .fa-poop:before{content:""}.light .fa-portrait:before{content:""}.light .fa-pound-sign:before{content:""}.light .fa-power-off:before{content:""}.light .fa-pray:before{content:""}.light .fa-praying-hands:before{content:""}.light .fa-prescription:before{content:""}.light .fa-prescription-bottle:before{content:""}.light .fa-prescription-bottle-alt:before{content:""}.light .fa-print:before{content:""}.light .fa-procedures:before{content:""}.light .fa-product-hunt:before{content:""}.light .fa-project-diagram:before{content:""}.light .fa-pump-medical:before{content:"索"}.light .fa-pump-soap:before{content:"參"}.light .fa-pushed:before{content:""}.light .fa-puzzle-piece:before{content:""}.light .fa-python:before{content:""}.light .fa-qq:before{content:""}.light .fa-qrcode:before{content:""}.light .fa-question:before{content:""}.light .fa-question-circle:before{content:""}.light .fa-quidditch:before{content:""}.light .fa-quinscape:before{content:""}.light .fa-quora:before{content:""}.light .fa-quote-left:before{content:""}.light .fa-quote-right:before{content:""}.light .fa-quran:before{content:""}.light .fa-r-project:before{content:""}.light .fa-radiation:before{content:""}.light .fa-radiation-alt:before{content:""}.light .fa-rainbow:before{content:""}.light .fa-random:before{content:""}.light .fa-raspberry-pi:before{content:""}.light .fa-ravelry:before{content:""}.light .fa-react:before{content:""}.light .fa-reacteurope:before{content:""}.light .fa-readme:before{content:""}.light .fa-rebel:before{content:""}.light .fa-receipt:before{content:""}.light .fa-record-vinyl:before{content:""}.light .fa-recycle:before{content:""}.light .fa-red-river:before{content:""}.light .fa-reddit:before{content:""}.light .fa-reddit-alien:before{content:""}.light .fa-reddit-square:before{content:""}.light .fa-redhat:before{content:""}.light .fa-redo:before{content:""}.light .fa-redo-alt:before{content:""}.light .fa-registered:before{content:""}.light .fa-remove-format:before{content:""}.light .fa-renren:before{content:""}.light .fa-reply:before{content:""}.light .fa-reply-all:before{content:""}.light .fa-replyd:before{content:""}.light .fa-republican:before{content:""}.light .fa-researchgate:before{content:""}.light .fa-resolving:before{content:""}.light .fa-restroom:before{content:""}.light .fa-retweet:before{content:""}.light .fa-rev:before{content:""}.light .fa-ribbon:before{content:""}.light .fa-ring:before{content:""}.light .fa-road:before{content:""}.light .fa-robot:before{content:""}.light .fa-rocket:before{content:""}.light .fa-rocketchat:before{content:""}.light .fa-rockrms:before{content:""}.light .fa-route:before{content:""}.light .fa-rss:before{content:""}.light .fa-rss-square:before{content:""}.light .fa-ruble-sign:before{content:""}.light .fa-ruler:before{content:""}.light .fa-ruler-combined:before{content:""}.light .fa-ruler-horizontal:before{content:""}.light .fa-ruler-vertical:before{content:""}.light .fa-running:before{content:""}.light .fa-rupee-sign:before{content:""}.light .fa-sad-cry:before{content:""}.light .fa-sad-tear:before{content:""}.light .fa-safari:before{content:""}.light .fa-salesforce:before{content:""}.light .fa-sass:before{content:""}.light .fa-satellite:before{content:""}.light .fa-satellite-dish:before{content:""}.light .fa-save:before{content:""}.light .fa-schlix:before{content:""}.light .fa-school:before{content:""}.light .fa-screwdriver:before{content:""}.light .fa-scribd:before{content:""}.light .fa-scroll:before{content:""}.light .fa-sd-card:before{content:""}.light .fa-search:before{content:""}.light .fa-search-dollar:before{content:""}.light .fa-search-location:before{content:""}.light .fa-search-minus:before{content:""}.light .fa-search-plus:before{content:""}.light .fa-searchengin:before{content:""}.light .fa-seedling:before{content:""}.light .fa-sellcast:before{content:""}.light .fa-sellsy:before{content:""}.light .fa-server:before{content:""}.light .fa-servicestack:before{content:""}.light .fa-shapes:before{content:""}.light .fa-share:before{content:""}.light .fa-share-alt:before{content:""}.light .fa-share-alt-square:before{content:""}.light .fa-share-square:before{content:""}.light .fa-shekel-sign:before{content:""}.light .fa-shield-alt:before{content:""}.light .fa-shield-virus:before{content:"塞"}.light .fa-ship:before{content:""}.light .fa-shipping-fast:before{content:""}.light .fa-shirtsinbulk:before{content:""}.light .fa-shoe-prints:before{content:""}.light .fa-shopify:before{content:"綾"}.light .fa-shopping-bag:before{content:""}.light .fa-shopping-basket:before{content:""}.light .fa-shopping-cart:before{content:""}.light .fa-shopware:before{content:""}.light .fa-shower:before{content:""}.light .fa-shuttle-van:before{content:""}.light .fa-sign:before{content:""}.light .fa-sign-in-alt:before{content:""}.light .fa-sign-language:before{content:""}.light .fa-sign-out-alt:before{content:""}.light .fa-signal:before{content:""}.light .fa-signature:before{content:""}.light .fa-sim-card:before{content:""}.light .fa-simplybuilt:before{content:""}.light .fa-sistrix:before{content:""}.light .fa-sitemap:before{content:""}.light .fa-sith:before{content:""}.light .fa-skating:before{content:""}.light .fa-sketch:before{content:""}.light .fa-skiing:before{content:""}.light .fa-skiing-nordic:before{content:""}.light .fa-skull:before{content:""}.light .fa-skull-crossbones:before{content:""}.light .fa-skyatlas:before{content:""}.light .fa-skype:before{content:""}.light .fa-slack:before{content:""}.light .fa-slack-hash:before{content:""}.light .fa-slash:before{content:""}.light .fa-sleigh:before{content:""}.light .fa-sliders-h:before{content:""}.light .fa-slideshare:before{content:""}.light .fa-smile:before{content:""}.light .fa-smile-beam:before{content:""}.light .fa-smile-wink:before{content:""}.light .fa-smog:before{content:""}.light .fa-smoking:before{content:""}.light .fa-smoking-ban:before{content:""}.light .fa-sms:before{content:""}.light .fa-snapchat:before{content:""}.light .fa-snapchat-ghost:before{content:""}.light .fa-snapchat-square:before{content:""}.light .fa-snowboarding:before{content:""}.light .fa-snowflake:before{content:""}.light .fa-snowman:before{content:""}.light .fa-snowplow:before{content:""}.light .fa-soap:before{content:"葉"}.light .fa-socks:before{content:""}.light .fa-solar-panel:before{content:""}.light .fa-sort:before{content:""}.light .fa-sort-alpha-down:before{content:""}.light .fa-sort-alpha-down-alt:before{content:""}.light .fa-sort-alpha-up:before{content:""}.light .fa-sort-alpha-up-alt:before{content:""}.light .fa-sort-amount-down:before{content:""}.light .fa-sort-amount-down-alt:before{content:""}.light .fa-sort-amount-up:before{content:""}.light .fa-sort-amount-up-alt:before{content:""}.light .fa-sort-down:before{content:""}.light .fa-sort-numeric-down:before{content:""}.light .fa-sort-numeric-down-alt:before{content:""}.light .fa-sort-numeric-up:before{content:""}.light .fa-sort-numeric-up-alt:before{content:""}.light .fa-sort-up:before{content:""}.light .fa-soundcloud:before{content:""}.light .fa-sourcetree:before{content:""}.light .fa-spa:before{content:""}.light .fa-space-shuttle:before{content:""}.light .fa-speakap:before{content:""}.light .fa-speaker-deck:before{content:""}.light .fa-spell-check:before{content:""}.light .fa-spider:before{content:""}.light .fa-spinner:before{content:""}.light .fa-splotch:before{content:""}.light .fa-spotify:before{content:""}.light .fa-spray-can:before{content:""}.light .fa-square:before{content:""}.light .fa-square-full:before{content:""}.light .fa-square-root-alt:before{content:""}.light .fa-squarespace:before{content:""}.light .fa-stack-exchange:before{content:""}.light .fa-stack-overflow:before{content:""}.light .fa-stackpath:before{content:""}.light .fa-stamp:before{content:""}.light .fa-star:before{content:""}.light .fa-star-and-crescent:before{content:""}.light .fa-star-half:before{content:""}.light .fa-star-half-alt:before{content:""}.light .fa-star-of-david:before{content:""}.light .fa-star-of-life:before{content:""}.light .fa-staylinked:before{content:""}.light .fa-steam:before{content:""}.light .fa-steam-square:before{content:""}.light .fa-steam-symbol:before{content:""}.light .fa-step-backward:before{content:""}.light .fa-step-forward:before{content:""}.light .fa-stethoscope:before{content:""}.light .fa-sticker-mule:before{content:""}.light .fa-sticky-note:before{content:""}.light .fa-stop:before{content:""}.light .fa-stop-circle:before{content:""}.light .fa-stopwatch:before{content:""}.light .fa-stopwatch-20:before{content:"說"}.light .fa-store:before{content:""}.light .fa-store-alt:before{content:""}.light .fa-store-alt-slash:before{content:"殺"}.light .fa-store-slash:before{content:"辰"}.light .fa-strava:before{content:""}.light .fa-stream:before{content:""}.light .fa-street-view:before{content:""}.light .fa-strikethrough:before{content:""}.light .fa-stripe:before{content:""}.light .fa-stripe-s:before{content:""}.light .fa-stroopwafel:before{content:""}.light .fa-studiovinari:before{content:""}.light .fa-stumbleupon:before{content:""}.light .fa-stumbleupon-circle:before{content:""}.light .fa-subscript:before{content:""}.light .fa-subway:before{content:""}.light .fa-suitcase:before{content:""}.light .fa-suitcase-rolling:before{content:""}.light .fa-sun:before{content:""}.light .fa-superpowers:before{content:""}.light .fa-superscript:before{content:""}.light .fa-supple:before{content:""}.light .fa-surprise:before{content:""}.light .fa-suse:before{content:""}.light .fa-swatchbook:before{content:""}.light .fa-swift:before{content:""}.light .fa-swimmer:before{content:""}.light .fa-swimming-pool:before{content:""}.light .fa-symfony:before{content:""}.light .fa-synagogue:before{content:""}.light .fa-sync:before{content:""}.light .fa-sync-alt:before{content:""}.light .fa-syringe:before{content:""}.light .fa-table:before{content:""}.light .fa-table-tennis:before{content:""}.light .fa-tablet:before{content:""}.light .fa-tablet-alt:before{content:""}.light .fa-tablets:before{content:""}.light .fa-tachometer-alt:before{content:""}.light .fa-tag:before{content:""}.light .fa-tags:before{content:""}.light .fa-tape:before{content:""}.light .fa-tasks:before{content:""}.light .fa-taxi:before{content:""}.light .fa-teamspeak:before{content:""}.light .fa-teeth:before{content:""}.light .fa-teeth-open:before{content:""}.light .fa-telegram:before{content:""}.light .fa-telegram-plane:before{content:""}.light .fa-temperature-high:before{content:""}.light .fa-temperature-low:before{content:""}.light .fa-tencent-weibo:before{content:""}.light .fa-tenge:before{content:""}.light .fa-terminal:before{content:""}.light .fa-text-height:before{content:""}.light .fa-text-width:before{content:""}.light .fa-th:before{content:""}.light .fa-th-large:before{content:""}.light .fa-th-list:before{content:""}.light .fa-the-red-yeti:before{content:""}.light .fa-theater-masks:before{content:""}.light .fa-themeco:before{content:""}.light .fa-themeisle:before{content:""}.light .fa-thermometer:before{content:""}.light .fa-thermometer-empty:before{content:""}.light .fa-thermometer-full:before{content:""}.light .fa-thermometer-half:before{content:""}.light .fa-thermometer-quarter:before{content:""}.light .fa-thermometer-three-quarters:before{content:""}.light .fa-think-peaks:before{content:""}.light .fa-thumbs-down:before{content:""}.light .fa-thumbs-up:before{content:""}.light .fa-thumbtack:before{content:""}.light .fa-ticket-alt:before{content:""}.light .fa-times:before{content:""}.light .fa-times-circle:before{content:""}.light .fa-tint:before{content:""}.light .fa-tint-slash:before{content:""}.light .fa-tired:before{content:""}.light .fa-toggle-off:before{content:""}.light .fa-toggle-on:before{content:""}.light .fa-toilet:before{content:""}.light .fa-toilet-paper:before{content:""}.light .fa-toilet-paper-slash:before{content:"沈"}.light .fa-toolbox:before{content:""}.light .fa-tools:before{content:""}.light .fa-tooth:before{content:""}.light .fa-torah:before{content:""}.light .fa-torii-gate:before{content:""}.light .fa-tractor:before{content:""}.light .fa-trade-federation:before{content:""}.light .fa-trademark:before{content:""}.light .fa-traffic-light:before{content:""}.light .fa-trailer:before{content:"論"}.light .fa-train:before{content:""}.light .fa-tram:before{content:""}.light .fa-transgender:before{content:""}.light .fa-transgender-alt:before{content:""}.light .fa-trash:before{content:""}.light .fa-trash-alt:before{content:""}.light .fa-trash-restore:before{content:""}.light .fa-trash-restore-alt:before{content:""}.light .fa-tree:before{content:""}.light .fa-trello:before{content:""}.light .fa-tripadvisor:before{content:""}.light .fa-trophy:before{content:""}.light .fa-truck:before{content:""}.light .fa-truck-loading:before{content:""}.light .fa-truck-monster:before{content:""}.light .fa-truck-moving:before{content:""}.light .fa-truck-pickup:before{content:""}.light .fa-tshirt:before{content:""}.light .fa-tty:before{content:""}.light .fa-tumblr:before{content:""}.light .fa-tumblr-square:before{content:""}.light .fa-tv:before{content:""}.light .fa-twitch:before{content:""}.light .fa-twitter:before{content:""}.light .fa-twitter-square:before{content:""}.light .fa-typo3:before{content:""}.light .fa-uber:before{content:""}.light .fa-ubuntu:before{content:""}.light .fa-uikit:before{content:""}.light .fa-umbraco:before{content:""}.light .fa-umbrella:before{content:""}.light .fa-umbrella-beach:before{content:""}.light .fa-underline:before{content:""}.light .fa-undo:before{content:""}.light .fa-undo-alt:before{content:""}.light .fa-uniregistry:before{content:""}.light .fa-unity:before{content:"雷"}.light .fa-universal-access:before{content:""}.light .fa-university:before{content:""}.light .fa-unlink:before{content:""}.light .fa-unlock:before{content:""}.light .fa-unlock-alt:before{content:""}.light .fa-untappd:before{content:""}.light .fa-upload:before{content:""}.light .fa-ups:before{content:""}.light .fa-usb:before{content:""}.light .fa-user:before{content:""}.light .fa-user-alt:before{content:""}.light .fa-user-alt-slash:before{content:""}.light .fa-user-astronaut:before{content:""}.light .fa-user-check:before{content:""}.light .fa-user-circle:before{content:""}.light .fa-user-clock:before{content:""}.light .fa-user-cog:before{content:""}.light .fa-user-edit:before{content:""}.light .fa-user-friends:before{content:""}.light .fa-user-graduate:before{content:""}.light .fa-user-injured:before{content:""}.light .fa-user-lock:before{content:""}.light .fa-user-md:before{content:""}.light .fa-user-minus:before{content:""}.light .fa-user-ninja:before{content:""}.light .fa-user-nurse:before{content:""}.light .fa-user-plus:before{content:""}.light .fa-user-secret:before{content:""}.light .fa-user-shield:before{content:""}.light .fa-user-slash:before{content:""}.light .fa-user-tag:before{content:""}.light .fa-user-tie:before{content:""}.light .fa-user-times:before{content:""}.light .fa-users:before{content:""}.light .fa-users-cog:before{content:""}.light .fa-usps:before{content:""}.light .fa-ussunnah:before{content:""}.light .fa-utensil-spoon:before{content:""}.light .fa-utensils:before{content:""}.light .fa-vaadin:before{content:""}.light .fa-vector-square:before{content:""}.light .fa-venus:before{content:""}.light .fa-venus-double:before{content:""}.light .fa-venus-mars:before{content:""}.light .fa-viacoin:before{content:""}.light .fa-viadeo:before{content:""}.light .fa-viadeo-square:before{content:""}.light .fa-vial:before{content:""}.light .fa-vials:before{content:""}.light .fa-viber:before{content:""}.light .fa-video:before{content:""}.light .fa-video-slash:before{content:""}.light .fa-vihara:before{content:""}.light .fa-vimeo:before{content:""}.light .fa-vimeo-square:before{content:""}.light .fa-vimeo-v:before{content:""}.light .fa-vine:before{content:""}.light .fa-virus:before{content:"若"}.light .fa-virus-slash:before{content:"掠"}.light .fa-viruses:before{content:"略"}.light .fa-vk:before{content:""}.light .fa-vnv:before{content:""}.light .fa-voicemail:before{content:""}.light .fa-volleyball-ball:before{content:""}.light .fa-volume-down:before{content:""}.light .fa-volume-mute:before{content:""}.light .fa-volume-off:before{content:""}.light .fa-volume-up:before{content:""}.light .fa-vote-yea:before{content:""}.light .fa-vr-cardboard:before{content:""}.light .fa-vuejs:before{content:""}.light .fa-walking:before{content:""}.light .fa-wallet:before{content:""}.light .fa-warehouse:before{content:""}.light .fa-water:before{content:""}.light .fa-wave-square:before{content:""}.light .fa-waze:before{content:""}.light .fa-weebly:before{content:""}.light .fa-weibo:before{content:""}.light .fa-weight:before{content:""}.light .fa-weight-hanging:before{content:""}.light .fa-weixin:before{content:""}.light .fa-whatsapp:before{content:""}.light .fa-whatsapp-square:before{content:""}.light .fa-wheelchair:before{content:""}.light .fa-whmcs:before{content:""}.light .fa-wifi:before{content:""}.light .fa-wikipedia-w:before{content:""}.light .fa-wind:before{content:""}.light .fa-window-close:before{content:""}.light .fa-window-maximize:before{content:""}.light .fa-window-minimize:before{content:""}.light .fa-window-restore:before{content:""}.light .fa-windows:before{content:""}.light .fa-wine-bottle:before{content:""}.light .fa-wine-glass:before{content:""}.light .fa-wine-glass-alt:before{content:""}.light .fa-wix:before{content:""}.light .fa-wizards-of-the-coast:before{content:""}.light .fa-wolf-pack-battalion:before{content:""}.light .fa-won-sign:before{content:""}.light .fa-wordpress:before{content:""}.light .fa-wordpress-simple:before{content:""}.light .fa-wpbeginner:before{content:""}.light .fa-wpexplorer:before{content:""}.light .fa-wpforms:before{content:""}.light .fa-wpressr:before{content:""}.light .fa-wrench:before{content:""}.light .fa-x-ray:before{content:""}.light .fa-xbox:before{content:""}.light .fa-xing:before{content:""}.light .fa-xing-square:before{content:""}.light .fa-y-combinator:before{content:""}.light .fa-yahoo:before{content:""}.light .fa-yammer:before{content:""}.light .fa-yandex:before{content:""}.light .fa-yandex-international:before{content:""}.light .fa-yarn:before{content:""}.light .fa-yelp:before{content:""}.light .fa-yen-sign:before{content:""}.light .fa-yin-yang:before{content:""}.light .fa-yoast:before{content:""}.light .fa-youtube:before{content:""}.light .fa-youtube-square:before{content:""}.light .fa-zhihu:before{content:""}.light .sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.light .sr-only-focusable:active,.light .sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.light .fab{font-family:"Font Awesome 5 Brands";font-weight:400}.light .far{font-family:"Font Awesome 5 Free";font-weight:400}.light .fa,.light .fas{font-family:"Font Awesome 5 Free";font-weight:900}.light [data-icon]:before{content:attr(data-icon)}.light [class*=" dripicons-"]:before,.light [class^=dripicons-]:before,.light [data-icon]:before{font-family:"dripicons-v2"!important;font-style:normal!important;font-weight:400!important;font-feature-settings:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.light .dripicons-alarm:before{content:"a"}.light .dripicons-align-center:before{content:"b"}.light .dripicons-align-justify:before{content:"c"}.light .dripicons-align-left:before{content:"d"}.light .dripicons-align-right:before{content:"e"}.light .dripicons-anchor:before{content:"f"}.light .dripicons-archive:before{content:"g"}.light .dripicons-arrow-down:before{content:"h"}.light .dripicons-arrow-left:before{content:"i"}.light .dripicons-arrow-right:before{content:"j"}.light .dripicons-arrow-thin-down:before{content:"k"}.light .dripicons-arrow-thin-left:before{content:"l"}.light .dripicons-arrow-thin-right:before{content:"m"}.light .dripicons-arrow-thin-up:before{content:"n"}.light .dripicons-arrow-up:before{content:"o"}.light .dripicons-article:before{content:"p"}.light .dripicons-backspace:before{content:"q"}.light .dripicons-basket:before{content:"r"}.light .dripicons-basketball:before{content:"s"}.light .dripicons-battery-empty:before{content:"t"}.light .dripicons-battery-full:before{content:"u"}.light .dripicons-battery-low:before{content:"v"}.light .dripicons-battery-medium:before{content:"w"}.light .dripicons-bell:before{content:"x"}.light .dripicons-blog:before{content:"y"}.light .dripicons-bluetooth:before{content:"z"}.light .dripicons-bold:before{content:"A"}.light .dripicons-bookmark:before{content:"B"}.light .dripicons-bookmarks:before{content:"C"}.light .dripicons-box:before{content:"D"}.light .dripicons-briefcase:before{content:"E"}.light .dripicons-brightness-low:before{content:"F"}.light .dripicons-brightness-max:before{content:"G"}.light .dripicons-brightness-medium:before{content:"H"}.light .dripicons-broadcast:before{content:"I"}.light .dripicons-browser:before{content:"J"}.light .dripicons-browser-upload:before{content:"K"}.light .dripicons-brush:before{content:"L"}.light .dripicons-calendar:before{content:"M"}.light .dripicons-camcorder:before{content:"N"}.light .dripicons-camera:before{content:"O"}.light .dripicons-card:before{content:"P"}.light .dripicons-cart:before{content:"Q"}.light .dripicons-checklist:before{content:"R"}.light .dripicons-checkmark:before{content:"S"}.light .dripicons-chevron-down:before{content:"T"}.light .dripicons-chevron-left:before{content:"U"}.light .dripicons-chevron-right:before{content:"V"}.light .dripicons-chevron-up:before{content:"W"}.light .dripicons-clipboard:before{content:"X"}.light .dripicons-clock:before{content:"Y"}.light .dripicons-clockwise:before{content:"Z"}.light .dripicons-cloud:before{content:"0"}.light .dripicons-cloud-download:before{content:"1"}.light .dripicons-cloud-upload:before{content:"2"}.light .dripicons-code:before{content:"3"}.light .dripicons-contract:before{content:"4"}.light .dripicons-contract-2:before{content:"5"}.light .dripicons-conversation:before{content:"6"}.light .dripicons-copy:before{content:"7"}.light .dripicons-crop:before{content:"8"}.light .dripicons-cross:before{content:"9"}.light .dripicons-crosshair:before{content:"!"}.light .dripicons-cutlery:before{content:'"'}.light .dripicons-device-desktop:before{content:"#"}.light .dripicons-device-mobile:before{content:"$"}.light .dripicons-device-tablet:before{content:"%"}.light .dripicons-direction:before{content:"&"}.light .dripicons-disc:before{content:"'"}.light .dripicons-document:before{content:"("}.light .dripicons-document-delete:before{content:")"}.light .dripicons-document-edit:before{content:"*"}.light .dripicons-document-new:before{content:"+"}.light .dripicons-document-remove:before{content:","}.light .dripicons-dot:before{content:"-"}.light .dripicons-dots-2:before{content:"."}.light .dripicons-dots-3:before{content:"/"}.light .dripicons-download:before{content:":"}.light .dripicons-duplicate:before{content:";"}.light .dripicons-enter:before{content:"<"}.light .dripicons-exit:before{content:"="}.light .dripicons-expand:before{content:">"}.light .dripicons-expand-2:before{content:"?"}.light .dripicons-experiment:before{content:"@"}.light .dripicons-export:before{content:"["}.light .dripicons-feed:before{content:"]"}.light .dripicons-flag:before{content:"^"}.light .dripicons-flashlight:before{content:"_"}.light .dripicons-folder:before{content:"`"}.light .dripicons-folder-open:before{content:"{"}.light .dripicons-forward:before{content:"|"}.light .dripicons-gaming:before{content:"}"}.light .dripicons-gear:before{content:"~"}.light .dripicons-graduation:before{content:"\\"}.light .dripicons-graph-bar:before{content:""}.light .dripicons-graph-line:before{content:""}.light .dripicons-graph-pie:before{content:""}.light .dripicons-headset:before{content:""}.light .dripicons-heart:before{content:""}.light .dripicons-help:before{content:""}.light .dripicons-home:before{content:""}.light .dripicons-hourglass:before{content:""}.light .dripicons-inbox:before{content:""}.light .dripicons-information:before{content:""}.light .dripicons-italic:before{content:""}.light .dripicons-jewel:before{content:""}.light .dripicons-lifting:before{content:""}.light .dripicons-lightbulb:before{content:""}.light .dripicons-link:before{content:""}.light .dripicons-link-broken:before{content:""}.light .dripicons-list:before{content:""}.light .dripicons-loading:before{content:""}.light .dripicons-location:before{content:""}.light .dripicons-lock:before{content:""}.light .dripicons-lock-open:before{content:""}.light .dripicons-mail:before{content:""}.light .dripicons-map:before{content:""}.light .dripicons-media-loop:before{content:""}.light .dripicons-media-next:before{content:""}.light .dripicons-media-pause:before{content:""}.light .dripicons-media-play:before{content:""}.light .dripicons-media-previous:before{content:""}.light .dripicons-media-record:before{content:""}.light .dripicons-media-shuffle:before{content:""}.light .dripicons-media-stop:before{content:""}.light .dripicons-medical:before{content:""}.light .dripicons-menu:before{content:""}.light .dripicons-message:before{content:""}.light .dripicons-meter:before{content:""}.light .dripicons-microphone:before{content:""}.light .dripicons-minus:before{content:""}.light .dripicons-monitor:before{content:""}.light .dripicons-move:before{content:""}.light .dripicons-music:before{content:""}.light .dripicons-network-1:before{content:""}.light .dripicons-network-2:before{content:""}.light .dripicons-network-3:before{content:""}.light .dripicons-network-4:before{content:""}.light .dripicons-network-5:before{content:""}.light .dripicons-pamphlet:before{content:""}.light .dripicons-paperclip:before{content:""}.light .dripicons-pencil:before{content:""}.light .dripicons-phone:before{content:""}.light .dripicons-photo:before{content:""}.light .dripicons-photo-group:before{content:""}.light .dripicons-pill:before{content:""}.light .dripicons-pin:before{content:""}.light .dripicons-plus:before{content:""}.light .dripicons-power:before{content:""}.light .dripicons-preview:before{content:""}.light .dripicons-print:before{content:""}.light .dripicons-pulse:before{content:""}.light .dripicons-question:before{content:""}.light .dripicons-reply:before{content:""}.light .dripicons-reply-all:before{content:""}.light .dripicons-return:before{content:""}.light .dripicons-retweet:before{content:""}.light .dripicons-rocket:before{content:""}.light .dripicons-scale:before{content:""}.light .dripicons-search:before{content:""}.light .dripicons-shopping-bag:before{content:""}.light .dripicons-skip:before{content:""}.light .dripicons-stack:before{content:""}.light .dripicons-star:before{content:""}.light .dripicons-stopwatch:before{content:""}.light .dripicons-store:before{content:""}.light .dripicons-suitcase:before{content:""}.light .dripicons-swap:before{content:""}.light .dripicons-tag:before{content:""}.light .dripicons-tag-delete:before{content:""}.light .dripicons-tags:before{content:""}.light .dripicons-thumbs-down:before{content:""}.light .dripicons-thumbs-up:before{content:""}.light .dripicons-ticket:before{content:""}.light .dripicons-time-reverse:before{content:""}.light .dripicons-to-do:before{content:""}.light .dripicons-toggles:before{content:""}.light .dripicons-trash:before{content:""}.light .dripicons-trophy:before{content:""}.light .dripicons-upload:before{content:""}.light .dripicons-user:before{content:""}.light .dripicons-user-group:before{content:""}.light .dripicons-user-id:before{content:""}.light .dripicons-vibrate:before{content:""}.light .dripicons-view-apps:before{content:""}.light .dripicons-view-list:before{content:""}.light .dripicons-view-list-large:before{content:""}.light .dripicons-view-thumb:before{content:""}.light .dripicons-volume-full:before{content:""}.light .dripicons-volume-low:before{content:""}.light .dripicons-volume-medium:before{content:""}.light .dripicons-volume-off:before{content:""}.light .dripicons-wallet:before{content:""}.light .dripicons-warning:before{content:""}.light .dripicons-web:before{content:""}.light .dripicons-weight:before{content:""}.light .dripicons-wifi:before{content:""}.light .dripicons-wrong:before{content:""}.light .dripicons-zoom-in:before{content:""}.light .dripicons-zoom-out:before{content:""}.light .switch{position:relative;display:inline-block;width:45px;height:20px}.light .switch input{opacity:0;width:0;height:0}.light .slider{cursor:pointer;right:0;bottom:0;background-color:#ccc}.light .slider,.light .slider:before{position:absolute;top:0;left:0;transition:.4s}.light .slider:before{content:"";height:30px;width:30px;bottom:2px;bottom:0;margin:auto 0;box-shadow:0 0 10px rgba(32,32,32,.2392156863);background:#fff url(https://i.ibb.co/FxzBYR9/night.png);background-repeat:no-repeat;background-position:50%}.light input:checked+.slider{background-color:#2196f3}.light input:focus+.slider{box-shadow:0 0 1px #2196f3}.light input:checked+.slider:before{transform:translateX(15px);background:#fff url(https://i.ibb.co/7JfqXxB/sunny.png);background-repeat:no-repeat;background-position:50%}.light .slider.round{border-radius:15px}.light .slider.round:before{border-radius:50%}.light #sidebar-menu ul li a i{min-width:2rem}.light .noti-icon .badge{left:23px}.light .dataTables_filter,.light .dataTables_paginate{float:right}.light .rdw-editor-main{border:1px solid #f6f6f6;height:239px}.light .dz-message{text-align:center;padding:30px}.light .fcYNFc,.light .sc-AxmLO.gmtmqV{background-color:#fff!important;margin:0 20px 0 0!important}.light .task-box{border:1px solid rgba(99,99,99,.4)}.light .react-datepicker-wrapper{width:100%!important}.light .ReactModal__Overlay{z-index:1001!important}.light .chat-conversation .right .conversation-list{margin-right:15px}.light .external-event:hover,.light a:hover{cursor:pointer}.light .rating-container{background-color:transparent!important}.light .input-group-append{z-index:0}.light .input-color{color:#495057!important}.light .sketch-picker{position:absolute;z-index:1}.light .rangeslider__fill{background-color:#556ee6!important}.light input.form-control.is-invalid,.light input.is-invalid.PhoneInputInput,.light select.form-control.is-invalid{background-image:none!important}.light .auto-hide-10{animation:cssAnimation 0s ease-in 10s forwards;animation-fill-mode:forwards}.light .auto-hide{animation:cssAnimation 0s ease-in 5s forwards;animation-fill-mode:forwards}.light .sanitized-table tbody,.light .sanitized-table td,.light .sanitized-table tr{all:revert!important}.light{background-color:#f4f4f8}.light .page-content{min-height:100vh}.light .add-card{background-color:#f4f4f8;color:#000}.light .add-card:hover{border:2px solid #000}.light .add-card h6{color:#000}.light label{color:#495057}.light .ellipse{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.light .card-layout{background-color:#f2f2f5}.light .filter-chip-bg{background-color:#fff;border:1px solid #556ee6}.light .white-bg{background-color:#fff}.light .seemore-text{color:#000;margin-left:5px}.light .app-search .form-control,.light .app-search input.PhoneInputInput{background-color:#fff!important;color:#000!important;border:1px solid #ced4da}.light .app-search input.form-control::-webkit-input-placeholder,.light .app-search input.PhoneInputInput::-webkit-input-placeholder,.light .app-search span{color:rgba(0,0,0,.5)!important}.light .card-header{background-color:#eff2f7;box-shadow:1px 5px 13px 1px #ced4da;border:0;border-radius:0!important}.light .block-header,.light .card-title,.light .number-circle{color:#000!important}.light .card-title h4{color:#000!important;margin-top:10px}.light .select2-selection__control,.light .select2-selection__menu,.light .select2-selection__single-value{color:#000!important}.light .black-color,.light .card-subtitle,.light h6,.light p{color:#000}.light .white-span{color:#fff}.light td,.light td>div>p{color:#62687a!important}.light .custom-control{font-size:14px}.light .modal-title{margin-top:8px}.light .extra-bin{padding:5px 10px;border-radius:14px;background-color:#eff2f7}.light .account-pages{min-height:100vh!important}.light .apexcharts-xaxis text,.light .apexcharts-yaxis text{fill:#000}.light .apexcharts-legend-text,.light .inventory-color{color:#000}.light .formulas-table-bg{background-color:#fff}.light .formulas-equation-bg{background-color:#fff;border:1px solid #ced4da;border-radius:5px}.light .strategy-card-header{background-color:#f8f9fa;padding:10px 16px}.light .card-text{color:#000}.light .card-text-2{color:#757575}.light .registration-form{height:100vh;overflow:auto}.light .login-page-bg{clip-path:circle(50% at 36% 6%);background:#dacff1}.light .filters-background{background-color:#fff}.light .filter-accordian-background{background-color:#eff2f7}.light .code-block{background-color:#fff}.light .badge-background{background-color:rgba(85,110,230,.1803921569)}.light .headings-text{color:#495057}.light .card-table{background-color:#f4f4f8}.dark :root{--blue:#556ee6;--indigo:#564ab1;--purple:#6f42c1;--red:#f46a6a;--orange:#f1734f;--yellow:#f1b44c;--green:#34c38f;--teal:#050505;--cyan:#50a5f1;--white:#fff;--gray:#c3cbe4;--gray-dark:#eff2f7;--primary:#556ee6;--secondary:#c3cbe4;--success:#34c38f;--info:#50a5f1;--warning:#f1b44c;--danger:#f46a6a;--light:#32394e;--dark:#eff2f7;--pink:#e83e8c;--grey:#444c62;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:"Poppins",sans-serif;--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.dark *,.dark :after,.dark :before{box-sizing:border-box}.dark html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.dark article,.dark aside,.dark figcaption,.dark figure,.dark footer,.dark header,.dark hgroup,.dark main,.dark nav,.dark section{display:block}.dark body{margin:0;font-family:"Poppins",sans-serif;font-size:.8125rem;font-weight:400;line-height:1.5;color:#a6b0cf;text-align:left;background-color:#222736}.dark [tabindex="-1"]:focus:not(:focus-visible){outline:0!important}.dark hr{box-sizing:initial;height:0;overflow:visible}.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6{margin-top:0;margin-bottom:.5rem}.dark p{margin-top:0;margin-bottom:1rem}.dark abbr[data-original-title],.dark abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.dark address{margin-bottom:1rem;font-style:normal;line-height:inherit}.dark dl,.dark ol,.dark ul{margin-top:0;margin-bottom:1rem}.dark ol ol,.dark ol ul,.dark ul ol,.dark ul ul{margin-bottom:0}.dark dt{font-weight:600}.dark dd{margin-bottom:.5rem;margin-left:0}.dark blockquote{margin:0 0 1rem}.dark b,.dark strong{font-weight:bolder}.dark small{font-size:80%}.dark sub,.dark sup{position:relative;font-size:75%;line-height:0;vertical-align:initial}.dark sub{bottom:-.25em}.dark sup{top:-.5em}.dark a{color:#556ee6;text-decoration:none;background-color:transparent}.dark a:hover{color:rgb(30.5769230769,61.1538461538,207.9230769231);text-decoration:underline}.dark a:not([href]):not([class]),.dark a:not([href]):not([class]):hover{color:inherit;text-decoration:none}.dark code,.dark kbd,.dark pre,.dark samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}.dark pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}.dark figure{margin:0 0 1rem}.dark img{border-style:none}.dark img,.dark svg{vertical-align:middle}.dark svg{overflow:hidden}.dark table{border-collapse:collapse}.dark caption{padding-top:.75rem;padding-bottom:.75rem;color:#bfc8e2;text-align:left;caption-side:bottom}.dark th{text-align:inherit;text-align:-webkit-match-parent}.dark label{display:inline-block;margin-bottom:.5rem}.dark button{border-radius:0}.dark button:focus:not(:focus-visible){outline:0}.dark button,.dark input,.dark optgroup,.dark select,.dark textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.dark button,.dark input{overflow:visible}.dark button,.dark select{text-transform:none}.dark [role=button]{cursor:pointer}.dark select{word-wrap:normal}.dark [type=button],.dark [type=reset],.dark [type=submit],.dark button{-webkit-appearance:button}.dark [type=button]:not(:disabled),.dark [type=reset]:not(:disabled),.dark [type=submit]:not(:disabled),.dark button:not(:disabled){cursor:pointer}.dark [type=button]::-moz-focus-inner,.dark [type=reset]::-moz-focus-inner,.dark [type=submit]::-moz-focus-inner,.dark button::-moz-focus-inner{padding:0;border-style:none}.dark input[type=checkbox],.dark input[type=radio]{box-sizing:border-box;padding:0}.dark textarea{overflow:auto;resize:vertical}.dark fieldset{min-width:0;padding:0;margin:0;border:0}.dark legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}.dark progress{vertical-align:initial}.dark [type=number]::-webkit-inner-spin-button,.dark [type=number]::-webkit-outer-spin-button{height:auto}.dark [type=search]{outline-offset:-2px;-webkit-appearance:none}.dark [type=search]::-webkit-search-decoration{-webkit-appearance:none}.dark ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.dark output{display:inline-block}.dark summary{display:list-item;cursor:pointer}.dark template{display:none}.dark [hidden]{display:none!important}.dark .h1,.dark .h2,.dark .h3,.dark .h4,.dark .h5,.dark .h6,.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.dark .h1,.dark h1{font-size:2.03125rem}.dark .h2,.dark h2{font-size:1.625rem}.dark .h3,.dark h3{font-size:1.421875rem}.dark .h4,.dark h4{font-size:1.21875rem}.dark .h5,.dark h5{font-size:1.015625rem}.dark .h6,.dark h6{font-size:.8125rem}.dark .lead{font-size:1.015625rem;font-weight:300}.dark .display-1{font-size:6rem;font-weight:300;line-height:1.2}.dark .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.dark .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.dark .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}.dark hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #32394e}.dark .small,.dark small{font-size:80%;font-weight:400}.dark .mark,.dark mark{padding:.2em;background-color:#fcf8e3}.dark .list-inline,.dark .list-unstyled{padding-left:0;list-style:none}.dark .list-inline-item{display:inline-block}.dark .list-inline-item:not(:last-child){margin-right:.5rem}.dark .initialism{font-size:90%;text-transform:uppercase}.dark .blockquote{margin-bottom:1rem;font-size:1.015625rem}.dark .blockquote-footer{display:block;font-size:80%;color:#bfc8e2}.dark .blockquote-footer:before{content:"— "}.dark .img-fluid,.dark .img-thumbnail{max-width:100%;height:auto}.dark .img-thumbnail{padding:.25rem;background-color:#222736;border:1px solid #32394e;border-radius:.25rem}.dark .figure{display:inline-block}.dark .figure-img{margin-bottom:.5rem;line-height:1}.dark .figure-caption{font-size:90%;color:#c3cbe4}.dark code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>.dark code{color:inherit}.dark kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#f8f9fa;border-radius:.2rem}.dark kbd kbd{padding:0;font-size:100%;font-weight:600}.dark pre{display:block;font-size:87.5%;color:#f8f9fa}.dark pre code{font-size:inherit;color:inherit;word-break:normal}.dark .pre-scrollable{max-height:340px;overflow-y:scroll}.dark .container,.dark .container-fluid,.dark .container-lg,.dark .container-md,.dark .container-sm,.dark .container-xl{width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}@media(min-width:576px){.dark .container,.dark .container-sm{max-width:540px}}@media(min-width:768px){.dark .container,.dark .container-md,.dark .container-sm{max-width:720px}}@media(min-width:992px){.dark .container,.dark .container-lg,.dark .container-md,.dark .container-sm{max-width:960px}}@media(min-width:1200px){.dark .container,.dark .container-lg,.dark .container-md,.dark .container-sm,.dark .container-xl{max-width:1140px}}.dark .row{display:flex;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.dark .no-gutters{margin-right:0;margin-left:0}.dark .no-gutters>.col,.dark .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.dark .col,.dark .col-1,.dark .col-2,.dark .col-3,.dark .col-4,.dark .col-5,.dark .col-6,.dark .col-7,.dark .col-8,.dark .col-9,.dark .col-10,.dark .col-11,.dark .col-12,.dark .col-auto,.dark .col-lg,.dark .col-lg-1,.dark .col-lg-2,.dark .col-lg-3,.dark .col-lg-4,.dark .col-lg-5,.dark .col-lg-6,.dark .col-lg-7,.dark .col-lg-8,.dark .col-lg-9,.dark .col-lg-10,.dark .col-lg-11,.dark .col-lg-12,.dark .col-lg-auto,.dark .col-md,.dark .col-md-1,.dark .col-md-2,.dark .col-md-3,.dark .col-md-4,.dark .col-md-5,.dark .col-md-6,.dark .col-md-7,.dark .col-md-8,.dark .col-md-9,.dark .col-md-10,.dark .col-md-11,.dark .col-md-12,.dark .col-md-auto,.dark .col-sm,.dark .col-sm-1,.dark .col-sm-2,.dark .col-sm-3,.dark .col-sm-4,.dark .col-sm-5,.dark .col-sm-6,.dark .col-sm-7,.dark .col-sm-8,.dark .col-sm-9,.dark .col-sm-10,.dark .col-sm-11,.dark .col-sm-12,.dark .col-sm-auto,.dark .col-xl,.dark .col-xl-1,.dark .col-xl-2,.dark .col-xl-3,.dark .col-xl-4,.dark .col-xl-5,.dark .col-xl-6,.dark .col-xl-7,.dark .col-xl-8,.dark .col-xl-9,.dark .col-xl-10,.dark .col-xl-11,.dark .col-xl-12,.dark .col-xl-auto,.dark .light .col,.dark .light .col-1,.dark .light .col-2,.dark .light .col-3,.dark .light .col-4,.dark .light .col-5,.dark .light .col-6,.dark .light .col-7,.dark .light .col-8,.dark .light .col-9,.dark .light .col-10,.dark .light .col-11,.dark .light .col-12,.dark .light .col-auto,.dark .light .col-lg,.dark .light .col-lg-1,.dark .light .col-lg-2,.dark .light .col-lg-3,.dark .light .col-lg-4,.dark .light .col-lg-5,.dark .light .col-lg-6,.dark .light .col-lg-7,.dark .light .col-lg-8,.dark .light .col-lg-9,.dark .light .col-lg-10,.dark .light .col-lg-11,.dark .light .col-lg-12,.dark .light .col-lg-auto,.dark .light .col-md,.dark .light .col-md-1,.dark .light .col-md-2,.dark .light .col-md-3,.dark .light .col-md-4,.dark .light .col-md-5,.dark .light .col-md-6,.dark .light .col-md-7,.dark .light .col-md-8,.dark .light .col-md-9,.dark .light .col-md-10,.dark .light .col-md-11,.dark .light .col-md-12,.dark .light .col-md-auto,.dark .light .col-sm,.dark .light .col-sm-1,.dark .light .col-sm-2,.dark .light .col-sm-3,.dark .light .col-sm-4,.dark .light .col-sm-5,.dark .light .col-sm-6,.dark .light .col-sm-7,.dark .light .col-sm-8,.dark .light .col-sm-9,.dark .light .col-sm-10,.dark .light .col-sm-11,.dark .light .col-sm-12,.dark .light .col-sm-auto,.dark .light .col-xl,.dark .light .col-xl-1,.dark .light .col-xl-2,.dark .light .col-xl-3,.dark .light .col-xl-4,.dark .light .col-xl-5,.dark .light .col-xl-6,.dark .light .col-xl-7,.dark .light .col-xl-8,.dark .light .col-xl-9,.dark .light .col-xl-10,.dark .light .col-xl-11,.dark .light .col-xl-12,.dark .light .col-xl-auto,.light .dark .col,.light .dark .col-1,.light .dark .col-2,.light .dark .col-3,.light .dark .col-4,.light .dark .col-5,.light .dark .col-6,.light .dark .col-7,.light .dark .col-8,.light .dark .col-9,.light .dark .col-10,.light .dark .col-11,.light .dark .col-12,.light .dark .col-auto,.light .dark .col-lg,.light .dark .col-lg-1,.light .dark .col-lg-2,.light .dark .col-lg-3,.light .dark .col-lg-4,.light .dark .col-lg-5,.light .dark .col-lg-6,.light .dark .col-lg-7,.light .dark .col-lg-8,.light .dark .col-lg-9,.light .dark .col-lg-10,.light .dark .col-lg-11,.light .dark .col-lg-12,.light .dark .col-lg-auto,.light .dark .col-md,.light .dark .col-md-1,.light .dark .col-md-2,.light .dark .col-md-3,.light .dark .col-md-4,.light .dark .col-md-5,.light .dark .col-md-6,.light .dark .col-md-7,.light .dark .col-md-8,.light .dark .col-md-9,.light .dark .col-md-10,.light .dark .col-md-11,.light .dark .col-md-12,.light .dark .col-md-auto,.light .dark .col-sm,.light .dark .col-sm-1,.light .dark .col-sm-2,.light .dark .col-sm-3,.light .dark .col-sm-4,.light .dark .col-sm-5,.light .dark .col-sm-6,.light .dark .col-sm-7,.light .dark .col-sm-8,.light .dark .col-sm-9,.light .dark .col-sm-10,.light .dark .col-sm-11,.light .dark .col-sm-12,.light .dark .col-sm-auto,.light .dark .col-xl,.light .dark .col-xl-1,.light .dark .col-xl-2,.light .dark .col-xl-3,.light .dark .col-xl-4,.light .dark .col-xl-5,.light .dark .col-xl-6,.light .dark .col-xl-7,.light .dark .col-xl-8,.light .dark .col-xl-9,.light .dark .col-xl-10,.light .dark .col-xl-11,.light .dark .col-xl-12,.light .dark .col-xl-auto{position:relative;width:100%;padding-right:12px;padding-left:12px}.dark .col{flex-basis:0;flex-grow:1;max-width:100%}.dark .row-cols-1>*{flex:0 0 100%;max-width:100%}.dark .row-cols-2>*{flex:0 0 50%;max-width:50%}.dark .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dark .row-cols-4>*{flex:0 0 25%;max-width:25%}.dark .row-cols-5>*{flex:0 0 20%;max-width:20%}.dark .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dark .col-auto{flex:0 0 auto;width:auto;max-width:100%}.dark .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.dark .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.dark .col-3{flex:0 0 25%;max-width:25%}.dark .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.dark .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.dark .col-6{flex:0 0 50%;max-width:50%}.dark .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.dark .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.dark .col-9{flex:0 0 75%;max-width:75%}.dark .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.dark .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.dark .col-12{flex:0 0 100%;max-width:100%}.dark .order-first{order:-1}.dark .order-last{order:13}.dark .order-0{order:0}.dark .order-1{order:1}.dark .order-2{order:2}.dark .order-3{order:3}.dark .order-4{order:4}.dark .order-5{order:5}.dark .order-6{order:6}.dark .order-7{order:7}.dark .order-8{order:8}.dark .order-9{order:9}.dark .order-10{order:10}.dark .order-11{order:11}.dark .order-12{order:12}.dark .offset-1{margin-left:8.33333333%}.dark .offset-2{margin-left:16.66666667%}.dark .offset-3{margin-left:25%}.dark .offset-4{margin-left:33.33333333%}.dark .offset-5{margin-left:41.66666667%}.dark .offset-6{margin-left:50%}.dark .offset-7{margin-left:58.33333333%}.dark .offset-8{margin-left:66.66666667%}.dark .offset-9{margin-left:75%}.dark .offset-10{margin-left:83.33333333%}.dark .offset-11{margin-left:91.66666667%}@media(min-width:576px){.dark .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.dark .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.dark .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.dark .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dark .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.dark .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.dark .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dark .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.dark .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.dark .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.dark .col-sm-3{flex:0 0 25%;max-width:25%}.dark .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.dark .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.dark .col-sm-6{flex:0 0 50%;max-width:50%}.dark .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.dark .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.dark .col-sm-9{flex:0 0 75%;max-width:75%}.dark .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.dark .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.dark .col-sm-12{flex:0 0 100%;max-width:100%}.dark .order-sm-first{order:-1}.dark .order-sm-last{order:13}.dark .order-sm-0{order:0}.dark .order-sm-1{order:1}.dark .order-sm-2{order:2}.dark .order-sm-3{order:3}.dark .order-sm-4{order:4}.dark .order-sm-5{order:5}.dark .order-sm-6{order:6}.dark .order-sm-7{order:7}.dark .order-sm-8{order:8}.dark .order-sm-9{order:9}.dark .order-sm-10{order:10}.dark .order-sm-11{order:11}.dark .order-sm-12{order:12}.dark .offset-sm-0{margin-left:0}.dark .offset-sm-1{margin-left:8.33333333%}.dark .offset-sm-2{margin-left:16.66666667%}.dark .offset-sm-3{margin-left:25%}.dark .offset-sm-4{margin-left:33.33333333%}.dark .offset-sm-5{margin-left:41.66666667%}.dark .offset-sm-6{margin-left:50%}.dark .offset-sm-7{margin-left:58.33333333%}.dark .offset-sm-8{margin-left:66.66666667%}.dark .offset-sm-9{margin-left:75%}.dark .offset-sm-10{margin-left:83.33333333%}.dark .offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){.dark .col-md{flex-basis:0;flex-grow:1;max-width:100%}.dark .row-cols-md-1>*{flex:0 0 100%;max-width:100%}.dark .row-cols-md-2>*{flex:0 0 50%;max-width:50%}.dark .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dark .row-cols-md-4>*{flex:0 0 25%;max-width:25%}.dark .row-cols-md-5>*{flex:0 0 20%;max-width:20%}.dark .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dark .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.dark .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.dark .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.dark .col-md-3{flex:0 0 25%;max-width:25%}.dark .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.dark .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.dark .col-md-6{flex:0 0 50%;max-width:50%}.dark .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.dark .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.dark .col-md-9{flex:0 0 75%;max-width:75%}.dark .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.dark .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.dark .col-md-12{flex:0 0 100%;max-width:100%}.dark .order-md-first{order:-1}.dark .order-md-last{order:13}.dark .order-md-0{order:0}.dark .order-md-1{order:1}.dark .order-md-2{order:2}.dark .order-md-3{order:3}.dark .order-md-4{order:4}.dark .order-md-5{order:5}.dark .order-md-6{order:6}.dark .order-md-7{order:7}.dark .order-md-8{order:8}.dark .order-md-9{order:9}.dark .order-md-10{order:10}.dark .order-md-11{order:11}.dark .order-md-12{order:12}.dark .offset-md-0{margin-left:0}.dark .offset-md-1{margin-left:8.33333333%}.dark .offset-md-2{margin-left:16.66666667%}.dark .offset-md-3{margin-left:25%}.dark .offset-md-4{margin-left:33.33333333%}.dark .offset-md-5{margin-left:41.66666667%}.dark .offset-md-6{margin-left:50%}.dark .offset-md-7{margin-left:58.33333333%}.dark .offset-md-8{margin-left:66.66666667%}.dark .offset-md-9{margin-left:75%}.dark .offset-md-10{margin-left:83.33333333%}.dark .offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){.dark .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.dark .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.dark .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.dark .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dark .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.dark .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.dark .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dark .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.dark .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.dark .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.dark .col-lg-3{flex:0 0 25%;max-width:25%}.dark .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.dark .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.dark .col-lg-6{flex:0 0 50%;max-width:50%}.dark .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.dark .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.dark .col-lg-9{flex:0 0 75%;max-width:75%}.dark .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.dark .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.dark .col-lg-12{flex:0 0 100%;max-width:100%}.dark .order-lg-first{order:-1}.dark .order-lg-last{order:13}.dark .order-lg-0{order:0}.dark .order-lg-1{order:1}.dark .order-lg-2{order:2}.dark .order-lg-3{order:3}.dark .order-lg-4{order:4}.dark .order-lg-5{order:5}.dark .order-lg-6{order:6}.dark .order-lg-7{order:7}.dark .order-lg-8{order:8}.dark .order-lg-9{order:9}.dark .order-lg-10{order:10}.dark .order-lg-11{order:11}.dark .order-lg-12{order:12}.dark .offset-lg-0{margin-left:0}.dark .offset-lg-1{margin-left:8.33333333%}.dark .offset-lg-2{margin-left:16.66666667%}.dark .offset-lg-3{margin-left:25%}.dark .offset-lg-4{margin-left:33.33333333%}.dark .offset-lg-5{margin-left:41.66666667%}.dark .offset-lg-6{margin-left:50%}.dark .offset-lg-7{margin-left:58.33333333%}.dark .offset-lg-8{margin-left:66.66666667%}.dark .offset-lg-9{margin-left:75%}.dark .offset-lg-10{margin-left:83.33333333%}.dark .offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){.dark .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.dark .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.dark .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.dark .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.dark .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.dark .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.dark .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.dark .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.dark .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.dark .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.dark .col-xl-3{flex:0 0 25%;max-width:25%}.dark .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.dark .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.dark .col-xl-6{flex:0 0 50%;max-width:50%}.dark .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.dark .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.dark .col-xl-9{flex:0 0 75%;max-width:75%}.dark .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.dark .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.dark .col-xl-12{flex:0 0 100%;max-width:100%}.dark .order-xl-first{order:-1}.dark .order-xl-last{order:13}.dark .order-xl-0{order:0}.dark .order-xl-1{order:1}.dark .order-xl-2{order:2}.dark .order-xl-3{order:3}.dark .order-xl-4{order:4}.dark .order-xl-5{order:5}.dark .order-xl-6{order:6}.dark .order-xl-7{order:7}.dark .order-xl-8{order:8}.dark .order-xl-9{order:9}.dark .order-xl-10{order:10}.dark .order-xl-11{order:11}.dark .order-xl-12{order:12}.dark .offset-xl-0{margin-left:0}.dark .offset-xl-1{margin-left:8.33333333%}.dark .offset-xl-2{margin-left:16.66666667%}.dark .offset-xl-3{margin-left:25%}.dark .offset-xl-4{margin-left:33.33333333%}.dark .offset-xl-5{margin-left:41.66666667%}.dark .offset-xl-6{margin-left:50%}.dark .offset-xl-7{margin-left:58.33333333%}.dark .offset-xl-8{margin-left:66.66666667%}.dark .offset-xl-9{margin-left:75%}.dark .offset-xl-10{margin-left:83.33333333%}.dark .offset-xl-11{margin-left:91.66666667%}}.dark .table{width:100%;margin-bottom:1rem;color:#a6b0cf}.dark .table td,.dark .table th{padding:.75rem;vertical-align:top;border-top:1px solid #32394e}.dark .table thead th{vertical-align:bottom;border-bottom:2px solid #32394e}.dark .table tbody+tbody{border-top:2px solid #32394e}.dark .table-sm td,.dark .table-sm th{padding:.3rem}.dark .table-bordered,.dark .table-bordered td,.dark .table-bordered th{border:1px solid #32394e}.dark .table-bordered thead td,.dark .table-bordered thead th{border-bottom-width:2px}.dark .table-borderless tbody+tbody,.dark .table-borderless td,.dark .table-borderless th,.dark .table-borderless thead th{border:0}.dark .table-hover tbody tr:hover,.dark .table-striped tbody tr:nth-of-type(odd){background-color:rgba(191,200,226,.05)}.dark .table-hover tbody tr:hover{color:#a6b0cf}.dark .table-primary,.dark .table-primary>td,.dark .table-primary>th{background-color:rgb(207.4,214.4,248)}.dark .table-primary tbody+tbody,.dark .table-primary td,.dark .table-primary th,.dark .table-primary thead th{border-color:rgb(166.6,179.6,242)}.dark .table-hover .table-primary:hover,.dark .table-hover .table-primary:hover>td,.dark .table-hover .table-primary:hover>th{background-color:#b9c3f5}.dark .table-secondary,.dark .table-secondary>td,.dark .table-secondary>th{background-color:rgb(238.2,240.44,247.44)}.dark .table-secondary tbody+tbody,.dark .table-secondary td,.dark .table-secondary th,.dark .table-secondary thead th{border-color:rgb(223.8,227.96,240.96)}.dark .table-hover .table-secondary:hover,.dark .table-hover .table-secondary:hover>td,.dark .table-hover .table-secondary:hover>th{background-color:rgb(220.6137931034,225.1986206897,239.5262068966)}.dark .table-success,.dark .table-success>td,.dark .table-success>th{background-color:rgb(198.16,238.2,223.64)}.dark .table-success tbody+tbody,.dark .table-success td,.dark .table-success th,.dark .table-success thead th{border-color:rgb(149.44,223.8,196.76)}.dark .table-hover .table-success:hover,.dark .table-hover .table-success:hover>td,.dark .table-hover .table-success:hover>th{background-color:rgb(178.4774904943,232.3825095057,212.7806844106)}.dark .table-info,.dark .table-info>td,.dark .table-info>th{background-color:rgb(206,229.8,251.08)}.dark .table-info tbody+tbody,.dark .table-info td,.dark .table-info th,.dark .table-info thead th{border-color:rgb(164,208.2,247.72)}.dark .table-hover .table-info:hover,.dark .table-hover .table-info:hover>td,.dark .table-hover .table-info:hover>th{background-color:rgb(182.3888888889,217.6571428571,249.1911111111)}.dark .table-warning,.dark .table-warning>td,.dark .table-warning>th{background-color:rgb(251.08,234,204.88)}.dark .table-warning tbody+tbody,.dark .table-warning td,.dark .table-warning th,.dark .table-warning thead th{border-color:rgb(247.72,216,161.92)}.dark .table-hover .table-warning:hover,.dark .table-hover .table-warning:hover>td,.dark .table-hover .table-warning:hover>th{background-color:#f9e0b5}.dark .table-danger,.dark .table-danger>td,.dark .table-danger>th{background-color:rgb(251.92,213.28,213.28)}.dark .table-danger tbody+tbody,.dark .table-danger td,.dark .table-danger th,.dark .table-danger thead th{border-color:rgb(249.28,177.52,177.52)}.dark .table-hover .table-danger:hover,.dark .table-hover .table-danger:hover>td,.dark .table-hover .table-danger:hover>th{background-color:#fabebe}.dark .table-light,.dark .table-light>td,.dark .table-light>th{background-color:rgb(197.6,199.56,205.44)}.dark .table-light tbody+tbody,.dark .table-light td,.dark .table-light th,.dark .table-light thead th{border-color:rgb(148.4,152.04,162.96)}.dark .table-hover .table-light:hover,.dark .table-hover .table-light:hover>td,.dark .table-hover .table-light:hover>th{background-color:#b8bac2}.dark .table-dark,.dark .table-dark>td,.dark .table-dark>th{background-color:rgb(250.52,251.36,252.76)}.dark .table-dark tbody+tbody,.dark .table-dark td,.dark .table-dark th,.dark .table-dark thead th{border-color:rgb(246.68,248.24,250.84)}.dark .table-hover .table-dark:hover,.dark .table-hover .table-dark:hover>td,.dark .table-hover .table-dark:hover>th{background-color:rgb(233.52,237.5475,244.26)}.dark .table-pink,.dark .table-pink>td,.dark .table-pink>th{background-color:rgb(248.56,200.96,222.8)}.dark .table-pink tbody+tbody,.dark .table-pink td,.dark .table-pink th,.dark .table-pink thead th{border-color:rgb(243.04,154.64,195.2)}.dark .table-hover .table-pink:hover,.dark .table-hover .table-pink:hover>td,.dark .table-hover .table-pink:hover>th{background-color:rgb(245.8447222222,178.1752777778,209.2236111111)}.dark .table-grey,.dark .table-grey>td,.dark .table-grey>th{background-color:rgb(202.64,204.88,211.04)}.dark .table-grey tbody+tbody,.dark .table-grey td,.dark .table-grey th,.dark .table-grey thead th{border-color:rgb(157.76,161.92,173.36)}.dark .table-hover .table-grey:hover,.dark .table-hover .table-grey:hover>td,.dark .table-hover .table-grey:hover>th{background-color:#bdc0c7}.dark .table-active,.dark .table-active>td,.dark .table-active>th{background-color:rgba(191,200,226,.05)}.dark .table-hover .table-active:hover,.dark .table-hover .table-active:hover>td,.dark .table-hover .table-active:hover>th{background-color:rgba(173.4516129032,184.9193548387,218.0483870968,.05)}.dark .table .thead-dark th{color:#c3cbe4;background-color:#32394e;border-color:#414a65}.dark .table .thead-light th{color:#c3cbe4;background-color:rgba(195,203,228,.05);border-color:#32394e}.dark .table-dark{color:#c3cbe4;background-color:#32394e}.dark .table-dark td,.dark .table-dark th,.dark .table-dark thead th{border-color:#414a65}.dark .table-dark.table-bordered{border:0}.dark .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.dark .table-dark.table-hover tbody tr:hover{color:#c3cbe4;background-color:hsla(0,0%,100%,.075)}@media(max-width:575.98px){.dark .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.dark .table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.dark .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.dark .table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){.dark .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.dark .table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){.dark .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.dark .table-responsive-xl>.table-bordered{border:0}}.dark .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.dark .table-responsive>.table-bordered{border:0}.dark .form-control,.dark input.PhoneInputInput{display:block;width:100%;height:calc(1.5em + .94rem + 2px);padding:.47rem .75rem;font-size:.8125rem;font-weight:400;line-height:1.5;color:#bfc8e2;background-color:#2e3548;background-clip:padding-box;border:1px solid #32394e;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.dark .form-control,.dark input.PhoneInputInput{transition:none}}.dark .form-control::-ms-expand,.dark input.PhoneInputInput::-ms-expand{background-color:transparent;border:0}.dark .form-control:focus,.dark input.PhoneInputInput:focus{color:#bfc8e2;background-color:rgb(47.95,54.8,75.35);border-color:#363e54;outline:0;box-shadow:none}.dark .form-control::placeholder,.dark input.PhoneInputInput::placeholder{color:#a6b0cf;opacity:1}.dark .form-control:disabled,.dark .form-control[readonly],.dark input.PhoneInputInput:disabled,.dark input[readonly].PhoneInputInput{background-color:#2c3245;opacity:1}.dark input[type=date].form-control,.dark input[type=date].PhoneInputInput,.dark input[type=datetime-local].form-control,.dark input[type=datetime-local].PhoneInputInput,.dark input[type=month].form-control,.dark input[type=month].PhoneInputInput,.dark input[type=time].form-control,.dark input[type=time].PhoneInputInput{-webkit-appearance:none;appearance:none}.dark select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #bfc8e2}.dark select.form-control:focus::-ms-value{color:#bfc8e2;background-color:#2e3548}.dark .form-control-file,.dark .form-control-range{display:block;width:100%}.dark .col-form-label{padding-top:calc(.47rem + 1px);padding-bottom:calc(.47rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.dark .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.015625rem;line-height:1.5}.dark .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.7109375rem;line-height:1.5}.dark .form-control-plaintext{display:block;width:100%;padding:.47rem 0;margin-bottom:0;font-size:.8125rem;line-height:1.5;color:#a6b0cf;background-color:transparent;border:solid transparent;border-width:1px 0}.dark .form-control-plaintext.form-control-lg,.dark .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.dark .form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.7109375rem;line-height:1.5;border-radius:.2rem}.dark .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.015625rem;line-height:1.5;border-radius:.4rem}.dark select.form-control[multiple],.dark select.form-control[size],.dark textarea.form-control{height:auto}.dark .form-group{margin-bottom:1rem}.dark .form-text{display:block;margin-top:.25rem}.dark .form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.dark .form-row>.col,.dark .form-row>[class*=col-]{padding-right:5px;padding-left:5px}.dark .form-check{position:relative;display:block;padding-left:1.25rem}.dark .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.dark .form-check-input:disabled~.form-check-label,.dark .form-check-input[disabled]~.form-check-label{color:#bfc8e2}.dark .form-check-label{margin-bottom:0}.dark .form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.dark .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.dark .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#34c38f}.dark .valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.4rem .7rem;margin-top:.1rem;font-size:.7109375rem;line-height:1.5;color:#fff;background-color:rgba(52,195,143,.9);border-radius:.25rem}.form-row>.col>.dark .valid-tooltip,.form-row>[class*=col-]>.dark .valid-tooltip{left:5px}.dark.is-valid~.valid-feedback,.dark.is-valid~.valid-tooltip,.was-validated .dark:valid~.valid-feedback,.was-validated .dark:valid~.valid-tooltip{display:block}.dark .form-control.is-valid,.dark input.is-valid.PhoneInputInput,.was-validated .dark .form-control:valid,.was-validated .dark input.PhoneInputInput:valid{border-color:#34c38f;padding-right:calc(1.5em + .94rem)!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2334c38f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .235rem) center;background-size:calc(.75em + .47rem) calc(.75em + .47rem)}.dark .form-control.is-valid:focus,.dark input.is-valid.PhoneInputInput:focus,.was-validated .dark .form-control:valid:focus,.was-validated .dark input.PhoneInputInput:valid:focus{border-color:#34c38f;box-shadow:0 0 0 .15rem rgba(52,195,143,.25)}.dark select.form-control.is-valid,.was-validated .dark select.form-control:valid{padding-right:3rem!important;background-position:right 1.5rem center}.dark textarea.form-control.is-valid,.was-validated .dark textarea.form-control:valid{padding-right:calc(1.5em + .94rem);background-position:top calc(.375em + .235rem) right calc(.375em + .235rem)}.dark .custom-select.is-valid,.was-validated .dark .custom-select:valid{border-color:#34c38f;padding-right:calc(.75em + 2.455rem)!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23eff2f7' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,#2e3548 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2334c38f' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .47rem) calc(.75em + .47rem) no-repeat}.dark .custom-select.is-valid:focus,.was-validated .dark .custom-select:valid:focus{border-color:#34c38f;box-shadow:0 0 0 .15rem rgba(52,195,143,.25)}.dark .form-check-input.is-valid~.form-check-label,.was-validated .dark .form-check-input:valid~.form-check-label{color:#34c38f}.dark .form-check-input.is-valid~.valid-feedback,.dark .form-check-input.is-valid~.valid-tooltip,.was-validated .dark .form-check-input:valid~.valid-feedback,.was-validated .dark .form-check-input:valid~.valid-tooltip{display:block}.dark .custom-control-input.is-valid~.custom-control-label,.was-validated .dark .custom-control-input:valid~.custom-control-label{color:#34c38f}.dark .custom-control-input.is-valid~.custom-control-label:before,.was-validated .dark .custom-control-input:valid~.custom-control-label:before{border-color:#34c38f}.dark .custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .dark .custom-control-input:valid:checked~.custom-control-label:before{border-color:rgb(87.6315789474,210.3684210526,165.7368421053);background-color:rgb(87.6315789474,210.3684210526,165.7368421053)}.dark .custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .dark .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .15rem rgba(52,195,143,.25)}.dark .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.dark .custom-file-input.is-valid~.custom-file-label,.was-validated .dark .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .dark .custom-file-input:valid~.custom-file-label{border-color:#34c38f}.dark .custom-file-input.is-valid:focus~.custom-file-label,.was-validated .dark .custom-file-input:valid:focus~.custom-file-label{border-color:#34c38f;box-shadow:0 0 0 .15rem rgba(52,195,143,.25)}.dark .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#f46a6a}.dark .invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.4rem .7rem;margin-top:.1rem;font-size:.7109375rem;line-height:1.5;color:#fff;background-color:rgba(244,106,106,.9);border-radius:.25rem}.form-row>.col>.dark .invalid-tooltip,.form-row>[class*=col-]>.dark .invalid-tooltip{left:5px}.dark.is-invalid~.invalid-feedback,.dark.is-invalid~.invalid-tooltip,.was-validated .dark:invalid~.invalid-feedback,.was-validated .dark:invalid~.invalid-tooltip{display:block}.dark .form-control.is-invalid,.dark input.is-invalid.PhoneInputInput,.was-validated .dark .form-control:invalid,.was-validated .dark input.PhoneInputInput:invalid{border-color:#f46a6a;padding-right:calc(1.5em + .94rem)!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f46a6a' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f46a6a' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .235rem) center;background-size:calc(.75em + .47rem) calc(.75em + .47rem)}.dark .form-control.is-invalid:focus,.dark input.is-invalid.PhoneInputInput:focus,.was-validated .dark .form-control:invalid:focus,.was-validated .dark input.PhoneInputInput:invalid:focus{border-color:#f46a6a;box-shadow:0 0 0 .15rem rgba(244,106,106,.25)}.dark select.form-control.is-invalid,.was-validated .dark select.form-control:invalid{padding-right:3rem!important;background-position:right 1.5rem center}.dark textarea.form-control.is-invalid,.was-validated .dark textarea.form-control:invalid{padding-right:calc(1.5em + .94rem);background-position:top calc(.375em + .235rem) right calc(.375em + .235rem)}.dark .custom-select.is-invalid,.was-validated .dark .custom-select:invalid{border-color:#f46a6a;padding-right:calc(.75em + 2.455rem)!important;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23eff2f7' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,#2e3548 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f46a6a' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f46a6a' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .47rem) calc(.75em + .47rem) no-repeat}.dark .custom-select.is-invalid:focus,.was-validated .dark .custom-select:invalid:focus{border-color:#f46a6a;box-shadow:0 0 0 .15rem rgba(244,106,106,.25)}.dark .form-check-input.is-invalid~.form-check-label,.was-validated .dark .form-check-input:invalid~.form-check-label{color:#f46a6a}.dark .form-check-input.is-invalid~.invalid-feedback,.dark .form-check-input.is-invalid~.invalid-tooltip,.was-validated .dark .form-check-input:invalid~.invalid-feedback,.was-validated .dark .form-check-input:invalid~.invalid-tooltip{display:block}.dark .custom-control-input.is-invalid~.custom-control-label,.was-validated .dark .custom-control-input:invalid~.custom-control-label{color:#f46a6a}.dark .custom-control-input.is-invalid~.custom-control-label:before,.was-validated .dark .custom-control-input:invalid~.custom-control-label:before{border-color:#f46a6a}.dark .custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .dark .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#f89999;background-color:#f89999}.dark .custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .dark .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .15rem rgba(244,106,106,.25)}.dark .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.dark .custom-file-input.is-invalid~.custom-file-label,.was-validated .dark .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .dark .custom-file-input:invalid~.custom-file-label{border-color:#f46a6a}.dark .custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .dark .custom-file-input:invalid:focus~.custom-file-label{border-color:#f46a6a;box-shadow:0 0 0 .15rem rgba(244,106,106,.25)}.dark .form-inline{display:flex;flex-flow:row wrap;align-items:center}.dark .form-inline .form-check{width:100%}@media(min-width:576px){.dark .form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.dark .form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.dark .form-inline .form-control,.dark .form-inline input.PhoneInputInput{display:inline-block;width:auto;vertical-align:middle}.dark .form-inline .form-control-plaintext{display:inline-block}.dark .form-inline .custom-select,.dark .form-inline .input-group{width:auto}.dark .form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.dark .form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.dark .form-inline .custom-control{align-items:center;justify-content:center}.dark .form-inline .custom-control-label{margin-bottom:0}}.dark .btn{display:inline-block;font-weight:400;color:#a6b0cf;text-align:center;vertical-align:middle;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.47rem .75rem;font-size:.8125rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.dark .btn{transition:none}}.dark .btn:hover{color:#a6b0cf;text-decoration:none}.dark .btn.focus,.dark .btn:focus{outline:0;box-shadow:0 0 0 .15rem rgba(85,110,230,.25)}.dark .btn.disabled,.dark .btn:disabled{opacity:.65}.dark .btn:not(:disabled):not(.disabled){cursor:pointer}.dark a.btn.disabled,.dark fieldset:disabled a.btn{pointer-events:none}.dark .btn-primary{color:#fff;background-color:#556ee6;border-color:#556ee6}.dark .btn-primary.focus,.dark .btn-primary:focus,.dark .btn-primary:hover{color:#fff;background-color:rgb(51.6538461538,81.5576923077,225.0961538462);border-color:rgb(40.5384615385,72.0769230769,223.4615384615)}.dark .btn-primary.focus,.dark .btn-primary:focus{box-shadow:0 0 0 .15rem rgba(110.5,131.75,233.75,.5)}.dark .btn-primary.disabled,.dark .btn-primary:disabled{color:#fff;background-color:#556ee6;border-color:#556ee6}.dark .btn-primary:not(:disabled):not(.disabled).active,.dark .btn-primary:not(:disabled):not(.disabled):active,.show>.dark .btn-primary.dropdown-toggle{color:#fff;background-color:rgb(40.5384615385,72.0769230769,223.4615384615);border-color:rgb(32.2115384615,64.4230769231,219.0384615385)}.dark .btn-primary:not(:disabled):not(.disabled).active:focus,.dark .btn-primary:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(110.5,131.75,233.75,.5)}.dark .btn-secondary{color:#f8f9fa;background-color:#c3cbe4;border-color:#c3cbe4}.dark .btn-secondary.focus,.dark .btn-secondary:focus,.dark .btn-secondary:hover{color:#f8f9fa;background-color:rgb(168.6206896552,180.1379310345,216.1293103448);border-color:rgb(159.8275862069,172.5172413793,212.1724137931)}.dark .btn-secondary.focus,.dark .btn-secondary:focus{box-shadow:0 0 0 .15rem rgba(202.95,209.9,231.3,.5)}.dark .btn-secondary.disabled,.dark .btn-secondary:disabled{color:#f8f9fa;background-color:#c3cbe4;border-color:#c3cbe4}.dark .btn-secondary:not(:disabled):not(.disabled).active,.dark .btn-secondary:not(:disabled):not(.disabled):active,.show>.dark .btn-secondary.dropdown-toggle{color:#f8f9fa;background-color:rgb(159.8275862069,172.5172413793,212.1724137931);border-color:rgb(151.0344827586,164.8965517241,208.2155172414)}.dark .btn-secondary:not(:disabled):not(.disabled).active:focus,.dark .btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(202.95,209.9,231.3,.5)}.dark .btn-success{color:#fff;background-color:#34c38f;border-color:#34c38f}.dark .btn-success.focus,.dark .btn-success:focus,.dark .btn-success:hover{color:#fff;background-color:rgb(43.9473684211,164.8026315789,120.8552631579);border-color:rgb(41.2631578947,154.7368421053,113.4736842105)}.dark .btn-success.focus,.dark .btn-success:focus{box-shadow:0 0 0 .15rem rgba(82.45,204,159.8,.5)}.dark .btn-success.disabled,.dark .btn-success:disabled{color:#fff;background-color:#34c38f;border-color:#34c38f}.dark .btn-success:not(:disabled):not(.disabled).active,.dark .btn-success:not(:disabled):not(.disabled):active,.show>.dark .btn-success.dropdown-toggle{color:#fff;background-color:rgb(41.2631578947,154.7368421053,113.4736842105);border-color:rgb(38.5789473684,144.6710526316,106.0921052632)}.dark .btn-success:not(:disabled):not(.disabled).active:focus,.dark .btn-success:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(82.45,204,159.8,.5)}.dark .btn-info{color:#fff;background-color:#50a5f1;border-color:#50a5f1}.dark .btn-info.focus,.dark .btn-info:focus,.dark .btn-info:hover{color:#fff;background-color:rgb(44.5833333333,146.7857142857,238.1666666667);border-color:rgb(32.7777777778,140.7142857143,237.2222222222)}.dark .btn-info.focus,.dark .btn-info:focus{box-shadow:0 0 0 .15rem rgba(106.25,178.5,243.1,.5)}.dark .btn-info.disabled,.dark .btn-info:disabled{color:#fff;background-color:#50a5f1;border-color:#50a5f1}.dark .btn-info:not(:disabled):not(.disabled).active,.dark .btn-info:not(:disabled):not(.disabled):active,.show>.dark .btn-info.dropdown-toggle{color:#fff;background-color:rgb(32.7777777778,140.7142857143,237.2222222222);border-color:rgb(20.9722222222,134.6428571429,236.2777777778)}.dark .btn-info:not(:disabled):not(.disabled).active:focus,.dark .btn-info:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(106.25,178.5,243.1,.5)}.dark .btn-warning{color:#f8f9fa;background-color:#f1b44c;border-color:#f1b44c}.dark .btn-warning.focus,.dark .btn-warning:focus,.dark .btn-warning:hover{color:#f8f9fa;background-color:rgb(238.225388601,165.1360103627,40.524611399);border-color:rgb(237.3005181347,160.1813471503,28.6994818653)}.dark .btn-warning.focus,.dark .btn-warning:focus{box-shadow:0 0 0 .15rem rgba(242.05,190.35,102.1,.5)}.dark .btn-warning.disabled,.dark .btn-warning:disabled{color:#f8f9fa;background-color:#f1b44c;border-color:#f1b44c}.dark .btn-warning:not(:disabled):not(.disabled).active,.dark .btn-warning:not(:disabled):not(.disabled):active,.show>.dark .btn-warning.dropdown-toggle{color:#f8f9fa;background-color:rgb(237.3005181347,160.1813471503,28.6994818653);border-color:rgb(234.8795336788,154.8367875648,18.3704663212)}.dark .btn-warning:not(:disabled):not(.disabled).active:focus,.dark .btn-warning:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(242.05,190.35,102.1,.5)}.dark .btn-danger{color:#fff;background-color:#f46a6a;border-color:#f46a6a}.dark .btn-danger.focus,.dark .btn-danger:focus,.dark .btn-danger:hover{color:#fff;background-color:#f14646;border-color:#f03b3b}.dark .btn-danger.focus,.dark .btn-danger:focus{box-shadow:0 0 0 .15rem rgba(245.65,128.35,128.35,.5)}.dark .btn-danger.disabled,.dark .btn-danger:disabled{color:#fff;background-color:#f46a6a;border-color:#f46a6a}.dark .btn-danger:not(:disabled):not(.disabled).active,.dark .btn-danger:not(:disabled):not(.disabled):active,.show>.dark .btn-danger.dropdown-toggle{color:#fff;background-color:#f03b3b;border-color:#f02f2f}.dark .btn-danger:not(:disabled):not(.disabled).active:focus,.dark .btn-danger:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(245.65,128.35,128.35,.5)}.dark .btn-light{color:#fff;background-color:#32394e;border-color:#32394e}.dark .btn-light.focus,.dark .btn-light:focus,.dark .btn-light:hover{color:#fff;background-color:#232837;border-color:#1e222f}.dark .btn-light.focus,.dark .btn-light:focus{box-shadow:0 0 0 .15rem rgba(80.75,86.7,104.55,.5)}.dark .btn-light.disabled,.dark .btn-light:disabled{color:#fff;background-color:#32394e;border-color:#32394e}.dark .btn-light:not(:disabled):not(.disabled).active,.dark .btn-light:not(:disabled):not(.disabled):active,.show>.dark .btn-light.dropdown-toggle{color:#fff;background-color:#1e222f;border-color:#191d27}.dark .btn-light:not(:disabled):not(.disabled).active:focus,.dark .btn-light:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(80.75,86.7,104.55,.5)}.dark .btn-dark{color:#f8f9fa;background-color:#eff2f7;border-color:#eff2f7}.dark .btn-dark.focus,.dark .btn-dark:focus,.dark .btn-dark:hover{color:#f8f9fa;background-color:rgb(213.5,221.28125,234.25);border-color:rgb(205,214.375,230)}.dark .btn-dark.focus,.dark .btn-dark:focus{box-shadow:0 0 0 .15rem rgba(240.35,243.05,247.45,.5)}.dark .btn-dark.disabled,.dark .btn-dark:disabled{color:#f8f9fa;background-color:#eff2f7;border-color:#eff2f7}.dark .btn-dark:not(:disabled):not(.disabled).active,.dark .btn-dark:not(:disabled):not(.disabled):active,.show>.dark .btn-dark.dropdown-toggle{color:#f8f9fa;background-color:rgb(205,214.375,230);border-color:rgb(196.5,207.46875,225.75)}.dark .btn-dark:not(:disabled):not(.disabled).active:focus,.dark .btn-dark:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(240.35,243.05,247.45,.5)}.dark .btn-pink{color:#fff;background-color:#e83e8c;border-color:#e83e8c}.dark .btn-pink.focus,.dark .btn-pink:focus,.dark .btn-pink:hover{color:#fff;background-color:rgb(227.9270833333,27.8229166667,119.6354166667);border-color:rgb(217.125,25.875,113.625)}.dark .btn-pink.focus,.dark .btn-pink:focus{box-shadow:0 0 0 .15rem rgba(235.45,90.95,157.25,.5)}.dark .btn-pink.disabled,.dark .btn-pink:disabled{color:#fff;background-color:#e83e8c;border-color:#e83e8c}.dark .btn-pink:not(:disabled):not(.disabled).active,.dark .btn-pink:not(:disabled):not(.disabled):active,.show>.dark .btn-pink.dropdown-toggle{color:#fff;background-color:rgb(217.125,25.875,113.625);border-color:rgb(205.7326388889,24.5173611111,107.6631944444)}.dark .btn-pink:not(:disabled):not(.disabled).active:focus,.dark .btn-pink:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-pink.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(235.45,90.95,157.25,.5)}.dark .btn-grey{color:#fff;background-color:#444c62;border-color:#444c62}.dark .btn-grey.focus,.dark .btn-grey:focus,.dark .btn-grey:hover{color:#fff;background-color:#343a4b;border-color:#2f3544}.dark .btn-grey.focus,.dark .btn-grey:focus{box-shadow:0 0 0 .15rem rgba(96.05,102.85,121.55,.5)}.dark .btn-grey.disabled,.dark .btn-grey:disabled{color:#fff;background-color:#444c62;border-color:#444c62}.dark .btn-grey:not(:disabled):not(.disabled).active,.dark .btn-grey:not(:disabled):not(.disabled):active,.show>.dark .btn-grey.dropdown-toggle{color:#fff;background-color:#2f3544;border-color:#2a2f3c}.dark .btn-grey:not(:disabled):not(.disabled).active:focus,.dark .btn-grey:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-grey.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(96.05,102.85,121.55,.5)}.dark .btn-outline-primary{color:#556ee6;border-color:#556ee6}.dark .btn-outline-primary:hover{color:#fff;background-color:#556ee6;border-color:#556ee6}.dark .btn-outline-primary.focus,.dark .btn-outline-primary:focus{box-shadow:0 0 0 .15rem rgba(85,110,230,.5)}.dark .btn-outline-primary.disabled,.dark .btn-outline-primary:disabled{color:#556ee6;background-color:transparent}.dark .btn-outline-primary:not(:disabled):not(.disabled).active,.dark .btn-outline-primary:not(:disabled):not(.disabled):active,.show>.dark .btn-outline-primary.dropdown-toggle{color:#fff;background-color:#556ee6;border-color:#556ee6}.dark .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.dark .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(85,110,230,.5)}.dark .btn-outline-secondary{color:#c3cbe4;border-color:#c3cbe4}.dark .btn-outline-secondary:hover{color:#f8f9fa;background-color:#c3cbe4;border-color:#c3cbe4}.dark .btn-outline-secondary.focus,.dark .btn-outline-secondary:focus{box-shadow:0 0 0 .15rem rgba(195,203,228,.5)}.dark .btn-outline-secondary.disabled,.dark .btn-outline-secondary:disabled{color:#c3cbe4;background-color:transparent}.dark .btn-outline-secondary:not(:disabled):not(.disabled).active,.dark .btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.dark .btn-outline-secondary.dropdown-toggle{color:#f8f9fa;background-color:#c3cbe4;border-color:#c3cbe4}.dark .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.dark .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(195,203,228,.5)}.dark .btn-outline-success{color:#34c38f;border-color:#34c38f}.dark .btn-outline-success:hover{color:#fff;background-color:#34c38f;border-color:#34c38f}.dark .btn-outline-success.focus,.dark .btn-outline-success:focus{box-shadow:0 0 0 .15rem rgba(52,195,143,.5)}.dark .btn-outline-success.disabled,.dark .btn-outline-success:disabled{color:#34c38f;background-color:transparent}.dark .btn-outline-success:not(:disabled):not(.disabled).active,.dark .btn-outline-success:not(:disabled):not(.disabled):active,.show>.dark .btn-outline-success.dropdown-toggle{color:#fff;background-color:#34c38f;border-color:#34c38f}.dark .btn-outline-success:not(:disabled):not(.disabled).active:focus,.dark .btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(52,195,143,.5)}.dark .btn-outline-info{color:#50a5f1;border-color:#50a5f1}.dark .btn-outline-info:hover{color:#fff;background-color:#50a5f1;border-color:#50a5f1}.dark .btn-outline-info.focus,.dark .btn-outline-info:focus{box-shadow:0 0 0 .15rem rgba(80,165,241,.5)}.dark .btn-outline-info.disabled,.dark .btn-outline-info:disabled{color:#50a5f1;background-color:transparent}.dark .btn-outline-info:not(:disabled):not(.disabled).active,.dark .btn-outline-info:not(:disabled):not(.disabled):active,.show>.dark .btn-outline-info.dropdown-toggle{color:#fff;background-color:#50a5f1;border-color:#50a5f1}.dark .btn-outline-info:not(:disabled):not(.disabled).active:focus,.dark .btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(80,165,241,.5)}.dark .btn-outline-warning{color:#f1b44c;border-color:#f1b44c}.dark .btn-outline-warning:hover{color:#f8f9fa;background-color:#f1b44c;border-color:#f1b44c}.dark .btn-outline-warning.focus,.dark .btn-outline-warning:focus{box-shadow:0 0 0 .15rem rgba(241,180,76,.5)}.dark .btn-outline-warning.disabled,.dark .btn-outline-warning:disabled{color:#f1b44c;background-color:transparent}.dark .btn-outline-warning:not(:disabled):not(.disabled).active,.dark .btn-outline-warning:not(:disabled):not(.disabled):active,.show>.dark .btn-outline-warning.dropdown-toggle{color:#f8f9fa;background-color:#f1b44c;border-color:#f1b44c}.dark .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.dark .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(241,180,76,.5)}.dark .btn-outline-danger{color:#f46a6a;border-color:#f46a6a}.dark .btn-outline-danger:hover{color:#fff;background-color:#f46a6a;border-color:#f46a6a}.dark .btn-outline-danger.focus,.dark .btn-outline-danger:focus{box-shadow:0 0 0 .15rem rgba(244,106,106,.5)}.dark .btn-outline-danger.disabled,.dark .btn-outline-danger:disabled{color:#f46a6a;background-color:transparent}.dark .btn-outline-danger:not(:disabled):not(.disabled).active,.dark .btn-outline-danger:not(:disabled):not(.disabled):active,.show>.dark .btn-outline-danger.dropdown-toggle{color:#fff;background-color:#f46a6a;border-color:#f46a6a}.dark .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.dark .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(244,106,106,.5)}.dark .btn-outline-light{color:#32394e;border-color:#32394e}.dark .btn-outline-light:hover{color:#fff;background-color:#32394e;border-color:#32394e}.dark .btn-outline-light.focus,.dark .btn-outline-light:focus{box-shadow:0 0 0 .15rem rgba(50,57,78,.5)}.dark .btn-outline-light.disabled,.dark .btn-outline-light:disabled{color:#32394e;background-color:transparent}.dark .btn-outline-light:not(:disabled):not(.disabled).active,.dark .btn-outline-light:not(:disabled):not(.disabled):active,.show>.dark .btn-outline-light.dropdown-toggle{color:#fff;background-color:#32394e;border-color:#32394e}.dark .btn-outline-light:not(:disabled):not(.disabled).active:focus,.dark .btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(50,57,78,.5)}.dark .btn-outline-dark{color:#eff2f7;border-color:#eff2f7}.dark .btn-outline-dark:hover{color:#f8f9fa;background-color:#eff2f7;border-color:#eff2f7}.dark .btn-outline-dark.focus,.dark .btn-outline-dark:focus{box-shadow:0 0 0 .15rem rgba(239,242,247,.5)}.dark .btn-outline-dark.disabled,.dark .btn-outline-dark:disabled{color:#eff2f7;background-color:transparent}.dark .btn-outline-dark:not(:disabled):not(.disabled).active,.dark .btn-outline-dark:not(:disabled):not(.disabled):active,.show>.dark .btn-outline-dark.dropdown-toggle{color:#f8f9fa;background-color:#eff2f7;border-color:#eff2f7}.dark .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.dark .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(239,242,247,.5)}.dark .btn-outline-pink{color:#e83e8c;border-color:#e83e8c}.dark .btn-outline-pink:hover{color:#fff;background-color:#e83e8c;border-color:#e83e8c}.dark .btn-outline-pink.focus,.dark .btn-outline-pink:focus{box-shadow:0 0 0 .15rem rgba(232,62,140,.5)}.dark .btn-outline-pink.disabled,.dark .btn-outline-pink:disabled{color:#e83e8c;background-color:transparent}.dark .btn-outline-pink:not(:disabled):not(.disabled).active,.dark .btn-outline-pink:not(:disabled):not(.disabled):active,.show>.dark .btn-outline-pink.dropdown-toggle{color:#fff;background-color:#e83e8c;border-color:#e83e8c}.dark .btn-outline-pink:not(:disabled):not(.disabled).active:focus,.dark .btn-outline-pink:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-outline-pink.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(232,62,140,.5)}.dark .btn-outline-grey{color:#444c62;border-color:#444c62}.dark .btn-outline-grey:hover{color:#fff;background-color:#444c62;border-color:#444c62}.dark .btn-outline-grey.focus,.dark .btn-outline-grey:focus{box-shadow:0 0 0 .15rem rgba(68,76,98,.5)}.dark .btn-outline-grey.disabled,.dark .btn-outline-grey:disabled{color:#444c62;background-color:transparent}.dark .btn-outline-grey:not(:disabled):not(.disabled).active,.dark .btn-outline-grey:not(:disabled):not(.disabled):active,.show>.dark .btn-outline-grey.dropdown-toggle{color:#fff;background-color:#444c62;border-color:#444c62}.dark .btn-outline-grey:not(:disabled):not(.disabled).active:focus,.dark .btn-outline-grey:not(:disabled):not(.disabled):active:focus,.show>.dark .btn-outline-grey.dropdown-toggle:focus{box-shadow:0 0 0 .15rem rgba(68,76,98,.5)}.dark .btn-link{font-weight:400;color:#556ee6;text-decoration:none}.dark .btn-link:hover{color:rgb(30.5769230769,61.1538461538,207.9230769231)}.dark .btn-link.focus,.dark .btn-link:focus,.dark .btn-link:hover{text-decoration:underline}.dark .btn-link.disabled,.dark .btn-link:disabled{color:#c3cbe4;pointer-events:none}.dark .btn-group-lg>.btn,.dark .btn-lg{padding:.5rem 1rem;font-size:1.015625rem;line-height:1.5;border-radius:.4rem}.dark .btn-group-sm>.btn,.dark .btn-sm{padding:.25rem .5rem;font-size:.7109375rem;line-height:1.5;border-radius:.2rem}.dark .btn-block{display:block;width:100%}.dark .btn-block+.btn-block{margin-top:.5rem}.dark input[type=button].btn-block,.dark input[type=reset].btn-block,.dark input[type=submit].btn-block{width:100%}.dark .fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.dark .fade{transition:none}}.dark .fade:not(.show){opacity:0}.dark .collapse:not(.show){display:none}.dark .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.dark .collapsing{transition:none}}.dark .collapsing.width{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion:reduce){.dark .collapsing.width{transition:none}}.dark .dropdown,.dark .dropleft,.dark .dropright,.dark .dropup{position:relative}.dark .dropdown-toggle{white-space:nowrap}.dark .dropdown-menu{top:100%;left:0;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:.8125rem;color:#a6b0cf;text-align:left;list-style:none;background-color:#2a3042;background-clip:padding-box;border:1px solid #32394e;border-radius:.25rem}.dark .dropdown-menu-left{right:auto;left:0}.dark .dropdown-menu-right{right:0;left:auto}@media(min-width:576px){.dark .dropdown-menu-sm-left{right:auto;left:0}.dark .dropdown-menu-sm-right{right:0;left:auto}}@media(min-width:768px){.dark .dropdown-menu-md-left{right:auto;left:0}.dark .dropdown-menu-md-right{right:0;left:auto}}@media(min-width:992px){.dark .dropdown-menu-lg-left{right:auto;left:0}.dark .dropdown-menu-lg-right{right:0;left:auto}}@media(min-width:1200px){.dark .dropdown-menu-xl-left{right:auto;left:0}.dark .dropdown-menu-xl-right{right:0;left:auto}}.dark .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dark .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dark .dropright .dropdown-toggle:after{vertical-align:0}.dark .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dark .dropleft .dropdown-toggle:before{vertical-align:0}.dark .dropdown-menu[x-placement^=bottom],.dark .dropdown-menu[x-placement^=left],.dark .dropdown-menu[x-placement^=right],.dark .dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dark .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #2a3042}.dark .dropdown-item{display:block;width:100%;padding:.35rem 1.5rem;clear:both;font-weight:400;color:#bfc8e2;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dark .dropdown-item.active,.dark .dropdown-item:active,.dark .dropdown-item:focus,.dark .dropdown-item:hover{color:rgb(233.125,236.25,239.375);text-decoration:none;background-color:#32394e}.dark .dropdown-item.disabled,.dark .dropdown-item:disabled{color:#c3cbe4;pointer-events:none;background-color:transparent}.dark .dropdown-menu.show{display:block}.dark .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.7109375rem;color:#c3cbe4;white-space:nowrap}.dark .dropdown-item-text{display:block;padding:.35rem 1.5rem;color:#bfc8e2}.dark .btn-group,.dark .btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.dark .btn-group-vertical>.btn,.dark .btn-group>.btn{position:relative;flex:1 1 auto}.dark .btn-group-vertical>.btn.active,.dark .btn-group-vertical>.btn:active,.dark .btn-group-vertical>.btn:focus,.dark .btn-group-vertical>.btn:hover,.dark .btn-group>.btn.active,.dark .btn-group>.btn:active,.dark .btn-group>.btn:focus,.dark .btn-group>.btn:hover{z-index:1}.dark .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.dark .btn-toolbar .input-group{width:auto}.dark .btn-group>.btn-group:not(:first-child),.dark .btn-group>.btn:not(:first-child){margin-left:-1px}.dark .btn-group>.btn-group:not(:last-child)>.btn,.dark .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.dark .btn-group>.btn-group:not(:first-child)>.btn,.dark .btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dark .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dark .dropdown-toggle-split:after,.dropright .dark .dropdown-toggle-split:after,.dropup .dark .dropdown-toggle-split:after{margin-left:0}.dropleft .dark .dropdown-toggle-split:before{margin-right:0}.dark .btn-group-sm>.btn+.dropdown-toggle-split,.dark .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.dark .btn-group-lg>.btn+.dropdown-toggle-split,.dark .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.dark .btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.dark .btn-group-vertical>.btn,.dark .btn-group-vertical>.btn-group{width:100%}.dark .btn-group-vertical>.btn-group:not(:first-child),.dark .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.dark .btn-group-vertical>.btn-group:not(:last-child)>.btn,.dark .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.dark .btn-group-vertical>.btn-group:not(:first-child)>.btn,.dark .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.dark .btn-group-toggle>.btn,.dark .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.dark .btn-group-toggle>.btn-group>.btn input[type=checkbox],.dark .btn-group-toggle>.btn-group>.btn input[type=radio],.dark .btn-group-toggle>.btn input[type=checkbox],.dark .btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.dark .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.dark .input-group>.custom-file,.dark .input-group>.custom-select,.dark .input-group>.form-control,.dark .input-group>.form-control-plaintext,.dark .input-group>input.PhoneInputInput{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.dark .input-group>.custom-file+.custom-file,.dark .input-group>.custom-file+.custom-select,.dark .input-group>.custom-file+.form-control,.dark .input-group>.custom-file+input.PhoneInputInput,.dark .input-group>.custom-select+.custom-file,.dark .input-group>.custom-select+.custom-select,.dark .input-group>.custom-select+.form-control,.dark .input-group>.custom-select+input.PhoneInputInput,.dark .input-group>.form-control+.custom-file,.dark .input-group>.form-control+.custom-select,.dark .input-group>.form-control+.form-control,.dark .input-group>.form-control+input.PhoneInputInput,.dark .input-group>.form-control-plaintext+.custom-file,.dark .input-group>.form-control-plaintext+.custom-select,.dark .input-group>.form-control-plaintext+.form-control,.dark .input-group>.form-control-plaintext+input.PhoneInputInput,.dark .input-group>input.PhoneInputInput+.custom-file,.dark .input-group>input.PhoneInputInput+.custom-select,.dark .input-group>input.PhoneInputInput+.form-control,.dark .input-group>input.PhoneInputInput+input.PhoneInputInput{margin-left:-1px}.dark .input-group>.custom-file .custom-file-input:focus~.custom-file-label,.dark .input-group>.custom-select:focus,.dark .input-group>.form-control:focus,.dark .input-group>input.PhoneInputInput:focus{z-index:3}.dark .input-group>.custom-file .custom-file-input:focus{z-index:4}.dark .input-group>.custom-select:not(:first-child),.dark .input-group>.form-control:not(:first-child),.dark .input-group>input.PhoneInputInput:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dark .input-group>.custom-file{display:flex;align-items:center}.dark .input-group>.custom-file:not(:last-child) .custom-file-label,.dark .input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.dark .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.dark .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.dark .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.dark .input-group.has-validation>.custom-select:nth-last-child(n+3),.dark .input-group.has-validation>.form-control:nth-last-child(n+3),.dark .input-group.has-validation>input.PhoneInputInput:nth-last-child(n+3),.dark .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.dark .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.dark .input-group:not(.has-validation)>.custom-select:not(:last-child),.dark .input-group:not(.has-validation)>.form-control:not(:last-child),.dark .input-group:not(.has-validation)>input.PhoneInputInput:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.dark .input-group-append,.dark .input-group-prepend{display:flex}.dark .input-group-append .btn,.dark .input-group-prepend .btn{position:relative;z-index:2}.dark .input-group-append .btn:focus,.dark .input-group-prepend .btn:focus{z-index:3}.dark .input-group-append .btn+.btn,.dark .input-group-append .btn+.input-group-text,.dark .input-group-append .input-group-text+.btn,.dark .input-group-append .input-group-text+.input-group-text,.dark .input-group-prepend .btn+.btn,.dark .input-group-prepend .btn+.input-group-text,.dark .input-group-prepend .input-group-text+.btn,.dark .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.dark .input-group-prepend{margin-right:-1px}.dark .input-group-append{margin-left:-1px}.dark .input-group-text{display:flex;align-items:center;padding:.47rem .75rem;margin-bottom:0;font-size:.8125rem;font-weight:400;line-height:1.5;color:#bfc8e2;text-align:center;white-space:nowrap;background-color:#32394e;border:1px solid #32394e;border-radius:.25rem}.dark .input-group-text input[type=checkbox],.dark .input-group-text input[type=radio]{margin-top:0}.dark .input-group-lg>.custom-select,.dark .input-group-lg>.form-control:not(textarea),.dark .input-group-lg>input.PhoneInputInput:not(textarea){height:calc(1.5em + 1rem + 2px)}.dark .input-group-lg>.custom-select,.dark .input-group-lg>.form-control,.dark .input-group-lg>.input-group-append>.btn,.dark .input-group-lg>.input-group-append>.input-group-text,.dark .input-group-lg>.input-group-prepend>.btn,.dark .input-group-lg>.input-group-prepend>.input-group-text,.dark .input-group-lg>input.PhoneInputInput{padding:.5rem 1rem;font-size:1.015625rem;line-height:1.5;border-radius:.4rem}.dark .input-group-sm>.custom-select,.dark .input-group-sm>.form-control:not(textarea),.dark .input-group-sm>input.PhoneInputInput:not(textarea){height:calc(1.5em + .5rem + 2px)}.dark .input-group-sm>.custom-select,.dark .input-group-sm>.form-control,.dark .input-group-sm>.input-group-append>.btn,.dark .input-group-sm>.input-group-append>.input-group-text,.dark .input-group-sm>.input-group-prepend>.btn,.dark .input-group-sm>.input-group-prepend>.input-group-text,.dark .input-group-sm>input.PhoneInputInput{padding:.25rem .5rem;font-size:.7109375rem;line-height:1.5;border-radius:.2rem}.dark .input-group-lg>.custom-select,.dark .input-group-sm>.custom-select{padding-right:1.75rem}.dark .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.dark .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.dark .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.dark .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.dark .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.dark .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.dark .input-group>.input-group-prepend>.btn,.dark .input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.dark .input-group>.input-group-append>.btn,.dark .input-group>.input-group-append>.input-group-text,.dark .input-group>.input-group-prepend:first-child>.btn:not(:first-child),.dark .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.dark .input-group>.input-group-prepend:not(:first-child)>.btn,.dark .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.dark .custom-control{position:relative;z-index:1;display:block;min-height:1.21875rem;padding-left:1.5rem;print-color-adjust:exact}.dark .custom-control-inline{display:inline-flex;margin-right:1rem}.dark .custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.109375rem;opacity:0}.dark .custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#556ee6;background-color:#556ee6}.dark .custom-control-input:focus~.custom-control-label:before{box-shadow:none}.dark .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#363e54}.dark .custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:rgba(85,110,230,.2);border-color:rgba(85,110,230,.2)}.dark .custom-control-input:disabled~.custom-control-label,.dark .custom-control-input[disabled]~.custom-control-label{color:#c3cbe4}.dark .custom-control-input:disabled~.custom-control-label:before,.dark .custom-control-input[disabled]~.custom-control-label:before{background-color:#2c3245}.dark .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.dark .custom-control-label:before{pointer-events:none;background-color:#2e3548;border:1px solid #c3cbe4}.dark .custom-control-label:after,.dark .custom-control-label:before{position:absolute;top:.109375rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.dark .custom-control-label:after{background:50%/50% 50% no-repeat}.dark .custom-checkbox .custom-control-label:before{border-radius:.25rem}.dark .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.dark .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#556ee6;background-color:#556ee6}.dark .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.dark .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.dark .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(85,110,230,.5)}.dark .custom-radio .custom-control-label:before{border-radius:50%}.dark .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.dark .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(85,110,230,.5)}.dark .custom-switch{padding-left:2.25rem}.dark .custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.dark .custom-switch .custom-control-label:after{top:calc(.10938rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#c3cbe4;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.dark .custom-switch .custom-control-label:after{transition:none}}.dark .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#2e3548;transform:translateX(.75rem)}.dark .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(85,110,230,.5)}.dark .custom-select{display:inline-block;width:100%;height:calc(1.5em + .94rem + 2px);padding:.47rem 1.75rem .47rem .75rem;font-size:.8125rem;font-weight:400;line-height:1.5;color:#bfc8e2;vertical-align:middle;background:#2e3548 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23eff2f7' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;border:1px solid #32394e;border-radius:.25rem;-webkit-appearance:none;appearance:none}.dark .custom-select:focus{border-color:#363e54;outline:0;box-shadow:0 0 0 .15rem rgba(85,110,230,.25)}.dark .custom-select:focus::-ms-value{color:#bfc8e2;background-color:#2e3548}.dark .custom-select[multiple],.dark .custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.dark .custom-select:disabled{color:#c3cbe4;background-color:#2a3042}.dark .custom-select::-ms-expand{display:none}.dark .custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #bfc8e2}.dark .custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.7109375rem}.dark .custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.015625rem}.dark .custom-file{display:inline-block;margin-bottom:0}.dark .custom-file,.dark .custom-file-input{position:relative;width:100%;height:calc(1.5em + .94rem + 2px)}.dark .custom-file-input{z-index:2;margin:0;overflow:hidden;opacity:0}.dark .custom-file-input:focus~.custom-file-label{border-color:#363e54;box-shadow:none}.dark .custom-file-input:disabled~.custom-file-label,.dark .custom-file-input[disabled]~.custom-file-label{background-color:#2c3245}.dark .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.dark .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.dark .custom-file-label{left:0;z-index:1;height:calc(1.5em + .94rem + 2px);overflow:hidden;font-weight:400;background-color:#2e3548;border:1px solid #32394e;border-radius:.25rem}.dark .custom-file-label,.dark .custom-file-label:after{position:absolute;top:0;right:0;padding:.47rem .75rem;line-height:1.5;color:#bfc8e2}.dark .custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .94rem);content:"Browse";background-color:#32394e;border-left:inherit;border-radius:0 .25rem .25rem 0}.dark .custom-range{width:100%;height:1.3rem;padding:0;background-color:transparent;-webkit-appearance:none;appearance:none}.dark .custom-range:focus{outline:0}.dark .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #222736,none}.dark .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #222736,none}.dark .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #222736,none}.dark .custom-range::-moz-focus-outer{border:0}.dark .custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#556ee6;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.dark .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.dark .custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none}.dark .custom-range::-webkit-slider-thumb:active{background-color:#f1f3fd}.dark .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#32394e;border-color:transparent;border-radius:1rem}.dark .custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#556ee6;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.dark .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.dark .custom-range::-moz-range-thumb{appearance:none}.dark .custom-range::-moz-range-thumb:active{background-color:#f1f3fd}.dark .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#32394e;border-color:transparent;border-radius:1rem}.dark .custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.15rem;margin-left:.15rem;background-color:#556ee6;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.dark .custom-range::-ms-thumb{-ms-transition:none;transition:none}}.dark .custom-range::-ms-thumb{appearance:none}.dark .custom-range::-ms-thumb:active{background-color:#f1f3fd}.dark .custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.dark .custom-range::-ms-fill-lower,.dark .custom-range::-ms-fill-upper{background-color:#32394e;border-radius:1rem}.dark .custom-range::-ms-fill-upper{margin-right:15px}.dark .custom-range:disabled::-webkit-slider-thumb{background-color:#bfc8e2}.dark .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.dark .custom-range:disabled::-moz-range-thumb{background-color:#bfc8e2}.dark .custom-range:disabled::-moz-range-track{cursor:default}.dark .custom-range:disabled::-ms-thumb{background-color:#bfc8e2}.dark .custom-control-label:before,.dark .custom-file-label,.dark .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.dark .custom-control-label:before,.dark .custom-file-label,.dark .custom-select{transition:none}}.dark .nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.dark .nav-link{display:block;padding:.5rem 1rem}.dark .nav-link:focus,.dark .nav-link:hover{text-decoration:none}.dark .nav-link.disabled{color:#c3cbe4;pointer-events:none;cursor:default}.dark .nav-tabs{border-bottom:1px solid #32394e}.dark .nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.dark .nav-tabs .nav-link:focus,.dark .nav-tabs .nav-link:hover{isolation:isolate;border-color:#32394e}.dark .nav-tabs .nav-link.disabled{color:#c3cbe4;background-color:transparent;border-color:transparent}.dark .nav-tabs .nav-item.show .nav-link,.dark .nav-tabs .nav-link.active{color:#f6f6f6;background-color:#2a3042;border-color:#32394e #32394e #2a3042}.dark .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.dark .nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.dark .nav-pills .nav-link.active,.dark .nav-pills .show>.nav-link{color:#fff;background-color:#556ee6}.dark .nav-fill .nav-item,.dark .nav-fill>.nav-link{flex:1 1 auto;text-align:center}.dark .nav-justified .nav-item,.dark .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.dark .tab-content>.tab-pane{display:none}.dark .tab-content>.active{display:block}.dark .navbar{position:relative;padding:.5rem 1rem}.dark .navbar,.dark .navbar .container,.dark .navbar .container-fluid,.dark .navbar .container-lg,.dark .navbar .container-md,.dark .navbar .container-sm,.dark .navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.dark .navbar-brand{display:inline-block;padding-top:.34765625rem;padding-bottom:.34765625rem;margin-right:1rem;font-size:1.015625rem;line-height:inherit;white-space:nowrap}.dark .navbar-brand:focus,.dark .navbar-brand:hover{text-decoration:none}.dark .navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.dark .navbar-nav .nav-link{padding-right:0;padding-left:0}.dark .navbar-nav .dropdown-menu{position:static;float:none}.dark .navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.dark .navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.dark .navbar-toggler{padding:.25rem .75rem;font-size:1.015625rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.dark .navbar-toggler:focus,.dark .navbar-toggler:hover{text-decoration:none}.dark .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat}.dark .navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){.dark .navbar-expand-sm>.container,.dark .navbar-expand-sm>.container-fluid,.dark .navbar-expand-sm>.container-lg,.dark .navbar-expand-sm>.container-md,.dark .navbar-expand-sm>.container-sm,.dark .navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media(min-width:576px){.dark .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.dark .navbar-expand-sm .navbar-nav{flex-direction:row}.dark .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.dark .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.dark .navbar-expand-sm>.container,.dark .navbar-expand-sm>.container-fluid,.dark .navbar-expand-sm>.container-lg,.dark .navbar-expand-sm>.container-md,.dark .navbar-expand-sm>.container-sm,.dark .navbar-expand-sm>.container-xl{flex-wrap:nowrap}.dark .navbar-expand-sm .navbar-nav-scroll{overflow:visible}.dark .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.dark .navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.dark .navbar-expand-md>.container,.dark .navbar-expand-md>.container-fluid,.dark .navbar-expand-md>.container-lg,.dark .navbar-expand-md>.container-md,.dark .navbar-expand-md>.container-sm,.dark .navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media(min-width:768px){.dark .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.dark .navbar-expand-md .navbar-nav{flex-direction:row}.dark .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.dark .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.dark .navbar-expand-md>.container,.dark .navbar-expand-md>.container-fluid,.dark .navbar-expand-md>.container-lg,.dark .navbar-expand-md>.container-md,.dark .navbar-expand-md>.container-sm,.dark .navbar-expand-md>.container-xl{flex-wrap:nowrap}.dark .navbar-expand-md .navbar-nav-scroll{overflow:visible}.dark .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.dark .navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){.dark .navbar-expand-lg>.container,.dark .navbar-expand-lg>.container-fluid,.dark .navbar-expand-lg>.container-lg,.dark .navbar-expand-lg>.container-md,.dark .navbar-expand-lg>.container-sm,.dark .navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media(min-width:992px){.dark .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.dark .navbar-expand-lg .navbar-nav{flex-direction:row}.dark .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.dark .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.dark .navbar-expand-lg>.container,.dark .navbar-expand-lg>.container-fluid,.dark .navbar-expand-lg>.container-lg,.dark .navbar-expand-lg>.container-md,.dark .navbar-expand-lg>.container-sm,.dark .navbar-expand-lg>.container-xl{flex-wrap:nowrap}.dark .navbar-expand-lg .navbar-nav-scroll{overflow:visible}.dark .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.dark .navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){.dark .navbar-expand-xl>.container,.dark .navbar-expand-xl>.container-fluid,.dark .navbar-expand-xl>.container-lg,.dark .navbar-expand-xl>.container-md,.dark .navbar-expand-xl>.container-sm,.dark .navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media(min-width:1200px){.dark .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.dark .navbar-expand-xl .navbar-nav{flex-direction:row}.dark .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.dark .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.dark .navbar-expand-xl>.container,.dark .navbar-expand-xl>.container-fluid,.dark .navbar-expand-xl>.container-lg,.dark .navbar-expand-xl>.container-md,.dark .navbar-expand-xl>.container-sm,.dark .navbar-expand-xl>.container-xl{flex-wrap:nowrap}.dark .navbar-expand-xl .navbar-nav-scroll{overflow:visible}.dark .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.dark .navbar-expand-xl .navbar-toggler{display:none}}.dark .navbar-expand>.container,.dark .navbar-expand>.container-fluid,.dark .navbar-expand>.container-lg,.dark .navbar-expand>.container-md,.dark .navbar-expand>.container-sm,.dark .navbar-expand>.container-xl{padding-right:0;padding-left:0}.dark .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.dark .navbar-expand .navbar-nav{flex-direction:row}.dark .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.dark .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.dark .navbar-expand>.container,.dark .navbar-expand>.container-fluid,.dark .navbar-expand>.container-lg,.dark .navbar-expand>.container-md,.dark .navbar-expand>.container-sm,.dark .navbar-expand>.container-xl{flex-wrap:nowrap}.dark .navbar-expand .navbar-nav-scroll{overflow:visible}.dark .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.dark .navbar-expand .navbar-toggler{display:none}.dark .navbar-light .navbar-brand,.dark .navbar-light .navbar-brand:focus,.dark .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.dark .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.dark .navbar-light .navbar-nav .nav-link:focus,.dark .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.dark .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.dark .navbar-light .navbar-nav .active>.nav-link,.dark .navbar-light .navbar-nav .nav-link.active,.dark .navbar-light .navbar-nav .nav-link.show,.dark .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.dark .navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.dark .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.dark .navbar-light .navbar-text{color:rgba(0,0,0,.5)}.dark .navbar-light .navbar-text a,.dark .navbar-light .navbar-text a:focus,.dark .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.dark .navbar-dark .navbar-brand,.dark .navbar-dark .navbar-brand:focus,.dark .navbar-dark .navbar-brand:hover{color:#fff}.dark .navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.dark .navbar-dark .navbar-nav .nav-link:focus,.dark .navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.dark .navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.dark .navbar-dark .navbar-nav .active>.nav-link,.dark .navbar-dark .navbar-nav .nav-link.active,.dark .navbar-dark .navbar-nav .nav-link.show,.dark .navbar-dark .navbar-nav .show>.nav-link{color:#fff}.dark .navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.dark .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.dark .navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.dark .navbar-dark .navbar-text a,.dark .navbar-dark .navbar-text a:focus,.dark .navbar-dark .navbar-text a:hover{color:#fff}.dark .card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#2a3042;background-clip:initial;border:0 solid #32394e;border-radius:.25rem}.dark .card>hr{margin-right:0;margin-left:0}.dark .card>.list-group{border-top:inherit;border-bottom:inherit}.dark .card>.list-group:first-child{border-top-width:0;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.dark .card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.dark .card>.card-header+.list-group,.dark .card>.list-group+.card-footer{border-top:0}.dark .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.dark .card-title{margin-bottom:.75rem}.dark .card-subtitle{margin-top:-.375rem;margin-bottom:0}.dark .card-text:last-child{margin-bottom:0}.dark .card-link:hover{text-decoration:none}.dark .card-link+.card-link{margin-left:1.25rem}.dark .card-header{padding:.75rem 1.25rem;margin-bottom:0;border-bottom:0 solid #32394e}.dark .card-header:first-child{border-radius:.25rem .25rem 0 0}.dark .card-footer{padding:.75rem 1.25rem;background-color:#363e54;border-top:0 solid #32394e}.dark .card-footer:last-child{border-radius:0 0 .25rem .25rem}.dark .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.dark .card-header-pills,.dark .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.dark .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;border-radius:.25rem}.dark .card-img,.dark .card-img-bottom,.dark .card-img-top{flex-shrink:0;width:100%}.dark .card-img,.dark .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.dark .card-img,.dark .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.dark .card-deck .card{margin-bottom:12px}@media(min-width:576px){.dark .card-deck{display:flex;flex-flow:row wrap;margin-right:-12px;margin-left:-12px}.dark .card-deck .card{flex:1 0;margin-right:12px;margin-bottom:0;margin-left:12px}}.dark .card-group>.card{margin-bottom:12px}@media(min-width:576px){.dark .card-group{display:flex;flex-flow:row wrap}.dark .card-group>.card{flex:1 0;margin-bottom:0}.dark .card-group>.card+.card{margin-left:0;border-left:0}.dark .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.dark .card-group>.card:not(:last-child) .card-header,.dark .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.dark .card-group>.card:not(:last-child) .card-footer,.dark .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.dark .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dark .card-group>.card:not(:first-child) .card-header,.dark .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.dark .card-group>.card:not(:first-child) .card-footer,.dark .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.dark .card-columns .card{margin-bottom:24px}@media(min-width:576px){.dark .card-columns{column-count:3;grid-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.dark .card-columns .card{display:inline-block;width:100%}}.dark .accordion{overflow-anchor:none}.dark .accordion>.card{overflow:hidden}.dark .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.dark .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.dark .accordion>.card>.card-header{border-radius:0;margin-bottom:0}.dark .breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#2a3042;border-radius:.25rem}.dark .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.dark .breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#a6b0cf;content:"/"}.dark .breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.dark .breadcrumb-item.active{color:#a6b0cf}.dark .pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.dark .page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#bfc8e2;background-color:#2a3042;border:1px solid #32394e}.dark .page-link:hover{z-index:2;color:rgb(30.5769230769,61.1538461538,207.9230769231);text-decoration:none;background-color:#2a3042;border-color:#32394e}.dark .page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .15rem rgba(85,110,230,.25)}.dark .page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.dark .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.dark .page-item.active .page-link{z-index:3;color:#fff;background-color:#556ee6;border-color:#556ee6}.dark .page-item.disabled .page-link{color:#c3cbe4;pointer-events:none;cursor:auto;background-color:#32394e;border-color:#32394e}.dark .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.015625rem;line-height:1.5}.dark .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.dark .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.dark .pagination-sm .page-link{padding:.25rem .5rem;font-size:.7109375rem;line-height:1.5}.dark .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.dark .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.dark .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:500;line-height:1;text-align:center;white-space:nowrap;vertical-align:initial;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.dark .badge{transition:none}}a.dark .badge:focus,a.dark .badge:hover{text-decoration:none}.dark .badge:empty{display:none}.dark .btn .badge{position:relative;top:-1px}.dark .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.dark .badge-primary{color:#fff;background-color:#556ee6}a.dark .badge-primary:focus,a.dark .badge-primary:hover{color:#fff;background-color:rgb(40.5384615385,72.0769230769,223.4615384615)}a.dark .badge-primary.focus,a.dark .badge-primary:focus{outline:0;box-shadow:0 0 0 .15rem rgba(85,110,230,.5)}.dark .badge-secondary{color:#f8f9fa;background-color:#c3cbe4}a.dark .badge-secondary:focus,a.dark .badge-secondary:hover{color:#f8f9fa;background-color:rgb(159.8275862069,172.5172413793,212.1724137931)}a.dark .badge-secondary.focus,a.dark .badge-secondary:focus{outline:0;box-shadow:0 0 0 .15rem rgba(195,203,228,.5)}.dark .badge-success{color:#fff;background-color:#34c38f}a.dark .badge-success:focus,a.dark .badge-success:hover{color:#fff;background-color:rgb(41.2631578947,154.7368421053,113.4736842105)}a.dark .badge-success.focus,a.dark .badge-success:focus{outline:0;box-shadow:0 0 0 .15rem rgba(52,195,143,.5)}.dark .badge-info{color:#fff;background-color:#50a5f1}a.dark .badge-info:focus,a.dark .badge-info:hover{color:#fff;background-color:rgb(32.7777777778,140.7142857143,237.2222222222)}a.dark .badge-info.focus,a.dark .badge-info:focus{outline:0;box-shadow:0 0 0 .15rem rgba(80,165,241,.5)}.dark .badge-warning{color:#f8f9fa;background-color:#f1b44c}a.dark .badge-warning:focus,a.dark .badge-warning:hover{color:#f8f9fa;background-color:rgb(237.3005181347,160.1813471503,28.6994818653)}a.dark .badge-warning.focus,a.dark .badge-warning:focus{outline:0;box-shadow:0 0 0 .15rem rgba(241,180,76,.5)}.dark .badge-danger{color:#fff;background-color:#f46a6a}a.dark .badge-danger:focus,a.dark .badge-danger:hover{color:#fff;background-color:#f03b3b}a.dark .badge-danger.focus,a.dark .badge-danger:focus{outline:0;box-shadow:0 0 0 .15rem rgba(244,106,106,.5)}.dark .badge-light{color:#fff;background-color:#32394e}a.dark .badge-light:focus,a.dark .badge-light:hover{color:#fff;background-color:#1e222f}a.dark .badge-light.focus,a.dark .badge-light:focus{outline:0;box-shadow:0 0 0 .15rem rgba(50,57,78,.5)}.dark .badge-dark{color:#f8f9fa;background-color:#eff2f7}a.dark .badge-dark:focus,a.dark .badge-dark:hover{color:#f8f9fa;background-color:rgb(205,214.375,230)}a.dark .badge-dark.focus,a.dark .badge-dark:focus{outline:0;box-shadow:0 0 0 .15rem rgba(239,242,247,.5)}.dark .badge-pink{color:#fff;background-color:#e83e8c}a.dark .badge-pink:focus,a.dark .badge-pink:hover{color:#fff;background-color:rgb(217.125,25.875,113.625)}a.dark .badge-pink.focus,a.dark .badge-pink:focus{outline:0;box-shadow:0 0 0 .15rem rgba(232,62,140,.5)}.dark .badge-grey{color:#fff;background-color:#444c62}a.dark .badge-grey:focus,a.dark .badge-grey:hover{color:#fff;background-color:#2f3544}a.dark .badge-grey.focus,a.dark .badge-grey:focus{outline:0;box-shadow:0 0 0 .15rem rgba(68,76,98,.5)}.dark .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#2a3042;border-radius:.4rem}@media(min-width:576px){.dark .jumbotron{padding:4rem 2rem}}.dark .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.dark .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.dark .alert-heading{color:inherit}.dark .alert-link{font-weight:600}.dark .alert-dismissible{padding-right:3.71875rem}.dark .alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.dark .alert-primary{color:rgb(44.2,57.2,119.6);background-color:#dde2fa;border-color:rgb(207.4,214.4,248)}.dark .alert-primary hr{border-top-color:#b9c3f5}.dark .alert-primary .alert-link{color:rgb(30.4380952381,39.3904761905,82.3619047619)}.dark .alert-secondary{color:rgb(101.4,105.56,118.56);background-color:rgb(243,244.6,249.6);border-color:rgb(238.2,240.44,247.44)}.dark .alert-secondary hr{border-top-color:rgb(220.6137931034,225.1986206897,239.5262068966)}.dark .alert-secondary .alert-link{color:rgb(77.8893617021,81.084822695,91.0706382979)}.dark .alert-success{color:rgb(27.04,101.4,74.36);background-color:rgb(214.4,243,232.6);border-color:rgb(198.16,238.2,223.64)}.dark .alert-success hr{border-top-color:rgb(178.4774904943,232.3825095057,212.7806844106)}.dark .alert-success .alert-link{color:rgb(16.3031578947,61.1368421053,44.8336842105)}.dark .alert-info{color:rgb(41.6,85.8,125.32);background-color:rgb(220,237,252.2);border-color:rgb(206,229.8,251.08)}.dark .alert-info hr{border-top-color:rgb(182.3888888889,217.6571428571,249.1911111111)}.dark .alert-info .alert-link{color:rgb(28.8897196262,59.585046729,87.0302803738)}.dark .alert-warning{color:rgb(125.32,93.6,39.52);background-color:rgb(252.2,240,219.2);border-color:rgb(251.08,234,204.88)}.dark .alert-warning hr{border-top-color:#f9e0b5}.dark .alert-warning .alert-link{color:rgb(86.5471293375,64.6410094637,27.2928706625)}.dark .alert-danger{color:rgb(126.88,55.12,55.12);background-color:rgb(252.8,225.2,225.2);border-color:rgb(251.92,213.28,213.28)}.dark .alert-danger hr{border-top-color:#fabebe}.dark .alert-danger .alert-link{color:#5b2828}.dark .alert-light{color:rgb(26,29.64,40.56);background-color:rgb(214,215.4,219.6);border-color:rgb(197.6,199.56,205.44)}.dark .alert-light hr{border-top-color:#b8bac2}.dark .alert-light .alert-link{color:#060709}.dark .alert-dark{color:rgb(124.28,125.84,128.44);background-color:rgb(251.8,252.4,253.4);border-color:rgb(250.52,251.36,252.76)}.dark .alert-dark hr{border-top-color:rgb(233.52,237.5475,244.26)}.dark .alert-dark .alert-link{color:#636467}.dark .alert-pink{color:rgb(120.64,32.24,72.8);background-color:rgb(250.4,216.4,232);border-color:rgb(248.56,200.96,222.8)}.dark .alert-pink hr{border-top-color:rgb(245.8447222222,178.1752777778,209.2236111111)}.dark .alert-pink .alert-link{color:rgb(80.3951020408,21.4848979592,48.5142857143)}.dark .alert-grey{color:rgb(35.36,39.52,50.96);background-color:rgb(217.6,219.2,223.6);border-color:rgb(202.64,204.88,211.04)}.dark .alert-grey hr{border-top-color:#bdc0c7}.dark .alert-grey .alert-link{color:#0e1015}@keyframes progress-bar-stripes{0%{background-position:.625rem 0}to{background-position:0 0}}.dark .progress{display:flex;height:.625rem;overflow:hidden;line-height:0;font-size:.609375rem;background-color:#32394e;border-radius:.25rem}.dark .progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#556ee6;transition:width .6s ease}@media(prefers-reduced-motion:reduce){.dark .progress-bar{transition:none}}.dark .progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:.625rem .625rem}.dark .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.dark .progress-bar-animated{animation:none}}.dark .media{display:flex;align-items:flex-start}.dark .media-body{flex:1 1}.dark .list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.dark .list-group-item-action{width:100%;color:#f6f6f6;text-align:inherit}.dark .list-group-item-action:focus,.dark .list-group-item-action:hover{z-index:1;color:#f6f6f6;text-decoration:none;background-color:#212529}.dark .list-group-item-action:active{color:#a6b0cf;background-color:#2a3042}.dark .list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#2a3042;border:1px solid #32394e}.dark .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.dark .list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.dark .list-group-item.disabled,.dark .list-group-item:disabled{color:#c3cbe4;pointer-events:none;background-color:#2a3042}.dark .list-group-item.active{z-index:2;color:#fff;background-color:#556ee6;border-color:#556ee6}.dark .list-group-item+.dark .list-group-item{border-top-width:0}.dark .list-group-item+.dark .list-group-item.active{margin-top:-1px;border-top-width:1px}.dark .list-group-horizontal{flex-direction:row}.dark .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.dark .list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.dark .list-group-horizontal>.list-group-item.active{margin-top:0}.dark .list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.dark .list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){.dark .list-group-horizontal-sm{flex-direction:row}.dark .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.dark .list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.dark .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.dark .list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.dark .list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){.dark .list-group-horizontal-md{flex-direction:row}.dark .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.dark .list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.dark .list-group-horizontal-md>.list-group-item.active{margin-top:0}.dark .list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.dark .list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){.dark .list-group-horizontal-lg{flex-direction:row}.dark .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.dark .list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.dark .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.dark .list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.dark .list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){.dark .list-group-horizontal-xl{flex-direction:row}.dark .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.dark .list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.dark .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.dark .list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.dark .list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.dark .list-group-flush{border-radius:0}.dark .list-group-flush>.list-group-item{border-width:0 0 1px}.dark .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.dark .list-group-item-primary{color:rgb(44.2,57.2,119.6);background-color:rgb(207.4,214.4,248)}.dark .list-group-item-primary.list-group-item-action:focus,.dark .list-group-item-primary.list-group-item-action:hover{color:rgb(44.2,57.2,119.6);background-color:#b9c3f5}.dark .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:rgb(44.2,57.2,119.6);border-color:rgb(44.2,57.2,119.6)}.dark .list-group-item-secondary{color:rgb(101.4,105.56,118.56);background-color:rgb(238.2,240.44,247.44)}.dark .list-group-item-secondary.list-group-item-action:focus,.dark .list-group-item-secondary.list-group-item-action:hover{color:rgb(101.4,105.56,118.56);background-color:rgb(220.6137931034,225.1986206897,239.5262068966)}.dark .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:rgb(101.4,105.56,118.56);border-color:rgb(101.4,105.56,118.56)}.dark .list-group-item-success{color:rgb(27.04,101.4,74.36);background-color:rgb(198.16,238.2,223.64)}.dark .list-group-item-success.list-group-item-action:focus,.dark .list-group-item-success.list-group-item-action:hover{color:rgb(27.04,101.4,74.36);background-color:rgb(178.4774904943,232.3825095057,212.7806844106)}.dark .list-group-item-success.list-group-item-action.active{color:#fff;background-color:rgb(27.04,101.4,74.36);border-color:rgb(27.04,101.4,74.36)}.dark .list-group-item-info{color:rgb(41.6,85.8,125.32);background-color:rgb(206,229.8,251.08)}.dark .list-group-item-info.list-group-item-action:focus,.dark .list-group-item-info.list-group-item-action:hover{color:rgb(41.6,85.8,125.32);background-color:rgb(182.3888888889,217.6571428571,249.1911111111)}.dark .list-group-item-info.list-group-item-action.active{color:#fff;background-color:rgb(41.6,85.8,125.32);border-color:rgb(41.6,85.8,125.32)}.dark .list-group-item-warning{color:rgb(125.32,93.6,39.52);background-color:rgb(251.08,234,204.88)}.dark .list-group-item-warning.list-group-item-action:focus,.dark .list-group-item-warning.list-group-item-action:hover{color:rgb(125.32,93.6,39.52);background-color:#f9e0b5}.dark .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:rgb(125.32,93.6,39.52);border-color:rgb(125.32,93.6,39.52)}.dark .list-group-item-danger{color:rgb(126.88,55.12,55.12);background-color:rgb(251.92,213.28,213.28)}.dark .list-group-item-danger.list-group-item-action:focus,.dark .list-group-item-danger.list-group-item-action:hover{color:rgb(126.88,55.12,55.12);background-color:#fabebe}.dark .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:rgb(126.88,55.12,55.12);border-color:rgb(126.88,55.12,55.12)}.dark .list-group-item-light{color:rgb(26,29.64,40.56);background-color:rgb(197.6,199.56,205.44)}.dark .list-group-item-light.list-group-item-action:focus,.dark .list-group-item-light.list-group-item-action:hover{color:rgb(26,29.64,40.56);background-color:#b8bac2}.dark .list-group-item-light.list-group-item-action.active{color:#fff;background-color:rgb(26,29.64,40.56);border-color:rgb(26,29.64,40.56)}.dark .list-group-item-dark{color:rgb(124.28,125.84,128.44);background-color:rgb(250.52,251.36,252.76)}.dark .list-group-item-dark.list-group-item-action:focus,.dark .list-group-item-dark.list-group-item-action:hover{color:rgb(124.28,125.84,128.44);background-color:rgb(233.52,237.5475,244.26)}.dark .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:rgb(124.28,125.84,128.44);border-color:rgb(124.28,125.84,128.44)}.dark .list-group-item-pink{color:rgb(120.64,32.24,72.8);background-color:rgb(248.56,200.96,222.8)}.dark .list-group-item-pink.list-group-item-action:focus,.dark .list-group-item-pink.list-group-item-action:hover{color:rgb(120.64,32.24,72.8);background-color:rgb(245.8447222222,178.1752777778,209.2236111111)}.dark .list-group-item-pink.list-group-item-action.active{color:#fff;background-color:rgb(120.64,32.24,72.8);border-color:rgb(120.64,32.24,72.8)}.dark .list-group-item-grey{color:rgb(35.36,39.52,50.96);background-color:rgb(202.64,204.88,211.04)}.dark .list-group-item-grey.list-group-item-action:focus,.dark .list-group-item-grey.list-group-item-action:hover{color:rgb(35.36,39.52,50.96);background-color:#bdc0c7}.dark .list-group-item-grey.list-group-item-action.active{color:#fff;background-color:rgb(35.36,39.52,50.96);border-color:rgb(35.36,39.52,50.96)}.dark .close{float:right;font-size:1.21875rem;font-weight:600;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.dark .close:hover{color:#000;text-decoration:none}.dark .close:not(:disabled):not(.disabled):focus,.dark .close:not(:disabled):not(.disabled):hover{opacity:.75}.dark button.close{padding:0;background-color:transparent;border:0}.dark a.close.disabled{pointer-events:none}.dark .toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}.dark .toast:not(:last-child){margin-bottom:.75rem}.dark .toast.showing{opacity:1}.dark .toast.show{display:block;opacity:1}.dark .toast.hide{display:none}.dark .toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#c3cbe4;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.dark .toast-body{padding:.75rem}.dark .modal-open{overflow:hidden}.dark .modal-open .modal{overflow-x:hidden;overflow-y:auto}.dark .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.dark .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .dark .modal-dialog{transition:transform .3s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .dark .modal-dialog{transition:none}}.modal.fade .dark .modal-dialog{transform:translateY(-50px)}.modal.show .dark .modal-dialog{transform:none}.modal.modal-static .dark .modal-dialog{transform:scale(1.02)}.dark .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.dark .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.dark .modal-dialog-scrollable .modal-footer,.dark .modal-dialog-scrollable .modal-header{flex-shrink:0}.dark .modal-dialog-scrollable .modal-body{overflow-y:auto}.dark .modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.dark .modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:min-content;content:""}.dark .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.dark .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.dark .modal-dialog-centered.modal-dialog-scrollable:before{content:none}.dark .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#2a3042;background-clip:padding-box;border:1px solid #32394e;border-radius:.4rem;outline:0}.dark .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.dark .modal-backdrop.fade{opacity:0}.dark .modal-backdrop.show{opacity:.5}.dark .modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #32394e;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.dark .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.dark .modal-title{margin-bottom:0;line-height:1.5}.dark .modal-body{position:relative;flex:1 1 auto;padding:1rem}.dark .modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #32394e;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.dark .modal-footer>*{margin:.25rem}.dark .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.dark .modal-dialog{max-width:500px;margin:1.75rem auto}.dark .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.dark .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.dark .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.dark .modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:min-content}.dark .modal-sm{max-width:300px}}@media(min-width:992px){.dark .modal-lg,.dark .modal-xl{max-width:800px}}@media(min-width:1200px){.dark .modal-xl{max-width:1140px}}.dark .tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Poppins",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.7109375rem;word-wrap:break-word;opacity:0}.dark .tooltip.show{opacity:.9}.dark .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.dark .tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.dark .bs-tooltip-auto[x-placement^=top],.dark .bs-tooltip-top{padding:.4rem 0}.dark .bs-tooltip-auto[x-placement^=top] .arrow,.dark .bs-tooltip-top .arrow{bottom:0}.dark .bs-tooltip-auto[x-placement^=top] .arrow:before,.dark .bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.dark .bs-tooltip-auto[x-placement^=right],.dark .bs-tooltip-right{padding:0 .4rem}.dark .bs-tooltip-auto[x-placement^=right] .arrow,.dark .bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.dark .bs-tooltip-auto[x-placement^=right] .arrow:before,.dark .bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.dark .bs-tooltip-auto[x-placement^=bottom],.dark .bs-tooltip-bottom{padding:.4rem 0}.dark .bs-tooltip-auto[x-placement^=bottom] .arrow,.dark .bs-tooltip-bottom .arrow{top:0}.dark .bs-tooltip-auto[x-placement^=bottom] .arrow:before,.dark .bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.dark .bs-tooltip-auto[x-placement^=left],.dark .bs-tooltip-left{padding:0 .4rem}.dark .bs-tooltip-auto[x-placement^=left] .arrow,.dark .bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.dark .bs-tooltip-auto[x-placement^=left] .arrow:before,.dark .bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.dark .tooltip-inner{max-width:200px;padding:.4rem .7rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.dark .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Poppins",sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:.7109375rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid #2a3042;border-radius:.4rem}.dark .popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .4rem}.dark .popover .arrow:after,.dark .popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.dark .bs-popover-auto[x-placement^=top],.dark .bs-popover-top{margin-bottom:.5rem}.dark .bs-popover-auto[x-placement^=top]>.arrow,.dark .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.dark .bs-popover-auto[x-placement^=top]>.arrow:before,.dark .bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#2a3042}.dark .bs-popover-auto[x-placement^=top]>.arrow:after,.dark .bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.dark .bs-popover-auto[x-placement^=right],.dark .bs-popover-right{margin-left:.5rem}.dark .bs-popover-auto[x-placement^=right]>.arrow,.dark .bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.4rem 0}.dark .bs-popover-auto[x-placement^=right]>.arrow:before,.dark .bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#2a3042}.dark .bs-popover-auto[x-placement^=right]>.arrow:after,.dark .bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.dark .bs-popover-auto[x-placement^=bottom],.dark .bs-popover-bottom{margin-top:.5rem}.dark .bs-popover-auto[x-placement^=bottom]>.arrow,.dark .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.dark .bs-popover-auto[x-placement^=bottom]>.arrow:before,.dark .bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:#2a3042}.dark .bs-popover-auto[x-placement^=bottom]>.arrow:after,.dark .bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.dark .bs-popover-auto[x-placement^=bottom] .popover-header:before,.dark .bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.dark .bs-popover-auto[x-placement^=left],.dark .bs-popover-left{margin-right:.5rem}.dark .bs-popover-auto[x-placement^=left]>.arrow,.dark .bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.4rem 0}.dark .bs-popover-auto[x-placement^=left]>.arrow:before,.dark .bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#2a3042}.dark .bs-popover-auto[x-placement^=left]>.arrow:after,.dark .bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.dark .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:.8125rem;color:#2a3042;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.dark .popover-header:empty{display:none}.dark .popover-body{padding:.5rem .75rem;color:#a6b0cf}.dark .carousel{position:relative}.dark .carousel.pointer-event{touch-action:pan-y}.dark .carousel-inner{position:relative;width:100%;overflow:hidden}.dark .carousel-inner:after{display:block;clear:both;content:""}.dark .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.dark .carousel-item{transition:none}}.dark .carousel-item-next,.dark .carousel-item-prev,.dark .carousel-item.active{display:block}.dark .active.carousel-item-right,.dark .carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.dark .active.carousel-item-left,.dark .carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.dark .carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.dark .carousel-fade .carousel-item-next.carousel-item-left,.dark .carousel-fade .carousel-item-prev.carousel-item-right,.dark .carousel-fade .carousel-item.active{z-index:1;opacity:1}.dark .carousel-fade .active.carousel-item-left,.dark .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.dark .carousel-fade .active.carousel-item-left,.dark .carousel-fade .active.carousel-item-right{transition:none}}.dark .carousel-control-next,.dark .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.dark .carousel-control-next,.dark .carousel-control-prev{transition:none}}.dark .carousel-control-next:focus,.dark .carousel-control-next:hover,.dark .carousel-control-prev:focus,.dark .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.dark .carousel-control-prev{left:0}.dark .carousel-control-next{right:0}.dark .carousel-control-next-icon,.dark .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:50%/100% 100% no-repeat}.dark .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.dark .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.dark .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.dark .carousel-indicators li{box-sizing:initial;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.dark .carousel-indicators li{transition:none}}.dark .carousel-indicators .active{opacity:1}.dark .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(1turn)}}.dark .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.dark .spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.dark .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentcolor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.dark .spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.dark .spinner-border,.dark .spinner-grow{animation-duration:1.5s}}.dark .align-baseline{vertical-align:initial!important}.dark .align-top{vertical-align:top!important}.dark .align-middle{vertical-align:middle!important}.dark .align-bottom{vertical-align:bottom!important}.dark .align-text-bottom{vertical-align:text-bottom!important}.dark .align-text-top{vertical-align:text-top!important}.dark a.bg-primary:focus,.dark a.bg-primary:hover,.dark button.bg-primary:focus,.dark button.bg-primary:hover{background-color:rgb(40.5384615385,72.0769230769,223.4615384615)!important}.dark a.bg-secondary:focus,.dark a.bg-secondary:hover,.dark button.bg-secondary:focus,.dark button.bg-secondary:hover{background-color:rgb(159.8275862069,172.5172413793,212.1724137931)!important}.dark a.bg-success:focus,.dark a.bg-success:hover,.dark button.bg-success:focus,.dark button.bg-success:hover{background-color:rgb(41.2631578947,154.7368421053,113.4736842105)!important}.dark a.bg-info:focus,.dark a.bg-info:hover,.dark button.bg-info:focus,.dark button.bg-info:hover{background-color:rgb(32.7777777778,140.7142857143,237.2222222222)!important}.dark a.bg-warning:focus,.dark a.bg-warning:hover,.dark button.bg-warning:focus,.dark button.bg-warning:hover{background-color:rgb(237.3005181347,160.1813471503,28.6994818653)!important}.dark a.bg-danger:focus,.dark a.bg-danger:hover,.dark button.bg-danger:focus,.dark button.bg-danger:hover{background-color:#f03b3b!important}.dark a.bg-light:focus,.dark a.bg-light:hover,.dark button.bg-light:focus,.dark button.bg-light:hover{background-color:#1e222f!important}.dark a.bg-dark:focus,.dark a.bg-dark:hover,.dark button.bg-dark:focus,.dark button.bg-dark:hover{background-color:rgb(205,214.375,230)!important}.dark a.bg-pink:focus,.dark a.bg-pink:hover,.dark button.bg-pink:focus,.dark button.bg-pink:hover{background-color:rgb(217.125,25.875,113.625)!important}.dark a.bg-grey:focus,.dark a.bg-grey:hover,.dark button.bg-grey:focus,.dark button.bg-grey:hover{background-color:#2f3544!important}.dark .bg-white{background-color:#fff!important}.dark .bg-transparent{background-color:transparent!important}.dark .border{border:1px solid rgba(99,99,99,.4)!important}.dark .border-top{border-top:1px solid rgba(99,99,99,.4)!important}.dark .border-right{border-right:1px solid rgba(99,99,99,.4)!important}.dark .border-bottom{border-bottom:1px solid rgba(99,99,99,.4)!important}.dark .border-left{border-left:1px solid rgba(99,99,99,.4)!important}.dark .border-0{border:0!important}.dark .border-top-0{border-top:0!important}.dark .border-right-0{border-right:0!important}.dark .border-bottom-0{border-bottom:0!important}.dark .border-left-0{border-left:0!important}.dark .border-primary{border-color:#556ee6!important}.dark .border-secondary{border-color:#c3cbe4!important}.dark .border-success{border-color:#34c38f!important}.dark .border-info{border-color:#50a5f1!important}.dark .border-warning{border-color:#f1b44c!important}.dark .border-danger{border-color:#f46a6a!important}.dark .border-light{border-color:#32394e!important}.dark .border-dark{border-color:#eff2f7!important}.dark .border-pink{border-color:#e83e8c!important}.dark .border-grey{border-color:#444c62!important}.dark .border-white{border-color:#fff!important}.dark .rounded-sm{border-radius:.2rem!important}.dark .rounded{border-radius:.25rem!important}.dark .rounded-top{border-top-left-radius:.25rem!important}.dark .rounded-right,.dark .rounded-top{border-top-right-radius:.25rem!important}.dark .rounded-bottom,.dark .rounded-right{border-bottom-right-radius:.25rem!important}.dark .rounded-bottom,.dark .rounded-left{border-bottom-left-radius:.25rem!important}.dark .rounded-left{border-top-left-radius:.25rem!important}.dark .rounded-lg{border-radius:.4rem!important}.dark .rounded-circle{border-radius:50%!important}.dark .rounded-pill{border-radius:50rem!important}.dark .rounded-0{border-radius:0!important}.dark .clearfix:after{display:block;clear:both;content:""}.dark .d-none{display:none!important}.dark .d-inline{display:inline!important}.dark .d-inline-block{display:inline-block!important}.dark .d-block{display:block!important}.dark .d-table{display:table!important}.dark .d-table-row{display:table-row!important}.dark .d-table-cell{display:table-cell!important}.dark .d-flex{display:flex!important}.dark .d-inline-flex{display:inline-flex!important}@media(min-width:576px){.dark .d-sm-none{display:none!important}.dark .d-sm-inline{display:inline!important}.dark .d-sm-inline-block{display:inline-block!important}.dark .d-sm-block{display:block!important}.dark .d-sm-table{display:table!important}.dark .d-sm-table-row{display:table-row!important}.dark .d-sm-table-cell{display:table-cell!important}.dark .d-sm-flex{display:flex!important}.dark .d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.dark .d-md-none{display:none!important}.dark .d-md-inline{display:inline!important}.dark .d-md-inline-block{display:inline-block!important}.dark .d-md-block{display:block!important}.dark .d-md-table{display:table!important}.dark .d-md-table-row{display:table-row!important}.dark .d-md-table-cell{display:table-cell!important}.dark .d-md-flex{display:flex!important}.dark .d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.dark .d-lg-none{display:none!important}.dark .d-lg-inline{display:inline!important}.dark .d-lg-inline-block{display:inline-block!important}.dark .d-lg-block{display:block!important}.dark .d-lg-table{display:table!important}.dark .d-lg-table-row{display:table-row!important}.dark .d-lg-table-cell{display:table-cell!important}.dark .d-lg-flex{display:flex!important}.dark .d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.dark .d-xl-none{display:none!important}.dark .d-xl-inline{display:inline!important}.dark .d-xl-inline-block{display:inline-block!important}.dark .d-xl-block{display:block!important}.dark .d-xl-table{display:table!important}.dark .d-xl-table-row{display:table-row!important}.dark .d-xl-table-cell{display:table-cell!important}.dark .d-xl-flex{display:flex!important}.dark .d-xl-inline-flex{display:inline-flex!important}}@media print{.dark .d-print-none{display:none!important}.dark .d-print-inline{display:inline!important}.dark .d-print-inline-block{display:inline-block!important}.dark .d-print-block{display:block!important}.dark .d-print-table{display:table!important}.dark .d-print-table-row{display:table-row!important}.dark .d-print-table-cell{display:table-cell!important}.dark .d-print-flex{display:flex!important}.dark .d-print-inline-flex{display:inline-flex!important}}.dark .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.dark .embed-responsive:before{display:block;content:""}.dark .embed-responsive .embed-responsive-item,.dark .embed-responsive embed,.dark .embed-responsive iframe,.dark .embed-responsive object,.dark .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.dark .embed-responsive-21by9:before{padding-top:42.85714286%}.dark .embed-responsive-16by9:before{padding-top:56.25%}.dark .embed-responsive-4by3:before{padding-top:75%}.dark .embed-responsive-1by1:before{padding-top:100%}.dark .flex-row{flex-direction:row!important}.dark .flex-column{flex-direction:column!important}.dark .flex-row-reverse{flex-direction:row-reverse!important}.dark .flex-column-reverse{flex-direction:column-reverse!important}.dark .flex-wrap{flex-wrap:wrap!important}.dark .flex-nowrap{flex-wrap:nowrap!important}.dark .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.dark .flex-fill{flex:1 1 auto!important}.dark .flex-grow-0{flex-grow:0!important}.dark .flex-grow-1{flex-grow:1!important}.dark .flex-shrink-0{flex-shrink:0!important}.dark .flex-shrink-1{flex-shrink:1!important}.dark .justify-content-start{justify-content:flex-start!important}.dark .justify-content-end{justify-content:flex-end!important}.dark .justify-content-center{justify-content:center!important}.dark .justify-content-between{justify-content:space-between!important}.dark .justify-content-around{justify-content:space-around!important}.dark .align-items-start{align-items:flex-start!important}.dark .align-items-end{align-items:flex-end!important}.dark .align-items-center{align-items:center!important}.dark .align-items-baseline{align-items:baseline!important}.dark .align-items-stretch{align-items:stretch!important}.dark .align-content-start{align-content:flex-start!important}.dark .align-content-end{align-content:flex-end!important}.dark .align-content-center{align-content:center!important}.dark .align-content-between{align-content:space-between!important}.dark .align-content-around{align-content:space-around!important}.dark .align-content-stretch{align-content:stretch!important}.dark .align-self-auto{align-self:auto!important}.dark .align-self-start{align-self:flex-start!important}.dark .align-self-end{align-self:flex-end!important}.dark .align-self-center{align-self:center!important}.dark .align-self-baseline{align-self:baseline!important}.dark .align-self-stretch{align-self:stretch!important}@media(min-width:576px){.dark .flex-sm-row{flex-direction:row!important}.dark .flex-sm-column{flex-direction:column!important}.dark .flex-sm-row-reverse{flex-direction:row-reverse!important}.dark .flex-sm-column-reverse{flex-direction:column-reverse!important}.dark .flex-sm-wrap{flex-wrap:wrap!important}.dark .flex-sm-nowrap{flex-wrap:nowrap!important}.dark .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.dark .flex-sm-fill{flex:1 1 auto!important}.dark .flex-sm-grow-0{flex-grow:0!important}.dark .flex-sm-grow-1{flex-grow:1!important}.dark .flex-sm-shrink-0{flex-shrink:0!important}.dark .flex-sm-shrink-1{flex-shrink:1!important}.dark .justify-content-sm-start{justify-content:flex-start!important}.dark .justify-content-sm-end{justify-content:flex-end!important}.dark .justify-content-sm-center{justify-content:center!important}.dark .justify-content-sm-between{justify-content:space-between!important}.dark .justify-content-sm-around{justify-content:space-around!important}.dark .align-items-sm-start{align-items:flex-start!important}.dark .align-items-sm-end{align-items:flex-end!important}.dark .align-items-sm-center{align-items:center!important}.dark .align-items-sm-baseline{align-items:baseline!important}.dark .align-items-sm-stretch{align-items:stretch!important}.dark .align-content-sm-start{align-content:flex-start!important}.dark .align-content-sm-end{align-content:flex-end!important}.dark .align-content-sm-center{align-content:center!important}.dark .align-content-sm-between{align-content:space-between!important}.dark .align-content-sm-around{align-content:space-around!important}.dark .align-content-sm-stretch{align-content:stretch!important}.dark .align-self-sm-auto{align-self:auto!important}.dark .align-self-sm-start{align-self:flex-start!important}.dark .align-self-sm-end{align-self:flex-end!important}.dark .align-self-sm-center{align-self:center!important}.dark .align-self-sm-baseline{align-self:baseline!important}.dark .align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.dark .flex-md-row{flex-direction:row!important}.dark .flex-md-column{flex-direction:column!important}.dark .flex-md-row-reverse{flex-direction:row-reverse!important}.dark .flex-md-column-reverse{flex-direction:column-reverse!important}.dark .flex-md-wrap{flex-wrap:wrap!important}.dark .flex-md-nowrap{flex-wrap:nowrap!important}.dark .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.dark .flex-md-fill{flex:1 1 auto!important}.dark .flex-md-grow-0{flex-grow:0!important}.dark .flex-md-grow-1{flex-grow:1!important}.dark .flex-md-shrink-0{flex-shrink:0!important}.dark .flex-md-shrink-1{flex-shrink:1!important}.dark .justify-content-md-start{justify-content:flex-start!important}.dark .justify-content-md-end{justify-content:flex-end!important}.dark .justify-content-md-center{justify-content:center!important}.dark .justify-content-md-between{justify-content:space-between!important}.dark .justify-content-md-around{justify-content:space-around!important}.dark .align-items-md-start{align-items:flex-start!important}.dark .align-items-md-end{align-items:flex-end!important}.dark .align-items-md-center{align-items:center!important}.dark .align-items-md-baseline{align-items:baseline!important}.dark .align-items-md-stretch{align-items:stretch!important}.dark .align-content-md-start{align-content:flex-start!important}.dark .align-content-md-end{align-content:flex-end!important}.dark .align-content-md-center{align-content:center!important}.dark .align-content-md-between{align-content:space-between!important}.dark .align-content-md-around{align-content:space-around!important}.dark .align-content-md-stretch{align-content:stretch!important}.dark .align-self-md-auto{align-self:auto!important}.dark .align-self-md-start{align-self:flex-start!important}.dark .align-self-md-end{align-self:flex-end!important}.dark .align-self-md-center{align-self:center!important}.dark .align-self-md-baseline{align-self:baseline!important}.dark .align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){.dark .flex-lg-row{flex-direction:row!important}.dark .flex-lg-column{flex-direction:column!important}.dark .flex-lg-row-reverse{flex-direction:row-reverse!important}.dark .flex-lg-column-reverse{flex-direction:column-reverse!important}.dark .flex-lg-wrap{flex-wrap:wrap!important}.dark .flex-lg-nowrap{flex-wrap:nowrap!important}.dark .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.dark .flex-lg-fill{flex:1 1 auto!important}.dark .flex-lg-grow-0{flex-grow:0!important}.dark .flex-lg-grow-1{flex-grow:1!important}.dark .flex-lg-shrink-0{flex-shrink:0!important}.dark .flex-lg-shrink-1{flex-shrink:1!important}.dark .justify-content-lg-start{justify-content:flex-start!important}.dark .justify-content-lg-end{justify-content:flex-end!important}.dark .justify-content-lg-center{justify-content:center!important}.dark .justify-content-lg-between{justify-content:space-between!important}.dark .justify-content-lg-around{justify-content:space-around!important}.dark .align-items-lg-start{align-items:flex-start!important}.dark .align-items-lg-end{align-items:flex-end!important}.dark .align-items-lg-center{align-items:center!important}.dark .align-items-lg-baseline{align-items:baseline!important}.dark .align-items-lg-stretch{align-items:stretch!important}.dark .align-content-lg-start{align-content:flex-start!important}.dark .align-content-lg-end{align-content:flex-end!important}.dark .align-content-lg-center{align-content:center!important}.dark .align-content-lg-between{align-content:space-between!important}.dark .align-content-lg-around{align-content:space-around!important}.dark .align-content-lg-stretch{align-content:stretch!important}.dark .align-self-lg-auto{align-self:auto!important}.dark .align-self-lg-start{align-self:flex-start!important}.dark .align-self-lg-end{align-self:flex-end!important}.dark .align-self-lg-center{align-self:center!important}.dark .align-self-lg-baseline{align-self:baseline!important}.dark .align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){.dark .flex-xl-row{flex-direction:row!important}.dark .flex-xl-column{flex-direction:column!important}.dark .flex-xl-row-reverse{flex-direction:row-reverse!important}.dark .flex-xl-column-reverse{flex-direction:column-reverse!important}.dark .flex-xl-wrap{flex-wrap:wrap!important}.dark .flex-xl-nowrap{flex-wrap:nowrap!important}.dark .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.dark .flex-xl-fill{flex:1 1 auto!important}.dark .flex-xl-grow-0{flex-grow:0!important}.dark .flex-xl-grow-1{flex-grow:1!important}.dark .flex-xl-shrink-0{flex-shrink:0!important}.dark .flex-xl-shrink-1{flex-shrink:1!important}.dark .justify-content-xl-start{justify-content:flex-start!important}.dark .justify-content-xl-end{justify-content:flex-end!important}.dark .justify-content-xl-center{justify-content:center!important}.dark .justify-content-xl-between{justify-content:space-between!important}.dark .justify-content-xl-around{justify-content:space-around!important}.dark .align-items-xl-start{align-items:flex-start!important}.dark .align-items-xl-end{align-items:flex-end!important}.dark .align-items-xl-center{align-items:center!important}.dark .align-items-xl-baseline{align-items:baseline!important}.dark .align-items-xl-stretch{align-items:stretch!important}.dark .align-content-xl-start{align-content:flex-start!important}.dark .align-content-xl-end{align-content:flex-end!important}.dark .align-content-xl-center{align-content:center!important}.dark .align-content-xl-between{align-content:space-between!important}.dark .align-content-xl-around{align-content:space-around!important}.dark .align-content-xl-stretch{align-content:stretch!important}.dark .align-self-xl-auto{align-self:auto!important}.dark .align-self-xl-start{align-self:flex-start!important}.dark .align-self-xl-end{align-self:flex-end!important}.dark .align-self-xl-center{align-self:center!important}.dark .align-self-xl-baseline{align-self:baseline!important}.dark .align-self-xl-stretch{align-self:stretch!important}}.dark .float-left{float:left!important}.dark .float-right{float:right!important}.dark .float-none{float:none!important}@media(min-width:576px){.dark .float-sm-left{float:left!important}.dark .float-sm-right{float:right!important}.dark .float-sm-none{float:none!important}}@media(min-width:768px){.dark .float-md-left{float:left!important}.dark .float-md-right{float:right!important}.dark .float-md-none{float:none!important}}@media(min-width:992px){.dark .float-lg-left{float:left!important}.dark .float-lg-right{float:right!important}.dark .float-lg-none{float:none!important}}@media(min-width:1200px){.dark .float-xl-left{float:left!important}.dark .float-xl-right{float:right!important}.dark .float-xl-none{float:none!important}}.dark .user-select-all{-webkit-user-select:all!important;user-select:all!important}.dark .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.dark .user-select-none{-webkit-user-select:none!important;user-select:none!important}.dark .overflow-auto{overflow:auto!important}.dark .overflow-hidden{overflow:hidden!important}.dark .position-static{position:static!important}.dark .position-relative{position:relative!important}.dark .position-absolute{position:absolute!important}.dark .position-fixed{position:fixed!important}.dark .position-sticky{position:sticky!important}.dark .fixed-top{top:0}.dark .fixed-bottom,.dark .fixed-top{position:fixed;right:0;left:0;z-index:1030}.dark .fixed-bottom{bottom:0}@supports(position:sticky){.dark .sticky-top{position:sticky;top:0;z-index:1020}}.dark .sr-only{white-space:nowrap}.dark .sr-only-focusable:active,.dark .sr-only-focusable:focus{white-space:normal}.dark .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.dark .shadow{box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)!important}.dark .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.dark .shadow-none{box-shadow:none!important}.dark .w-25{width:25%!important}.dark .w-50{width:50%!important}.dark .w-75{width:75%!important}.dark .w-100{width:100%!important}.dark .w-auto{width:auto!important}.dark .h-25{height:25%!important}.dark .h-50{height:50%!important}.dark .h-75{height:75%!important}.dark .h-100{height:100%!important}.dark .h-auto{height:auto!important}.dark .mw-100{max-width:100%!important}.dark .mh-100{max-height:100%!important}.dark .min-vw-100{min-width:100vw!important}.dark .min-vh-100{min-height:100vh!important}.dark .vw-100{width:100vw!important}.dark .vh-100{height:100vh!important}.dark .m-0{margin:0!important}.dark .mt-0,.dark .my-0{margin-top:0!important}.dark .mr-0,.dark .mx-0{margin-right:0!important}.dark .mb-0,.dark .my-0{margin-bottom:0!important}.dark .ml-0,.dark .mx-0{margin-left:0!important}.dark .m-1{margin:.25rem!important}.dark .mt-1,.dark .my-1{margin-top:.25rem!important}.dark .mr-1,.dark .mx-1{margin-right:.25rem!important}.dark .mb-1,.dark .my-1{margin-bottom:.25rem!important}.dark .ml-1,.dark .mx-1{margin-left:.25rem!important}.dark .m-2{margin:.5rem!important}.dark .mt-2,.dark .my-2{margin-top:.5rem!important}.dark .mr-2,.dark .mx-2{margin-right:.5rem!important}.dark .mb-2,.dark .my-2{margin-bottom:.5rem!important}.dark .ml-2,.dark .mx-2{margin-left:.5rem!important}.dark .m-3{margin:1rem!important}.dark .mt-3,.dark .my-3{margin-top:1rem!important}.dark .mr-3,.dark .mx-3{margin-right:1rem!important}.dark .mb-3,.dark .my-3{margin-bottom:1rem!important}.dark .ml-3,.dark .mx-3{margin-left:1rem!important}.dark .m-4{margin:1.5rem!important}.dark .mt-4,.dark .my-4{margin-top:1.5rem!important}.dark .mr-4,.dark .mx-4{margin-right:1.5rem!important}.dark .mb-4,.dark .my-4{margin-bottom:1.5rem!important}.dark .ml-4,.dark .mx-4{margin-left:1.5rem!important}.dark .m-5{margin:3rem!important}.dark .mt-5,.dark .my-5{margin-top:3rem!important}.dark .mr-5,.dark .mx-5{margin-right:3rem!important}.dark .mb-5,.dark .my-5{margin-bottom:3rem!important}.dark .ml-5,.dark .mx-5{margin-left:3rem!important}.dark .p-0{padding:0!important}.dark .pt-0,.dark .py-0{padding-top:0!important}.dark .pr-0,.dark .px-0{padding-right:0!important}.dark .pb-0,.dark .py-0{padding-bottom:0!important}.dark .pl-0,.dark .px-0{padding-left:0!important}.dark .p-1{padding:.25rem!important}.dark .pt-1,.dark .py-1{padding-top:.25rem!important}.dark .pr-1,.dark .px-1{padding-right:.25rem!important}.dark .pb-1,.dark .py-1{padding-bottom:.25rem!important}.dark .pl-1,.dark .px-1{padding-left:.25rem!important}.dark .p-2{padding:.5rem!important}.dark .pt-2,.dark .py-2{padding-top:.5rem!important}.dark .pr-2,.dark .px-2{padding-right:.5rem!important}.dark .pb-2,.dark .py-2{padding-bottom:.5rem!important}.dark .pl-2,.dark .px-2{padding-left:.5rem!important}.dark .p-3{padding:1rem!important}.dark .pt-3,.dark .py-3{padding-top:1rem!important}.dark .pr-3,.dark .px-3{padding-right:1rem!important}.dark .pb-3,.dark .py-3{padding-bottom:1rem!important}.dark .pl-3,.dark .px-3{padding-left:1rem!important}.dark .p-4{padding:1.5rem!important}.dark .pt-4,.dark .py-4{padding-top:1.5rem!important}.dark .pr-4,.dark .px-4{padding-right:1.5rem!important}.dark .pb-4,.dark .py-4{padding-bottom:1.5rem!important}.dark .pl-4,.dark .px-4{padding-left:1.5rem!important}.dark .p-5{padding:3rem!important}.dark .pt-5,.dark .py-5{padding-top:3rem!important}.dark .pr-5,.dark .px-5{padding-right:3rem!important}.dark .pb-5,.dark .py-5{padding-bottom:3rem!important}.dark .pl-5,.dark .px-5{padding-left:3rem!important}.dark .m-n1{margin:-.25rem!important}.dark .mt-n1,.dark .my-n1{margin-top:-.25rem!important}.dark .mr-n1,.dark .mx-n1{margin-right:-.25rem!important}.dark .mb-n1,.dark .my-n1{margin-bottom:-.25rem!important}.dark .ml-n1,.dark .mx-n1{margin-left:-.25rem!important}.dark .m-n2{margin:-.5rem!important}.dark .mt-n2,.dark .my-n2{margin-top:-.5rem!important}.dark .mr-n2,.dark .mx-n2{margin-right:-.5rem!important}.dark .mb-n2,.dark .my-n2{margin-bottom:-.5rem!important}.dark .ml-n2,.dark .mx-n2{margin-left:-.5rem!important}.dark .m-n3{margin:-1rem!important}.dark .mt-n3,.dark .my-n3{margin-top:-1rem!important}.dark .mr-n3,.dark .mx-n3{margin-right:-1rem!important}.dark .mb-n3,.dark .my-n3{margin-bottom:-1rem!important}.dark .ml-n3,.dark .mx-n3{margin-left:-1rem!important}.dark .m-n4{margin:-1.5rem!important}.dark .mt-n4,.dark .my-n4{margin-top:-1.5rem!important}.dark .mr-n4,.dark .mx-n4{margin-right:-1.5rem!important}.dark .mb-n4,.dark .my-n4{margin-bottom:-1.5rem!important}.dark .ml-n4,.dark .mx-n4{margin-left:-1.5rem!important}.dark .m-n5{margin:-3rem!important}.dark .mt-n5,.dark .my-n5{margin-top:-3rem!important}.dark .mr-n5,.dark .mx-n5{margin-right:-3rem!important}.dark .mb-n5,.dark .my-n5{margin-bottom:-3rem!important}.dark .ml-n5,.dark .mx-n5{margin-left:-3rem!important}.dark .m-auto{margin:auto!important}.dark .mt-auto,.dark .my-auto{margin-top:auto!important}.dark .mr-auto,.dark .mx-auto{margin-right:auto!important}.dark .mb-auto,.dark .my-auto{margin-bottom:auto!important}.dark .ml-auto,.dark .mx-auto{margin-left:auto!important}@media(min-width:576px){.dark .m-sm-0{margin:0!important}.dark .mt-sm-0,.dark .my-sm-0{margin-top:0!important}.dark .mr-sm-0,.dark .mx-sm-0{margin-right:0!important}.dark .mb-sm-0,.dark .my-sm-0{margin-bottom:0!important}.dark .ml-sm-0,.dark .mx-sm-0{margin-left:0!important}.dark .m-sm-1{margin:.25rem!important}.dark .mt-sm-1,.dark .my-sm-1{margin-top:.25rem!important}.dark .mr-sm-1,.dark .mx-sm-1{margin-right:.25rem!important}.dark .mb-sm-1,.dark .my-sm-1{margin-bottom:.25rem!important}.dark .ml-sm-1,.dark .mx-sm-1{margin-left:.25rem!important}.dark .m-sm-2{margin:.5rem!important}.dark .mt-sm-2,.dark .my-sm-2{margin-top:.5rem!important}.dark .mr-sm-2,.dark .mx-sm-2{margin-right:.5rem!important}.dark .mb-sm-2,.dark .my-sm-2{margin-bottom:.5rem!important}.dark .ml-sm-2,.dark .mx-sm-2{margin-left:.5rem!important}.dark .m-sm-3{margin:1rem!important}.dark .mt-sm-3,.dark .my-sm-3{margin-top:1rem!important}.dark .mr-sm-3,.dark .mx-sm-3{margin-right:1rem!important}.dark .mb-sm-3,.dark .my-sm-3{margin-bottom:1rem!important}.dark .ml-sm-3,.dark .mx-sm-3{margin-left:1rem!important}.dark .m-sm-4{margin:1.5rem!important}.dark .mt-sm-4,.dark .my-sm-4{margin-top:1.5rem!important}.dark .mr-sm-4,.dark .mx-sm-4{margin-right:1.5rem!important}.dark .mb-sm-4,.dark .my-sm-4{margin-bottom:1.5rem!important}.dark .ml-sm-4,.dark .mx-sm-4{margin-left:1.5rem!important}.dark .m-sm-5{margin:3rem!important}.dark .mt-sm-5,.dark .my-sm-5{margin-top:3rem!important}.dark .mr-sm-5,.dark .mx-sm-5{margin-right:3rem!important}.dark .mb-sm-5,.dark .my-sm-5{margin-bottom:3rem!important}.dark .ml-sm-5,.dark .mx-sm-5{margin-left:3rem!important}.dark .p-sm-0{padding:0!important}.dark .pt-sm-0,.dark .py-sm-0{padding-top:0!important}.dark .pr-sm-0,.dark .px-sm-0{padding-right:0!important}.dark .pb-sm-0,.dark .py-sm-0{padding-bottom:0!important}.dark .pl-sm-0,.dark .px-sm-0{padding-left:0!important}.dark .p-sm-1{padding:.25rem!important}.dark .pt-sm-1,.dark .py-sm-1{padding-top:.25rem!important}.dark .pr-sm-1,.dark .px-sm-1{padding-right:.25rem!important}.dark .pb-sm-1,.dark .py-sm-1{padding-bottom:.25rem!important}.dark .pl-sm-1,.dark .px-sm-1{padding-left:.25rem!important}.dark .p-sm-2{padding:.5rem!important}.dark .pt-sm-2,.dark .py-sm-2{padding-top:.5rem!important}.dark .pr-sm-2,.dark .px-sm-2{padding-right:.5rem!important}.dark .pb-sm-2,.dark .py-sm-2{padding-bottom:.5rem!important}.dark .pl-sm-2,.dark .px-sm-2{padding-left:.5rem!important}.dark .p-sm-3{padding:1rem!important}.dark .pt-sm-3,.dark .py-sm-3{padding-top:1rem!important}.dark .pr-sm-3,.dark .px-sm-3{padding-right:1rem!important}.dark .pb-sm-3,.dark .py-sm-3{padding-bottom:1rem!important}.dark .pl-sm-3,.dark .px-sm-3{padding-left:1rem!important}.dark .p-sm-4{padding:1.5rem!important}.dark .pt-sm-4,.dark .py-sm-4{padding-top:1.5rem!important}.dark .pr-sm-4,.dark .px-sm-4{padding-right:1.5rem!important}.dark .pb-sm-4,.dark .py-sm-4{padding-bottom:1.5rem!important}.dark .pl-sm-4,.dark .px-sm-4{padding-left:1.5rem!important}.dark .p-sm-5{padding:3rem!important}.dark .pt-sm-5,.dark .py-sm-5{padding-top:3rem!important}.dark .pr-sm-5,.dark .px-sm-5{padding-right:3rem!important}.dark .pb-sm-5,.dark .py-sm-5{padding-bottom:3rem!important}.dark .pl-sm-5,.dark .px-sm-5{padding-left:3rem!important}.dark .m-sm-n1{margin:-.25rem!important}.dark .mt-sm-n1,.dark .my-sm-n1{margin-top:-.25rem!important}.dark .mr-sm-n1,.dark .mx-sm-n1{margin-right:-.25rem!important}.dark .mb-sm-n1,.dark .my-sm-n1{margin-bottom:-.25rem!important}.dark .ml-sm-n1,.dark .mx-sm-n1{margin-left:-.25rem!important}.dark .m-sm-n2{margin:-.5rem!important}.dark .mt-sm-n2,.dark .my-sm-n2{margin-top:-.5rem!important}.dark .mr-sm-n2,.dark .mx-sm-n2{margin-right:-.5rem!important}.dark .mb-sm-n2,.dark .my-sm-n2{margin-bottom:-.5rem!important}.dark .ml-sm-n2,.dark .mx-sm-n2{margin-left:-.5rem!important}.dark .m-sm-n3{margin:-1rem!important}.dark .mt-sm-n3,.dark .my-sm-n3{margin-top:-1rem!important}.dark .mr-sm-n3,.dark .mx-sm-n3{margin-right:-1rem!important}.dark .mb-sm-n3,.dark .my-sm-n3{margin-bottom:-1rem!important}.dark .ml-sm-n3,.dark .mx-sm-n3{margin-left:-1rem!important}.dark .m-sm-n4{margin:-1.5rem!important}.dark .mt-sm-n4,.dark .my-sm-n4{margin-top:-1.5rem!important}.dark .mr-sm-n4,.dark .mx-sm-n4{margin-right:-1.5rem!important}.dark .mb-sm-n4,.dark .my-sm-n4{margin-bottom:-1.5rem!important}.dark .ml-sm-n4,.dark .mx-sm-n4{margin-left:-1.5rem!important}.dark .m-sm-n5{margin:-3rem!important}.dark .mt-sm-n5,.dark .my-sm-n5{margin-top:-3rem!important}.dark .mr-sm-n5,.dark .mx-sm-n5{margin-right:-3rem!important}.dark .mb-sm-n5,.dark .my-sm-n5{margin-bottom:-3rem!important}.dark .ml-sm-n5,.dark .mx-sm-n5{margin-left:-3rem!important}.dark .m-sm-auto{margin:auto!important}.dark .mt-sm-auto,.dark .my-sm-auto{margin-top:auto!important}.dark .mr-sm-auto,.dark .mx-sm-auto{margin-right:auto!important}.dark .mb-sm-auto,.dark .my-sm-auto{margin-bottom:auto!important}.dark .ml-sm-auto,.dark .mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.dark .m-md-0{margin:0!important}.dark .mt-md-0,.dark .my-md-0{margin-top:0!important}.dark .mr-md-0,.dark .mx-md-0{margin-right:0!important}.dark .mb-md-0,.dark .my-md-0{margin-bottom:0!important}.dark .ml-md-0,.dark .mx-md-0{margin-left:0!important}.dark .m-md-1{margin:.25rem!important}.dark .mt-md-1,.dark .my-md-1{margin-top:.25rem!important}.dark .mr-md-1,.dark .mx-md-1{margin-right:.25rem!important}.dark .mb-md-1,.dark .my-md-1{margin-bottom:.25rem!important}.dark .ml-md-1,.dark .mx-md-1{margin-left:.25rem!important}.dark .m-md-2{margin:.5rem!important}.dark .mt-md-2,.dark .my-md-2{margin-top:.5rem!important}.dark .mr-md-2,.dark .mx-md-2{margin-right:.5rem!important}.dark .mb-md-2,.dark .my-md-2{margin-bottom:.5rem!important}.dark .ml-md-2,.dark .mx-md-2{margin-left:.5rem!important}.dark .m-md-3{margin:1rem!important}.dark .mt-md-3,.dark .my-md-3{margin-top:1rem!important}.dark .mr-md-3,.dark .mx-md-3{margin-right:1rem!important}.dark .mb-md-3,.dark .my-md-3{margin-bottom:1rem!important}.dark .ml-md-3,.dark .mx-md-3{margin-left:1rem!important}.dark .m-md-4{margin:1.5rem!important}.dark .mt-md-4,.dark .my-md-4{margin-top:1.5rem!important}.dark .mr-md-4,.dark .mx-md-4{margin-right:1.5rem!important}.dark .mb-md-4,.dark .my-md-4{margin-bottom:1.5rem!important}.dark .ml-md-4,.dark .mx-md-4{margin-left:1.5rem!important}.dark .m-md-5{margin:3rem!important}.dark .mt-md-5,.dark .my-md-5{margin-top:3rem!important}.dark .mr-md-5,.dark .mx-md-5{margin-right:3rem!important}.dark .mb-md-5,.dark .my-md-5{margin-bottom:3rem!important}.dark .ml-md-5,.dark .mx-md-5{margin-left:3rem!important}.dark .p-md-0{padding:0!important}.dark .pt-md-0,.dark .py-md-0{padding-top:0!important}.dark .pr-md-0,.dark .px-md-0{padding-right:0!important}.dark .pb-md-0,.dark .py-md-0{padding-bottom:0!important}.dark .pl-md-0,.dark .px-md-0{padding-left:0!important}.dark .p-md-1{padding:.25rem!important}.dark .pt-md-1,.dark .py-md-1{padding-top:.25rem!important}.dark .pr-md-1,.dark .px-md-1{padding-right:.25rem!important}.dark .pb-md-1,.dark .py-md-1{padding-bottom:.25rem!important}.dark .pl-md-1,.dark .px-md-1{padding-left:.25rem!important}.dark .p-md-2{padding:.5rem!important}.dark .pt-md-2,.dark .py-md-2{padding-top:.5rem!important}.dark .pr-md-2,.dark .px-md-2{padding-right:.5rem!important}.dark .pb-md-2,.dark .py-md-2{padding-bottom:.5rem!important}.dark .pl-md-2,.dark .px-md-2{padding-left:.5rem!important}.dark .p-md-3{padding:1rem!important}.dark .pt-md-3,.dark .py-md-3{padding-top:1rem!important}.dark .pr-md-3,.dark .px-md-3{padding-right:1rem!important}.dark .pb-md-3,.dark .py-md-3{padding-bottom:1rem!important}.dark .pl-md-3,.dark .px-md-3{padding-left:1rem!important}.dark .p-md-4{padding:1.5rem!important}.dark .pt-md-4,.dark .py-md-4{padding-top:1.5rem!important}.dark .pr-md-4,.dark .px-md-4{padding-right:1.5rem!important}.dark .pb-md-4,.dark .py-md-4{padding-bottom:1.5rem!important}.dark .pl-md-4,.dark .px-md-4{padding-left:1.5rem!important}.dark .p-md-5{padding:3rem!important}.dark .pt-md-5,.dark .py-md-5{padding-top:3rem!important}.dark .pr-md-5,.dark .px-md-5{padding-right:3rem!important}.dark .pb-md-5,.dark .py-md-5{padding-bottom:3rem!important}.dark .pl-md-5,.dark .px-md-5{padding-left:3rem!important}.dark .m-md-n1{margin:-.25rem!important}.dark .mt-md-n1,.dark .my-md-n1{margin-top:-.25rem!important}.dark .mr-md-n1,.dark .mx-md-n1{margin-right:-.25rem!important}.dark .mb-md-n1,.dark .my-md-n1{margin-bottom:-.25rem!important}.dark .ml-md-n1,.dark .mx-md-n1{margin-left:-.25rem!important}.dark .m-md-n2{margin:-.5rem!important}.dark .mt-md-n2,.dark .my-md-n2{margin-top:-.5rem!important}.dark .mr-md-n2,.dark .mx-md-n2{margin-right:-.5rem!important}.dark .mb-md-n2,.dark .my-md-n2{margin-bottom:-.5rem!important}.dark .ml-md-n2,.dark .mx-md-n2{margin-left:-.5rem!important}.dark .m-md-n3{margin:-1rem!important}.dark .mt-md-n3,.dark .my-md-n3{margin-top:-1rem!important}.dark .mr-md-n3,.dark .mx-md-n3{margin-right:-1rem!important}.dark .mb-md-n3,.dark .my-md-n3{margin-bottom:-1rem!important}.dark .ml-md-n3,.dark .mx-md-n3{margin-left:-1rem!important}.dark .m-md-n4{margin:-1.5rem!important}.dark .mt-md-n4,.dark .my-md-n4{margin-top:-1.5rem!important}.dark .mr-md-n4,.dark .mx-md-n4{margin-right:-1.5rem!important}.dark .mb-md-n4,.dark .my-md-n4{margin-bottom:-1.5rem!important}.dark .ml-md-n4,.dark .mx-md-n4{margin-left:-1.5rem!important}.dark .m-md-n5{margin:-3rem!important}.dark .mt-md-n5,.dark .my-md-n5{margin-top:-3rem!important}.dark .mr-md-n5,.dark .mx-md-n5{margin-right:-3rem!important}.dark .mb-md-n5,.dark .my-md-n5{margin-bottom:-3rem!important}.dark .ml-md-n5,.dark .mx-md-n5{margin-left:-3rem!important}.dark .m-md-auto{margin:auto!important}.dark .mt-md-auto,.dark .my-md-auto{margin-top:auto!important}.dark .mr-md-auto,.dark .mx-md-auto{margin-right:auto!important}.dark .mb-md-auto,.dark .my-md-auto{margin-bottom:auto!important}.dark .ml-md-auto,.dark .mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.dark .m-lg-0{margin:0!important}.dark .mt-lg-0,.dark .my-lg-0{margin-top:0!important}.dark .mr-lg-0,.dark .mx-lg-0{margin-right:0!important}.dark .mb-lg-0,.dark .my-lg-0{margin-bottom:0!important}.dark .ml-lg-0,.dark .mx-lg-0{margin-left:0!important}.dark .m-lg-1{margin:.25rem!important}.dark .mt-lg-1,.dark .my-lg-1{margin-top:.25rem!important}.dark .mr-lg-1,.dark .mx-lg-1{margin-right:.25rem!important}.dark .mb-lg-1,.dark .my-lg-1{margin-bottom:.25rem!important}.dark .ml-lg-1,.dark .mx-lg-1{margin-left:.25rem!important}.dark .m-lg-2{margin:.5rem!important}.dark .mt-lg-2,.dark .my-lg-2{margin-top:.5rem!important}.dark .mr-lg-2,.dark .mx-lg-2{margin-right:.5rem!important}.dark .mb-lg-2,.dark .my-lg-2{margin-bottom:.5rem!important}.dark .ml-lg-2,.dark .mx-lg-2{margin-left:.5rem!important}.dark .m-lg-3{margin:1rem!important}.dark .mt-lg-3,.dark .my-lg-3{margin-top:1rem!important}.dark .mr-lg-3,.dark .mx-lg-3{margin-right:1rem!important}.dark .mb-lg-3,.dark .my-lg-3{margin-bottom:1rem!important}.dark .ml-lg-3,.dark .mx-lg-3{margin-left:1rem!important}.dark .m-lg-4{margin:1.5rem!important}.dark .mt-lg-4,.dark .my-lg-4{margin-top:1.5rem!important}.dark .mr-lg-4,.dark .mx-lg-4{margin-right:1.5rem!important}.dark .mb-lg-4,.dark .my-lg-4{margin-bottom:1.5rem!important}.dark .ml-lg-4,.dark .mx-lg-4{margin-left:1.5rem!important}.dark .m-lg-5{margin:3rem!important}.dark .mt-lg-5,.dark .my-lg-5{margin-top:3rem!important}.dark .mr-lg-5,.dark .mx-lg-5{margin-right:3rem!important}.dark .mb-lg-5,.dark .my-lg-5{margin-bottom:3rem!important}.dark .ml-lg-5,.dark .mx-lg-5{margin-left:3rem!important}.dark .p-lg-0{padding:0!important}.dark .pt-lg-0,.dark .py-lg-0{padding-top:0!important}.dark .pr-lg-0,.dark .px-lg-0{padding-right:0!important}.dark .pb-lg-0,.dark .py-lg-0{padding-bottom:0!important}.dark .pl-lg-0,.dark .px-lg-0{padding-left:0!important}.dark .p-lg-1{padding:.25rem!important}.dark .pt-lg-1,.dark .py-lg-1{padding-top:.25rem!important}.dark .pr-lg-1,.dark .px-lg-1{padding-right:.25rem!important}.dark .pb-lg-1,.dark .py-lg-1{padding-bottom:.25rem!important}.dark .pl-lg-1,.dark .px-lg-1{padding-left:.25rem!important}.dark .p-lg-2{padding:.5rem!important}.dark .pt-lg-2,.dark .py-lg-2{padding-top:.5rem!important}.dark .pr-lg-2,.dark .px-lg-2{padding-right:.5rem!important}.dark .pb-lg-2,.dark .py-lg-2{padding-bottom:.5rem!important}.dark .pl-lg-2,.dark .px-lg-2{padding-left:.5rem!important}.dark .p-lg-3{padding:1rem!important}.dark .pt-lg-3,.dark .py-lg-3{padding-top:1rem!important}.dark .pr-lg-3,.dark .px-lg-3{padding-right:1rem!important}.dark .pb-lg-3,.dark .py-lg-3{padding-bottom:1rem!important}.dark .pl-lg-3,.dark .px-lg-3{padding-left:1rem!important}.dark .p-lg-4{padding:1.5rem!important}.dark .pt-lg-4,.dark .py-lg-4{padding-top:1.5rem!important}.dark .pr-lg-4,.dark .px-lg-4{padding-right:1.5rem!important}.dark .pb-lg-4,.dark .py-lg-4{padding-bottom:1.5rem!important}.dark .pl-lg-4,.dark .px-lg-4{padding-left:1.5rem!important}.dark .p-lg-5{padding:3rem!important}.dark .pt-lg-5,.dark .py-lg-5{padding-top:3rem!important}.dark .pr-lg-5,.dark .px-lg-5{padding-right:3rem!important}.dark .pb-lg-5,.dark .py-lg-5{padding-bottom:3rem!important}.dark .pl-lg-5,.dark .px-lg-5{padding-left:3rem!important}.dark .m-lg-n1{margin:-.25rem!important}.dark .mt-lg-n1,.dark .my-lg-n1{margin-top:-.25rem!important}.dark .mr-lg-n1,.dark .mx-lg-n1{margin-right:-.25rem!important}.dark .mb-lg-n1,.dark .my-lg-n1{margin-bottom:-.25rem!important}.dark .ml-lg-n1,.dark .mx-lg-n1{margin-left:-.25rem!important}.dark .m-lg-n2{margin:-.5rem!important}.dark .mt-lg-n2,.dark .my-lg-n2{margin-top:-.5rem!important}.dark .mr-lg-n2,.dark .mx-lg-n2{margin-right:-.5rem!important}.dark .mb-lg-n2,.dark .my-lg-n2{margin-bottom:-.5rem!important}.dark .ml-lg-n2,.dark .mx-lg-n2{margin-left:-.5rem!important}.dark .m-lg-n3{margin:-1rem!important}.dark .mt-lg-n3,.dark .my-lg-n3{margin-top:-1rem!important}.dark .mr-lg-n3,.dark .mx-lg-n3{margin-right:-1rem!important}.dark .mb-lg-n3,.dark .my-lg-n3{margin-bottom:-1rem!important}.dark .ml-lg-n3,.dark .mx-lg-n3{margin-left:-1rem!important}.dark .m-lg-n4{margin:-1.5rem!important}.dark .mt-lg-n4,.dark .my-lg-n4{margin-top:-1.5rem!important}.dark .mr-lg-n4,.dark .mx-lg-n4{margin-right:-1.5rem!important}.dark .mb-lg-n4,.dark .my-lg-n4{margin-bottom:-1.5rem!important}.dark .ml-lg-n4,.dark .mx-lg-n4{margin-left:-1.5rem!important}.dark .m-lg-n5{margin:-3rem!important}.dark .mt-lg-n5,.dark .my-lg-n5{margin-top:-3rem!important}.dark .mr-lg-n5,.dark .mx-lg-n5{margin-right:-3rem!important}.dark .mb-lg-n5,.dark .my-lg-n5{margin-bottom:-3rem!important}.dark .ml-lg-n5,.dark .mx-lg-n5{margin-left:-3rem!important}.dark .m-lg-auto{margin:auto!important}.dark .mt-lg-auto,.dark .my-lg-auto{margin-top:auto!important}.dark .mr-lg-auto,.dark .mx-lg-auto{margin-right:auto!important}.dark .mb-lg-auto,.dark .my-lg-auto{margin-bottom:auto!important}.dark .ml-lg-auto,.dark .mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.dark .m-xl-0{margin:0!important}.dark .mt-xl-0,.dark .my-xl-0{margin-top:0!important}.dark .mr-xl-0,.dark .mx-xl-0{margin-right:0!important}.dark .mb-xl-0,.dark .my-xl-0{margin-bottom:0!important}.dark .ml-xl-0,.dark .mx-xl-0{margin-left:0!important}.dark .m-xl-1{margin:.25rem!important}.dark .mt-xl-1,.dark .my-xl-1{margin-top:.25rem!important}.dark .mr-xl-1,.dark .mx-xl-1{margin-right:.25rem!important}.dark .mb-xl-1,.dark .my-xl-1{margin-bottom:.25rem!important}.dark .ml-xl-1,.dark .mx-xl-1{margin-left:.25rem!important}.dark .m-xl-2{margin:.5rem!important}.dark .mt-xl-2,.dark .my-xl-2{margin-top:.5rem!important}.dark .mr-xl-2,.dark .mx-xl-2{margin-right:.5rem!important}.dark .mb-xl-2,.dark .my-xl-2{margin-bottom:.5rem!important}.dark .ml-xl-2,.dark .mx-xl-2{margin-left:.5rem!important}.dark .m-xl-3{margin:1rem!important}.dark .mt-xl-3,.dark .my-xl-3{margin-top:1rem!important}.dark .mr-xl-3,.dark .mx-xl-3{margin-right:1rem!important}.dark .mb-xl-3,.dark .my-xl-3{margin-bottom:1rem!important}.dark .ml-xl-3,.dark .mx-xl-3{margin-left:1rem!important}.dark .m-xl-4{margin:1.5rem!important}.dark .mt-xl-4,.dark .my-xl-4{margin-top:1.5rem!important}.dark .mr-xl-4,.dark .mx-xl-4{margin-right:1.5rem!important}.dark .mb-xl-4,.dark .my-xl-4{margin-bottom:1.5rem!important}.dark .ml-xl-4,.dark .mx-xl-4{margin-left:1.5rem!important}.dark .m-xl-5{margin:3rem!important}.dark .mt-xl-5,.dark .my-xl-5{margin-top:3rem!important}.dark .mr-xl-5,.dark .mx-xl-5{margin-right:3rem!important}.dark .mb-xl-5,.dark .my-xl-5{margin-bottom:3rem!important}.dark .ml-xl-5,.dark .mx-xl-5{margin-left:3rem!important}.dark .p-xl-0{padding:0!important}.dark .pt-xl-0,.dark .py-xl-0{padding-top:0!important}.dark .pr-xl-0,.dark .px-xl-0{padding-right:0!important}.dark .pb-xl-0,.dark .py-xl-0{padding-bottom:0!important}.dark .pl-xl-0,.dark .px-xl-0{padding-left:0!important}.dark .p-xl-1{padding:.25rem!important}.dark .pt-xl-1,.dark .py-xl-1{padding-top:.25rem!important}.dark .pr-xl-1,.dark .px-xl-1{padding-right:.25rem!important}.dark .pb-xl-1,.dark .py-xl-1{padding-bottom:.25rem!important}.dark .pl-xl-1,.dark .px-xl-1{padding-left:.25rem!important}.dark .p-xl-2{padding:.5rem!important}.dark .pt-xl-2,.dark .py-xl-2{padding-top:.5rem!important}.dark .pr-xl-2,.dark .px-xl-2{padding-right:.5rem!important}.dark .pb-xl-2,.dark .py-xl-2{padding-bottom:.5rem!important}.dark .pl-xl-2,.dark .px-xl-2{padding-left:.5rem!important}.dark .p-xl-3{padding:1rem!important}.dark .pt-xl-3,.dark .py-xl-3{padding-top:1rem!important}.dark .pr-xl-3,.dark .px-xl-3{padding-right:1rem!important}.dark .pb-xl-3,.dark .py-xl-3{padding-bottom:1rem!important}.dark .pl-xl-3,.dark .px-xl-3{padding-left:1rem!important}.dark .p-xl-4{padding:1.5rem!important}.dark .pt-xl-4,.dark .py-xl-4{padding-top:1.5rem!important}.dark .pr-xl-4,.dark .px-xl-4{padding-right:1.5rem!important}.dark .pb-xl-4,.dark .py-xl-4{padding-bottom:1.5rem!important}.dark .pl-xl-4,.dark .px-xl-4{padding-left:1.5rem!important}.dark .p-xl-5{padding:3rem!important}.dark .pt-xl-5,.dark .py-xl-5{padding-top:3rem!important}.dark .pr-xl-5,.dark .px-xl-5{padding-right:3rem!important}.dark .pb-xl-5,.dark .py-xl-5{padding-bottom:3rem!important}.dark .pl-xl-5,.dark .px-xl-5{padding-left:3rem!important}.dark .m-xl-n1{margin:-.25rem!important}.dark .mt-xl-n1,.dark .my-xl-n1{margin-top:-.25rem!important}.dark .mr-xl-n1,.dark .mx-xl-n1{margin-right:-.25rem!important}.dark .mb-xl-n1,.dark .my-xl-n1{margin-bottom:-.25rem!important}.dark .ml-xl-n1,.dark .mx-xl-n1{margin-left:-.25rem!important}.dark .m-xl-n2{margin:-.5rem!important}.dark .mt-xl-n2,.dark .my-xl-n2{margin-top:-.5rem!important}.dark .mr-xl-n2,.dark .mx-xl-n2{margin-right:-.5rem!important}.dark .mb-xl-n2,.dark .my-xl-n2{margin-bottom:-.5rem!important}.dark .ml-xl-n2,.dark .mx-xl-n2{margin-left:-.5rem!important}.dark .m-xl-n3{margin:-1rem!important}.dark .mt-xl-n3,.dark .my-xl-n3{margin-top:-1rem!important}.dark .mr-xl-n3,.dark .mx-xl-n3{margin-right:-1rem!important}.dark .mb-xl-n3,.dark .my-xl-n3{margin-bottom:-1rem!important}.dark .ml-xl-n3,.dark .mx-xl-n3{margin-left:-1rem!important}.dark .m-xl-n4{margin:-1.5rem!important}.dark .mt-xl-n4,.dark .my-xl-n4{margin-top:-1.5rem!important}.dark .mr-xl-n4,.dark .mx-xl-n4{margin-right:-1.5rem!important}.dark .mb-xl-n4,.dark .my-xl-n4{margin-bottom:-1.5rem!important}.dark .ml-xl-n4,.dark .mx-xl-n4{margin-left:-1.5rem!important}.dark .m-xl-n5{margin:-3rem!important}.dark .mt-xl-n5,.dark .my-xl-n5{margin-top:-3rem!important}.dark .mr-xl-n5,.dark .mx-xl-n5{margin-right:-3rem!important}.dark .mb-xl-n5,.dark .my-xl-n5{margin-bottom:-3rem!important}.dark .ml-xl-n5,.dark .mx-xl-n5{margin-left:-3rem!important}.dark .m-xl-auto{margin:auto!important}.dark .mt-xl-auto,.dark .my-xl-auto{margin-top:auto!important}.dark .mr-xl-auto,.dark .mx-xl-auto{margin-right:auto!important}.dark .mb-xl-auto,.dark .my-xl-auto{margin-bottom:auto!important}.dark .ml-xl-auto,.dark .mx-xl-auto{margin-left:auto!important}}.dark .stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.dark .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.dark .text-justify{text-align:justify!important}.dark .text-wrap{white-space:normal!important}.dark .text-nowrap{white-space:nowrap!important}.dark .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dark .text-left{text-align:left!important}.dark .text-center{text-align:center!important}@media(min-width:576px){.dark .text-sm-left{text-align:left!important}.dark .text-sm-right{text-align:right!important}.dark .text-sm-center{text-align:center!important}}@media(min-width:768px){.dark .text-md-left{text-align:left!important}.dark .text-md-right{text-align:right!important}.dark .text-md-center{text-align:center!important}}@media(min-width:992px){.dark .text-lg-left{text-align:left!important}.dark .text-lg-right{text-align:right!important}.dark .text-lg-center{text-align:center!important}}@media(min-width:1200px){.dark .text-xl-left{text-align:left!important}.dark .text-xl-right{text-align:right!important}.dark .text-xl-center{text-align:center!important}}.dark .text-lowercase{text-transform:lowercase!important}.dark .text-uppercase{text-transform:uppercase!important}.dark .text-capitalize{text-transform:capitalize!important}.dark .font-weight-light{font-weight:300!important}.dark .font-weight-lighter{font-weight:lighter!important}.dark .font-weight-normal{font-weight:400!important}.dark .font-weight-bold{font-weight:600!important}.dark .font-weight-bolder{font-weight:bolder!important}.dark .font-italic{font-style:italic!important}.dark .text-primary{color:#556ee6!important}.dark a.text-primary:focus,.dark a.text-primary:hover{color:rgb(30.5769230769,61.1538461538,207.9230769231)!important}.dark .text-secondary{color:#c3cbe4!important}.dark a.text-secondary:focus,.dark a.text-secondary:hover{color:rgb(142.2413793103,157.275862069,204.2586206897)!important}.dark .text-success{color:#34c38f!important}.dark a.text-success:focus,.dark a.text-success:hover{color:rgb(35.8947368421,134.6052631579,98.7105263158)!important}.dark .text-info{color:#50a5f1!important}.dark a.text-info:focus,.dark a.text-info:hover{color:rgb(18.1111111111,128.0714285714,226.3888888889)!important}.dark .text-warning{color:#f1b44c!important}.dark a.text-warning:focus,.dark a.text-warning:hover{color:rgb(223.0544041451,147.0414507772,17.4455958549)!important}.dark .text-danger{color:#f46a6a!important}.dark a.text-danger:focus,.dark a.text-danger:hover{color:#ef2323!important}.dark .text-light{color:#32394e!important}.dark a.text-light:focus,.dark a.text-light:hover{color:#14171f!important}.dark .text-dark{color:#eff2f7!important}.dark a.text-dark:focus,.dark a.text-dark:hover{color:rgb(188,200.5625,221.5)!important}.dark .text-pink{color:#e83e8c!important}.dark a.text-pink:focus,.dark a.text-pink:hover{color:rgb(194.3402777778,23.1597222222,101.7013888889)!important}.dark .text-grey{color:#444c62!important}.dark a.text-grey:focus,.dark a.text-grey:hover{color:#252935!important}.dark .text-body{color:#a6b0cf!important}.dark .text-muted{color:#bfc8e2!important}.dark .text-black-50{color:rgba(0,0,0,.5)!important}.dark .text-white-50{color:hsla(0,0%,100%,.5)!important}.dark .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.dark .text-decoration-none{text-decoration:none!important}.dark .text-break{word-break:break-word!important;word-wrap:break-word!important}.dark .text-reset{color:inherit!important}.dark .visible{visibility:visible!important}.dark .invisible{visibility:hidden!important}@media print{.dark *,.dark :after,.dark :before{text-shadow:none!important;box-shadow:none!important}.dark a:not(.btn){text-decoration:underline}.dark abbr[title]:after{content:" (" attr(title) ")"}.dark pre{white-space:pre-wrap!important}.dark blockquote,.dark pre{border:1px solid #bfc8e2;page-break-inside:avoid}.dark img,.dark tr{page-break-inside:avoid}.dark h2,.dark h3,.dark p{orphans:3;widows:3}.dark h2,.dark h3{page-break-after:avoid}@page{.dark{size:a3}}.dark .container,.dark body{min-width:992px!important}.dark .navbar{display:none}.dark .badge{border:1px solid #000}.dark .table{border-collapse:collapse!important}.dark .table td,.dark .table th{background-color:#fff!important}.dark .table-bordered td,.dark .table-bordered th{border:1px solid #32394e!important}.dark .table-dark{color:inherit}.dark .table-dark tbody+tbody,.dark .table-dark td,.dark .table-dark th,.dark .table-dark thead th{border-color:#32394e}.dark .table .thead-dark th{color:inherit;border-color:#32394e}}.dark html{position:relative;min-height:100%}.dark .h1,.dark .h2,.dark .h3,.dark .h4,.dark .h5,.dark .h6,.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6{color:#f6f6f6}.dark a{text-decoration:none!important}.dark label{font-weight:500}.dark .blockquote{padding:10px 20px;border-left:4px solid #32394e}.dark .blockquote-primary{padding:10px 20px;border-left:3px solid #556ee6;background-color:rgba(85,110,230,.2)}.dark .blockquote-secondary{padding:10px 20px;border-left:3px solid #c3cbe4;background-color:rgba(195,203,228,.2)}.dark .blockquote-success{padding:10px 20px;border-left:3px solid #34c38f;background-color:rgba(52,195,143,.2)}.dark .blockquote-info{padding:10px 20px;border-left:3px solid #50a5f1;background-color:rgba(80,165,241,.2)}.dark .blockquote-warning{padding:10px 20px;border-left:3px solid #f1b44c;background-color:rgba(241,180,76,.2)}.dark .blockquote-danger{padding:10px 20px;border-left:3px solid #f46a6a;background-color:rgba(244,106,106,.2)}.dark .blockquote-light{padding:10px 20px;border-left:3px solid #32394e;background-color:rgba(50,57,78,.2)}.dark .blockquote-dark{padding:10px 20px;border-left:3px solid #eff2f7;background-color:rgba(239,242,247,.2)}.dark .blockquote-pink{padding:10px 20px;border-left:3px solid #e83e8c;background-color:rgba(232,62,140,.2)}.dark .blockquote-grey{padding:10px 20px;border-left:3px solid #444c62;background-color:rgba(68,76,98,.2)}.dark .blockquote-reverse{border-left:0;border-right:4px solid #32394e;text-align:right}.dark tr.row-primary{border-left:3px solid #556ee6;background-color:rgba(85,110,230,.2)}.dark tr.row-secondary{border-left:3px solid #c3cbe4;background-color:rgba(195,203,228,.2)}.dark tr.row-success{border-left:3px solid #34c38f;background-color:rgba(52,195,143,.2)}.dark tr.row-info{border-left:3px solid #50a5f1;background-color:rgba(80,165,241,.2)}.dark tr.row-warning{border-left:3px solid #f1b44c;background-color:rgba(241,180,76,.2)}.dark tr.row-danger{border-left:3px solid #f46a6a;background-color:rgba(244,106,106,.2)}.dark tr.row-light{border-left:3px solid #32394e;background-color:rgba(50,57,78,.2)}.dark tr.row-dark{border-left:3px solid #eff2f7;background-color:rgba(239,242,247,.2)}.dark tr.row-pink{border-left:3px solid #e83e8c;background-color:rgba(232,62,140,.2)}.dark tr.row-grey{border-left:3px solid #444c62;background-color:rgba(68,76,98,.2)}.dark .bg-soft-primary{background-color:rgba(85,110,230,.25)!important}.dark .bg-soft-secondary{background-color:rgba(195,203,228,.25)!important}.dark .bg-soft-success{background-color:rgba(52,195,143,.25)!important}.dark .bg-soft-info{background-color:rgba(80,165,241,.25)!important}.dark .bg-soft-warning{background-color:rgba(241,180,76,.25)!important}.dark .bg-soft-danger{background-color:rgba(244,106,106,.25)!important}.dark .bg-soft-light{background-color:rgba(50,57,78,.25)!important}.dark .bg-soft-dark{background-color:rgba(239,242,247,.25)!important}.dark .bg-soft-pink{background-color:rgba(232,62,140,.25)!important}.dark .bg-soft-grey{background-color:rgba(68,76,98,.25)!important}.dark .bg-primary{background-color:#556ee6!important}.dark .bg-secondary{background-color:#c3cbe4!important}.dark .bg-success{background-color:#34c38f!important}.dark .bg-info{background-color:#50a5f1!important}.dark .bg-warning{background-color:#f1b44c!important}.dark .bg-danger{background-color:#f46a6a!important}.dark .bg-light{background-color:#32394e!important}.dark .bg-dark{background-color:#eff2f7!important}.dark .bg-pink{background-color:#e83e8c!important}.dark .bg-grey{background-color:#444c62!important}.dark .badge-soft-primary{color:#556ee6;background-color:rgba(85,110,230,.18)}.dark .badge-soft-primary[href]:focus,.dark .badge-soft-primary[href]:hover{color:#556ee6;text-decoration:none;background-color:rgba(85,110,230,.4)}.dark .badge-soft-secondary{color:#c3cbe4;background-color:rgba(195,203,228,.18)}.dark .badge-soft-secondary[href]:focus,.dark .badge-soft-secondary[href]:hover{color:#c3cbe4;text-decoration:none;background-color:rgba(195,203,228,.4)}.dark .badge-soft-success{color:#34c38f;background-color:rgba(52,195,143,.18)}.dark .badge-soft-success[href]:focus,.dark .badge-soft-success[href]:hover{color:#34c38f;text-decoration:none;background-color:rgba(52,195,143,.4)}.dark .badge-soft-info{color:#50a5f1;background-color:rgba(80,165,241,.18)}.dark .badge-soft-info[href]:focus,.dark .badge-soft-info[href]:hover{color:#50a5f1;text-decoration:none;background-color:rgba(80,165,241,.4)}.dark .badge-soft-warning{color:#f1b44c;background-color:rgba(241,180,76,.18)}.dark .badge-soft-warning[href]:focus,.dark .badge-soft-warning[href]:hover{color:#f1b44c;text-decoration:none;background-color:rgba(241,180,76,.4)}.dark .badge-soft-danger{color:#f46a6a;background-color:rgba(244,106,106,.18)}.dark .badge-soft-danger[href]:focus,.dark .badge-soft-danger[href]:hover{color:#f46a6a;text-decoration:none;background-color:rgba(244,106,106,.4)}.dark .badge-soft-light{color:#32394e;background-color:rgba(50,57,78,.18)}.dark .badge-soft-light[href]:focus,.dark .badge-soft-light[href]:hover{color:#32394e;text-decoration:none;background-color:rgba(50,57,78,.4)}.dark .badge-soft-dark{color:#eff2f7;background-color:rgba(239,242,247,.18)}.dark .badge-soft-dark[href]:focus,.dark .badge-soft-dark[href]:hover{color:#eff2f7;text-decoration:none;background-color:rgba(239,242,247,.4)}.dark .badge-soft-pink{color:#e83e8c;background-color:rgba(232,62,140,.18)}.dark .badge-soft-pink[href]:focus,.dark .badge-soft-pink[href]:hover{color:#e83e8c;text-decoration:none;background-color:rgba(232,62,140,.4)}.dark .badge-soft-grey{color:#444c62;background-color:rgba(68,76,98,.18)}.dark .badge-soft-grey[href]:focus,.dark .badge-soft-grey[href]:hover{color:#444c62;text-decoration:none;background-color:rgba(68,76,98,.4)}.dark .badge-dark{color:#32394e}.dark a,.dark button{outline:none!important}.dark .btn-rounded{border-radius:30px}.dark .btn-dark,.dark .btn-secondary{color:#2a3042!important}.dark .btn-outline-light{color:#f8f9fa}.dark .breadcrumb-item>a{color:#f6f6f6}.dark .breadcrumb-item+.breadcrumb-item:before{font-family:"Material Design Icons"}.dark .card{margin-bottom:24px;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.dark .card-drop{color:#a6b0cf}.dark .card-title{font-size:15px;margin:0 0 7px;font-weight:600}.dark .card-title-desc{color:#a6b0cf;margin-bottom:24px}.dark .card-header{border-top-right-radius:.25rem!important;border-top-left-radius:.25rem!important;background-color:#363e54}.dark .card-header.rounded-header{border-radius:.25rem!important}.dark .modal-content{border:0!important;border-radius:.25rem!important}.dark #wh-add-modal .modal-content{padding:20px 50px}.dark .dropdown-menu{box-shadow:0 1rem 3rem rgba(0,0,0,.175);animation-name:DropDownSlide;animation-duration:.3s;animation-fill-mode:both;margin:0;position:absolute;z-index:1000}.dark .dropdown-menu.show{top:100%!important;left:-112px!important}.dark .active-listing-column .dropdown-menu.show{left:-112px!important}.dark .dropdown-menu.dropdown-menu-right{right:0!important;left:auto!important}.dark .dropdown-menu.dropdown-menu-left{right:auto!important;left:0!important}.dark .dropdown-menu[x-placement^=left],.dark .dropdown-menu[x-placement^=right],.dark .dropdown-menu[x-placement^=top]{top:auto!important;animation:none!important}@keyframes DropDownSlide{to{transform:translateY(0)}0%{transform:translateY(10px)}}@media(min-width:600px){.dark .dropdown-menu-lg{width:320px}.dark .dropdown-menu-md{width:240px}}.dark .dropdown-divider{border-top-color:rgba(99,99,99,.4)}.dark .dropdown-mega{position:static!important}.dark .dropdown-megamenu{padding:20px;left:20px!important;right:20px!important}.dark .dropdown-mega-menu-xl{width:40rem}.dark .dropdown-mega-menu-lg{width:26rem}.dark .nav-pills>a,.dark .nav-pills>li>a,.dark .nav-tabs>li>a{color:#f6f6f6;font-weight:500}.dark .nav-pills a.active:hover{color:#fff!important}.dark .nav-tabs-custom{border-bottom:2px solid #32394e}.dark .nav-tabs-custom .nav-item{position:relative;color:#eff2f7}.dark .nav-tabs-custom .nav-item .nav-link{border:none}.dark .nav-tabs-custom .nav-item .nav-link:after{content:"";background:#556ee6;height:2px;position:absolute;width:100%;left:0;bottom:-1px;transition:all .25s ease 0s;transform:scale(0)}.dark .nav-tabs-custom .nav-item .nav-link.active{color:#556ee6}.dark .nav-tabs-custom .nav-item .nav-link.active:after{transform:scale(1)}.dark .vertical-nav .nav .nav-link{padding:24px 16px;text-align:center;margin-bottom:8px}.dark .vertical-nav .nav .nav-link .nav-icon{font-size:24px}.dark .table th{font-weight:600}.dark .table-centered td,.dark .table-centered th{vertical-align:middle!important}.dark .table-centered.select>tbody>tr:last-child{height:130px}.dark .table-for-select td,.dark .table-for-select th{vertical-align:top!important}.dark .table-for-select>tbody>tr:last-child{height:160px}.dark .table-nowrap td,.dark .table-nowrap th{white-space:nowrap}.dark .inner-table th{font-weight:lighter}.dark .pagination-rounded .page-link{border-radius:30px!important;margin:0 3px;border:none;width:32px;height:32px;padding:0;text-align:center;line-height:32px}.dark .progress-sm{height:5px}.dark .progress-md{height:8px}.dark .progress-lg{height:12px}.dark .progress-xl{height:16px}.dark .custom-progess{position:relative}.dark .custom-progess .progress-icon{position:absolute;top:-12px}.dark .custom-progess .progress-icon .avatar-title{background:#2a3042}.dark{@import"https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap"}.dark .text-overflow-wrap{white-space:nowrap;width:160px;overflow:hidden;text-overflow:ellipsis}.dark .btn-pill{border-radius:25px}.dark .cursor-pointer{cursor:pointer}.dark .cursor-not-allowed{cursor:not-allowed}.dark .plan-border{border-color:#556ee6!important}.dark .cursor-auto{cursor:auto!important}.dark .order-note-text{overflow:scroll;text-overflow:ellipsis;max-height:76px}.dark .carousel-btns{width:10%!important}.dark .carousel-btns-plans{width:5%!important}.dark .order-note-divider{border:.5px solid rgba(147,156,185,.3490196078)}.dark #page-topbar{position:fixed;top:0;right:0;left:0;z-index:1002;background-color:#262b3c;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.dark .navbar-header{display:flex;justify-content:space-between;align-items:center;margin:0 auto;height:70px;padding:0 12px 0 0}.dark .navbar-header .dropdown.show .header-item{background-color:#212529}.dark .navbar-brand-box{padding:0 1.5rem;text-align:center;width:250px}.dark .logo{line-height:70px}.dark .logo-light,.dark .logo .logo-sm{display:none}.dark .app-search{padding:16px 0}.dark .app-search .form-control,.dark .app-search input.PhoneInputInput{border:none;height:38px;padding-left:40px;padding-right:20px;background-color:#2a3042;box-shadow:none;border-radius:30px}.dark .app-search span{position:absolute;z-index:auto;font-size:16px;line-height:38px;left:13px;top:0;color:#c3cbe4}.dark .megamenu-list li{position:relative;padding:5px 0}.dark .megamenu-list li a{color:#a6b0cf}@media(max-width:992px){.dark .navbar-brand-box{width:auto}.dark .logo span.logo-lg{display:none}.dark .logo span.logo-sm{display:inline-block}}.dark .page-content.purchase-order{margin-left:9px}.dark .header-item{height:70px;box-shadow:none!important;color:#a6b0cf;border:0;border-radius:0}.dark .header-item:hover{color:#a6b0cf}.dark .header-profile-user{height:36px;width:36px;background-color:#32394e;padding:3px}.dark .noti-icon i{font-size:22px;color:#a6b0cf}.dark .noti-icon.notification-icon i{font-size:24px}.dark .noti-icon .badge{position:absolute;top:12px}.dark .notification-item .media{padding:.75rem 1rem}.dark .notification-item .media:hover{background-color:#32394e}.dark .dropdown-icon-item{border-radius:3px;line-height:34px;text-align:center;padding:15px 0 9px;display:block;border:1px solid transparent;color:#c3cbe4}.dark .dropdown-icon-item img{height:24px}.dark .dropdown-icon-item span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dark .dropdown-icon-item:hover{border-color:#2a3042}.dark .fullscreen-enable [data-toggle=fullscreen] .bx-fullscreen:before{content:""}.dark body[data-topbar=dark] #page-topbar{background-color:#556ee6}.dark body[data-topbar=dark] .navbar-header .dropdown.show .header-item{background-color:hsla(0,0%,100%,.05)}.dark body[data-topbar=dark] .navbar-header .waves-effect .waves-ripple{background:hsla(0,0%,100%,.4)}.dark body[data-topbar=dark] .header-item,.dark body[data-topbar=dark] .header-item:hover{color:#e9ecef}.dark body[data-topbar=dark] .header-profile-user{background-color:hsla(0,0%,100%,.25)}.dark body[data-topbar=dark] .noti-icon i{color:#e9ecef}.dark body[data-topbar=dark] .logo-dark{display:none}.dark body[data-topbar=dark] .logo-light{display:block}.dark body[data-topbar=dark] .app-search .form-control,.dark body[data-topbar=dark] .app-search input.PhoneInputInput{background-color:rgba(42,48,66,.07);color:#fff}.dark body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder,.dark body[data-topbar=dark] .app-search input.PhoneInputInput::-webkit-input-placeholder,.dark body[data-topbar=dark] .app-search span{color:hsla(0,0%,100%,.5)}.dark body[data-sidebar=dark] .navbar-brand-box{background:#2a3042}.dark body[data-sidebar=dark] .logo-dark{display:none}.dark body[data-sidebar=dark] .logo-light{display:block}@media(max-width:600px){.dark .navbar-header .dropdown{position:static}.dark .navbar-header .dropdown .dropdown-menu{left:10px!important;right:10px!important}}@media(max-width:380px){.dark .navbar-brand-box{display:none}}.dark body[data-layout=horizontal] .navbar-brand-box{width:auto}.dark body[data-layout=horizontal] .page-content{margin-top:70px;padding:79px 12px 78px}.dark body[data-sidebar=light] .page-content{background-color:#f4f4f8}@media(max-width:992px){.dark body[data-layout=horizontal] .page-content{margin-top:15px}}.dark .page-title-box{padding-bottom:24px}.dark .page-title-box .breadcrumb{background-color:transparent;padding:0}.dark .page-title-box h4{text-transform:uppercase;font-weight:600;font-size:16px!important}.dark .footer{bottom:0;padding:20px 12px;position:absolute;z-index:1;right:0;color:#a6b0cf;left:250px;height:78px}@media(max-width:992px){.dark .footer{left:0}}.dark .vertical-collpsed .footer{left:70px}.dark body[data-layout=horizontal] .footer{left:0!important}.dark .right-bar{background-color:#2a3042;box-shadow:0 0 24px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);display:block;position:fixed;transition:all .2s ease-out;width:280px;z-index:9999;float:right!important;right:-290px;top:0;bottom:0}.dark .right-bar .right-bar-toggle{background-color:#fff;height:24px;width:24px;line-height:24px;color:#2a3042;text-align:center;border-radius:50%}.dark .right-bar .right-bar-toggle:hover{background-color:#fff}.dark .rightbar-overlay{background-color:rgba(239,242,247,.55);position:absolute;left:0;right:0;top:0;bottom:0;display:none;z-index:9998;transition:all .2s ease-out}.dark .right-bar-enabled .right-bar{right:0}.dark .right-bar-enabled .rightbar-overlay{display:block}@media(max-width:767.98px){.dark .right-bar{overflow:auto}.dark .right-bar .slimscroll-menu{height:auto!important}}.dark .metismenu{margin:0}.dark .metismenu li{display:block;width:100%}.dark .metismenu .mm-collapse,.dark .metismenu .mm-collapse:not(.mm-show){display:none}.dark .metismenu .mm-collapse.mm-show{display:block}.dark .metismenu .mm-collapsing{position:relative;height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height,visibility}.dark .vertical-menu{width:250px;z-index:1001;background:#fff;bottom:0;margin-top:0;position:fixed;top:70px;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.dark .main-content{margin-left:250px;overflow:hidden;padding:86px 16px 70px}.dark .main-content .content{padding:0 15px 10px;margin-top:70px}.dark #sidebar-menu{padding:10px 0 30px}.dark #sidebar-menu .mm-active>.has-arrow:after{transform:rotate(-180deg)}.dark #sidebar-menu .has-arrow:after{content:"󰅀";font-family:"Material Design Icons";display:block;float:right;transition:transform .2s;font-size:1rem}.dark #sidebar-menu ul li a{display:block;padding:.625rem 1.5rem;color:#545a6d;position:relative;font-size:13px;transition:all .4s}.dark #sidebar-menu ul li a i{display:inline-block;min-width:1.75rem;padding-bottom:.125em;font-size:1.25rem;line-height:1.40625rem;vertical-align:middle;color:#7f8387;transition:all .4s}.dark #sidebar-menu ul li a:hover,.dark #sidebar-menu ul li a:hover i{color:#556ee6}.dark #sidebar-menu ul li .badge{margin-top:4px}.dark #sidebar-menu ul li ul.sub-menu{padding:0}.dark #sidebar-menu ul li ul.sub-menu li a{padding:.4rem 1.5rem .4rem 3.5rem;font-size:13px;color:#545a6d}.dark #sidebar-menu ul li ul.sub-menu li ul.sub-menu{padding:0}.dark #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a{padding:.4rem 1.5rem .4rem 4.5rem;font-size:13.5px}.dark .menu-title{padding:12px 20px!important;letter-spacing:.05em;pointer-events:none;cursor:default;font-size:11px;text-transform:uppercase;color:#7f8387;font-weight:600}.dark .mm-active,.dark .mm-active .active,.dark .mm-active .active i,.dark .mm-active>i{color:#556ee6!important}@media(max-width:992px){.dark .vertical-menu{display:none}.dark .main-content{margin-left:0!important}.dark body.sidebar-enable .vertical-menu{display:block}}.dark .vertical-collpsed .main-content{margin-left:70px}.dark .vertical-collpsed .navbar-brand-box{width:70px!important}.dark .vertical-collpsed .logo span.logo-lg{display:none}.dark .vertical-collpsed .logo span.logo-sm{display:block}.dark .vertical-collpsed .vertical-menu{position:absolute;width:70px!important;z-index:5}.dark .vertical-collpsed .vertical-menu .simplebar-content-wrapper,.dark .vertical-collpsed .vertical-menu .simplebar-mask{overflow:visible!important}.dark .vertical-collpsed .vertical-menu .simplebar-scrollbar{display:none!important}.dark .vertical-collpsed .vertical-menu .simplebar-offset{bottom:0!important}.dark .vertical-collpsed .vertical-menu #sidebar-menu .badge,.dark .vertical-collpsed .vertical-menu #sidebar-menu .collapse.in,.dark .vertical-collpsed .vertical-menu #sidebar-menu .menu-title{display:none!important}.dark .vertical-collpsed .vertical-menu #sidebar-menu .nav.collapse{height:inherit!important}.dark .vertical-collpsed .vertical-menu #sidebar-menu .has-arrow:after{display:none}.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul>li{position:relative;white-space:nowrap}.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a{padding:15px 20px;min-height:55px;transition:none}.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:active,.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:focus,.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a:hover{color:#556ee6}.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a i{font-size:1.45rem;margin-left:4px}.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a span{display:none;padding-left:25px}.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{position:relative;width:260px;color:#556ee6;background-color:#f5f5f5;transition:none}.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i{color:#556ee6}.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a span{display:inline}.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul{display:block;left:70px;position:absolute;width:190px;height:auto!important;box-shadow:3px 5px 10px 0 rgba(54,61,71,.1)}.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul ul{box-shadow:3px 5px 10px 0 rgba(54,61,71,.1)}.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a{box-shadow:none;padding:8px 20px;position:relative;width:190px;z-index:6;color:#545a6d}.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover{color:#556ee6}.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul ul{padding:5px 0;z-index:9999;display:none;background-color:#fff}.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul ul li:hover>ul{display:block;left:190px;height:auto!important;margin-top:-36px;position:absolute;width:190px}.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul ul li>a span.pull-right{position:absolute;right:20px;top:12px;transform:rotate(270deg)}.dark .vertical-collpsed .vertical-menu #sidebar-menu>ul ul li.active a{color:#212529}.dark body[data-sidebar=dark] .vertical-menu{background:#2a3042}.dark body[data-sidebar=dark] #sidebar-menu ul li a{color:#a6b0cf}.dark body[data-sidebar=dark] #sidebar-menu ul li a i{color:#6a7187}.dark body[data-sidebar=dark] #sidebar-menu ul li a:hover,.dark body[data-sidebar=dark] #sidebar-menu ul li a:hover i{color:#fff}.dark body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a{color:#79829c}.dark body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover{color:#fff}.dark body[data-sidebar=dark].vertical-collpsed{min-height:1300px}.dark body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{background:#2e3548;color:#fff}.dark body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i{color:#fff}.dark body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a{color:#79829c}.dark body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover{color:#fff}.dark body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul ul{background-color:#2a3042}.dark body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active,.dark body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i{color:#556ee6!important}.dark body[data-sidebar=dark] .mm-active,.dark body[data-sidebar=dark] .mm-active .active,.dark body[data-sidebar=dark] .mm-active .active i,.dark body[data-sidebar=dark] .mm-active>i{color:#fff!important}.dark body[data-sidebar=dark] .menu-title{color:#6a7187}.dark body[data-layout=horizontal] .main-content{margin-left:0!important}.dark body[data-sidebar-size=small] .navbar-brand-box{width:160px}.dark body[data-sidebar-size=small] .vertical-menu{width:160px;text-align:center}.dark body[data-sidebar-size=small] .vertical-menu .badge,.dark body[data-sidebar-size=small] .vertical-menu .has-arrow:after{display:none!important}.dark body[data-sidebar-size=small] .main-content{margin-left:160px}.dark body[data-sidebar-size=small] .footer{left:160px}.dark body[data-sidebar-size=small] #sidebar-menu ul li.menu-title{background-color:#2e3548}.dark body[data-sidebar-size=small] #sidebar-menu ul li a i{display:block}.dark body[data-sidebar-size=small] #sidebar-menu ul li ul.sub-menu li a{padding-left:1.5rem;display:flex}.dark body[data-sidebar-size=small].vertical-collpsed .main-content{margin-left:70px}.dark body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu{text-align:left}.dark body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a i{display:inline-block}.dark body[data-sidebar-size=small].vertical-collpsed .footer{left:70px}.dark body[data-sidebar=colored] .navbar-brand-box,.dark body[data-sidebar=colored] .vertical-menu{background-color:#556ee6}.dark body[data-sidebar=colored] .navbar-brand-box .logo-dark{display:none}.dark body[data-sidebar=colored] .navbar-brand-box .logo-light{display:block}.dark body[data-sidebar=colored] .mm-active,.dark body[data-sidebar=colored] .mm-active .active,.dark body[data-sidebar=colored] .mm-active>i{color:#fff!important}.dark body[data-sidebar=colored] #sidebar-menu ul li.menu-title,.dark body[data-sidebar=colored] #sidebar-menu ul li a,.dark body[data-sidebar=colored] #sidebar-menu ul li a i{color:hsla(0,0%,100%,.6)}.dark body[data-sidebar=colored] #sidebar-menu ul li a.waves-effect .waves-ripple{background:hsla(0,0%,100%,.1)}.dark body[data-sidebar=colored] #sidebar-menu ul li ul.sub-menu li a{color:hsla(0,0%,100%,.5)}.dark body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{background-color:rgb(93.8923076923,117.5846153846,231.3076923077);color:#fff}.dark body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i{color:#fff}.dark body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active{color:#556ee6!important}.dark .topnav{background:#282e3f;padding:0 12px;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);margin-top:70px;position:fixed;left:0;right:0;z-index:100}.dark .topnav .topnav-menu{margin:0;padding:0}.dark .topnav .navbar-nav .nav-link{font-size:14px;position:relative;padding:1rem 1.3rem;color:#a6b0cf}.dark .topnav .navbar-nav .nav-link i{font-size:15px}.dark .topnav .navbar-nav .nav-link:focus,.dark .topnav .navbar-nav .nav-link:hover{color:#556ee6;background-color:transparent}.dark .topnav .navbar-nav .dropdown-item{color:#a6b0cf}.dark .topnav .navbar-nav .dropdown-item.active,.dark .topnav .navbar-nav .dropdown-item:hover,.dark .topnav .navbar-nav .nav-item .nav-link.active{color:#556ee6}.dark .topnav .navbar-nav .dropdown.active>a{color:#556ee6;background-color:transparent}@media(min-width:1200px){.dark body[data-layout=horizontal] .container-fluid,.dark body[data-layout=horizontal] .container-lg,.dark body[data-layout=horizontal] .container-md,.dark body[data-layout=horizontal] .container-sm,.dark body[data-layout=horizontal] .container-xl,.dark body[data-layout=horizontal] .navbar-header{max-width:85%}}@media(min-width:992px){.dark .topnav .navbar-nav .nav-item:first-of-type .nav-link{padding-left:0}.dark .topnav .dropdown-item{padding:.5rem 1.5rem;min-width:180px}.dark .topnav .dropdown.mega-dropdown .mega-dropdown-menu{left:0;right:auto}.dark .topnav .dropdown .dropdown-menu{margin-top:0;border-radius:0 0 .25rem .25rem}.dark .topnav .dropdown .dropdown-menu .arrow-down:after{right:15px;transform:rotate(-135deg) translateY(-50%);position:absolute}.dark .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu{position:absolute;top:0!important;left:100%;display:none}.dark .topnav .dropdown:hover>.dropdown-menu,.dark .topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu{display:block}.dark .navbar-toggle{display:none}}.dark .arrow-down{display:inline-block}.dark .arrow-down:after{border-color:initial;border-style:solid;border-width:0 0 1px 1px;content:"";height:.4em;display:inline-block;right:5px;top:50%;margin-left:10px;transform:rotate(-45deg) translateY(-50%);transform-origin:top;transition:all .3s ease-out;width:.4em}@media(max-width:1199.98px){.dark .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu{right:100%;left:auto}}@media(max-width:991.98px){.dark .navbar-brand-box .logo-dark,.dark .navbar-brand-box .logo-dark span.logo-sm{display:none}.dark .navbar-brand-box .logo-light,.dark .navbar-brand-box .logo-light span.logo-sm{display:block}.dark .topnav{max-height:360px;overflow-y:auto;padding:0}.dark .topnav .navbar-nav .nav-link{padding:.75rem 1.1rem}.dark .topnav .dropdown .dropdown-menu{background-color:transparent;border:none;box-shadow:none;padding-left:15px}.dark .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl{width:auto}.dark .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row{margin:0}.dark .topnav .dropdown .dropdown-item{position:relative;background-color:transparent}.dark .topnav .dropdown .dropdown-item.active,.dark .topnav .dropdown .dropdown-item:active{color:#556ee6}.dark .topnav .arrow-down:after{right:15px;position:absolute}}@media(min-width:992px){.dark body[data-layout=horizontal][data-topbar=light] .navbar-brand-box .logo-dark{display:none}.dark body[data-layout=horizontal][data-topbar=light] .navbar-brand-box .logo-light{display:block}.dark body[data-layout=horizontal][data-topbar=light] .topnav{background-color:#556ee6}.dark body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link{color:hsla(0,0%,100%,.6)}.dark body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:focus,.dark body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.9)}.dark body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav>.dropdown.active>a{color:hsla(0,0%,100%,.9)!important}}.dark body[data-layout=horizontal][data-topbar=colored] #page-topbar{background-color:#556ee6;box-shadow:none}.dark body[data-layout=horizontal][data-topbar=colored] .logo-dark{display:none}.dark body[data-layout=horizontal][data-topbar=colored] .logo-light{display:block}.dark body[data-layout=horizontal][data-topbar=colored] .app-search .form-control,.dark body[data-layout=horizontal][data-topbar=colored] .app-search input.PhoneInputInput{background-color:rgba(42,48,66,.07);color:#fff}.dark body[data-layout=horizontal][data-topbar=colored] .app-search input.form-control::-webkit-input-placeholder,.dark body[data-layout=horizontal][data-topbar=colored] .app-search input.PhoneInputInput::-webkit-input-placeholder,.dark body[data-layout=horizontal][data-topbar=colored] .app-search span{color:hsla(0,0%,100%,.5)}.dark body[data-layout=horizontal][data-topbar=colored] .header-item,.dark body[data-layout=horizontal][data-topbar=colored] .header-item:hover{color:#e9ecef}.dark body[data-layout=horizontal][data-topbar=colored] .navbar-header .dropdown.show .header-item{background-color:hsla(0,0%,100%,.1)}.dark body[data-layout=horizontal][data-topbar=colored] .navbar-header .waves-effect .waves-ripple{background:hsla(0,0%,100%,.4)}.dark body[data-layout=horizontal][data-topbar=colored] .noti-icon i{color:#e9ecef}@media(min-width:992px){.dark body[data-layout=horizontal][data-topbar=colored] .topnav{background-color:#556ee6}.dark body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link{color:hsla(0,0%,100%,.6)}.dark body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:focus,.dark body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.9)}.dark body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav>.dropdown.active>a{color:hsla(0,0%,100%,.9)!important}}.dark body[data-layout-size=boxed]{background-color:#32394f}.dark body[data-layout-size=boxed] #layout-wrapper{background-color:#222736;max-width:1300px;margin:0 auto;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.dark body[data-layout-size=boxed] #page-topbar{max-width:1300px;margin:0 auto}.dark body[data-layout-size=boxed] .footer{margin:0 auto;max-width:1050px}.dark body[data-layout-size=boxed].vertical-collpsed .footer{max-width:1230px}.dark body[data-layout=horizontal][data-layout-size=boxed] #layout-wrapper,.dark body[data-layout=horizontal][data-layout-size=boxed] #page-topbar,.dark body[data-layout=horizontal][data-layout-size=boxed] .footer{max-width:100%}.dark body[data-layout=horizontal][data-layout-size=boxed] .container-fluid,.dark body[data-layout=horizontal][data-layout-size=boxed] .container-lg,.dark body[data-layout=horizontal][data-layout-size=boxed] .container-md,.dark body[data-layout=horizontal][data-layout-size=boxed] .container-sm,.dark body[data-layout=horizontal][data-layout-size=boxed] .container-xl,.dark body[data-layout=horizontal][data-layout-size=boxed] .navbar-header{max-width:1300px}.dark .container-fluid,.dark .container-lg,.dark .container-md,.dark .container-sm,.dark .container-xl{padding:0}.dark .custom-filter{background-color:#2a3042;box-shadow:0 0 24px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);display:block;transition:all .2s ease-out;width:300px;z-index:9999;float:right!important;bottom:0;position:fixed;top:8.8%;right:0}.dark .custom-filter .custom-filter-toggle{background-color:#fff;height:24px;width:24px;line-height:24px;color:#2a3042;text-align:center;border-radius:50%}.dark .custom-filter .custom-filter-toggle:hover{background-color:#fff}.dark .custom-filter-enabled .custom-filter{right:0}@media(max-width:767.98px){.dark .custom-filter{overflow:auto}.dark .custom-filter .slimscroll-menu{height:auto!important}}.dark .height-calc{overflow:auto;height:calc(100vh - 260px)}.dark .flex-center{display:flex;align-items:center}.dark .firstPromoter-add-link{background-color:#f46a6a;border-radius:6px;cursor:pointer;border:.5px solid #eb5e5e}.dark .firstPromoter-add-link:hover{border:.5px solid #556ee6;filter:drop-shadow(0 4px 4px rgba(0,0,0,.25))}.dark .firstPromoter-add-link .up-div{display:flex;background-color:#eb5e5e;border-radius:6px;justify-content:flex-start;grid-column-gap:6px;align-items:center;padding:10px}.dark .firstPromoter-add-link .heading-div h6{margin-bottom:0}.dark .firstPromoter-add-link .description{display:flex;justify-content:center;align-items:center;padding:15px 10px}.dark .firstPromoter-add-link .description p{margin-left:3px}.dark .sidebar-enable ul li .firstPromoter-add-link{background-color:transparent;border:none}.dark .sidebar-enable ul li .firstPromoter-add-link:hover{border:none}.dark .sidebar-enable ul li .firstPromoter-add-link .up-div{background-color:transparent;padding:6px}.dark .sidebar-enable ul li .firstPromoter-add-link .description,.dark .sidebar-enable ul li .firstPromoter-add-link .up-div .heading-div{display:none}.dark .waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.dark .waves-effect .waves-ripple{position:absolute;border-radius:50%;width:100px;height:100px;margin-top:-50px;margin-left:-50px;opacity:0;background:rgba(0,0,0,.2);background:radial-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,hsla(0,0%,100%,0) 70%);transition:all .5s ease-out;transition-property:transform,opacity;transform:scale(0) translate(0);pointer-events:none}.dark .waves-effect.waves-light .waves-ripple{background:hsla(0,0%,100%,.4);background:radial-gradient(hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.3) 40%,hsla(0,0%,100%,.4) 50%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0) 70%)}.dark .waves-effect.waves-classic .waves-ripple{background:rgba(0,0,0,.2)}.dark .waves-effect.waves-classic.waves-light .waves-ripple{background:hsla(0,0%,100%,.4)}.dark .waves-notransition{transition:none!important}.dark .waves-button,.dark .waves-circle{transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(circle,#fff 100%,#000 0)}.dark .waves-button,.dark .waves-button-input,.dark .waves-button:hover,.dark .waves-button:visited{white-space:nowrap;vertical-align:middle;cursor:pointer;border:none;outline:none;color:inherit;background-color:transparent;font-size:1em;line-height:1em;text-align:center;text-decoration:none;z-index:1}.dark .waves-button{padding:.85em 1.1em;border-radius:.2em}.dark .waves-button-input{margin:0;padding:.85em 1.1em}.dark .waves-input-wrapper{border-radius:.2em;vertical-align:bottom}.dark .waves-input-wrapper.waves-button{padding:0}.dark .waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}.dark .waves-circle{text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%}.dark .waves-float{-webkit-mask-image:none;box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);transition:all .3s}.dark .waves-float:active{box-shadow:0 8px 20px 1px rgba(0,0,0,.3)}.dark .waves-block{display:block}.dark .waves-effect.waves-light .waves-ripple{background-color:hsla(0,0%,100%,.4)}.dark .waves-effect.waves-primary .waves-ripple{background-color:rgba(85,110,230,.4)}.dark .waves-effect.waves-success .waves-ripple{background-color:rgba(52,195,143,.4)}.dark .waves-effect.waves-info .waves-ripple{background-color:rgba(80,165,241,.4)}.dark .waves-effect.waves-warning .waves-ripple{background-color:rgba(241,180,76,.4)}.dark .waves-effect.waves-danger .waves-ripple{background-color:rgba(244,106,106,.4)}.dark .avatar-xs{height:2rem;width:2rem}.dark .avatar-sm{height:3rem;width:3rem}.dark .avatar-md{height:4.5rem;width:4.5rem}.dark .avatar-lg{height:6rem;width:6rem}.dark .avatar-xl{height:7.5rem;width:7.5rem}.dark .avatar-title{align-items:center;background-color:#556ee6;color:#fff;display:flex;font-weight:500;height:100%;justify-content:center;width:100%}.dark .custom-accordion .accordion-list{display:flex;border-radius:7px;background-color:#32394e;padding:12px 20px;color:#a6b0cf;font-weight:600;align-items:center;justify-content:space-between}.dark .custom-accordion .accordion-list.collapsed i.accor-plus-icon:before{content:""}.dark .custom-accordion .accordion-list .accor-plus-icon{display:inline-block;font-size:16px;height:24px;width:24px;line-height:22px;background-color:#2a3042;text-align:center;border-radius:50%}.dark .custom-accordion .card-body{color:#bfc8e2}.dark .font-size-8{font-size:8px!important}.dark .font-size-10{font-size:10px!important}.dark .font-size-11{font-size:11px!important}.dark .font-size-12{font-size:12px!important}.dark .font-size-13{font-size:13px!important}.dark .font-size-14{font-size:14px!important}.dark .font-size-15{font-size:15px!important}.dark .font-size-16{font-size:16px!important}.dark .font-size-17{font-size:17px!important}.dark .font-size-18{font-size:18px!important}.dark .font-size-20{font-size:20px!important}.dark .font-size-22{font-size:22px!important}.dark .font-size-24{font-size:24px!important}.dark .font-weight-medium{font-weight:500}.dark .font-weight-semibold{font-weight:600}.dark .social-list-item{height:2rem;width:2rem;line-height:calc(2rem - 2px);display:block;border:1px solid #bfc8e2;border-radius:50%;color:#bfc8e2;text-align:center;transition:all .4s}.dark .social-list-item:hover{color:#c3cbe4;background-color:#2a3042}.dark .w-xs{min-width:80px}.dark .w-sm{min-width:95px}.dark .w-md{min-width:110px}.dark .w-lg{min-width:140px}.dark .w-xl{min-width:160px}.dark #preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#2a3042;z-index:999999;opacity:.6}.dark #status{width:40px;height:40px;position:absolute;left:50%;top:50%;margin:-20px 0 0 -20px}.dark .spinner-chase{margin:0 auto;width:40px;height:40px;position:relative;animation:spinner-chase 2.5s linear infinite both}.dark .chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:chase-dot 2s ease-in-out infinite both}.dark .chase-dot:before{content:"";display:block;width:25%;height:25%;background-color:#556ee6;border-radius:100%;animation:chase-dot-before 2s ease-in-out infinite both}.dark .chase-dot:first-child,.dark .chase-dot:first-child:before{animation-delay:-1.1s}.dark .chase-dot:nth-child(2),.dark .chase-dot:nth-child(2):before{animation-delay:-1s}.dark .chase-dot:nth-child(3),.dark .chase-dot:nth-child(3):before{animation-delay:-.9s}.dark .chase-dot:nth-child(4),.dark .chase-dot:nth-child(4):before{animation-delay:-.8s}.dark .chase-dot:nth-child(5),.dark .chase-dot:nth-child(5):before{animation-delay:-.7s}.dark .chase-dot:nth-child(6),.dark .chase-dot:nth-child(6):before{animation-delay:-.6s}@keyframes spinner-chase{to{transform:rotate(1turn)}}@keyframes chase-dot{80%,to{transform:rotate(1turn)}}@keyframes chase-dot-before{50%{transform:scale(.4)}0%,to{transform:scale(1)}}.dark .no-spinner::-webkit-inner-spin-button,.dark .no-spinner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.dark .no-spinner{-moz-appearance:textfield}.dark .form-check-input{margin-top:.24rem}.dark .form-check-right{padding-left:0;display:inline-block;padding-right:1.25rem}.dark .form-check-right .form-check-input{right:0;margin-left:0}.dark .form-check-right .form-check-label{display:block}.dark .custom-control-right{padding-left:0;padding-right:1.5rem;display:inline-block}.dark .custom-control-right .custom-control-label{display:inline-block}.dark .custom-control-right .custom-control-label:after,.dark .custom-control-right .custom-control-label:before{left:auto;right:-1.5rem}.dark .custom-control-right .custom-control-input{left:auto}.dark .mini-stats-wid .mini-stat-icon{overflow:hidden;position:relative}.dark .mini-stats-wid .mini-stat-icon:after,.dark .mini-stats-wid .mini-stat-icon:before{content:"";position:absolute;width:8px;height:54px;background-color:hsla(0,0%,100%,.1);left:16px;transform:rotate(32deg);top:-5px;transition:all .4s}.dark .mini-stats-wid .mini-stat-icon:after{left:-12px;width:12px;transition:all .2s}.dark .mini-stats-wid:hover .mini-stat-icon:after{left:60px}.dark .button-items{margin-left:-8px;margin-bottom:-12px}.dark .button-items .btn{margin-bottom:12px;margin-left:8px}.dark .mfp-popup-form{max-width:1140px}.dark .bs-example-modal{position:relative;top:auto;right:auto;bottom:auto;left:auto;z-index:1;display:block}.dark .icon-demo-content{text-align:center;color:#bfc8e2}.dark .icon-demo-content i{display:block;font-size:24px;margin-bottom:16px;color:#c3cbe4;transition:all .4s}.dark .icon-demo-content .col-lg-4{margin-top:24px}.dark .icon-demo-content .col-lg-4:hover i{color:#556ee6;transform:scale(1.5)}.dark .grid-structure .grid-container{background-color:#212529;margin-top:10px;font-size:.8rem;font-weight:500;padding:10px 20px}.dark .card-radio{background-color:#2a3042;border:2px solid #32394e;border-radius:.25rem;padding:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dark .card-radio:hover{cursor:pointer}.dark .card-radio-label{display:block}.dark .card-radio-input{display:none}.dark .card-radio-input:checked+.card-radio{border-color:#556ee6!important}.dark .navs-carousel .owl-nav{margin-top:16px}.dark .navs-carousel .owl-nav button{width:30px;height:30px;line-height:28px!important;font-size:20px!important;border-radius:50%!important;background-color:rgba(85,110,230,.25)!important;color:#556ee6!important;margin:4px 8px!important}@media print{.dark .footer,.dark .navbar-header,.dark .page-title-box,.dark .right-bar,.dark .vertical-menu{display:none!important}.dark .card-body,.dark .main-content,.dark .page-content,.dark .right-bar,.dark body{padding:0;margin:0}.dark .card{border:0}}.dark .sweet-alert{background-color:#363e54!important;color:#f5f5f5!important;width:auto!important}.dark .StripeElement{height:40px;padding:10px 12px;width:100%;background-color:#2e3548;border:1px solid #32394e;border-radius:4px;transition:box-shadow .15s ease}.dark .dark .inputs-group{border-radius:50px;background-color:#2e3548}.dark .dark .inputs-group .select2-selection__control{padding-left:12px!important;background-color:#2e3548!important;border-color:#2e3548!important;border-radius:50px}.dark .dark .inputs-group .select2-selection__control .select2-selection__value-container{min-width:60px!important}.dark .dark .inputs-group .vertical-line2{border-right:1px solid rgba(196,204,227,.3764705882)!important;height:2rem!important;text-align:center!important;margin-top:1%!important;margin:0 8px}.dark .dark .inputs-group input{padding-left:10px!important;background-color:#2e3548!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.dark .dark .inputs-group input.search-input{min-width:280px!important}.dark .dark .inputs-group input:focus{z-index:0!important}.dark .light .inputs-group{border-radius:50px;background-color:#fff}.dark .light .inputs-group .app-search .form-group{border:none!important}.dark .light .inputs-group .select2-selection__control{padding-left:12px!important;background-color:#fff!important;border-color:#fff!important;border-radius:50px}.dark .light .inputs-group .select2-selection__control .select2-selection__value-container{max-width:60px!important}.dark .light .inputs-group .vertical-line2{border-right:1px solid #000!important;height:2rem!important;text-align:center!important;margin-top:1%!important;margin:0 8px}.dark .light .inputs-group input{padding-left:10px!important;min-width:280px!important;background-color:#2a3042;border-top-left-radius:0!important;border-bottom-left-radius:0!important;border:none!important}.dark .light .inputs-group input.search-input{min-width:280px!important}.dark .light .inputs-group input:focus{z-index:0!important}.dark .dark .inputs-group-inbounds{border-radius:50px;background-color:#2e3548}.dark .dark .inputs-group-inbounds .select2-selection__control{padding-left:12px!important;background-color:#2e3548!important;border-color:#2e3548!important;border-radius:50px}.dark .dark .inputs-group-inbounds .select2-selection__control .select2-selection__value-container{min-width:120px!important}.dark .dark .inputs-group-inbounds .vertical-line2{border-right:1px solid rgba(196,204,227,.3764705882)!important;height:2rem!important;text-align:center!important;margin-top:1%!important;margin:0 8px}.dark .dark .inputs-group-inbounds input{padding-left:10px!important;background-color:#2e3548!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.dark .dark .inputs-group-inbounds input.search-input{min-width:280px!important}.dark .dark .inputs-group-inbounds input:focus{z-index:0!important}.dark .light .inputs-group-inbounds{border-radius:50px;background-color:#fff}.dark .light .inputs-group-inbounds .app-search .form-group{border:none!important}.dark .light .inputs-group-inbounds .select2-selection__control{padding-left:12px!important;background-color:#fff!important;border-color:#fff!important;border-radius:50px}.dark .light .inputs-group-inbounds .select2-selection__control .select2-selection__value-container{max-width:120px!important}.dark .light .inputs-group-inbounds .vertical-line2{border-right:1px solid #000!important;height:2rem!important;text-align:center!important;margin-top:1%!important;margin:0 8px}.dark .light .inputs-group-inbounds input{padding-left:10px!important;min-width:280px!important;background-color:#2a3042;border-top-left-radius:0!important;border-bottom-left-radius:0!important;border:none!important}.dark .light .inputs-group-inbounds input.search-input{min-width:280px!important}.dark .light .inputs-group-inbounds input:focus{z-index:0!important}.dark .dark .inbound-date-range{background-color:#2c3346;margin:0;padding:0;height:36px;border-radius:3px}.dark .dark .inbound-date-range input{border-color:transparent!important}.dark .light .inbound-date-range{background-color:#fff;margin:0;padding:0;height:36px;border-radius:3px}.dark .light .inbound-date-range input{border-color:transparent!important}.dark .filter-tag{border:1px solid #556ee6;background-color:rgba(85,110,230,.24);border-radius:50px;white-space:nowrap}.dark .filter-remove{background-color:#f46a6a;border-radius:50px;right:0;top:-5px;cursor:pointer;color:#fff}.dark .filter-text-clr{color:#fff}.dark [data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.dark .simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.dark .simplebar-mask{direction:inherit;overflow:hidden;left:0;right:0;width:auto!important;height:auto!important;z-index:0}.dark .simplebar-mask,.dark .simplebar-offset{position:absolute;padding:0;margin:0;top:0;bottom:0}.dark .simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;left:0!important;right:0!important;-webkit-overflow-scrolling:touch}.dark .simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;visibility:visible;overflow:auto;max-width:100%;max-height:100%;scrollbar-width:none;padding:0!important}.dark .simplebar-content-wrapper::-webkit-scrollbar,.dark .simplebar-hide-scrollbar::-webkit-scrollbar{display:none}.dark .simplebar-content:after,.dark .simplebar-content:before{content:" ";display:table}.dark .simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.dark .simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.dark .simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.dark .simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}.dark [data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}.dark [data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.dark .simplebar-scrollbar{position:absolute;right:2px;width:4px;min-height:10px}.dark .simplebar-scrollbar:before{position:absolute;content:"";background:#a2adb7;border-radius:7px;left:0;right:0;opacity:0;transition:opacity .2s linear}.dark .simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.dark .simplebar-track.simplebar-vertical{top:0;width:11px}.dark .simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.dark .simplebar-track.simplebar-horizontal{left:0;height:11px}.dark .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.dark .simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}.dark [data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.dark .hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.dark .simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none}.dark .custom-scroll{height:100%}.dark{@import"~@fullcalendar/core/main.css";@import"~@fullcalendar/bootstrap/main.css"}.dark .fc-toolbar h2{font-size:16px;line-height:30px;text-transform:uppercase}.dark .fc th.fc-widget-header{background:#2a3042;font-size:13px;line-height:20px;padding:10px 0;text-transform:uppercase;font-weight:600}.dark .fc-unthemed .fc-content,.dark .fc-unthemed .fc-divider,.dark .fc-unthemed .fc-list-heading td,.dark .fc-unthemed .fc-list-view,.dark .fc-unthemed .fc-popover,.dark .fc-unthemed .fc-row,.dark .fc-unthemed tbody,.dark .fc-unthemed td,.dark .fc-unthemed th,.dark .fc-unthemed thead{border-color:#2a3042}.dark .fc-unthemed td.fc-today{background:#32394e}.dark .fc-button{background:#2a3042;border-color:rgba(99,99,99,.4);color:#f6f6f6;text-transform:capitalize;box-shadow:none;padding:6px 12px!important;height:auto!important}.dark .fc-state-active,.dark .fc-state-disabled,.dark .fc-state-down{background-color:#556ee6;color:#fff;text-shadow:none}.dark .fc-event{border-radius:2px;border:none;cursor:move;font-size:.8125rem;margin:5px 7px;padding:5px;text-align:center}.dark .fc-event,.dark .fc-event-dot{background-color:#556ee6}.dark .fc-event .fc-content{color:#fff}.dark .task-box{border:1px solid #32394e}.dark .gu-transit{border:1px dashed #c3cbe4!important;background-color:#2a3042!important}.dark #session-timeout-dialog .close{display:none}.dark #session-timeout-dialog .countdown-holder{color:#f46a6a;font-weight:500}.dark #session-timeout-dialog .btn-default{background-color:#fff;color:#f46a6a;box-shadow:none}.dark .irs--square .irs-bar,.dark .irs--square .irs-from,.dark .irs--square .irs-single,.dark .irs--square .irs-to{background:#556ee6!important;font-size:11px}.dark .irs--square .irs-from:before,.dark .irs--square .irs-single:before,.dark .irs--square .irs-to:before{border-top-color:#556ee6}.dark .irs--square .irs-line{background:#32394e;border-color:#32394e}.dark .irs--square .irs-grid-text{font-size:11px;color:#a6b0cf}.dark .irs--square .irs-max,.dark .irs--square .irs-min{color:#a6b0cf;background:#32394e;font-size:11px}.dark .irs--square .irs-handle{border:2px solid #556ee6;width:12px;height:12px;top:26px;background-color:#2a3042!important}.dark .swal2-container .swal2-title{font-size:24px;font-weight:500}.dark .swal2-icon.swal2-question{border-color:#50a5f1;color:#50a5f1}.dark .swal2-icon.swal2-success [class^=swal2-success-line]{background-color:#34c38f}.dark .swal2-icon.swal2-success .swal2-success-ring{border-color:rgba(52,195,143,.3)}.dark .swal2-icon.swal2-warning{border-color:#f1b44c;color:#f1b44c}.dark .swal2-styled:focus{box-shadow:none}.dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#556ee6}.dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step,.dark .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:rgba(85,110,230,.3)}.dark .symbol{border-color:#2a3042}.dark .rating-symbol-background,.dark .rating-symbol-foreground{font-size:24px}.dark .rating-symbol-foreground{top:0}.dark #toast-container>div{box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);opacity:1}.dark #toast-container>div:hover{box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);opacity:.9}.dark #toast-container.toast-bottom-full-width>div,.dark #toast-container.toast-top-full-width>div{min-width:96%;margin:4px auto}.dark .toast-primary{border:2px solid #556ee6!important;background-color:rgba(85,110,230,.8)!important}.dark .toast-secondary{border:2px solid #c3cbe4!important;background-color:rgba(195,203,228,.8)!important}.dark .toast-success{border:2px solid #34c38f!important;background-color:rgba(52,195,143,.8)!important}.dark .toast-info{border:2px solid #50a5f1!important;background-color:rgba(80,165,241,.8)!important}.dark .toast-warning{border:2px solid #f1b44c!important;background-color:rgba(241,180,76,.8)!important}.dark .toast-danger{border:2px solid #f46a6a!important;background-color:rgba(244,106,106,.8)!important}.dark .toast-pink{border:2px solid #e83e8c!important;background-color:rgba(232,62,140,.8)!important}.dark .toast-light{border:2px solid #32394e!important;background-color:rgba(50,57,78,.8)!important}.dark .toast-dark{border:2px solid #eff2f7!important;background-color:rgba(239,242,247,.8)!important}.dark .toast-grey{border:2px solid #444c62!important;background-color:rgba(68,76,98,.8)!important}.dark .toast-error{background-color:rgba(244,106,106,.8);border:2px solid #f46a6a}.dark .toastr-options{padding:24px;background-color:#2e3548;margin-bottom:0;border:1px solid rgba(99,99,99,.4)}.dark .image-crop-preview .img-preview{float:left;margin-bottom:.5rem;margin-right:.5rem;overflow:hidden;background-color:#32394e;text-align:center;width:100%}.dark .image-crop-preview .img-preview>img{max-width:100%}.dark .image-crop-preview .preview-lg{height:9rem;width:16rem}.dark .image-crop-preview .preview-md{height:4.5rem;width:8rem}.dark .image-crop-preview .preview-sm{height:2.25rem;width:4rem}.dark .image-crop-preview .preview-xs{height:1.125rem;margin-right:0;width:2rem}.dark .img-crop-preview-btns .btn .docs-tooltip,.dark .img-crop-preview-toggles .btn .docs-tooltip{display:block;margin:-.47rem -.75rem;padding:.47rem .75rem}.dark .error{color:#f46a6a}.dark .parsley-error{border-color:#f46a6a}.dark .parsley-errors-list{display:none;margin:0;padding:0}.dark .parsley-errors-list.filled{display:block}.dark .parsley-errors-list>li{font-size:12px;list-style:none;color:#f46a6a;margin-top:5px}.dark .select2-container .select2-selection__control{background-color:#2e3548;border:1px solid #32394e;min-height:38px}.dark .select2-container .select2-selection__control:focus{outline:none}.dark .select2-container .select2-selection__control.select2-selection__control--is-focused{box-shadow:none!important}.dark .select2-container .select2-selection__control .select2-selection__rendered{line-height:36px;padding-left:12px;color:#bfc8e2}.dark .select2-container .select2-selection__control .select2-selection__arrow{height:34px;width:34px;right:3px}.dark .select2-container .select2-selection__control .select2-selection__arrow b{border-color:#bfc8e2 transparent transparent;border-width:6px 6px 0}.dark .select2-container .select2-selection__control .select2-selection__placeholder{color:#a6b0cf}.dark .select2-selection__placeholder,.dark .select2-selection__single-value{color:#bfc8e2!important}.dark .select2-selection__indicator-separator{display:none}.dark .select2-container--open .select2-selection .select2-selection__arrow b{border-color:transparent transparent #bfc8e2!important;border-width:0 6px 6px!important}.dark .select2-container--default .select2-search--dropdown{padding:10px;background-color:#2a3042}.dark .select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #32394e;background-color:#2e3548;color:#c3cbe4;outline:none}.dark .select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#556ee6}.dark .select2-container--default .select2-results__option[aria-selected=true]{background-color:#32394e;color:rgb(233.125,236.25,239.375)}.dark .select2-container--default .select2-results__option[aria-selected=true]:hover{background-color:#556ee6;color:#fff}.dark .select2-results__option{padding:6px 12px}.dark .select2-selection__menu{border:1px solid #32394e!important;background-color:#2a3042!important;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)!important;z-index:999!important;overflow-y:scroll}.dark .select2-selection__menu .select2-selection__option:last-child{margin-bottom:1vh}.dark .select2-selection__menu .select2-selection__option.select2-selection__option--is-focused{background-color:#556ee6!important}.dark .select2-search input{border:1px solid #32394e}.dark .select2-container .select2-selection--multiple{min-height:38px;background-color:#2e3548;border:1px solid #32394e!important}.dark .select2-container .select2-selection--multiple .select2-selection__rendered{padding:2px 10px}.dark .select2-container .select2-selection--multiple .select2-search__field{border:0;color:#bfc8e2}.dark .select2-container .select2-selection--multiple .select2-search__field::placeholder{color:#bfc8e2}.dark .select2-container .select2-selection--multiple .select2-selection__choice{background-color:#2a3042;border:1px solid #32394e;border-radius:1px;padding:0 7px}.dark .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#a6b0cf}.dark .select2-container--default .select2-results__group{font-weight:600}.dark .select2-result-repository__avatar{float:left;width:60px;margin-right:10px}.dark .select2-result-repository__avatar img{width:100%;height:auto;border-radius:2px}.dark .select2-result-repository__statistics{margin-top:7px}.dark .select2-result-repository__forks,.dark .select2-result-repository__stargazers,.dark .select2-result-repository__watchers{display:inline-block;font-size:11px;margin-right:1em;color:#bfc8e2}.dark .select2-result-repository__forks .fa,.dark .select2-result-repository__stargazers .fa,.dark .select2-result-repository__watchers .fa{margin-right:4px}.dark .select2-result-repository__forks .fa.fa-flash:before,.dark .select2-result-repository__stargazers .fa.fa-flash:before,.dark .select2-result-repository__watchers .fa.fa-flash:before{content:"";font-family:"Font Awesome 5 Free"}.dark .select2-results__option--highlighted .select2-result-repository__forks,.dark .select2-results__option--highlighted .select2-result-repository__stargazers,.dark .select2-results__option--highlighted .select2-result-repository__watchers{color:hsla(0,0%,100%,.8)}.dark .select2-result-repository__meta{overflow:hidden}.dark .img-flag{margin-right:7px;height:15px;width:18px}.dark .select2-container input[type=text]{color:#a6b0cf!important}.dark input[switch]{display:none}.dark input[switch]+label{font-size:1em;line-height:1;width:56px;height:24px;background-color:#a6b0cf;background-image:none;border-radius:2rem;padding:.16667rem;cursor:pointer;display:inline-block;position:relative}.dark input[switch]+label,.dark input[switch]+label:before{text-align:center;font-weight:500;transition:all .1s ease-in-out}.dark input[switch]+label:before{color:#eff2f7;content:attr(data-off-label);display:block;font-family:inherit;font-size:12px;line-height:21px;position:absolute;right:1px;margin:3px;top:-2px;min-width:1.66667rem;overflow:hidden}.dark input[switch]+label:after{content:"";position:absolute;left:3px;background-color:#2a3042;box-shadow:none;border-radius:2rem;height:20px;width:20px;top:2px;transition:all .1s ease-in-out}.dark input[switch]:checked+label{background-color:#556ee6}.dark input[switch]:checked+label:before{color:#fff;content:attr(data-on-label);right:auto;left:3px}.dark input[switch]:checked+label:after{left:33px;background-color:#2a3042}.dark input[switch=bool]+label{background-color:#f46a6a}.dark input[switch=bool]+label:before,.dark input[switch=bool]:checked+label:before,.dark input[switch=default]:checked+label:before{color:#fff}.dark input[switch=bool]:checked+label{background-color:#34c38f}.dark input[switch=default]:checked+label{background-color:#a2a2a2}.dark input[switch=primary]:checked+label{background-color:#556ee6}.dark input[switch=success]:checked+label{background-color:#34c38f}.dark input[switch=info]:checked+label{background-color:#50a5f1}.dark input[switch=warning]:checked+label{background-color:#f1b44c}.dark input[switch=danger]:checked+label{background-color:#f46a6a}.dark input[switch=dark]:checked+label{background-color:#eff2f7}.dark .square-switch{margin-right:7px}.dark .square-switch input[switch]+label,.dark .square-switch input[switch]+label:after{border-radius:0}.dark .datepicker{border:1px solid #212529;padding:8px;z-index:999!important}.dark .datepicker table tr th{font-weight:500}.dark .datepicker table tr td.active,.dark .datepicker table tr td .active.disabled,.dark .datepicker table tr td.active.disabled:hover,.dark .datepicker table tr td.active:hover,.dark .datepicker table tr td.selected,.dark .datepicker table tr td.selected.disabled,.dark .datepicker table tr td.selected.disabled:hover,.dark .datepicker table tr td.selected:hover,.dark .datepicker table tr td.today,.dark .datepicker table tr td.today.disabled,.dark .datepicker table tr td.today.disabled:hover,.dark .datepicker table tr td.today:hover{background-color:#556ee6!important;background-image:none;box-shadow:none;color:#fff!important}.dark .datepicker table tr td.day.focused,.dark .datepicker table tr td.day:hover,.dark .datepicker table tr td span.focused,.dark .datepicker table tr td span:hover{background:#2a3042}.dark .datepicker table tr td.new,.dark .datepicker table tr td.old,.dark .datepicker table tr td span.new,.dark .datepicker table tr td span.old{color:#bfc8e2;opacity:.6}.dark .datepicker table tr td.range,.dark .datepicker table tr td.range.disabled,.dark .datepicker table tr td.range.disabled:hover,.dark .datepicker table tr td.range:hover{background-color:#32394e}.dark .table-condensed>tbody>tr>td,.dark .table-condensed>thead>tr>th{padding:7px}.dark .tox-tinymce{border:1px solid #32394e!important}.dark .tox .tox-statusbar{border-top:1px solid #32394e!important}.dark .tox .tox-edit-area__iframe,.dark .tox .tox-menubar,.dark .tox .tox-statusbar{background-color:#2a3042!important;background:none!important}.dark .tox .tox-mbtn{color:#f6f6f6!important}.dark .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active),.dark .tox .tox-tbtn:hover{background-color:#32394e!important}.dark .tox .tox-toolbar,.dark .tox .tox-toolbar__overflow,.dark .tox .tox-toolbar__primary{background:#32394e!important}.dark .tox .tox-tbtn{color:#f6f6f6!important}.dark .tox .tox-tbtn svg{fill:#f6f6f6!important}.dark .tox .tox-edit-area__iframe{background-color:#2a3042!important}.dark .tox .tox-statusbar__path-item,.dark .tox .tox-statusbar__wordcount,.dark .tox .tox-statusbar a{color:#f6f6f6!important}.dark .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:1px solid #282e3e!important}.dark .note-editor.note-frame{border:1px solid #32394e;box-shadow:none;margin:0}.dark .note-editor.note-frame .note-statusbar{background-color:#32394e;border-top:1px solid #32394e}.dark .note-editor.note-frame .note-editing-area .note-codable,.dark .note-editor.note-frame .note-editing-area .note-editable{border:none;color:#bfc8e2;background-color:transparent}.dark .note-btn-group .note-btn{background-color:#32394e!important;border-color:#32394e!important}.dark .note-status-output{display:none}.dark .note-editable p:last-of-type{margin-bottom:0}.dark .card-header.note-toolbar .note-color .dropdown-menu,.dark .note-popover .popover-content .note-color .dropdown-menu{min-width:344px}.dark .note-popover{border-color:#32394e}.dark .card-header.note-toolbar,.dark .note-popover .popover-content{background-color:#32394e}.dark .note-toolbar{padding:0 0 5px 5px!important}.dark .rdw-editor-toolbar{background-color:#363e54;border-color:#363e54}.dark .rdw-dropdown-wrapper,.dark .rdw-option-wrapper{background-color:#32394e!important;border-color:#32394e!important;box-shadow:none!important}.dark .rdw-editor-main{border:1px solid #363e54!important;padding:0 10px}.dark .dropzone{min-height:230px;border:2px dashed #a6b0cf;background:#2a3042;border-radius:6px;cursor:pointer}.dark .dropzone .dz-message{font-size:24px;width:100%}.dark .twitter-bs-wizard .twitter-bs-wizard-nav{padding:4px;background-color:rgba(85,110,230,.1)}.dark .twitter-bs-wizard .twitter-bs-wizard-nav .step-number{display:inline-block;width:38px;height:38px;line-height:34px;border:2px solid #556ee6;color:#556ee6;text-align:center;border-radius:50%}@media(max-width:991.98px){.dark .twitter-bs-wizard .twitter-bs-wizard-nav .step-number{display:block;margin:0 auto 8px!important}}@media(min-width:992px){.dark .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link{text-align:left}}.dark .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active{background-color:transparent;color:#f6f6f6}.dark .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active .step-number{background-color:#556ee6;color:#fff}.dark .twitter-bs-wizard .twitter-bs-wizard-pager-link{padding-top:24px;padding-left:0;list-style:none;margin-bottom:0}.dark .twitter-bs-wizard .twitter-bs-wizard-pager-link li{display:inline-block}.dark .twitter-bs-wizard .twitter-bs-wizard-pager-link li a{display:inline-block;padding:.47rem .75rem;background-color:#556ee6;color:#fff;border-radius:.25rem}.dark .twitter-bs-wizard .twitter-bs-wizard-pager-link li.disabled a{cursor:not-allowed;background-color:#798ceb}.dark .twitter-bs-wizard .twitter-bs-wizard-pager-link li.next{float:right}.dark .twitter-bs-wizard-tab-content{padding-top:24px;min-height:262px}.dark .table-rep-plugin .btn-toolbar{display:block}.dark .table-rep-plugin .table-responsive{border:none!important}.dark .table-rep-plugin .btn-group .btn-default{background-color:#c3cbe4;color:#32394e;border:1px solid #c3cbe4}.dark .table-rep-plugin .btn-group .btn-default.btn-primary{background-color:#556ee6;border-color:#556ee6;color:#fff;box-shadow:0 0 0 2px rgba(85,110,230,.5)}.dark .table-rep-plugin .btn-group.pull-right{float:right}.dark .table-rep-plugin .btn-group.pull-right .dropdown-menu{right:0;transform:none!important;top:100%!important}.dark .table-rep-plugin tbody th{font-size:14px;font-weight:400}.dark .table-rep-plugin .checkbox-row{padding-left:40px;color:#a6b0cf!important}.dark .table-rep-plugin .checkbox-row:hover{background-color:#2e3548!important}.dark .table-rep-plugin .checkbox-row label{display:inline-block;padding-left:5px;position:relative}.dark .table-rep-plugin .checkbox-row label:before{-o-transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;background-color:#fff;border-radius:3px;border:1px solid #32394e;content:"";display:inline-block;height:17px;left:0;margin-left:-20px;position:absolute;transition:.3s ease-in-out;width:17px;outline:none!important}.dark .table-rep-plugin .checkbox-row label:after{color:#2a3042;display:inline-block;font-size:11px;height:16px;left:0;margin-left:-20px;padding-left:3px;padding-top:1px;position:absolute;top:-1px;width:16px}.dark .table-rep-plugin .checkbox-row input[type=checkbox]{cursor:pointer;opacity:0;z-index:1;outline:none!important}.dark .table-rep-plugin .checkbox-row input[type=checkbox]:disabled+label{opacity:.65}.dark .table-rep-plugin .checkbox-row input[type=checkbox]:focus+label:before{outline-offset:-2px;outline:none}.dark .table-rep-plugin .checkbox-row input[type=checkbox]:checked+label:after{content:"";font-family:"Font Awesome 5 Free";font-weight:900}.dark .table-rep-plugin .checkbox-row input[type=checkbox]:disabled+label:before{background-color:#212529;cursor:not-allowed}.dark .table-rep-plugin .checkbox-row input[type=checkbox]:checked+label:before{background-color:#556ee6;border-color:#556ee6}.dark .table-rep-plugin .checkbox-row input[type=checkbox]:checked+label:after{color:#fff}.dark .table-rep-plugin .fixed-solution .sticky-table-header{top:70px!important;background-color:#556ee6}.dark .table-rep-plugin .fixed-solution .sticky-table-header table{color:#fff}.dark .table-rep-plugin .sticky-table-header,.dark .table-rep-plugin table.focus-on tbody tr.focused td,.dark .table-rep-plugin table.focus-on tbody tr.focused th{background:#556ee6;border-color:#556ee6;color:#fff}.dark .table-rep-plugin .sticky-table-header table,.dark .table-rep-plugin table.focus-on tbody tr.focused td table,.dark .table-rep-plugin table.focus-on tbody tr.focused th table{color:#fff}@media(min-width:992px){.dark body[data-layout=horizontal] .fixed-solution .sticky-table-header{top:120px!important}}.dark .table-editable .editable-input .form-control,.dark .table-editable .editable-input input.PhoneInputInput{height:2rem}.dark .table-editable a.editable{color:#a6b0cf}.dark .table-editable .editable-buttons .btn-group-sm>.btn,.dark .table-editable .editable-buttons .btn.btn-sm{font-size:12px}.dark .table-editable tbody td.focus{box-shadow:inset 0 0 1px 1px #556ee6!important}.dark .glyphicon{display:inline-block;font-family:"Material Design Icons";font-size:inherit;font-weight:600;font-style:inherit}.dark .glyphicon-ok:before{content:"󰄬"}.dark .glyphicon-remove:before{content:"󰅖"}.dark .dt-autofill-list{border:none!important;background-color:#2a3042!important}.dark .dt-autofill-list .dt-autofill-button,.dark .dt-autofill-list .dt-autofill-question{border-bottom-color:#32394e!important}.dark .dt-autofill-list ul li:hover{background-color:#32394e!important}.dark .apex-charts{min-height:10px!important}.dark .apex-charts text{font-family:"Poppins",sans-serif!important;fill:#bfc8e2}.dark .apex-charts .apexcharts-canvas{margin:0 auto}.dark .apexcharts-tooltip-text,.dark .apexcharts-tooltip-title{font-family:"Poppins",sans-serif!important}.dark .apexcharts-legend-series{font-weight:500}.dark .apexcharts-gridline{pointer-events:none;stroke:#32394e}.dark .apexcharts-legend-text{color:#c3cbe4!important;font-family:"Poppins",sans-serif!important;font-size:13px!important}.dark .apexcharts-pie-label{fill:#fff!important}.dark .apexcharts-xaxis text,.dark .apexcharts-yaxis text{font-family:"Poppins",sans-serif!important;fill:#bfc8e2}.dark .e-charts{height:350px}.dark .flot-charts-height{height:320px}.dark .flotTip{padding:8px 12px;background-color:rgba(239,242,247,.9);z-index:100;color:#212529;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);border-radius:4px}.dark .legendLabel{color:#bfc8e2}.dark .jqstooltip{box-sizing:initial;width:auto!important;height:auto!important;background-color:#eff2f7!important;box-shadow:0 1rem 3rem rgba(0,0,0,.175);padding:5px 10px!important;border-radius:3px;border-color:#f8f9fa!important}.dark .jqsfield{color:#2a3042!important;font-size:12px!important;line-height:18px!important;font-family:"Poppins",sans-serif!important;font-weight:500!important}.dark .gmaps,.dark .gmaps-panaroma{height:300px;background:#212529;border-radius:3px}.dark .gmaps-overlay{display:block;text-align:center;color:#fff;font-size:16px;line-height:40px;background:#556ee6;border-radius:4px;padding:10px 20px}.dark .gmaps-overlay_arrow{left:50%;margin-left:-16px;width:0;height:0;position:absolute}.dark .gmaps-overlay_arrow.above{bottom:-15px;border-top:16px solid #556ee6}.dark .gmaps-overlay_arrow.above,.dark .gmaps-overlay_arrow.below{border-left:16px solid transparent;border-right:16px solid transparent}.dark .gmaps-overlay_arrow.below{top:-15px;border-bottom:16px solid #556ee6}.dark .jvectormap-label{border:none;background:#eff2f7;color:#212529;font-family:"Poppins",sans-serif;font-size:.8125rem;padding:5px 8px}.dark .leaflet-map{height:300px}.dark .leaflet-map.leaflet-container{z-index:99}.dark .home-btn{position:absolute;top:15px;right:25px}.dark .search-box .form-control,.dark .search-box input.PhoneInputInput{border-radius:30px;padding-left:40px}.dark .search-box .search-icon{font-size:16px;position:absolute;left:13px;top:0;line-height:38px}.dark .product-list li a{display:block;padding:4px 0;color:#a6b0cf}.dark .product-view-nav.nav-pills .nav-item{margin-left:4px}.dark .product-view-nav.nav-pills .nav-link{width:36px;height:36px;font-size:16px;padding:0;line-height:36px;text-align:center;border-radius:50%}.dark .product-ribbon{position:absolute;right:0;top:0}.dark .product-detai-imgs .nav .nav-link{margin:7px 0}.dark .product-detai-imgs .nav .nav-link.active{background-color:#32394e}.dark .product-color a{display:inline-block;text-align:center;color:#a6b0cf}.dark .product-color a .product-color-item{margin:7px}.dark .product-color a.active,.dark .product-color a:hover{color:#556ee6}.dark .product-color a.active .product-color-item,.dark .product-color a:hover .product-color-item{border-color:#556ee6!important}.dark .visa-card .visa-logo{line-height:.5}.dark .visa-card .visa-pattern{position:absolute;font-size:385px;color:hsla(0,0%,100%,.05);line-height:.4;right:0;bottom:0}.dark .checkout-tabs .nav-pills .nav-link{margin-bottom:24px;text-align:center;background-color:#2a3042;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.dark .checkout-tabs .nav-pills .nav-link.active{background-color:#556ee6}.dark .checkout-tabs .nav-pills .nav-link .check-nav-icon{font-size:36px}.dark .email-leftbar{width:236px;float:left;padding:20px;border-radius:5px}.dark .email-rightbar{margin-left:260px}.dark .chat-user-box p.user-title{color:#eff2f7;font-weight:500}.dark .chat-user-box p{font-size:12px}@media(max-width:767px){.dark .email-leftbar{float:none;width:100%}.dark .email-rightbar{margin:0}}.dark .mail-list a{display:block;color:#c3cbe4;line-height:24px;padding:8px 5px}.dark .mail-list a.active{color:#f46a6a;font-weight:500}.dark .message-list{display:block;padding-left:0}.dark .message-list li{position:relative;display:block;height:50px;line-height:50px;cursor:default;transition-duration:.3s}.dark .message-list li a{color:#c3cbe4}.dark .message-list li:hover{background:#32394e;transition-duration:.05s}.dark .message-list li .col-mail{float:left;position:relative}.dark .message-list li .col-mail-1{width:320px}.dark .message-list li .col-mail-1 .checkbox-wrapper-mail,.dark .message-list li .col-mail-1 .dot,.dark .message-list li .col-mail-1 .star-toggle{display:block;float:left}.dark .message-list li .col-mail-1 .dot{border:4px solid transparent;border-radius:100px;margin:22px 26px 0;height:0;width:0;line-height:0;font-size:0}.dark .message-list li .col-mail-1 .checkbox-wrapper-mail{margin:15px 10px 0 20px}.dark .message-list li .col-mail-1 .star-toggle{margin-top:18px;margin-left:5px}.dark .message-list li .col-mail-1 .title{position:absolute;top:0;left:110px;right:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-bottom:0}.dark .message-list li .col-mail-2{position:absolute;top:0;left:320px;right:0;bottom:0}.dark .message-list li .col-mail-2 .date,.dark .message-list li .col-mail-2 .subject{position:absolute;top:0}.dark .message-list li .col-mail-2 .subject{left:0;right:200px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.dark .message-list li .col-mail-2 .date{right:0;width:170px;padding-left:80px}.dark .message-list li.active,.dark .message-list li.active:hover{box-shadow:inset 3px 0 0 #556ee6}.dark .message-list li.unread{background-color:#32394e}.dark .message-list li.unread,.dark .message-list li.unread a{font-weight:500;color:rgb(222,228.1875,238.5)}.dark .message-list .checkbox-wrapper-mail{cursor:pointer;height:20px;width:20px;position:relative;display:inline-block;box-shadow:inset 0 0 0 1px #a6b0cf;border-radius:1px}.dark .message-list .checkbox-wrapper-mail input{opacity:0;cursor:pointer}.dark .message-list .checkbox-wrapper-mail input:checked~label{opacity:1}.dark .message-list .checkbox-wrapper-mail label{position:absolute;height:20px;width:20px;left:0;cursor:pointer;opacity:0;margin-bottom:0;transition-duration:.05s;top:0}.dark .message-list .checkbox-wrapper-mail label:before{content:"󰄬";font-family:"Material Design Icons";top:0;height:20px;color:rgb(222,228.1875,238.5);width:20px;position:absolute;margin-top:-16px;left:4px;font-size:13px}@media(max-width:575.98px){.dark .message-list li .col-mail-1{width:200px}}@media(min-width:992px){.dark .chat-leftsidebar{min-width:380px}}.dark .chat-leftsidebar .chat-leftsidebar-nav .nav{background-color:#2a3042}.dark .chat-leftsidebar .chat-leftsidebar-nav .tab-content{min-height:488px}.dark .chat-noti-dropdown.active:before{content:"";position:absolute;width:8px;height:8px;background-color:#f46a6a;border-radius:50%;right:0}.dark .chat-noti-dropdown .btn{padding:6px;box-shadow:none;font-size:20px}.dark .chat-search-box .form-control,.dark .chat-search-box input.PhoneInputInput{border:0}.dark .chat-list{margin:0}.dark .chat-list li.active a{background-color:#2a3042;border-color:transparent;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.dark .chat-list li a{display:block;padding:14px 16px;color:#c3cbe4;transition:all .4s;border-top:1px solid rgba(99,99,99,.4);border-radius:4px}.dark .chat-list li a:hover{background-color:#2a3042;border-color:transparent;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.dark .user-chat-nav .dropdown .nav-btn{height:40px;width:40px;line-height:40px;box-shadow:none;padding:0;font-size:16px;background-color:#32394e;border-radius:50%}.dark .user-chat-nav .dropdown .dropdown-menu{box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);border:1px solid rgba(99,99,99,.4)}.dark .chat-conversation li{clear:both}.dark .chat-conversation .chat-day-title{position:relative;text-align:center;margin-bottom:24px}.dark .chat-conversation .chat-day-title .title{background-color:#2a3042;position:relative;z-index:1;padding:6px 24px}.dark .chat-conversation .chat-day-title:before{content:"";position:absolute;width:100%;height:1px;left:0;right:0;background-color:rgba(99,99,99,.4);top:10px}.dark .chat-conversation .chat-day-title .badge{font-size:12px}.dark .chat-conversation .conversation-list{margin-bottom:24px;display:inline-block;position:relative}.dark .chat-conversation .conversation-list .ctext-wrap{padding:12px 24px;background-color:rgba(85,110,230,.1);border-radius:8px 8px 8px 0;overflow:hidden}.dark .chat-conversation .conversation-list .ctext-wrap .conversation-name{font-weight:600;color:#556ee6;margin-bottom:4px}.dark .chat-conversation .conversation-list .dropdown{float:right}.dark .chat-conversation .conversation-list .dropdown .dropdown-toggle{font-size:18px;padding:4px;color:#c3cbe4}@media(max-width:575.98px){.dark .chat-conversation .conversation-list .dropdown .dropdown-toggle{display:none}}.dark .chat-conversation .conversation-list .dropdown .dropdown-menu{box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);border:1px solid rgba(99,99,99,.4)}.dark .chat-conversation .conversation-list .chat-time{font-size:12px}.dark .chat-conversation .right .conversation-list{float:right}.dark .chat-conversation .right .conversation-list .ctext-wrap{background-color:#32394e;text-align:right;border-radius:8px 8px 0 8px}.dark .chat-conversation .right .conversation-list .dropdown{float:left}.dark .chat-conversation .right .conversation-list .dropdown .dropdown-menu{right:0;left:auto!important}.dark .chat-conversation .right .conversation-list.last-chat .conversation-list:before{right:0;left:auto}.dark .chat-conversation .last-chat .conversation-list:before{content:"󰀉";font-family:"Material Design Icons";position:absolute;color:#556ee6;right:0;bottom:0;font-size:16px}@media(max-width:575.98px){.dark .chat-conversation .last-chat .conversation-list:before{display:none}}.dark .chat-input-section{border-top:1px solid rgba(99,99,99,.4)}.dark .chat-input{border-radius:30px;background-color:#32394e!important;border-color:#32394e!important;padding-right:120px}.dark .chat-input-links{position:absolute;right:16px;top:50%;transform:translateY(-50%)}.dark .chat-input-links li a{font-size:16px;line-height:36px;padding:0 4px;display:inline-block}@media(max-width:575.98px){.dark .chat-send{min-width:auto}}.dark .project-list-table{border-collapse:initial;border-spacing:0 12px}.dark .project-list-table tr{background-color:#2a3042}.dark .contact-links a{color:#a6b0cf}.dark .profile-user-wid{margin-top:-23px}@media(min-width:576px){.dark .currency-value{position:relative}.dark .currency-value:after{content:"󰓡";font-family:"Material Design Icons";font-size:24px;position:absolute;width:45px;height:45px;line-height:45px;border-radius:50%;text-align:center;right:0;top:50%;transform:translateY(-50%);background-color:#556ee6;color:#fff;z-index:9;right:-34px}}.dark .crypto-buy-sell-nav-content{border:2px solid #32394e;border-top:0}.dark .kyc-doc-verification .dropzone{min-height:180px}.dark .kyc-doc-verification .dropzone .dz-message{margin:24px 0}.dark .section{position:relative;padding-top:80px;padding-bottom:80px}.dark .section.bg-white{background-color:#2a3042!important}.dark .small-title{color:#c3cbe4;margin-bottom:8px}.dark .navigation{padding:0 16px;width:100%;z-index:999;margin-bottom:0;transition:all .5s ease-in-out;border-bottom:1px solid hsla(0,0%,100%,.1)}@media(max-width:991.98px){.dark .navigation{background-color:#282e3f}}.dark .navigation .navbar-logo{line-height:70px;transition:all .4s}.dark .navigation .navbar-logo .logo-dark{display:none}@media(max-width:991.98px){.dark .navigation .navbar-logo .logo-dark{display:block}}.dark .navigation .navbar-logo .logo-light{display:block}@media(max-width:991.98px){.dark .navigation .navbar-logo .logo-light{display:none}}.dark .navigation .navbar-nav .nav-item .nav-link{color:hsla(0,0%,100%,.6);line-height:58px;padding:6px 16px;font-weight:500;transition:all .4s}@media(max-width:991.98px){.dark .navigation .navbar-nav .nav-item .nav-link{color:#a6b0cf}}.dark .navigation .navbar-nav .nav-item .nav-link.active,.dark .navigation .navbar-nav .nav-item .nav-link:hover{color:hsla(0,0%,100%,.9)}@media(max-width:991.98px){.dark .navigation .navbar-nav .nav-item .nav-link.active,.dark .navigation .navbar-nav .nav-item .nav-link:hover{color:#556ee6}}@media(max-width:991.98px){.dark .navigation .navbar-nav .nav-item .nav-link{line-height:28px!important}}.dark .navigation.nav-sticky{background-color:#282e3f;box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03)}.dark .navigation.nav-sticky .navbar-logo{line-height:60px}.dark .navigation.nav-sticky .navbar-logo .logo-dark{display:none}.dark .navigation.nav-sticky .navbar-logo .logo-light{display:block}.dark .navigation.nav-sticky .navbar-nav .nav-item .nav-link{line-height:48px;color:#a6b0cf}.dark .navigation.nav-sticky .navbar-nav .nav-item .nav-link.active,.dark .navigation.nav-sticky .navbar-nav .nav-item .nav-link:hover{color:#556ee6}.dark .bg-overlay{position:absolute;height:100%;width:100%;right:0;bottom:0;left:0;top:0;opacity:.7;background-color:#000}.dark .hero-section{padding-top:220px;padding-bottom:190px}.dark .hero-section.bg-ico-hero{background-image:url(/static/media/bg-ico-hero.e3a4270e.webp);background-size:cover;background-position:top}@media(max-width:575.98px){.dark .hero-section{padding-top:140px;padding-bottom:80px}}.dark .hero-section .hero-title{font-size:42px}@media(max-width:575.98px){.dark .hero-section .hero-title{font-size:26px}}.dark .hero-section .ico-countdown{font-size:22px;margin-right:-12px;margin-left:-12px}@media(max-width:575.98px){.dark .hero-section .ico-countdown{display:block}}.dark .hero-section .ico-countdown .coming-box{margin-right:12px;margin-left:12px;border:1px solid rgba(99,99,99,.4);border-radius:4px;padding:8px;background-color:#2a3042}@media(max-width:575.98px){.dark .hero-section .ico-countdown .coming-box{display:inline-block;width:40%;margin-bottom:24px}}.dark .hero-section .ico-countdown .coming-box span{background-color:#32394e;font-size:12px;padding:4px;margin-top:8px}.dark .hero-section .softcap-progress,.dark .hero-section .softcap-progress .progress-bar{overflow:visible}.dark .hero-section .softcap-progress .progress-label{position:relative;text-align:right;color:#a6b0cf;bottom:20px;font-size:12px;font-weight:500}.dark .currency-price{position:relative;bottom:40px}.dark .client-images img{max-height:34px;width:auto!important;margin:12px auto;opacity:.7;transition:all .4s}.dark .features-number{opacity:.1}.dark .team-box .team-social-links a{color:#a6b0cf;font-size:14px}.dark .blog-box .blog-badge{position:absolute;top:12px;right:12px}.dark .landing-footer{padding:80px 0 40px;background-color:#2a3042;color:hsla(0,0%,100%,.5)}.dark .landing-footer .footer-list-title{color:hsla(0,0%,100%,.9)}.dark .landing-footer .footer-list-menu li a{display:block;color:hsla(0,0%,100%,.5);margin-bottom:14px;transition:all .4s}.dark .landing-footer .footer-list-menu li a:hover{color:hsla(0,0%,100%,.8)}.dark .landing-footer .blog-post .post{display:block;color:hsla(0,0%,100%,.5);padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.1)}.dark .landing-footer .blog-post .post .post-title{color:hsla(0,0%,100%,.8);font-size:14px}.dark .landing-footer .blog-post .post:first-of-type{padding-top:0}.dark .landing-footer .blog-post .post:last-of-type{padding-bottom:0;border-bottom:0}.dark .landing-footer .footer-border{border-color:hsla(0,0%,100%,.1)}.dark .counter-number{font-size:32px;font-weight:600;text-align:center;display:flex}.dark .counter-number span{font-size:16px;font-weight:400;display:block;padding-top:5px}.dark .coming-box{width:25%}.dark .hori-timeline .events .event-list{text-align:center;display:block}.dark .hori-timeline .events .event-list .event-down-icon{position:relative}.dark .hori-timeline .events .event-list .event-down-icon:before{content:"";position:absolute;width:100%;top:16px;left:0;right:0;border-bottom:3px dashed #32394e}.dark .hori-timeline .events .event-list .event-down-icon .down-arrow-icon{position:relative;background-color:#2a3042;padding:4px}.dark .hori-timeline .events .event-list.active .down-arrow-icon,.dark .hori-timeline .events .event-list:hover .down-arrow-icon{animation:fade-down 1.5s linear infinite}.dark .hori-timeline .events .event-list.active .down-arrow-icon:before{content:""}.dark .verti-timeline{border-left:3px dashed #32394e;margin:0 10px}.dark .verti-timeline .event-list{position:relative;padding:0 0 40px 30px}.dark .verti-timeline .event-list .event-timeline-dot{position:absolute;left:-9px;top:0;z-index:9;font-size:16px}.dark .verti-timeline .event-list .event-content{position:relative;border:2px solid rgba(99,99,99,.4);border-radius:7px}.dark .verti-timeline .event-list.active .event-timeline-dot{color:#556ee6}.dark .verti-timeline .event-list:last-child{padding-bottom:0}.dark .plan-box .plan-btn{position:relative}.dark .plan-box .plan-btn:before{content:"";position:absolute;width:100%;height:2px;background:#32394e;left:0;right:0;top:12px}.dark .flex-rows{display:flex;width:100%}.dark .flex-rows .table-of-content{width:30%;display:flex;justify-content:flex-start}.dark .flex-rows .detail{width:70%}@media(max-width:768px){.dark .flex-rows{flex-direction:column}.dark .flex-rows .table-of-content{width:100%;justify-content:center}.dark .flex-rows .detail{width:100%}}@font-face{font-family:"icomoon";src:url(/static/media/icomoon.35b7ea0a.eot);src:url(/static/media/icomoon.35b7ea0a.eot) format("embedded-opentype"),url(/static/media/icomoon.9c8fad7f.ttf) format("truetype"),url(/static/media/icomoon.7062f5f2.woff) format("woff"),url(/static/media/icomoon.d48beffc.svg) format("svg");font-weight:400;font-style:normal;font-display:block}.dark [class*=" icon-"],.dark [class^=icon-]{font-family:"icomoon"!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark .icon-inventory:before{content:"";color:#556ee6}.dark .icon-refresh:before{content:"";color:#556ee6}.dark .icon-topRight .path1:before{content:"";color:#a6b0cf}.dark .icon-topRight .path2:before{content:"";margin-left:-1em;color:#556ee6}.dark .icon-bottomleft .path1:before{content:"";color:#556ee6}.dark .icon-bottomleft .path2:before{content:"";margin-left:-1em;color:#a6b0cf}.dark .icon-sort-amount-desc:before{content:""}.dark .vertical-line{border-right:1px solid #7b8197;height:38px;margin-top:2vh;margin-left:auto}.dark .separation-line-listing{border-right:1px solid #7b8197;height:28px}.dark .wrap-text-to-paragraph{white-space:normal!important}.dark .toc-heading-cursor{cursor:pointer}.dark .fixed-position{position:fixed}.dark .box-shadow{border:1.5px solid rgba(99,99,99,.4);padding:20px}.dark .advance-option-border{border:1px solid #556ee6}.dark .separator-process-order{border-right:1px solid #7b8197;height:auto}.dark .process-modal-bg-color{background-color:#363e54}.dark .carousel.slide{width:100%}.dark .progress-plan{width:50vw;height:3vh;border-radius:1rem}.dark .progress-bar-animated{overflow:initial;color:#fff}.dark #used-credits .apexcharts-tooltip-text-value{color:#000}.dark .scrollable-div-450{max-height:calc(100vh - 450px);overflow-y:auto;overflow-x:hidden}.dark .block-header{color:#c3cbe4;font-size:1.01562rem}.dark .number-circle{border-radius:50%;padding:1px;font-size:13px;background:#c3cbe4;color:#32394e;text-align:center;width:20px;height:20px}.dark .vl{border-left:2px solid #c3cbe4;height:40px}.dark .email-view{background-color:#fff!important}.dark .email-view h3,.dark .email-view p{color:#000}.dark .form-group .invalid-feedback{display:inline}.dark .btn-least-selling{min-width:230px;margin:14px 10px 0}.dark .radio-select .form-group .form-control,.dark .radio-select .form-group input.PhoneInputInput{background-color:transparent}.dark .miw-160{min-width:160px}.dark .miw-60p{min-width:60%;max-width:60%}.dark .miw-search-input{min-width:300px;max-width:300px}.dark .font-size-normal{font-style:normal!important}.dark .hrMargin{margin:5px 0;border-top:1px solid #454b5c}.dark .flex-direction-column{flex-direction:column}.dark .grid-column-gap-30{grid-column-gap:30px}.dark .grid-column-gap-10{grid-column-gap:10px}.dark .w-200{width:200px!important}.dark .w-230{width:230px!important}.dark .add-client .card-body,.dark .add-client .container{padding:0!important}.dark .mt1px{margin-top:1px}.dark .mw-300{max-width:300;white-space:inherit!important}.dark .row-gap-10{grid-row-gap:10px;row-gap:10px}.dark .payment-card{background:#32394e;box-shadow:0 0 8px rgba(0,0,0,.12);cursor:pointer;min-height:238px}.dark .payment-card.red{border:3px solid red}.dark .payment-card-light{background:#fff;box-shadow:0 0 8px rgba(0,0,0,.12);cursor:pointer;min-height:238px}.dark .payment-card-light.red{border:3px solid red}.dark .payment-card-light h6{color:#7e8bb0;font-size:12px}.dark .payment-card-light span{color:#495057;font-size:13px}.dark .payment-card h6{color:#c3cbe4;font-size:12px}.dark .payment-card span{color:#7e8bb0;font-size:13px}.dark .bg-color-remove{background:rgba(85,110,230,.12)}.dark .bg-color-remove h6{color:#556ee6}.dark .add-card{background:#32394e;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:238px}.dark .add-card:hover{border:2px solid #7480a3;box-shadow:0 0 8px rgba(0,0,0,.12)}.dark .add-card h6{color:#7e8bb0}.dark .fs-30{font-size:30px}.dark .card-type{height:10px;display:flex!important;align-items:center;justify-content:flex-end;margin-bottom:13px}.dark .grid-column-gap-5{grid-column-gap:5px}.dark .icon-portion i#warning-0{color:#c00}.dark .flex-direction-row{flex-direction:row}.dark .grid-colum-gap-10{grid-column-gap:10px}.dark .footertext{padding-left:10px;padding-right:10px}.dark .footertext+.footertext{border-left:2px solid rgba(195,203,228,.5)}.dark .mb-0{margin-bottom:0}.dark .fs-16{font-size:16px}.dark .email-wrap{white-space:pre-wrap;max-width:237px}.dark .grid-column-gap-15{grid-column-gap:15px}.dark .dot{height:5px;width:5px;background-color:#bbb;border-radius:50%;display:inline-block}.dark .grid-column-gap-20{grid-column-gap:20px}.dark .signup-title{justify-content:space-between;border-right:1px solid #7a8197}.dark .signup-title:last-child{padding-right:10px}@media(max-width:992px){.dark .signup-title{border-right:none}}.dark .vertical-line-2{border-right:1px solid #7b8197;height:42px;margin-top:0}@media(max-width:992px){.dark .vertical-line-2{border-right:none}}.dark .tent-pagination .flex-column{flex-direction:row!important;grid-column-gap:30px;align-items:center}.dark .mx-h-500{max-height:510px;min-height:500px;overflow-y:auto}.dark .mx-h-500::-webkit-scrollbar-corner{background:#2a3142}.dark .tentent-h5{text-transform:uppercase;font-weight:600;font-size:16px;display:inline;cursor:pointer}.dark .select-accounts .select2-container{width:100%;margin-bottom:5px}@media(max-width:575px){.dark .select-accounts{flex-wrap:wrap}}@media(max-width:475px){.dark .width-100-sm div,.dark .width-100-sm div button{width:100%}}@media(max-width:375px){.dark .pagination-table .pagination .page-item button{padding:8px 10px}}.dark .select2-container .select2-selection__control .select2-selection__value-container{min-width:30px}.dark .grid-colum-gap-5{grid-column-gap:5px}.dark table thead tr{position:sticky;width:100%;top:-2px;background-color:#32384b}.dark .notifaction_email{display:flex;grid-column-gap:5px;align-items:center}.dark .notifaction_email span{color:#a7b1ce;font-size:12px}.dark .notification_email_input .form-control,.dark .notification_email_input input.PhoneInputInput{border-radius:50px}.dark .dark .bg-color-ebony{background-color:#222737}.dark .w-500{width:500px}.dark .border-radius-50{border-radius:50px}.dark .dark .modal_route:hover{color:#fff}.dark .dark .modal_route{cursor:pointer;padding:.4rem 1.5rem .4rem 3.5rem;color:#79829c}.dark .dark .seemore-text{color:#fff;margin-left:5px}.dark .dark .resources h5{font-size:1.5rem;font-weight:700}.dark .dark .resources .community-box{background-color:#2a3142;box-shadow:0 10px 20px rgba(18,38,63,.0313726)}.dark .dark .resources .community-box img{max-width:100%}.dark .dark .resources .community-box .content-box{padding:25px}.dark .dark .resources .community-box .content-box span{color:#fff;font-size:.93rem}.dark .dark .resources .community-box .content-box p{font-size:.8125rem;color:#c4cce3;min-height:85px}.dark .dark .resources .community-box .content-box a{font-size:.8125rem;color:#556ee6}.dark .dark .resources .services_tool{background-color:#2a3142;box-shadow:0 10px 20px rgba(18,38,63,.0313726);padding:25px;margin-top:25px}.dark .dark .resources .services_tool .mb-20{margin-bottom:20px}.dark .dark .resources .services_tool .mb-20 h6{font-size:1.375rem;font-weight:600}.dark .dark .resources .services_tool .mb-40{margin-bottom:40px}.dark .dark .resources .services_tool .image-box{background-color:#222737;display:flex;justify-content:center;align-items:center;border-radius:5px}.dark .dark .resources .services_tool h6{font-weight:400}.dark .dark .resources .services_tool p{font-size:.8125rem;color:#c4cce3}.dark .dark .resources .services_tool .services_description .arrow_icon{color:#556ee6;cursor:pointer}.dark .dark .resources .services_tool .services_description span{color:#fff;font-size:1rem}.dark .dark .resources .services_tool .services_description p{font-size:.75rem;color:#c4cce3;margin-bottom:0;min-height:70px}.dark .dark .resources .services_tool .services_description a{font-size:.8125rem;color:#556ee6}.dark .light .resources h5{font-size:1.5rem;font-weight:700}.dark .light .resources .community-box{background-color:#fff;box-shadow:0 10px 20px rgba(18,38,63,.0313726)}.dark .light .resources .community-box img{max-width:100%}.dark .light .resources .community-box .content-box{padding:25px}.dark .light .resources .community-box .content-box span{color:#000;font-size:.93rem}.dark .light .resources .community-box .content-box p{font-size:.8125rem;color:#74788d;min-height:85px}.dark .light .resources .community-box .content-box a{font-size:.8125rem;color:#556ee6}.dark .light .resources .services_tool{background-color:#fff;box-shadow:0 10px 20px rgba(18,38,63,.0313726);padding:25px;margin-top:25px}.dark .light .resources .services_tool .mb-20{margin-bottom:20px}.dark .light .resources .services_tool .mb-20 h6{font-size:1.375rem;font-weight:600}.dark .light .resources .services_tool .mb-40{margin-bottom:40px}.dark .light .resources .services_tool .image-box{background-color:#eeeef3;display:flex;justify-content:center;align-items:center;border-radius:5px}.dark .light .resources .services_tool h6{font-weight:400}.dark .light .resources .services_tool p{font-size:.8125rem;color:#74788d}.dark .light .resources .services_tool .services_description .arrow_icon{color:#556ee6;cursor:pointer}.dark .light .resources .services_tool .services_description span{color:#000;font-size:1rem}.dark .light .resources .services_tool .services_description p{font-size:.75rem;color:#74788d;margin-bottom:0;min-height:70px}.dark .light .resources .services_tool .services_description a{font-size:.8125rem;color:#556ee6}.dark .light .modal_route:hover{color:#545a6d}.dark .light .modal_route{cursor:pointer;padding:.4rem 1.5rem .4rem 3.5rem;color:#545a6d}.dark .dark .bm-payment-modal{background:#32394e}.dark .dark .bm-payment-modal .bm-header-subtitle{color:#fff!important}.dark .dark .bm-payment-modal .bm-row-input{background-color:#fff!important}.dark .bm-payment{position:inherit;top:0;left:0;padding:0}.dark .bm-payment.blocker{position:fixed}.dark .bm-payment .bm-banner{border-radius:3px;padding:5px 12px;margin-bottom:10px;font-size:12px;width:100%;min-width:100%;position:relative;top:0;z-index:1;justify-content:space-between;display:flex;align-items:center;background-color:#e23c3f;color:#fff}.dark .bm-payment .bm-banner .bm-banner-message{margin-bottom:0}.dark .dark .yellow-outline{border:1px solid #fbc02d;color:#fbc02d!important;min-width:110px;padding:7px;border-radius:5px}.dark .light .blue-outline{border:1px solid #556ee6;color:#556ee6!important;min-width:110px;padding:7px;border-radius:5px}.dark .alert-main-div{border-radius:4px!important;padding:8px 10px!important;margin:1px 0 0!important}.dark .alert-main-div.primary{border:1px solid #556ee6!important;background-image:linear-gradient(90deg,rgba(85,110,230,.1),transparent)!important;color:#556ee6!important}.dark .alert-main-div.success{border:.7px solid #34c38f!important;background-image:linear-gradient(90deg,rgba(52,195,143,.1),transparent)!important;color:#34c38f!important}.dark .alert-main-div.warning{border:.7px solid #f1b44c!important;background-image:linear-gradient(90deg,rgba(241,180,76,.1),transparent)!important;color:#f1b44c!important}.dark .alert-main-div.danger{border:.7px solid #f46a6a!important;background-image:linear-gradient(90deg,rgba(244,106,106,.1),transparent)!important;color:#f46a6a!important}.dark .top-search-arrow-icon{position:absolute;right:13px;top:50%;transform:translateY(-50%);z-index:1}.dark .danger{color:red}.dark .color-danger{color:#f46a6a}.dark .warning{color:#ffe500}.dark .dark .color-white{color:#fff}.dark .color-primary{color:#34c38f}.dark .color-purple{color:#556ee6!important}.dark .editableInput{min-width:130px}.dark .editableInput input{max-width:80px}.dark .editableInput input:focus{border:1px solid #556ee6!important}.dark .weightInput{width:120px}.dark .weightInput input{max-width:80px}.dark .editableInputTemp{width:100%!important}.dark .editableInputTemp .form-group{width:60%}.dark .editableInputTemp .form-group:focus{border:1px solid #556ee6!important}.dark .template-edit-td{width:500px}.dark .collapse-hide{display:none;transition:opacity 1s ease-out;opacity:0}.dark .collapse-show{opacity:1;display:table-row}.dark .collapse-show.table-tr{background-color:#222736}.dark .collapse-show td{border-top:none}.dark .light .collapse-show{opacity:1;display:table-row}.dark .light .collapse-show.table-tr{background-color:#222736}.dark .light .collapse-show td{border-top:none}.dark .selected-tr{background-color:#222736}.dark .default-supplier.table-tr,.dark .edit-supplier-bg{background-color:rgba(50,57,78,.2)}.dark .add-border{border-left:5px solid #f33c3c}.dark .border-primary{border-left:5px solid #556ee6}.dark .border-orange{border-left:5px solid #f59e42}.dark .mw-10{max-width:10px;min-height:89px}.dark .table-tr td:first-child{width:5px;padding-left:0;padding-top:0;padding-bottom:0}.dark .variation-ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:6vw}.dark .mt-30{margin-top:30px}.dark .mt-20{margin-top:20px}.dark .badge-soft-orange,.dark .badge-warning{background:rgba(255,138,0,.15);color:#ff8a00;padding:5px 20px;min-width:110px}.dark .badge-customization{background:rgba(255,65,65,.15);color:#eb5e5e;padding:5px 20px;min-width:110px}.dark .badge-success{background:rgba(52,195,143,.18);color:#34c38f;padding:5px 20px;min-width:110px}.dark .badge-soft-warning{background:rgba(255,229,0,.15);color:#ffe500;padding:5px 20px;min-width:110px}.dark .badge-soft-purple{background:rgba(157,96,251,.2);color:#9d60fb;padding:5px 20px;min-width:110px}.dark .badge-soft-custom{background:hsla(0,0%,72.9%,.15);color:#a4a3a3;padding:5px 20px;min-width:110px}.dark .badge-soft-danger,.dark .badge-soft-success{padding:5px 17px}.dark .min-height-60{min-height:60px}.dark .grid-row-gap-11{grid-row-gap:11px}.dark .grid-row-gap-9{grid-row-gap:9px}.dark .icons-sizes i{width:24px;height:24px}.dark .supplier-table-height{min-height:100px}.dark .change-checkbox .custom-control-label:before{border:1px solid #545b72;background-color:transparent}.dark .dark .editable-input{background:#2e3548}.dark .dark .editable-input,.dark .light .editable-input{max-width:60%;border:1px solid #434a5f;height:37px;padding:9px;border-radius:5px}.dark .light .editable-input{background:transparent}.dark .vw-checkbox{width:1vw}.dark .selected-tr-bg-clr{background-color:#32394e}.dark .px-20{padding:8px 30px}.dark .bm-cancel{z-index:1020!important}.dark .bm-cancel .bm-background{background-color:rgba(0,0,0,.4392156863)!important}.dark .bm-cancel .bm-cancel-modal{padding:10px 40px}.dark .bm-cancel .bm-cancel-modal .bm-modal-header .bm-header-icon{font-size:70px}.dark .bm-cancel .bm-cancel-modal .bm-modal-header .bm-header-title{font-size:16px}.dark .bm-cancel .bm-cancel-modal .bm-modal-header .bm-header-subtitle{color:#7171a6;font-size:14px}.dark .bm-cancel .bm-cancel-modal .bm-modal-error{padding:12px;font-size:14px}.dark .bm-cancel .bm-cancel-modal .bm-modal-form{font-size:12px}.dark .bm-cancel .bm-cancel-modal .bm-modal-form .bm-form-row .bm-row-cell .bm-row-textarea{min-height:80px}.dark .bm-cancel .bm-cancel-modal .bm-modal-action{margin-top:20px;font-size:14px}.dark .bm-cancel .bm-cancel-modal .bm-modal-action .bm-action-submit{height:30px;font-size:12px;background-color:#556ee6!important}.dark .bm-cancel .bm-cancel-modal .bm-modal-action .bm-nevermind{font:size 12px;color:#556ee6!important}.dark .hide-arrows input::-webkit-inner-spin-button,.dark .hide-arrows input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.dark .hide-arrows input[type=number]{-moz-appearance:textfield}.dark .min-width-150{min-width:150px}.dark .averge-input{border:1px solid #556ee6;border-radius:3px;max-width:150px;min-width:150px}.dark .averge-input input,.dark .averge-input input:focus{border-left:1px solid #556ee6}.dark .db-card-50-50{min-height:500px;max-height:500px;overflow:auto}.dark .mh-493{min-height:493px;max-height:493px;overflow:auto}.dark .order-row-h{height:60px}.dark .dark .dashboard-navabr{grid-column-gap:10px}.dark .dark .dashboard-navabr li a{font-size:10px;padding:6px 14px;white-space:nowrap;background:#32394e;border:1px solid #32394e;border-radius:4px}.dark .dark .dashboard-navabr li a.active{background-color:#222736!important}.dark .light .dashboard-navabr{grid-column-gap:10px}.dark .light .dashboard-navabr li a{font-size:10px;padding:6px 14px;white-space:nowrap;border-radius:4px}.dark .datepick-heading-w{width:555px}.dark .transparent-button{background-color:transparent!important;border:none;padding:0}.dark .transparent-button:active,.dark .transparent-button:focus{border-color:none;box-shadow:none}.dark .transparent-button:not(:disabled):not(.disabled):active:focus{box-shadow:none}.dark .box-shadow-none{box-shadow:none!important}.dark .dark .card.pdf-graph{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:initial;border:0 solid #f6f6f6;border-radius:.25rem}.dark .dark .card.pdf-graph .card-title{color:#000}.dark .dark .card.pdf-graph .apexcharts-xaxis text,.dark .dark .card.pdf-graph .apexcharts-yaxis text{fill:#000}.dark .dark .card.pdf-graph .apexcharts-legend-text{color:#74788d!important}.dark .dark .card.pdf-graph .apexcharts-gridline{stroke:#f1f1f1!important}.dark .wh-card-media{margin-left:20px}.dark .media-seperator{margin-left:40px;margin-top:10px;height:30px;width:1px;background:#424b61}.dark .group-btn-color{color:#c3cbe4}.dark .bm-cancel{position:fixed!important;top:0!important}.dark .upload-images .upload-img{position:relative;height:147px;padding:8px;border:1px solid #9c9595;border-radius:2px;margin-bottom:10px;min-width:223px}.dark .upload-images .upload-img img{height:135px;width:206px}.dark .upload-images .upload-img i{display:none}.dark .upload-images .upload-img:hover i{position:absolute;right:-13px;display:block;top:-12px;cursor:pointer}.dark .upload-images .drag-image{max-width:228px;min-height:164px}.dark .upload-images .drag-image .dropzone{min-height:149px;border:2px dashed #a6b0cf;background:#2a3042;border-radius:6px}.dark .upload-images .drag-image .dropzone .dz-message{font-size:24px;width:100%}.dark .dark .label-genertaion{background:#2a3042}.dark .dark .label-genertaion .drawer-heading{padding:27px 30px}.dark .dark .label-genertaion .drawer-heading h6{font-size:16px}.dark .dark .label-genertaion .drawer-heading i{width:24px;height:24px;margin:-4px -3px}.dark .dark .label-genertaion hr{margin:-11px 0}.dark .dark .label-genertaion .drawer-table{padding:30px 30px 0}.dark .dark .label-genertaion .drawer-table .ship{padding:5px 1px}.dark .dark .label-genertaion .drawer-table .ship .d-flex{grid-column-gap:24px;align-items:center;margin-bottom:16px}.dark .dark .label-genertaion .drawer-table .ship .d-flex label{white-space:nowrap;margin-bottom:0;min-width:67px}.dark .dark .label-genertaion .drawer-table .ship .d-flex input{padding:7px 15px}.dark .dark .label-genertaion .drawer-table .items{padding:6px 0}.dark .dark .label-genertaion .drawer-table .items h6{font-size:16px}.dark .dark .label-genertaion .drawer-table .items .items-table thead tr th{padding:11px 5px;text-align:left}.dark .dark .label-genertaion .drawer-table .items .items-table thead tr th:first-child{width:20px;padding-left:19px}.dark .dark .label-genertaion .drawer-table .items .items-table thead tr th:nth-child(2){width:415px}.dark .dark .label-genertaion .drawer-table .items .items-table tbody tr{border-bottom:.5px solid rgba(147,156,185,.2)}.dark .dark .label-genertaion .drawer-table .items .items-table tbody tr td .custom-control{padding-left:39px;margin-top:0}.dark .dark .label-genertaion .drawer-table .items .items-table tbody tr td .form-control:focus,.dark .dark .label-genertaion .drawer-table .items .items-table tbody tr td input.PhoneInputInput:focus{border-color:#556ee6!important}.dark .dark .label-genertaion .drawer-table .items .items-table tbody tr td .text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:362px}.dark .dark .label-genertaion .drawer-table .items .items-table tbody tr td{padding:10px 5px}.dark .dark .label-genertaion .drawer-table .items .items-table tbody tr:last-child{border-bottom:none}.dark .dark .label-genertaion .info{padding:42px 30px 9px}.dark .dark .label-genertaion .info .size{display:flex;grid-column-gap:15px;margin-bottom:15px}.dark .dark .label-genertaion .info .size label{min-width:78px;margin-top:7px}.dark .dark .label-genertaion .info .size .input-group-text{background:#2e3548}.dark .dark .label-genertaion .select2-container{width:100%;align-items:baseline;margin-bottom:7px}.dark .dark .label-genertaion .select2-container label{min-width:94px}.dark .dark .label-genertaion .est-time{padding:26px 0}.dark .dark .label-genertaion .est-time .delivery-days span:nth-child(2){padding-left:18px;color:#34c38f}.dark .dark .label-genertaion .est-time .rate{align-items:center;grid-column-gap:11px;margin:-8px -5px;padding:2px 0}.dark .dark .label-genertaion .est-time .rate span:nth-child(2){font-size:24px;color:#34c38f}.dark .dark .label-genertaion .drawer-footer{padding:32px 23px;grid-column-gap:11px}.dark .dark .label-genertaion .drawer-footer .btn-outline-primary{padding:0 29px}.dark .dark .label-genertaion .drawer-footer .btn-primary{padding:8px 18px}.dark .light .label-genertaion{background:#fff}.dark .light .label-genertaion .drawer-heading{padding:27px 30px}.dark .light .label-genertaion .drawer-heading h6{font-size:16px}.dark .light .label-genertaion .drawer-heading i{width:24px;height:24px;margin:-4px -3px}.dark .light .label-genertaion hr{margin:-11px 0}.dark .light .label-genertaion .drawer-table{padding:30px 30px 0}.dark .light .label-genertaion .drawer-table .ship{padding:5px 1px}.dark .light .label-genertaion .drawer-table .ship .d-flex{grid-column-gap:24px;align-items:center;margin-bottom:16px}.dark .light .label-genertaion .drawer-table .ship .d-flex label{white-space:nowrap;margin-bottom:0;min-width:67px}.dark .light .label-genertaion .drawer-table .ship .d-flex input{padding:7px 15px}.dark .light .label-genertaion .drawer-table .items{padding:6px 0}.dark .light .label-genertaion .drawer-table .items h6{font-size:16px}.dark .light .label-genertaion .drawer-table .items .items-table thead tr th{background-color:#fff;padding:11px 5px;text-align:left}.dark .light .label-genertaion .drawer-table .items .items-table thead tr th:first-child{width:20px;padding-left:19px}.dark .light .label-genertaion .drawer-table .items .items-table thead tr th:nth-child(2){width:415px}.dark .light .label-genertaion .drawer-table .items .items-table tbody tr{border-bottom:.5px solid rgba(147,156,185,.2)}.dark .light .label-genertaion .drawer-table .items .items-table tbody tr td .custom-control{padding-left:38px;margin-top:0}.dark .light .label-genertaion .drawer-table .items .items-table tbody tr td .form-control:focus,.dark .light .label-genertaion .drawer-table .items .items-table tbody tr td input.PhoneInputInput:focus{border-color:#556ee6!important}.dark .light .label-genertaion .drawer-table .items .items-table tbody tr td .text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:362px}.dark .light .label-genertaion .drawer-table .items .items-table tbody tr td{padding:10px 5px}.dark .light .label-genertaion .drawer-table .items .items-table tbody tr:last-child{border-bottom:none}.dark .light .label-genertaion .info{padding:42px 30px 9px}.dark .light .label-genertaion .info .size{display:flex;grid-column-gap:15px;margin-bottom:15px}.dark .light .label-genertaion .info .size label{min-width:78px;margin-top:7px}.dark .light .label-genertaion .info .size .input-group-text{background:#fff}.dark .light .label-genertaion .select2-container{width:100%;align-items:baseline;margin-bottom:7px}.dark .light .label-genertaion .select2-container label{min-width:94px}.dark .light .label-genertaion .est-time{padding:26px 0}.dark .light .label-genertaion .est-time .delivery-days span:nth-child(2){padding-left:18px;color:#34c38f}.dark .light .label-genertaion .est-time .rate{align-items:center;grid-column-gap:11px;margin:-8px -5px;padding:2px 0}.dark .light .label-genertaion .est-time .rate span:nth-child(2){font-size:24px;color:#34c38f}.dark .light .label-genertaion .drawer-footer{padding:32px 23px;grid-column-gap:11px}.dark .light .label-genertaion .drawer-footer .btn-outline-primary{padding:0 29px}.dark .light .label-genertaion .drawer-footer .btn-primary{padding:8px 18px}.dark .input-width{width:20px}.dark .divider-line{display:flex;color:#fff;font-weight:500;font-size:16px;white-space:nowrap;text-align:center;border-top:0;border-top-color:#32384b;clear:both;width:100%;min-width:100%;margin-top:16px}.dark .divider-line .inner-text{border:2px solid #32384b;border-radius:50px;padding:3px 15px}.dark .divider-line:before{right:8px}.dark .divider-line:after,.dark .divider-line:before{position:relative;top:50%;width:50%;border-top:2px solid #32384b;border-top-color:inherit;border-bottom:0;transform:translateY(50%);content:""}.dark .divider-line:after{left:8px}.dark .border-2{border-width:2px!important}.dark .existing-wh-btn-width{width:109px}.dark .SiteDetails.Secondary span{display:none}.dark .generate-label.disabled{filter:invert(79%) sepia(29%) saturate(230%) hue-rotate(188deg) brightness(85%) contrast(92%);opacity:.7;cursor:not-allowed;-webkit-user-select:none;user-select:none}.dark .generate-label{filter:invert(41%) sepia(38%) saturate(2768%) hue-rotate(215deg) brightness(92%) contrast(95%)}.dark .custom-tooltip .tooltip-example{position:absolute;right:0;width:240px;text-align:center;top:-64px;left:-194px;background-color:#000;color:#fff;padding:9px 11px;border-radius:4px;display:none}.dark .custom-tooltip:hover .tooltip-example{display:block}.dark .dark .checked-box{background-color:#222737;padding:16px;border-radius:50px;margin-bottom:30px}.dark .add-spacing{margin-top:70px;padding:0 100px}.dark .or-seperation{display:flex;color:#a7b1ce;font-weight:500;font-size:16px;white-space:nowrap;text-align:center;justify-content:center;border-top:0;border-top-color:#a7b1ce;clear:both;width:30%;margin-top:7px}.dark .or-seperation:before{right:8px}.dark .or-seperation:after,.dark .or-seperation:before{position:relative;top:12%;width:10%;border-top:1px solid #a7b1ce;border-top-color:inherit;border-bottom:0;transform:translateY(20%);content:""}.dark .or-seperation:after{left:8px}.dark .cross-icon{position:absolute;right:14px;top:14px}.dark .upload-file{background-color:#2e3548;border:1px solid #363a48;border-radius:5px;position:relative;padding:8px}.dark .upload-file input[type=file]{opacity:0;position:absolute;right:0;top:0;width:114px;cursor:pointer}.dark .upload-file input[type=file]::-webkit-file-upload-button{cursor:pointer}.dark .image-detail{font-size:12px}.dark .image-detail .trash-icon{color:#f33c3c;right:140px;top:21px;cursor:pointer}.dark .image-detail .details span:nth-child(2),.dark .image-detail .details span:nth-child(3){color:#c3cbe4;font-weight:600}.dark .carousel .follow-steps{font-size:16px;color:hsla(0,0%,100%,.73)}.dark .carousel .carousel-control-next,.dark .carousel .carousel-control-prev{background-color:rgba(0,0,0,.0588235294)}.dark .input-copy .copy-icon{right:14px;top:33px;cursor:pointer}.dark .clip-board-icon{right:-241px;top:10px}.dark .see-more-text{max-width:400px;min-width:350px;white-space:normal}.dark .min-width-400{min-width:400px}.dark .font-20{font-size:20px}.dark .desk--widget.bottom-right{background-color:transparent}.dark .align-items-baseline{align-items:baseline}.dark .divider{background-color:#424b61;width:1px;height:20px;margin:0 20px}.dark .po-input-100{min-width:100px;max-width:100px}.dark .po-input-141{min-width:141px;max-width:141px}.dark .po-input-150{min-width:150px;max-width:150px}.dark .po-input-250{min-width:250px}.dark .min-height-55{min-height:55px}.dark .purchase-order .outline-alert{background:linear-gradient(90deg,rgba(13,60,254,.135),rgba(34,39,55,0) 98.18%);border:1px solid #7ba5f8;color:#7ba5f8;display:flex;justify-content:space-between;padding:7px 12px;margin-bottom:24px}.dark .purchase-order .outline-alert i{font-size:16px}.dark .purchase-order .outline-alert i.bx-x{color:#f46a6a;cursor:pointer}.dark .purchase-order .card .collapse-card{background-color:#222736}.dark .purchase-order .card .collapse-card td{color:#fff}.dark .purchase-order .card .collapse-card tbody{background-color:#222736}.dark .purchase-order tbody tr.no-shipment{background:rgba(244,106,106,.15);border-left:2px solid #f46a6a}.dark .purchase-order tbody tr.missing-quanity{background:rgba(251,192,45,.15);border-left:2px solid #fbc02d}.dark .purchase-order .collapse-hide{display:none}.dark .purchase-order .collapse-show{display:table-row}.dark .purchase-order .collapse-show .card:first-child{border:1px solid rgba(85,110,230,.24)}.dark .purchase-order .purchase-row{display:none}.dark .light .purchase-order .card .collapse-card table thead tr th{background-color:#fff}.dark .tr-w{min-width:250px;max-width:250px}.dark .dark .popover-inner{background-color:#222736}.dark .light .popover-inner{background-color:#fff;color:#62687a!important}.dark .w-80{width:220px}.dark .border-radius-none{border-radius:0}.dark .border-radius-sm{border-radius:8px}.dark .outbound-items{display:block}.dark .outbound-items .purchase-order-widgets .card-body{padding:16px}.dark .outbound-items .purchase-order-widgets .card-body .avatar-sm{width:2.5rem;height:2.5rem}.dark .outbound-items .purchase-order-widgets .card-body p{font-size:12px}.dark .outbound-items .purchase-order-widgets:last-child .media-seperator{display:none}.dark .outbound-items .media-seperator{margin-left:8px}.dark .calender-icon{position:absolute;right:7px;top:9px;cursor:pointer}.dark .overflow-add-modal .text-ellipse{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.dark .overflow-add-modal .counter-circle{background:#222736;border:1px solid #222736;border-radius:50%;padding:6px 8px;font-size:12px;margin-left:8px;min-width:33px;text-align:center;cursor:pointer}.dark .text-ellipse{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.dark .card-heading-seperator{margin-left:17px;margin-top:0;height:20px;width:1px;background:#424b61}.dark .warhouse-remove{top:-6px;right:-4px}.dark .item-details-slider.slide{width:120px}.dark .item-details-slider .carousel-inner{height:103px}.dark .marketplace h5{font-size:13px;color:#c3cbe4}.dark .bottom-space{margin-bottom:-4px}.dark .bin-count{background-color:#2f3648;width:35px;height:35px;text-align:center;padding:7px 0 0}.dark .bs-popover-auto[x-placement^=bottom]>.arrow:after,.dark .bs-popover-auto[x-placement^=bottom]>.arrow:before,.dark .bs-popover-auto[x-placement^=top]>.arrow:after,.dark .bs-popover-auto[x-placement^=top]>.arrow:before,.dark .bs-popover-bottom>.arrow:after,.dark .bs-popover-bottom>.arrow:before,.dark .bs-popover-top>.arrow:after,.dark .bs-popover-top>.arrow:before{border-top-color:transparent!important;border-bottom-color:transparent!important}.dark .label-wrapper{font-weight:500;font-size:14px;line-height:21px;color:#757575;margin-bottom:4px!important}.dark .text-right{text-align:right!important;font-weight:600;font-size:14px;line-height:21px;color:#556ee6}.dark .submit-btn-wrapper{font-weight:700;font-size:14px;line-height:21px}.dark .dont-have-account-wrapper{font-weight:400;font-size:14px;line-height:21px;text-align:right;color:#5a5f7d}.dark .dont-have-account-wrapper a,.dark .footer-text-wrapper{font-weight:600;font-size:14px;line-height:21px;color:#556ee6}.dark .strategy-card-divider{border-left:1px solid rgba(166,176,207,.2)}@media(max-width:768px){.dark img.left-side-img{margin:24px auto auto;width:360px}.dark .approve-box div{border-right:0 solid #e3e6ef;padding:0 32px}}@media(max-width:767px){.dark .strategy-card-divider{border:none}}@media(max-width:1024px){.dark .registration-form{padding:24px!important;height:100vh!important}.dark img.left-side-img{margin:42px auto auto;width:370px}.dark .approve-box{padding:0!important}.dark .approve-box div:last-child{border:none;padding:0}}@media(max-width:499px){.dark .registration-form{padding:24px!important}.dark img.left-side-img{margin:auto;width:100%;margin-top:24px!important;display:flex;margin-bottom:24px!important}.dark .border-shadow-outline h3,.dark span{font-size:15px!important;flex-wrap:wrap;align-self:center;margin-bottom:0}}.dark .registration-form{padding:32px 136px;background-image:url(/static/media/circles-Background.9b312db4.svg);background-position:bottom;background-size:cover;width:100%;height:100vh;margin:0}.dark .registration-form .left-side-overlay h3{font-weight:600;font-size:24px;line-height:150%;display:inline-block!important;color:#333b4e}.dark .registration-form .left-side-overlay .create-account-text{font-weight:400;font-size:16px;line-height:150%;display:flex;align-items:center;letter-spacing:-.03em;color:#333b4e}.dark .stats-info-wrapper{margin-top:24px}.dark img.left-side-img{margin:42px auto auto}.dark .font-size-12{font-size:12px}.dark .seller-info{display:flex;text-align:center}.dark .seller-info .text-success{font-weight:600;font-size:20px;line-height:150%;text-align:center;letter-spacing:-.03em;color:#34c38f}.dark .seller-info span{font-weight:500;font-size:16px;line-height:22px;display:flex;align-items:center;text-align:center;letter-spacing:-.03em;color:#333b4e}.dark .join-us-text{margin-top:24px!important;margin-bottom:0;font-size:20px!important;width:100%;text-align:center}.dark span.input-group-text.colorpicker-input-addon.rounded-right{position:relative;left:-6px;border-top-left-radius:none!important}.dark .login-page-bg{clip-path:circle(50% at 36% 6%);background:#dacff1}.dark .approved-logos-wrapper div{padding:0;margin-left:0!important}.dark .card-over-wrapper{font-weight:600!important;font-size:24px!important;line-height:36px;color:#333b4e!important}.dark .card-over-wrapper .circle-text{font-weight:400}.dark .approved-logos-wrapper{margin-top:88px}.dark .approved-logos-wrapper p{font-weight:500;font-size:14px;line-height:150%;display:flex;align-items:center;letter-spacing:-.03em;color:hsla(0,0%,45.9%,.6);margin-bottom:12px}.dark .sortable-helper>td{display:table-cell;vertical-align:inherit;width:inherit;background-color:#222736}.dark .inner-caption{color:#a6b0cf}.dark .text-deco-line-through{text-decoration:line-through}.dark .agency-clients-dropdown .css-2b097c-container{width:85%}.dark .z-index-2{z-index:2!important}.dark .inventory-dropdown{height:54px}.dark .outbound-filter-section .select2-selection__control .select2-selection__value-container{min-width:80px!important}.dark .inputs-group-inbounds .input.search-input{min-width:20px!important;width:20px!important}.dark .border-shadow-outline{padding:2rem;border:1px solid #e3e6ef;box-shadow:0 4px 4px rgba(0,0,0,.15);border-radius:20px}.dark .border-outline{margin-top:12px;padding:20px 30px 20px 20px;background:#fff;border:2px solid #e3e6ef;border-radius:4px}.dark .outline-radio{border-color:#556ee6}@media(max-width:767px){.dark img.left-side-img{margin:42px auto auto;display:flex}}.dark .header-banner{background-image:url(/static/media/banner.404dfb3c.svg);background-repeat:no-repeat;min-height:120px;background-size:cover;background-position:bottom;display:flex;align-items:center;justify-content:center;flex-direction:column}.dark .header-banner h5{font-size:20px}.dark .color-warning,.dark .header-banner .price{color:#fbc02d}.dark .listing-banner-para{max-width:488px}.dark .dark .welcome-modal i{font-size:40px;color:#fff;margin-right:24px;cursor:pointer}.dark .dark .welcome-modal .welcome-banner{background-color:#46517c;border-radius:10px}.dark .dark .welcome-modal .welcome-banner h1{font-size:20px}.dark .dark .welcome-modal .welcome-banner p{color:#c0c9e1;font-size:13px;max-width:330px}.dark .dark .welcome-modal .welcome-banner img{width:154px;height:105px}.dark .dark .welcome-modal .gap-4{grid-gap:24px;gap:24px}.dark .dark .welcome-modal .selected-store{border:1px solid rgba(147,156,185,.2);border-radius:6px;display:flex;flex-direction:column;max-width:209px;min-width:234px;align-items:center;justify-content:center;padding:27px 0;cursor:pointer;min-height:140px}.dark .light .welcome-modal i{font-size:40px;color:#969aa3;margin-right:24px;cursor:pointer}.dark .light .welcome-modal .welcome-banner{background-color:#d5dcf8;border-radius:10px}.dark .light .welcome-modal .welcome-banner h1{font-size:20px}.dark .light .welcome-modal .welcome-banner p{color:#62697a;font-size:13px;max-width:330px}.dark .light .welcome-modal .welcome-banner img{width:154px;height:105px}.dark .light .welcome-modal .gap-4{grid-gap:24px;gap:24px}.dark .light .welcome-modal .selected-store{border:1px solid #000;border-radius:6px;display:flex;flex-direction:column;max-width:209px;min-width:234px;align-items:center;justify-content:center;padding:27px 0;cursor:pointer;min-height:140px}.dark .alert-custom-badge-m{margin:0!important}.dark .subscription-border{border:1px solid rgba(147,156,185,.2);border-radius:9px;background-color:transparent;position:relative}.dark .ribbon{width:138px;height:150px;overflow:hidden;position:absolute;text-align:center}.dark .ribbon:after,.dark .ribbon:before{position:absolute;z-index:-1;content:"";display:block;border:5px solid rgba(52,195,143,.5)}.dark .ribbon span{position:absolute;display:block;width:225px;padding:6px 0;font-size:12px;font-weight:600;color:#fff;text-align:center}.dark .ribbon-top-right{top:0;right:0}.dark .ribbon-top-right:after,.dark .ribbon-top-right:before{border-top-color:transparent;border-right-color:transparent}.dark .ribbon-top-right:before{top:0;left:0}.dark .ribbon-top-right:after{bottom:0;right:0}.dark .ribbon-top-right span{left:-25px;top:30px;transform:rotate(45deg)}.dark .light .ribbon span{background-color:#34c38f}.dark .dark .ribbon span{background-color:rgba(52,195,143,.5)}.dark .transparent-card{background-color:transparent;border:1px solid #32394e}.dark .primary-box{border-radius:30px;border:.84px solid #556ee6;background:#556ee6;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.dark .primary-box i{color:#fff;font-size:16px}.dark .custom-progress .progress-bar{background-color:red}.dark .w-150{width:150px}.dark .gap-16{grid-gap:16px;gap:16px}.dark .divider-right{position:relative}.dark .divider-right:after{content:"";position:absolute;height:24px;width:1px;background-color:#424b61;top:38%;right:-7px}.dark .coming-soon{background-color:#556ee6;width:81px;height:24px;border-radius:8px;font-size:10px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer}.dark .table-select{min-height:260px}.dark .blur-effect{filter:blur(3px)}.dark .date-picker .react-datepicker-popper{z-index:99}.dark .no-spinners input::-webkit-inner-spin-button,.dark .no-spinners input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.dark .no-spinners input[type=number]{-moz-appearance:textfield}@media(max-width:650px){.dark .strategy-ellipse-dots{display:none}}.dark .subscription-cards-width{margin-left:3rem;margin-right:3rem;padding-left:3rem;padding-right:3rem}@media(max-width:900px){.dark .subscription-cards-width{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.dark .EZDrawer__overlay{z-index:1002!important}.dark .filters-width{width:558px!important}@media(max-width:767px){.dark .filters-width{width:100vw!important}}.dark .text-orange{color:#fd7923}.dark .text-sky-blue{color:#1892f8}.dark .text-parrot{color:#25c35c}.dark .text-purple{color:#9d60fb}.dark .responsive-div{width:160px}@media(max-width:768px){.dark .responsive-div{width:100%}}@font-face{font-family:"Material Design Icons";src:url(/static/media/materialdesignicons-webfont.a1a0ed86.eot);src:url(/static/media/materialdesignicons-webfont.a1a0ed86.eot) format("embedded-opentype"),url(/static/media/materialdesignicons-webfont.7fb0e378.woff2) format("woff2"),url(/static/media/materialdesignicons-webfont.63d2a595.woff) format("woff"),url(/static/media/materialdesignicons-webfont.fe1545ef.ttf) format("truetype");font-weight:400;font-style:normal}.dark .mdi-set,.dark .mdi:before{display:inline-block;font:normal normal normal 24px/1 "Material Design Icons";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark .mdi-ab-testing:before{content:"󰇉"}.dark .mdi-abjad-arabic:before{content:"󱌨"}.dark .mdi-abjad-hebrew:before{content:"󱌩"}.dark .mdi-abugida-devanagari:before{content:"󱌪"}.dark .mdi-abugida-thai:before{content:"󱌫"}.dark .mdi-access-point:before{content:"󰀃"}.dark .mdi-access-point-network:before{content:"󰀂"}.dark .mdi-access-point-network-off:before{content:"󰯡"}.dark .mdi-account:before{content:"󰀄"}.dark .mdi-account-alert:before{content:"󰀅"}.dark .mdi-account-alert-outline:before{content:"󰭐"}.dark .mdi-account-arrow-left:before{content:"󰭑"}.dark .mdi-account-arrow-left-outline:before{content:"󰭒"}.dark .mdi-account-arrow-right:before{content:"󰭓"}.dark .mdi-account-arrow-right-outline:before{content:"󰭔"}.dark .mdi-account-box:before{content:"󰀆"}.dark .mdi-account-box-multiple:before{content:"󰤴"}.dark .mdi-account-box-multiple-outline:before{content:"󱀊"}.dark .mdi-account-box-outline:before{content:"󰀇"}.dark .mdi-account-cancel:before{content:"󱋟"}.dark .mdi-account-cancel-outline:before{content:"󱋠"}.dark .mdi-account-cash:before{content:"󱂗"}.dark .mdi-account-cash-outline:before{content:"󱂘"}.dark .mdi-account-check:before{content:"󰀈"}.dark .mdi-account-check-outline:before{content:"󰯢"}.dark .mdi-account-child:before{content:"󰪉"}.dark .mdi-account-child-circle:before{content:"󰪊"}.dark .mdi-account-child-outline:before{content:"󱃈"}.dark .mdi-account-circle:before{content:"󰀉"}.dark .mdi-account-circle-outline:before{content:"󰭕"}.dark .mdi-account-clock:before{content:"󰭖"}.dark .mdi-account-clock-outline:before{content:"󰭗"}.dark .mdi-account-cog:before{content:"󱍰"}.dark .mdi-account-cog-outline:before{content:"󱍱"}.dark .mdi-account-convert:before{content:"󰀊"}.dark .mdi-account-convert-outline:before{content:"󱌁"}.dark .mdi-account-cowboy-hat:before{content:"󰺛"}.dark .mdi-account-details:before{content:"󰘱"}.dark .mdi-account-details-outline:before{content:"󱍲"}.dark .mdi-account-edit:before{content:"󰚼"}.dark .mdi-account-edit-outline:before{content:"󰿻"}.dark .mdi-account-group:before{content:"󰡉"}.dark .mdi-account-group-outline:before{content:"󰭘"}.dark .mdi-account-hard-hat:before{content:"󰖵"}.dark .mdi-account-heart:before{content:"󰢙"}.dark .mdi-account-heart-outline:before{content:"󰯣"}.dark .mdi-account-key:before{content:"󰀋"}.dark .mdi-account-key-outline:before{content:"󰯤"}.dark .mdi-account-lock:before{content:"󱅞"}.dark .mdi-account-lock-outline:before{content:"󱅟"}.dark .mdi-account-minus:before{content:"󰀍"}.dark .mdi-account-minus-outline:before{content:"󰫬"}.dark .mdi-account-multiple:before{content:"󰀎"}.dark .mdi-account-multiple-check:before{content:"󰣅"}.dark .mdi-account-multiple-check-outline:before{content:"󱇾"}.dark .mdi-account-multiple-minus:before{content:"󰗓"}.dark .mdi-account-multiple-minus-outline:before{content:"󰯥"}.dark .mdi-account-multiple-outline:before{content:"󰀏"}.dark .mdi-account-multiple-plus:before{content:"󰀐"}.dark .mdi-account-multiple-plus-outline:before{content:"󰠀"}.dark .mdi-account-multiple-remove:before{content:"󱈊"}.dark .mdi-account-multiple-remove-outline:before{content:"󱈋"}.dark .mdi-account-music:before{content:"󰠃"}.dark .mdi-account-music-outline:before{content:"󰳩"}.dark .mdi-account-network:before{content:"󰀑"}.dark .mdi-account-network-outline:before{content:"󰯦"}.dark .mdi-account-off:before{content:"󰀒"}.dark .mdi-account-off-outline:before{content:"󰯧"}.dark .mdi-account-outline:before{content:"󰀓"}.dark .mdi-account-plus:before{content:"󰀔"}.dark .mdi-account-plus-outline:before{content:"󰠁"}.dark .mdi-account-question:before{content:"󰭙"}.dark .mdi-account-question-outline:before{content:"󰭚"}.dark .mdi-account-remove:before{content:"󰀕"}.dark .mdi-account-remove-outline:before{content:"󰫭"}.dark .mdi-account-search:before{content:"󰀖"}.dark .mdi-account-search-outline:before{content:"󰤵"}.dark .mdi-account-settings:before{content:"󰘰"}.dark .mdi-account-settings-outline:before{content:"󱃉"}.dark .mdi-account-star:before{content:"󰀗"}.dark .mdi-account-star-outline:before{content:"󰯨"}.dark .mdi-account-supervisor:before{content:"󰪋"}.dark .mdi-account-supervisor-circle:before{content:"󰪌"}.dark .mdi-account-supervisor-outline:before{content:"󱄭"}.dark .mdi-account-switch:before{content:"󰀙"}.dark .mdi-account-switch-outline:before{content:"󰓋"}.dark .mdi-account-tie:before{content:"󰳣"}.dark .mdi-account-tie-outline:before{content:"󱃊"}.dark .mdi-account-tie-voice:before{content:"󱌈"}.dark .mdi-account-tie-voice-off:before{content:"󱌊"}.dark .mdi-account-tie-voice-off-outline:before{content:"󱌋"}.dark .mdi-account-tie-voice-outline:before{content:"󱌉"}.dark .mdi-account-voice:before{content:"󰗋"}.dark .mdi-adjust:before{content:"󰀚"}.dark .mdi-adobe:before{content:"󰤶"}.dark .mdi-adobe-acrobat:before{content:"󰾝"}.dark .mdi-air-conditioner:before{content:"󰀛"}.dark .mdi-air-filter:before{content:"󰵃"}.dark .mdi-air-horn:before{content:"󰶬"}.dark .mdi-air-humidifier:before{content:"󱂙"}.dark .mdi-air-purifier:before{content:"󰵄"}.dark .mdi-airbag:before{content:"󰯩"}.dark .mdi-airballoon:before{content:"󰀜"}.dark .mdi-airballoon-outline:before{content:"󱀋"}.dark .mdi-airplane:before{content:"󰀝"}.dark .mdi-airplane-landing:before{content:"󰗔"}.dark .mdi-airplane-off:before{content:"󰀞"}.dark .mdi-airplane-takeoff:before{content:"󰗕"}.dark .mdi-airport:before{content:"󰡋"}.dark .mdi-alarm:before{content:"󰀠"}.dark .mdi-alarm-bell:before{content:"󰞎"}.dark .mdi-alarm-check:before{content:"󰀡"}.dark .mdi-alarm-light:before{content:"󰞏"}.dark .mdi-alarm-light-outline:before{content:"󰯪"}.dark .mdi-alarm-multiple:before{content:"󰀢"}.dark .mdi-alarm-note:before{content:"󰹱"}.dark .mdi-alarm-note-off:before{content:"󰹲"}.dark .mdi-alarm-off:before{content:"󰀣"}.dark .mdi-alarm-plus:before{content:"󰀤"}.dark .mdi-alarm-snooze:before{content:"󰚎"}.dark .mdi-album:before{content:"󰀥"}.dark .mdi-alert:before{content:"󰀦"}.dark .mdi-alert-box:before{content:"󰀧"}.dark .mdi-alert-box-outline:before{content:"󰳤"}.dark .mdi-alert-circle:before{content:"󰀨"}.dark .mdi-alert-circle-check:before{content:"󱇭"}.dark .mdi-alert-circle-check-outline:before{content:"󱇮"}.dark .mdi-alert-circle-outline:before{content:"󰗖"}.dark .mdi-alert-decagram:before{content:"󰚽"}.dark .mdi-alert-decagram-outline:before{content:"󰳥"}.dark .mdi-alert-octagon:before{content:"󰀩"}.dark .mdi-alert-octagon-outline:before{content:"󰳦"}.dark .mdi-alert-octagram:before{content:"󰝧"}.dark .mdi-alert-octagram-outline:before{content:"󰳧"}.dark .mdi-alert-outline:before{content:"󰀪"}.dark .mdi-alert-rhombus:before{content:"󱇎"}.dark .mdi-alert-rhombus-outline:before{content:"󱇏"}.dark .mdi-alien:before{content:"󰢚"}.dark .mdi-alien-outline:before{content:"󱃋"}.dark .mdi-align-horizontal-center:before{content:"󱇃"}.dark .mdi-align-horizontal-left:before{content:"󱇂"}.dark .mdi-align-horizontal-right:before{content:"󱇄"}.dark .mdi-align-vertical-bottom:before{content:"󱇅"}.dark .mdi-align-vertical-center:before{content:"󱇆"}.dark .mdi-align-vertical-top:before{content:"󱇇"}.dark .mdi-all-inclusive:before{content:"󰚾"}.dark .mdi-allergy:before{content:"󱉘"}.dark .mdi-alpha:before{content:"󰀫"}.dark .mdi-alpha-a:before{content:"󰫮"}.dark .mdi-alpha-a-box:before{content:"󰬈"}.dark .mdi-alpha-a-box-outline:before{content:"󰯫"}.dark .mdi-alpha-a-circle:before{content:"󰯬"}.dark .mdi-alpha-a-circle-outline:before{content:"󰯭"}.dark .mdi-alpha-b:before{content:"󰫯"}.dark .mdi-alpha-b-box:before{content:"󰬉"}.dark .mdi-alpha-b-box-outline:before{content:"󰯮"}.dark .mdi-alpha-b-circle:before{content:"󰯯"}.dark .mdi-alpha-b-circle-outline:before{content:"󰯰"}.dark .mdi-alpha-c:before{content:"󰫰"}.dark .mdi-alpha-c-box:before{content:"󰬊"}.dark .mdi-alpha-c-box-outline:before{content:"󰯱"}.dark .mdi-alpha-c-circle:before{content:"󰯲"}.dark .mdi-alpha-c-circle-outline:before{content:"󰯳"}.dark .mdi-alpha-d:before{content:"󰫱"}.dark .mdi-alpha-d-box:before{content:"󰬋"}.dark .mdi-alpha-d-box-outline:before{content:"󰯴"}.dark .mdi-alpha-d-circle:before{content:"󰯵"}.dark .mdi-alpha-d-circle-outline:before{content:"󰯶"}.dark .mdi-alpha-e:before{content:"󰫲"}.dark .mdi-alpha-e-box:before{content:"󰬌"}.dark .mdi-alpha-e-box-outline:before{content:"󰯷"}.dark .mdi-alpha-e-circle:before{content:"󰯸"}.dark .mdi-alpha-e-circle-outline:before{content:"󰯹"}.dark .mdi-alpha-f:before{content:"󰫳"}.dark .mdi-alpha-f-box:before{content:"󰬍"}.dark .mdi-alpha-f-box-outline:before{content:"󰯺"}.dark .mdi-alpha-f-circle:before{content:"󰯻"}.dark .mdi-alpha-f-circle-outline:before{content:"󰯼"}.dark .mdi-alpha-g:before{content:"󰫴"}.dark .mdi-alpha-g-box:before{content:"󰬎"}.dark .mdi-alpha-g-box-outline:before{content:"󰯽"}.dark .mdi-alpha-g-circle:before{content:"󰯾"}.dark .mdi-alpha-g-circle-outline:before{content:"󰯿"}.dark .mdi-alpha-h:before{content:"󰫵"}.dark .mdi-alpha-h-box:before{content:"󰬏"}.dark .mdi-alpha-h-box-outline:before{content:"󰰀"}.dark .mdi-alpha-h-circle:before{content:"󰰁"}.dark .mdi-alpha-h-circle-outline:before{content:"󰰂"}.dark .mdi-alpha-i:before{content:"󰫶"}.dark .mdi-alpha-i-box:before{content:"󰬐"}.dark .mdi-alpha-i-box-outline:before{content:"󰰃"}.dark .mdi-alpha-i-circle:before{content:"󰰄"}.dark .mdi-alpha-i-circle-outline:before{content:"󰰅"}.dark .mdi-alpha-j:before{content:"󰫷"}.dark .mdi-alpha-j-box:before{content:"󰬑"}.dark .mdi-alpha-j-box-outline:before{content:"󰰆"}.dark .mdi-alpha-j-circle:before{content:"󰰇"}.dark .mdi-alpha-j-circle-outline:before{content:"󰰈"}.dark .mdi-alpha-k:before{content:"󰫸"}.dark .mdi-alpha-k-box:before{content:"󰬒"}.dark .mdi-alpha-k-box-outline:before{content:"󰰉"}.dark .mdi-alpha-k-circle:before{content:"󰰊"}.dark .mdi-alpha-k-circle-outline:before{content:"󰰋"}.dark .mdi-alpha-l:before{content:"󰫹"}.dark .mdi-alpha-l-box:before{content:"󰬓"}.dark .mdi-alpha-l-box-outline:before{content:"󰰌"}.dark .mdi-alpha-l-circle:before{content:"󰰍"}.dark .mdi-alpha-l-circle-outline:before{content:"󰰎"}.dark .mdi-alpha-m:before{content:"󰫺"}.dark .mdi-alpha-m-box:before{content:"󰬔"}.dark .mdi-alpha-m-box-outline:before{content:"󰰏"}.dark .mdi-alpha-m-circle:before{content:"󰰐"}.dark .mdi-alpha-m-circle-outline:before{content:"󰰑"}.dark .mdi-alpha-n:before{content:"󰫻"}.dark .mdi-alpha-n-box:before{content:"󰬕"}.dark .mdi-alpha-n-box-outline:before{content:"󰰒"}.dark .mdi-alpha-n-circle:before{content:"󰰓"}.dark .mdi-alpha-n-circle-outline:before{content:"󰰔"}.dark .mdi-alpha-o:before{content:"󰫼"}.dark .mdi-alpha-o-box:before{content:"󰬖"}.dark .mdi-alpha-o-box-outline:before{content:"󰰕"}.dark .mdi-alpha-o-circle:before{content:"󰰖"}.dark .mdi-alpha-o-circle-outline:before{content:"󰰗"}.dark .mdi-alpha-p:before{content:"󰫽"}.dark .mdi-alpha-p-box:before{content:"󰬗"}.dark .mdi-alpha-p-box-outline:before{content:"󰰘"}.dark .mdi-alpha-p-circle:before{content:"󰰙"}.dark .mdi-alpha-p-circle-outline:before{content:"󰰚"}.dark .mdi-alpha-q:before{content:"󰫾"}.dark .mdi-alpha-q-box:before{content:"󰬘"}.dark .mdi-alpha-q-box-outline:before{content:"󰰛"}.dark .mdi-alpha-q-circle:before{content:"󰰜"}.dark .mdi-alpha-q-circle-outline:before{content:"󰰝"}.dark .mdi-alpha-r:before{content:"󰫿"}.dark .mdi-alpha-r-box:before{content:"󰬙"}.dark .mdi-alpha-r-box-outline:before{content:"󰰞"}.dark .mdi-alpha-r-circle:before{content:"󰰟"}.dark .mdi-alpha-r-circle-outline:before{content:"󰰠"}.dark .mdi-alpha-s:before{content:"󰬀"}.dark .mdi-alpha-s-box:before{content:"󰬚"}.dark .mdi-alpha-s-box-outline:before{content:"󰰡"}.dark .mdi-alpha-s-circle:before{content:"󰰢"}.dark .mdi-alpha-s-circle-outline:before{content:"󰰣"}.dark .mdi-alpha-t:before{content:"󰬁"}.dark .mdi-alpha-t-box:before{content:"󰬛"}.dark .mdi-alpha-t-box-outline:before{content:"󰰤"}.dark .mdi-alpha-t-circle:before{content:"󰰥"}.dark .mdi-alpha-t-circle-outline:before{content:"󰰦"}.dark .mdi-alpha-u:before{content:"󰬂"}.dark .mdi-alpha-u-box:before{content:"󰬜"}.dark .mdi-alpha-u-box-outline:before{content:"󰰧"}.dark .mdi-alpha-u-circle:before{content:"󰰨"}.dark .mdi-alpha-u-circle-outline:before{content:"󰰩"}.dark .mdi-alpha-v:before{content:"󰬃"}.dark .mdi-alpha-v-box:before{content:"󰬝"}.dark .mdi-alpha-v-box-outline:before{content:"󰰪"}.dark .mdi-alpha-v-circle:before{content:"󰰫"}.dark .mdi-alpha-v-circle-outline:before{content:"󰰬"}.dark .mdi-alpha-w:before{content:"󰬄"}.dark .mdi-alpha-w-box:before{content:"󰬞"}.dark .mdi-alpha-w-box-outline:before{content:"󰰭"}.dark .mdi-alpha-w-circle:before{content:"󰰮"}.dark .mdi-alpha-w-circle-outline:before{content:"󰰯"}.dark .mdi-alpha-x:before{content:"󰬅"}.dark .mdi-alpha-x-box:before{content:"󰬟"}.dark .mdi-alpha-x-box-outline:before{content:"󰰰"}.dark .mdi-alpha-x-circle:before{content:"󰰱"}.dark .mdi-alpha-x-circle-outline:before{content:"󰰲"}.dark .mdi-alpha-y:before{content:"󰬆"}.dark .mdi-alpha-y-box:before{content:"󰬠"}.dark .mdi-alpha-y-box-outline:before{content:"󰰳"}.dark .mdi-alpha-y-circle:before{content:"󰰴"}.dark .mdi-alpha-y-circle-outline:before{content:"󰰵"}.dark .mdi-alpha-z:before{content:"󰬇"}.dark .mdi-alpha-z-box:before{content:"󰬡"}.dark .mdi-alpha-z-box-outline:before{content:"󰰶"}.dark .mdi-alpha-z-circle:before{content:"󰰷"}.dark .mdi-alpha-z-circle-outline:before{content:"󰰸"}.dark .mdi-alphabet-aurebesh:before{content:"󱌬"}.dark .mdi-alphabet-cyrillic:before{content:"󱌭"}.dark .mdi-alphabet-greek:before{content:"󱌮"}.dark .mdi-alphabet-latin:before{content:"󱌯"}.dark .mdi-alphabet-piqad:before{content:"󱌰"}.dark .mdi-alphabet-tengwar:before{content:"󱌷"}.dark .mdi-alphabetical:before{content:"󰀬"}.dark .mdi-alphabetical-off:before{content:"󱀌"}.dark .mdi-alphabetical-variant:before{content:"󱀍"}.dark .mdi-alphabetical-variant-off:before{content:"󱀎"}.dark .mdi-altimeter:before{content:"󰗗"}.dark .mdi-amazon:before{content:"󰀭"}.dark .mdi-amazon-alexa:before{content:"󰣆"}.dark .mdi-ambulance:before{content:"󰀯"}.dark .mdi-ammunition:before{content:"󰳨"}.dark .mdi-ampersand:before{content:"󰪍"}.dark .mdi-amplifier:before{content:"󰀰"}.dark .mdi-amplifier-off:before{content:"󱆵"}.dark .mdi-anchor:before{content:"󰀱"}.dark .mdi-android:before{content:"󰀲"}.dark .mdi-android-auto:before{content:"󰪎"}.dark .mdi-android-debug-bridge:before{content:"󰀳"}.dark .mdi-android-messages:before{content:"󰵅"}.dark .mdi-android-studio:before{content:"󰀴"}.dark .mdi-angle-acute:before{content:"󰤷"}.dark .mdi-angle-obtuse:before{content:"󰤸"}.dark .mdi-angle-right:before{content:"󰤹"}.dark .mdi-angular:before{content:"󰚲"}.dark .mdi-angularjs:before{content:"󰚿"}.dark .mdi-animation:before{content:"󰗘"}.dark .mdi-animation-outline:before{content:"󰪏"}.dark .mdi-animation-play:before{content:"󰤺"}.dark .mdi-animation-play-outline:before{content:"󰪐"}.dark .mdi-ansible:before{content:"󱂚"}.dark .mdi-antenna:before{content:"󱄙"}.dark .mdi-anvil:before{content:"󰢛"}.dark .mdi-apache-kafka:before{content:"󱀏"}.dark .mdi-api:before{content:"󱂛"}.dark .mdi-api-off:before{content:"󱉗"}.dark .mdi-apple:before{content:"󰀵"}.dark .mdi-apple-airplay:before{content:"󰀟"}.dark .mdi-apple-finder:before{content:"󰀶"}.dark .mdi-apple-icloud:before{content:"󰀸"}.dark .mdi-apple-ios:before{content:"󰀷"}.dark .mdi-apple-keyboard-caps:before{content:"󰘲"}.dark .mdi-apple-keyboard-command:before{content:"󰘳"}.dark .mdi-apple-keyboard-control:before{content:"󰘴"}.dark .mdi-apple-keyboard-option:before{content:"󰘵"}.dark .mdi-apple-keyboard-shift:before{content:"󰘶"}.dark .mdi-apple-safari:before{content:"󰀹"}.dark .mdi-application:before{content:"󰘔"}.dark .mdi-application-export:before{content:"󰶭"}.dark .mdi-application-import:before{content:"󰶮"}.dark .mdi-approximately-equal:before{content:"󰾞"}.dark .mdi-approximately-equal-box:before{content:"󰾟"}.dark .mdi-apps:before{content:"󰀻"}.dark .mdi-apps-box:before{content:"󰵆"}.dark .mdi-arch:before{content:"󰣇"}.dark .mdi-archive:before{content:"󰀼"}.dark .mdi-archive-arrow-down:before{content:"󱉙"}.dark .mdi-archive-arrow-down-outline:before{content:"󱉚"}.dark .mdi-archive-arrow-up:before{content:"󱉛"}.dark .mdi-archive-arrow-up-outline:before{content:"󱉜"}.dark .mdi-archive-outline:before{content:"󱈎"}.dark .mdi-arm-flex:before{content:"󰿗"}.dark .mdi-arm-flex-outline:before{content:"󰿖"}.dark .mdi-arrange-bring-forward:before{content:"󰀽"}.dark .mdi-arrange-bring-to-front:before{content:"󰀾"}.dark .mdi-arrange-send-backward:before{content:"󰀿"}.dark .mdi-arrange-send-to-back:before{content:"󰁀"}.dark .mdi-arrow-all:before{content:"󰁁"}.dark .mdi-arrow-bottom-left:before{content:"󰁂"}.dark .mdi-arrow-bottom-left-bold-outline:before{content:"󰦷"}.dark .mdi-arrow-bottom-left-thick:before{content:"󰦸"}.dark .mdi-arrow-bottom-right:before{content:"󰁃"}.dark .mdi-arrow-bottom-right-bold-outline:before{content:"󰦹"}.dark .mdi-arrow-bottom-right-thick:before{content:"󰦺"}.dark .mdi-arrow-collapse:before{content:"󰘕"}.dark .mdi-arrow-collapse-all:before{content:"󰁄"}.dark .mdi-arrow-collapse-down:before{content:"󰞒"}.dark .mdi-arrow-collapse-horizontal:before{content:"󰡌"}.dark .mdi-arrow-collapse-left:before{content:"󰞓"}.dark .mdi-arrow-collapse-right:before{content:"󰞔"}.dark .mdi-arrow-collapse-up:before{content:"󰞕"}.dark .mdi-arrow-collapse-vertical:before{content:"󰡍"}.dark .mdi-arrow-decision:before{content:"󰦻"}.dark .mdi-arrow-decision-auto:before{content:"󰦼"}.dark .mdi-arrow-decision-auto-outline:before{content:"󰦽"}.dark .mdi-arrow-decision-outline:before{content:"󰦾"}.dark .mdi-arrow-down:before{content:"󰁅"}.dark .mdi-arrow-down-bold:before{content:"󰜮"}.dark .mdi-arrow-down-bold-box:before{content:"󰜯"}.dark .mdi-arrow-down-bold-box-outline:before{content:"󰜰"}.dark .mdi-arrow-down-bold-circle:before{content:"󰁇"}.dark .mdi-arrow-down-bold-circle-outline:before{content:"󰁈"}.dark .mdi-arrow-down-bold-hexagon-outline:before{content:"󰁉"}.dark .mdi-arrow-down-bold-outline:before{content:"󰦿"}.dark .mdi-arrow-down-box:before{content:"󰛀"}.dark .mdi-arrow-down-circle:before{content:"󰳛"}.dark .mdi-arrow-down-circle-outline:before{content:"󰳜"}.dark .mdi-arrow-down-drop-circle:before{content:"󰁊"}.dark .mdi-arrow-down-drop-circle-outline:before{content:"󰁋"}.dark .mdi-arrow-down-thick:before{content:"󰁆"}.dark .mdi-arrow-expand:before{content:"󰘖"}.dark .mdi-arrow-expand-all:before{content:"󰁌"}.dark .mdi-arrow-expand-down:before{content:"󰞖"}.dark .mdi-arrow-expand-horizontal:before{content:"󰡎"}.dark .mdi-arrow-expand-left:before{content:"󰞗"}.dark .mdi-arrow-expand-right:before{content:"󰞘"}.dark .mdi-arrow-expand-up:before{content:"󰞙"}.dark .mdi-arrow-expand-vertical:before{content:"󰡏"}.dark .mdi-arrow-horizontal-lock:before{content:"󱅛"}.dark .mdi-arrow-left:before{content:"󰁍"}.dark .mdi-arrow-left-bold:before{content:"󰜱"}.dark .mdi-arrow-left-bold-box:before{content:"󰜲"}.dark .mdi-arrow-left-bold-box-outline:before{content:"󰜳"}.dark .mdi-arrow-left-bold-circle:before{content:"󰁏"}.dark .mdi-arrow-left-bold-circle-outline:before{content:"󰁐"}.dark .mdi-arrow-left-bold-hexagon-outline:before{content:"󰁑"}.dark .mdi-arrow-left-bold-outline:before{content:"󰧀"}.dark .mdi-arrow-left-box:before{content:"󰛁"}.dark .mdi-arrow-left-circle:before{content:"󰳝"}.dark .mdi-arrow-left-circle-outline:before{content:"󰳞"}.dark .mdi-arrow-left-drop-circle:before{content:"󰁒"}.dark .mdi-arrow-left-drop-circle-outline:before{content:"󰁓"}.dark .mdi-arrow-left-right:before{content:"󰹳"}.dark .mdi-arrow-left-right-bold:before{content:"󰹴"}.dark .mdi-arrow-left-right-bold-outline:before{content:"󰧁"}.dark .mdi-arrow-left-thick:before{content:"󰁎"}.dark .mdi-arrow-right:before{content:"󰁔"}.dark .mdi-arrow-right-bold:before{content:"󰜴"}.dark .mdi-arrow-right-bold-box:before{content:"󰜵"}.dark .mdi-arrow-right-bold-box-outline:before{content:"󰜶"}.dark .mdi-arrow-right-bold-circle:before{content:"󰁖"}.dark .mdi-arrow-right-bold-circle-outline:before{content:"󰁗"}.dark .mdi-arrow-right-bold-hexagon-outline:before{content:"󰁘"}.dark .mdi-arrow-right-bold-outline:before{content:"󰧂"}.dark .mdi-arrow-right-box:before{content:"󰛂"}.dark .mdi-arrow-right-circle:before{content:"󰳟"}.dark .mdi-arrow-right-circle-outline:before{content:"󰳠"}.dark .mdi-arrow-right-drop-circle:before{content:"󰁙"}.dark .mdi-arrow-right-drop-circle-outline:before{content:"󰁚"}.dark .mdi-arrow-right-thick:before{content:"󰁕"}.dark .mdi-arrow-split-horizontal:before{content:"󰤻"}.dark .mdi-arrow-split-vertical:before{content:"󰤼"}.dark .mdi-arrow-top-left:before{content:"󰁛"}.dark .mdi-arrow-top-left-bold-outline:before{content:"󰧃"}.dark .mdi-arrow-top-left-bottom-right:before{content:"󰹵"}.dark .mdi-arrow-top-left-bottom-right-bold:before{content:"󰹶"}.dark .mdi-arrow-top-left-thick:before{content:"󰧄"}.dark .mdi-arrow-top-right:before{content:"󰁜"}.dark .mdi-arrow-top-right-bold-outline:before{content:"󰧅"}.dark .mdi-arrow-top-right-bottom-left:before{content:"󰹷"}.dark .mdi-arrow-top-right-bottom-left-bold:before{content:"󰹸"}.dark .mdi-arrow-top-right-thick:before{content:"󰧆"}.dark .mdi-arrow-up:before{content:"󰁝"}.dark .mdi-arrow-up-bold:before{content:"󰜷"}.dark .mdi-arrow-up-bold-box:before{content:"󰜸"}.dark .mdi-arrow-up-bold-box-outline:before{content:"󰜹"}.dark .mdi-arrow-up-bold-circle:before{content:"󰁟"}.dark .mdi-arrow-up-bold-circle-outline:before{content:"󰁠"}.dark .mdi-arrow-up-bold-hexagon-outline:before{content:"󰁡"}.dark .mdi-arrow-up-bold-outline:before{content:"󰧇"}.dark .mdi-arrow-up-box:before{content:"󰛃"}.dark .mdi-arrow-up-circle:before{content:"󰳡"}.dark .mdi-arrow-up-circle-outline:before{content:"󰳢"}.dark .mdi-arrow-up-down:before{content:"󰹹"}.dark .mdi-arrow-up-down-bold:before{content:"󰹺"}.dark .mdi-arrow-up-down-bold-outline:before{content:"󰧈"}.dark .mdi-arrow-up-drop-circle:before{content:"󰁢"}.dark .mdi-arrow-up-drop-circle-outline:before{content:"󰁣"}.dark .mdi-arrow-up-thick:before{content:"󰁞"}.dark .mdi-arrow-vertical-lock:before{content:"󱅜"}.dark .mdi-artstation:before{content:"󰭛"}.dark .mdi-aspect-ratio:before{content:"󰨤"}.dark .mdi-assistant:before{content:"󰁤"}.dark .mdi-asterisk:before{content:"󰛄"}.dark .mdi-at:before{content:"󰁥"}.dark .mdi-atlassian:before{content:"󰠄"}.dark .mdi-atm:before{content:"󰵇"}.dark .mdi-atom:before{content:"󰝨"}.dark .mdi-atom-variant:before{content:"󰹻"}.dark .mdi-attachment:before{content:"󰁦"}.dark .mdi-audio-video:before{content:"󰤽"}.dark .mdi-audio-video-off:before{content:"󱆶"}.dark .mdi-augmented-reality:before{content:"󰡐"}.dark .mdi-auto-download:before{content:"󱍾"}.dark .mdi-auto-fix:before{content:"󰁨"}.dark .mdi-auto-upload:before{content:"󰁩"}.dark .mdi-autorenew:before{content:"󰁪"}.dark .mdi-av-timer:before{content:"󰁫"}.dark .mdi-aws:before{content:"󰸏"}.dark .mdi-axe:before{content:"󰣈"}.dark .mdi-axis:before{content:"󰵈"}.dark .mdi-axis-arrow:before{content:"󰵉"}.dark .mdi-axis-arrow-lock:before{content:"󰵊"}.dark .mdi-axis-lock:before{content:"󰵋"}.dark .mdi-axis-x-arrow:before{content:"󰵌"}.dark .mdi-axis-x-arrow-lock:before{content:"󰵍"}.dark .mdi-axis-x-rotate-clockwise:before{content:"󰵎"}.dark .mdi-axis-x-rotate-counterclockwise:before{content:"󰵏"}.dark .mdi-axis-x-y-arrow-lock:before{content:"󰵐"}.dark .mdi-axis-y-arrow:before{content:"󰵑"}.dark .mdi-axis-y-arrow-lock:before{content:"󰵒"}.dark .mdi-axis-y-rotate-clockwise:before{content:"󰵓"}.dark .mdi-axis-y-rotate-counterclockwise:before{content:"󰵔"}.dark .mdi-axis-z-arrow:before{content:"󰵕"}.dark .mdi-axis-z-arrow-lock:before{content:"󰵖"}.dark .mdi-axis-z-rotate-clockwise:before{content:"󰵗"}.dark .mdi-axis-z-rotate-counterclockwise:before{content:"󰵘"}.dark .mdi-babel:before{content:"󰨥"}.dark .mdi-baby:before{content:"󰁬"}.dark .mdi-baby-bottle:before{content:"󰼹"}.dark .mdi-baby-bottle-outline:before{content:"󰼺"}.dark .mdi-baby-carriage:before{content:"󰚏"}.dark .mdi-baby-carriage-off:before{content:"󰾠"}.dark .mdi-baby-face:before{content:"󰹼"}.dark .mdi-baby-face-outline:before{content:"󰹽"}.dark .mdi-backburger:before{content:"󰁭"}.dark .mdi-backspace:before{content:"󰁮"}.dark .mdi-backspace-outline:before{content:"󰭜"}.dark .mdi-backspace-reverse:before{content:"󰹾"}.dark .mdi-backspace-reverse-outline:before{content:"󰹿"}.dark .mdi-backup-restore:before{content:"󰁯"}.dark .mdi-bacteria:before{content:"󰻕"}.dark .mdi-bacteria-outline:before{content:"󰻖"}.dark .mdi-badge-account:before{content:"󰶧"}.dark .mdi-badge-account-alert:before{content:"󰶨"}.dark .mdi-badge-account-alert-outline:before{content:"󰶩"}.dark .mdi-badge-account-horizontal:before{content:"󰸍"}.dark .mdi-badge-account-horizontal-outline:before{content:"󰸎"}.dark .mdi-badge-account-outline:before{content:"󰶪"}.dark .mdi-badminton:before{content:"󰡑"}.dark .mdi-bag-carry-on:before{content:"󰼻"}.dark .mdi-bag-carry-on-check:before{content:"󰵥"}.dark .mdi-bag-carry-on-off:before{content:"󰼼"}.dark .mdi-bag-checked:before{content:"󰼽"}.dark .mdi-bag-personal:before{content:"󰸐"}.dark .mdi-bag-personal-off:before{content:"󰸑"}.dark .mdi-bag-personal-off-outline:before{content:"󰸒"}.dark .mdi-bag-personal-outline:before{content:"󰸓"}.dark .mdi-baguette:before{content:"󰼾"}.dark .mdi-balloon:before{content:"󰨦"}.dark .mdi-ballot:before{content:"󰧉"}.dark .mdi-ballot-outline:before{content:"󰧊"}.dark .mdi-ballot-recount:before{content:"󰰹"}.dark .mdi-ballot-recount-outline:before{content:"󰰺"}.dark .mdi-bandage:before{content:"󰶯"}.dark .mdi-bandcamp:before{content:"󰙵"}.dark .mdi-bank:before{content:"󰁰"}.dark .mdi-bank-minus:before{content:"󰶰"}.dark .mdi-bank-outline:before{content:"󰺀"}.dark .mdi-bank-plus:before{content:"󰶱"}.dark .mdi-bank-remove:before{content:"󰶲"}.dark .mdi-bank-transfer:before{content:"󰨧"}.dark .mdi-bank-transfer-in:before{content:"󰨨"}.dark .mdi-bank-transfer-out:before{content:"󰨩"}.dark .mdi-barcode:before{content:"󰁱"}.dark .mdi-barcode-off:before{content:"󱈶"}.dark .mdi-barcode-scan:before{content:"󰁲"}.dark .mdi-barley:before{content:"󰁳"}.dark .mdi-barley-off:before{content:"󰭝"}.dark .mdi-barn:before{content:"󰭞"}.dark .mdi-barrel:before{content:"󰁴"}.dark .mdi-baseball:before{content:"󰡒"}.dark .mdi-baseball-bat:before{content:"󰡓"}.dark .mdi-bash:before{content:"󱆃"}.dark .mdi-basket:before{content:"󰁶"}.dark .mdi-basket-fill:before{content:"󰁷"}.dark .mdi-basket-outline:before{content:"󱆁"}.dark .mdi-basket-unfill:before{content:"󰁸"}.dark .mdi-basketball:before{content:"󰠆"}.dark .mdi-basketball-hoop:before{content:"󰰻"}.dark .mdi-basketball-hoop-outline:before{content:"󰰼"}.dark .mdi-bat:before{content:"󰭟"}.dark .mdi-battery:before{content:"󰁹"}.dark .mdi-battery-10:before{content:"󰁺"}.dark .mdi-battery-10-bluetooth:before{content:"󰤾"}.dark .mdi-battery-20:before{content:"󰁻"}.dark .mdi-battery-20-bluetooth:before{content:"󰤿"}.dark .mdi-battery-30:before{content:"󰁼"}.dark .mdi-battery-30-bluetooth:before{content:"󰥀"}.dark .mdi-battery-40:before{content:"󰁽"}.dark .mdi-battery-40-bluetooth:before{content:"󰥁"}.dark .mdi-battery-50:before{content:"󰁾"}.dark .mdi-battery-50-bluetooth:before{content:"󰥂"}.dark .mdi-battery-60:before{content:"󰁿"}.dark .mdi-battery-60-bluetooth:before{content:"󰥃"}.dark .mdi-battery-70:before{content:"󰂀"}.dark .mdi-battery-70-bluetooth:before{content:"󰥄"}.dark .mdi-battery-80:before{content:"󰂁"}.dark .mdi-battery-80-bluetooth:before{content:"󰥅"}.dark .mdi-battery-90:before{content:"󰂂"}.dark .mdi-battery-90-bluetooth:before{content:"󰥆"}.dark .mdi-battery-alert:before{content:"󰂃"}.dark .mdi-battery-alert-bluetooth:before{content:"󰥇"}.dark .mdi-battery-alert-variant:before{content:"󱃌"}.dark .mdi-battery-alert-variant-outline:before{content:"󱃍"}.dark .mdi-battery-bluetooth:before{content:"󰥈"}.dark .mdi-battery-bluetooth-variant:before{content:"󰥉"}.dark .mdi-battery-charging:before{content:"󰂄"}.dark .mdi-battery-charging-10:before{content:"󰢜"}.dark .mdi-battery-charging-100:before{content:"󰂅"}.dark .mdi-battery-charging-20:before{content:"󰂆"}.dark .mdi-battery-charging-30:before{content:"󰂇"}.dark .mdi-battery-charging-40:before{content:"󰂈"}.dark .mdi-battery-charging-50:before{content:"󰢝"}.dark .mdi-battery-charging-60:before{content:"󰂉"}.dark .mdi-battery-charging-70:before{content:"󰢞"}.dark .mdi-battery-charging-80:before{content:"󰂊"}.dark .mdi-battery-charging-90:before{content:"󰂋"}.dark .mdi-battery-charging-high:before{content:"󱊦"}.dark .mdi-battery-charging-low:before{content:"󱊤"}.dark .mdi-battery-charging-medium:before{content:"󱊥"}.dark .mdi-battery-charging-outline:before{content:"󰢟"}.dark .mdi-battery-charging-wireless:before{content:"󰠇"}.dark .mdi-battery-charging-wireless-10:before{content:"󰠈"}.dark .mdi-battery-charging-wireless-20:before{content:"󰠉"}.dark .mdi-battery-charging-wireless-30:before{content:"󰠊"}.dark .mdi-battery-charging-wireless-40:before{content:"󰠋"}.dark .mdi-battery-charging-wireless-50:before{content:"󰠌"}.dark .mdi-battery-charging-wireless-60:before{content:"󰠍"}.dark .mdi-battery-charging-wireless-70:before{content:"󰠎"}.dark .mdi-battery-charging-wireless-80:before{content:"󰠏"}.dark .mdi-battery-charging-wireless-90:before{content:"󰠐"}.dark .mdi-battery-charging-wireless-alert:before{content:"󰠑"}.dark .mdi-battery-charging-wireless-outline:before{content:"󰠒"}.dark .mdi-battery-heart:before{content:"󱈏"}.dark .mdi-battery-heart-outline:before{content:"󱈐"}.dark .mdi-battery-heart-variant:before{content:"󱈑"}.dark .mdi-battery-high:before{content:"󱊣"}.dark .mdi-battery-low:before{content:"󱊡"}.dark .mdi-battery-medium:before{content:"󱊢"}.dark .mdi-battery-minus:before{content:"󰂌"}.dark .mdi-battery-negative:before{content:"󰂍"}.dark .mdi-battery-off:before{content:"󱉝"}.dark .mdi-battery-off-outline:before{content:"󱉞"}.dark .mdi-battery-outline:before{content:"󰂎"}.dark .mdi-battery-plus:before{content:"󰂏"}.dark .mdi-battery-positive:before{content:"󰂐"}.dark .mdi-battery-unknown:before{content:"󰂑"}.dark .mdi-battery-unknown-bluetooth:before{content:"󰥊"}.dark .mdi-battlenet:before{content:"󰭠"}.dark .mdi-beach:before{content:"󰂒"}.dark .mdi-beaker:before{content:"󰳪"}.dark .mdi-beaker-alert:before{content:"󱈩"}.dark .mdi-beaker-alert-outline:before{content:"󱈪"}.dark .mdi-beaker-check:before{content:"󱈫"}.dark .mdi-beaker-check-outline:before{content:"󱈬"}.dark .mdi-beaker-minus:before{content:"󱈭"}.dark .mdi-beaker-minus-outline:before{content:"󱈮"}.dark .mdi-beaker-outline:before{content:"󰚐"}.dark .mdi-beaker-plus:before{content:"󱈯"}.dark .mdi-beaker-plus-outline:before{content:"󱈰"}.dark .mdi-beaker-question:before{content:"󱈱"}.dark .mdi-beaker-question-outline:before{content:"󱈲"}.dark .mdi-beaker-remove:before{content:"󱈳"}.dark .mdi-beaker-remove-outline:before{content:"󱈴"}.dark .mdi-bed:before{content:"󰋣"}.dark .mdi-bed-double:before{content:"󰿔"}.dark .mdi-bed-double-outline:before{content:"󰿓"}.dark .mdi-bed-empty:before{content:"󰢠"}.dark .mdi-bed-king:before{content:"󰿒"}.dark .mdi-bed-king-outline:before{content:"󰿑"}.dark .mdi-bed-outline:before{content:"󰂙"}.dark .mdi-bed-queen:before{content:"󰿐"}.dark .mdi-bed-queen-outline:before{content:"󰿛"}.dark .mdi-bed-single:before{content:"󱁭"}.dark .mdi-bed-single-outline:before{content:"󱁮"}.dark .mdi-bee:before{content:"󰾡"}.dark .mdi-bee-flower:before{content:"󰾢"}.dark .mdi-beehive-outline:before{content:"󱃎"}.dark .mdi-beer:before{content:"󰂘"}.dark .mdi-beer-outline:before{content:"󱌌"}.dark .mdi-bell:before{content:"󰂚"}.dark .mdi-bell-alert:before{content:"󰵙"}.dark .mdi-bell-alert-outline:before{content:"󰺁"}.dark .mdi-bell-check:before{content:"󱇥"}.dark .mdi-bell-check-outline:before{content:"󱇦"}.dark .mdi-bell-circle:before{content:"󰵚"}.dark .mdi-bell-circle-outline:before{content:"󰵛"}.dark .mdi-bell-off:before{content:"󰂛"}.dark .mdi-bell-off-outline:before{content:"󰪑"}.dark .mdi-bell-outline:before{content:"󰂜"}.dark .mdi-bell-plus:before{content:"󰂝"}.dark .mdi-bell-plus-outline:before{content:"󰪒"}.dark .mdi-bell-ring:before{content:"󰂞"}.dark .mdi-bell-ring-outline:before{content:"󰂟"}.dark .mdi-bell-sleep:before{content:"󰂠"}.dark .mdi-bell-sleep-outline:before{content:"󰪓"}.dark .mdi-beta:before{content:"󰂡"}.dark .mdi-betamax:before{content:"󰧋"}.dark .mdi-biathlon:before{content:"󰸔"}.dark .mdi-bicycle:before{content:"󱂜"}.dark .mdi-bicycle-basket:before{content:"󱈵"}.dark .mdi-bike:before{content:"󰂣"}.dark .mdi-bike-fast:before{content:"󱄟"}.dark .mdi-billboard:before{content:"󱀐"}.dark .mdi-billiards:before{content:"󰭡"}.dark .mdi-billiards-rack:before{content:"󰭢"}.dark .mdi-binoculars:before{content:"󰂥"}.dark .mdi-bio:before{content:"󰂦"}.dark .mdi-biohazard:before{content:"󰂧"}.dark .mdi-bitbucket:before{content:"󰂨"}.dark .mdi-bitcoin:before{content:"󰠓"}.dark .mdi-black-mesa:before{content:"󰂩"}.dark .mdi-blender:before{content:"󰳫"}.dark .mdi-blender-software:before{content:"󰂫"}.dark .mdi-blinds:before{content:"󰂬"}.dark .mdi-blinds-open:before{content:"󱀑"}.dark .mdi-block-helper:before{content:"󰂭"}.dark .mdi-blogger:before{content:"󰂮"}.dark .mdi-blood-bag:before{content:"󰳬"}.dark .mdi-bluetooth:before{content:"󰂯"}.dark .mdi-bluetooth-audio:before{content:"󰂰"}.dark .mdi-bluetooth-connect:before{content:"󰂱"}.dark .mdi-bluetooth-off:before{content:"󰂲"}.dark .mdi-bluetooth-settings:before{content:"󰂳"}.dark .mdi-bluetooth-transfer:before{content:"󰂴"}.dark .mdi-blur:before{content:"󰂵"}.dark .mdi-blur-linear:before{content:"󰂶"}.dark .mdi-blur-off:before{content:"󰂷"}.dark .mdi-blur-radial:before{content:"󰂸"}.dark .mdi-bolnisi-cross:before{content:"󰳭"}.dark .mdi-bolt:before{content:"󰶳"}.dark .mdi-bomb:before{content:"󰚑"}.dark .mdi-bomb-off:before{content:"󰛅"}.dark .mdi-bone:before{content:"󰂹"}.dark .mdi-book:before{content:"󰂺"}.dark .mdi-book-account:before{content:"󱎭"}.dark .mdi-book-account-outline:before{content:"󱎮"}.dark .mdi-book-alphabet:before{content:"󰘝"}.dark .mdi-book-cross:before{content:"󰂢"}.dark .mdi-book-information-variant:before{content:"󱁯"}.dark .mdi-book-lock:before{content:"󰞚"}.dark .mdi-book-lock-open:before{content:"󰞛"}.dark .mdi-book-minus:before{content:"󰗙"}.dark .mdi-book-minus-multiple:before{content:"󰪔"}.dark .mdi-book-minus-multiple-outline:before{content:"󰤋"}.dark .mdi-book-multiple:before{content:"󰂻"}.dark .mdi-book-multiple-outline:before{content:"󰐶"}.dark .mdi-book-music:before{content:"󰁧"}.dark .mdi-book-open:before{content:"󰂽"}.dark .mdi-book-open-outline:before{content:"󰭣"}.dark .mdi-book-open-page-variant:before{content:"󰗚"}.dark .mdi-book-open-variant:before{content:"󰂾"}.dark .mdi-book-outline:before{content:"󰭤"}.dark .mdi-book-play:before{content:"󰺂"}.dark .mdi-book-play-outline:before{content:"󰺃"}.dark .mdi-book-plus:before{content:"󰗛"}.dark .mdi-book-plus-multiple:before{content:"󰪕"}.dark .mdi-book-plus-multiple-outline:before{content:"󰫞"}.dark .mdi-book-remove:before{content:"󰪗"}.dark .mdi-book-remove-multiple:before{content:"󰪖"}.dark .mdi-book-remove-multiple-outline:before{content:"󰓊"}.dark .mdi-book-search:before{content:"󰺄"}.dark .mdi-book-search-outline:before{content:"󰺅"}.dark .mdi-book-variant:before{content:"󰂿"}.dark .mdi-book-variant-multiple:before{content:"󰂼"}.dark .mdi-bookmark:before{content:"󰃀"}.dark .mdi-bookmark-check:before{content:"󰃁"}.dark .mdi-bookmark-check-outline:before{content:"󱍻"}.dark .mdi-bookmark-minus:before{content:"󰧌"}.dark .mdi-bookmark-minus-outline:before{content:"󰧍"}.dark .mdi-bookmark-multiple:before{content:"󰸕"}.dark .mdi-bookmark-multiple-outline:before{content:"󰸖"}.dark .mdi-bookmark-music:before{content:"󰃂"}.dark .mdi-bookmark-music-outline:before{content:"󱍹"}.dark .mdi-bookmark-off:before{content:"󰧎"}.dark .mdi-bookmark-off-outline:before{content:"󰧏"}.dark .mdi-bookmark-outline:before{content:"󰃃"}.dark .mdi-bookmark-plus:before{content:"󰃅"}.dark .mdi-bookmark-plus-outline:before{content:"󰃄"}.dark .mdi-bookmark-remove:before{content:"󰃆"}.dark .mdi-bookmark-remove-outline:before{content:"󱍺"}.dark .mdi-bookshelf:before{content:"󱉟"}.dark .mdi-boom-gate:before{content:"󰺆"}.dark .mdi-boom-gate-alert:before{content:"󰺇"}.dark .mdi-boom-gate-alert-outline:before{content:"󰺈"}.dark .mdi-boom-gate-down:before{content:"󰺉"}.dark .mdi-boom-gate-down-outline:before{content:"󰺊"}.dark .mdi-boom-gate-outline:before{content:"󰺋"}.dark .mdi-boom-gate-up:before{content:"󰺌"}.dark .mdi-boom-gate-up-outline:before{content:"󰺍"}.dark .mdi-boombox:before{content:"󰗜"}.dark .mdi-boomerang:before{content:"󱃏"}.dark .mdi-bootstrap:before{content:"󰛆"}.dark .mdi-border-all:before{content:"󰃇"}.dark .mdi-border-all-variant:before{content:"󰢡"}.dark .mdi-border-bottom:before{content:"󰃈"}.dark .mdi-border-bottom-variant:before{content:"󰢢"}.dark .mdi-border-color:before{content:"󰃉"}.dark .mdi-border-horizontal:before{content:"󰃊"}.dark .mdi-border-inside:before{content:"󰃋"}.dark .mdi-border-left:before{content:"󰃌"}.dark .mdi-border-left-variant:before{content:"󰢣"}.dark .mdi-border-none:before{content:"󰃍"}.dark .mdi-border-none-variant:before{content:"󰢤"}.dark .mdi-border-outside:before{content:"󰃎"}.dark .mdi-border-right:before{content:"󰃏"}.dark .mdi-border-right-variant:before{content:"󰢥"}.dark .mdi-border-style:before{content:"󰃐"}.dark .mdi-border-top:before{content:"󰃑"}.dark .mdi-border-top-variant:before{content:"󰢦"}.dark .mdi-border-vertical:before{content:"󰃒"}.dark .mdi-bottle-soda:before{content:"󱁰"}.dark .mdi-bottle-soda-classic:before{content:"󱁱"}.dark .mdi-bottle-soda-classic-outline:before{content:"󱍣"}.dark .mdi-bottle-soda-outline:before{content:"󱁲"}.dark .mdi-bottle-tonic:before{content:"󱄮"}.dark .mdi-bottle-tonic-outline:before{content:"󱄯"}.dark .mdi-bottle-tonic-plus:before{content:"󱄰"}.dark .mdi-bottle-tonic-plus-outline:before{content:"󱄱"}.dark .mdi-bottle-tonic-skull:before{content:"󱄲"}.dark .mdi-bottle-tonic-skull-outline:before{content:"󱄳"}.dark .mdi-bottle-wine:before{content:"󰡔"}.dark .mdi-bottle-wine-outline:before{content:"󱌐"}.dark .mdi-bow-tie:before{content:"󰙸"}.dark .mdi-bowl:before{content:"󰊎"}.dark .mdi-bowl-mix:before{content:"󰘗"}.dark .mdi-bowl-mix-outline:before{content:"󰋤"}.dark .mdi-bowl-outline:before{content:"󰊩"}.dark .mdi-bowling:before{content:"󰃓"}.dark .mdi-box:before{content:"󰃔"}.dark .mdi-box-cutter:before{content:"󰃕"}.dark .mdi-box-cutter-off:before{content:"󰭊"}.dark .mdi-box-shadow:before{content:"󰘷"}.dark .mdi-boxing-glove:before{content:"󰭥"}.dark .mdi-braille:before{content:"󰧐"}.dark .mdi-brain:before{content:"󰧑"}.dark .mdi-bread-slice:before{content:"󰳮"}.dark .mdi-bread-slice-outline:before{content:"󰳯"}.dark .mdi-bridge:before{content:"󰘘"}.dark .mdi-briefcase:before{content:"󰃖"}.dark .mdi-briefcase-account:before{content:"󰳰"}.dark .mdi-briefcase-account-outline:before{content:"󰳱"}.dark .mdi-briefcase-check:before{content:"󰃗"}.dark .mdi-briefcase-check-outline:before{content:"󱌞"}.dark .mdi-briefcase-clock:before{content:"󱃐"}.dark .mdi-briefcase-clock-outline:before{content:"󱃑"}.dark .mdi-briefcase-download:before{content:"󰃘"}.dark .mdi-briefcase-download-outline:before{content:"󰰽"}.dark .mdi-briefcase-edit:before{content:"󰪘"}.dark .mdi-briefcase-edit-outline:before{content:"󰰾"}.dark .mdi-briefcase-minus:before{content:"󰨪"}.dark .mdi-briefcase-minus-outline:before{content:"󰰿"}.dark .mdi-briefcase-outline:before{content:"󰠔"}.dark .mdi-briefcase-plus:before{content:"󰨫"}.dark .mdi-briefcase-plus-outline:before{content:"󰱀"}.dark .mdi-briefcase-remove:before{content:"󰨬"}.dark .mdi-briefcase-remove-outline:before{content:"󰱁"}.dark .mdi-briefcase-search:before{content:"󰨭"}.dark .mdi-briefcase-search-outline:before{content:"󰱂"}.dark .mdi-briefcase-upload:before{content:"󰃙"}.dark .mdi-briefcase-upload-outline:before{content:"󰱃"}.dark .mdi-brightness-1:before{content:"󰃚"}.dark .mdi-brightness-2:before{content:"󰃛"}.dark .mdi-brightness-3:before{content:"󰃜"}.dark .mdi-brightness-4:before{content:"󰃝"}.dark .mdi-brightness-5:before{content:"󰃞"}.dark .mdi-brightness-6:before{content:"󰃟"}.dark .mdi-brightness-7:before{content:"󰃠"}.dark .mdi-brightness-auto:before{content:"󰃡"}.dark .mdi-brightness-percent:before{content:"󰳲"}.dark .mdi-broom:before{content:"󰃢"}.dark .mdi-brush:before{content:"󰃣"}.dark .mdi-buddhism:before{content:"󰥋"}.dark .mdi-buffer:before{content:"󰘙"}.dark .mdi-buffet:before{content:"󰕸"}.dark .mdi-bug:before{content:"󰃤"}.dark .mdi-bug-check:before{content:"󰨮"}.dark .mdi-bug-check-outline:before{content:"󰨯"}.dark .mdi-bug-outline:before{content:"󰨰"}.dark .mdi-bugle:before{content:"󰶴"}.dark .mdi-bulldozer:before{content:"󰬢"}.dark .mdi-bullet:before{content:"󰳳"}.dark .mdi-bulletin-board:before{content:"󰃥"}.dark .mdi-bullhorn:before{content:"󰃦"}.dark .mdi-bullhorn-outline:before{content:"󰬣"}.dark .mdi-bullseye:before{content:"󰗝"}.dark .mdi-bullseye-arrow:before{content:"󰣉"}.dark .mdi-bulma:before{content:"󱋧"}.dark .mdi-bunk-bed:before{content:"󱌂"}.dark .mdi-bunk-bed-outline:before{content:"󰂗"}.dark .mdi-bus:before{content:"󰃧"}.dark .mdi-bus-alert:before{content:"󰪙"}.dark .mdi-bus-articulated-end:before{content:"󰞜"}.dark .mdi-bus-articulated-front:before{content:"󰞝"}.dark .mdi-bus-clock:before{content:"󰣊"}.dark .mdi-bus-double-decker:before{content:"󰞞"}.dark .mdi-bus-marker:before{content:"󱈒"}.dark .mdi-bus-multiple:before{content:"󰼿"}.dark .mdi-bus-school:before{content:"󰞟"}.dark .mdi-bus-side:before{content:"󰞠"}.dark .mdi-bus-stop:before{content:"󱀒"}.dark .mdi-bus-stop-covered:before{content:"󱀓"}.dark .mdi-bus-stop-uncovered:before{content:"󱀔"}.dark .mdi-cable-data:before{content:"󱎔"}.dark .mdi-cached:before{content:"󰃨"}.dark .mdi-cactus:before{content:"󰶵"}.dark .mdi-cake:before{content:"󰃩"}.dark .mdi-cake-layered:before{content:"󰃪"}.dark .mdi-cake-variant:before{content:"󰃫"}.dark .mdi-calculator:before{content:"󰃬"}.dark .mdi-calculator-variant:before{content:"󰪚"}.dark .mdi-calendar:before{content:"󰃭"}.dark .mdi-calendar-account:before{content:"󰻗"}.dark .mdi-calendar-account-outline:before{content:"󰻘"}.dark .mdi-calendar-alert:before{content:"󰨱"}.dark .mdi-calendar-arrow-left:before{content:"󱄴"}.dark .mdi-calendar-arrow-right:before{content:"󱄵"}.dark .mdi-calendar-blank:before{content:"󰃮"}.dark .mdi-calendar-blank-multiple:before{content:"󱁳"}.dark .mdi-calendar-blank-outline:before{content:"󰭦"}.dark .mdi-calendar-check:before{content:"󰃯"}.dark .mdi-calendar-check-outline:before{content:"󰱄"}.dark .mdi-calendar-clock:before{content:"󰃰"}.dark .mdi-calendar-edit:before{content:"󰢧"}.dark .mdi-calendar-export:before{content:"󰬤"}.dark .mdi-calendar-heart:before{content:"󰧒"}.dark .mdi-calendar-import:before{content:"󰬥"}.dark .mdi-calendar-minus:before{content:"󰵜"}.dark .mdi-calendar-month:before{content:"󰸗"}.dark .mdi-calendar-month-outline:before{content:"󰸘"}.dark .mdi-calendar-multiple:before{content:"󰃱"}.dark .mdi-calendar-multiple-check:before{content:"󰃲"}.dark .mdi-calendar-multiselect:before{content:"󰨲"}.dark .mdi-calendar-outline:before{content:"󰭧"}.dark .mdi-calendar-plus:before{content:"󰃳"}.dark .mdi-calendar-question:before{content:"󰚒"}.dark .mdi-calendar-range:before{content:"󰙹"}.dark .mdi-calendar-range-outline:before{content:"󰭨"}.dark .mdi-calendar-refresh:before{content:"󰇡"}.dark .mdi-calendar-refresh-outline:before{content:"󰈃"}.dark .mdi-calendar-remove:before{content:"󰃴"}.dark .mdi-calendar-remove-outline:before{content:"󰱅"}.dark .mdi-calendar-search:before{content:"󰥌"}.dark .mdi-calendar-star:before{content:"󰧓"}.dark .mdi-calendar-sync:before{content:"󰺎"}.dark .mdi-calendar-sync-outline:before{content:"󰺏"}.dark .mdi-calendar-text:before{content:"󰃵"}.dark .mdi-calendar-text-outline:before{content:"󰱆"}.dark .mdi-calendar-today:before{content:"󰃶"}.dark .mdi-calendar-week:before{content:"󰨳"}.dark .mdi-calendar-week-begin:before{content:"󰨴"}.dark .mdi-calendar-weekend:before{content:"󰻙"}.dark .mdi-calendar-weekend-outline:before{content:"󰻚"}.dark .mdi-call-made:before{content:"󰃷"}.dark .mdi-call-merge:before{content:"󰃸"}.dark .mdi-call-missed:before{content:"󰃹"}.dark .mdi-call-received:before{content:"󰃺"}.dark .mdi-call-split:before{content:"󰃻"}.dark .mdi-camcorder:before{content:"󰃼"}.dark .mdi-camcorder-off:before{content:"󰃿"}.dark .mdi-camera:before{content:"󰄀"}.dark .mdi-camera-account:before{content:"󰣋"}.dark .mdi-camera-burst:before{content:"󰚓"}.dark .mdi-camera-control:before{content:"󰭩"}.dark .mdi-camera-enhance:before{content:"󰄁"}.dark .mdi-camera-enhance-outline:before{content:"󰭪"}.dark .mdi-camera-front:before{content:"󰄂"}.dark .mdi-camera-front-variant:before{content:"󰄃"}.dark .mdi-camera-gopro:before{content:"󰞡"}.dark .mdi-camera-image:before{content:"󰣌"}.dark .mdi-camera-iris:before{content:"󰄄"}.dark .mdi-camera-metering-center:before{content:"󰞢"}.dark .mdi-camera-metering-matrix:before{content:"󰞣"}.dark .mdi-camera-metering-partial:before{content:"󰞤"}.dark .mdi-camera-metering-spot:before{content:"󰞥"}.dark .mdi-camera-off:before{content:"󰗟"}.dark .mdi-camera-outline:before{content:"󰵝"}.dark .mdi-camera-party-mode:before{content:"󰄅"}.dark .mdi-camera-plus:before{content:"󰻛"}.dark .mdi-camera-plus-outline:before{content:"󰻜"}.dark .mdi-camera-rear:before{content:"󰄆"}.dark .mdi-camera-rear-variant:before{content:"󰄇"}.dark .mdi-camera-retake:before{content:"󰸙"}.dark .mdi-camera-retake-outline:before{content:"󰸚"}.dark .mdi-camera-switch:before{content:"󰄈"}.dark .mdi-camera-switch-outline:before{content:"󰡊"}.dark .mdi-camera-timer:before{content:"󰄉"}.dark .mdi-camera-wireless:before{content:"󰶶"}.dark .mdi-camera-wireless-outline:before{content:"󰶷"}.dark .mdi-campfire:before{content:"󰻝"}.dark .mdi-cancel:before{content:"󰜺"}.dark .mdi-candle:before{content:"󰗢"}.dark .mdi-candycane:before{content:"󰄊"}.dark .mdi-cannabis:before{content:"󰞦"}.dark .mdi-caps-lock:before{content:"󰪛"}.dark .mdi-car:before{content:"󰄋"}.dark .mdi-car-2-plus:before{content:"󱀕"}.dark .mdi-car-3-plus:before{content:"󱀖"}.dark .mdi-car-arrow-left:before{content:"󱎲"}.dark .mdi-car-arrow-right:before{content:"󱎳"}.dark .mdi-car-back:before{content:"󰸛"}.dark .mdi-car-battery:before{content:"󰄌"}.dark .mdi-car-brake-abs:before{content:"󰱇"}.dark .mdi-car-brake-alert:before{content:"󰱈"}.dark .mdi-car-brake-hold:before{content:"󰵞"}.dark .mdi-car-brake-parking:before{content:"󰵟"}.dark .mdi-car-brake-retarder:before{content:"󱀗"}.dark .mdi-car-child-seat:before{content:"󰾣"}.dark .mdi-car-clutch:before{content:"󱀘"}.dark .mdi-car-connected:before{content:"󰄍"}.dark .mdi-car-convertible:before{content:"󰞧"}.dark .mdi-car-coolant-level:before{content:"󱀙"}.dark .mdi-car-cruise-control:before{content:"󰵠"}.dark .mdi-car-defrost-front:before{content:"󰵡"}.dark .mdi-car-defrost-rear:before{content:"󰵢"}.dark .mdi-car-door:before{content:"󰭫"}.dark .mdi-car-door-lock:before{content:"󱂝"}.dark .mdi-car-electric:before{content:"󰭬"}.dark .mdi-car-esp:before{content:"󰱉"}.dark .mdi-car-estate:before{content:"󰞨"}.dark .mdi-car-hatchback:before{content:"󰞩"}.dark .mdi-car-info:before{content:"󱆾"}.dark .mdi-car-key:before{content:"󰭭"}.dark .mdi-car-light-dimmed:before{content:"󰱊"}.dark .mdi-car-light-fog:before{content:"󰱋"}.dark .mdi-car-light-high:before{content:"󰱌"}.dark .mdi-car-limousine:before{content:"󰣍"}.dark .mdi-car-multiple:before{content:"󰭮"}.dark .mdi-car-off:before{content:"󰸜"}.dark .mdi-car-parking-lights:before{content:"󰵣"}.dark .mdi-car-pickup:before{content:"󰞪"}.dark .mdi-car-seat:before{content:"󰾤"}.dark .mdi-car-seat-cooler:before{content:"󰾥"}.dark .mdi-car-seat-heater:before{content:"󰾦"}.dark .mdi-car-shift-pattern:before{content:"󰽀"}.dark .mdi-car-side:before{content:"󰞫"}.dark .mdi-car-sports:before{content:"󰞬"}.dark .mdi-car-tire-alert:before{content:"󰱍"}.dark .mdi-car-traction-control:before{content:"󰵤"}.dark .mdi-car-turbocharger:before{content:"󱀚"}.dark .mdi-car-wash:before{content:"󰄎"}.dark .mdi-car-windshield:before{content:"󱀛"}.dark .mdi-car-windshield-outline:before{content:"󱀜"}.dark .mdi-caravan:before{content:"󰞭"}.dark .mdi-card:before{content:"󰭯"}.dark .mdi-card-account-details:before{content:"󰗒"}.dark .mdi-card-account-details-outline:before{content:"󰶫"}.dark .mdi-card-account-details-star:before{content:"󰊣"}.dark .mdi-card-account-details-star-outline:before{content:"󰛛"}.dark .mdi-card-account-mail:before{content:"󰆎"}.dark .mdi-card-account-mail-outline:before{content:"󰺘"}.dark .mdi-card-account-phone:before{content:"󰺙"}.dark .mdi-card-account-phone-outline:before{content:"󰺚"}.dark .mdi-card-bulleted:before{content:"󰭰"}.dark .mdi-card-bulleted-off:before{content:"󰭱"}.dark .mdi-card-bulleted-off-outline:before{content:"󰭲"}.dark .mdi-card-bulleted-outline:before{content:"󰭳"}.dark .mdi-card-bulleted-settings:before{content:"󰭴"}.dark .mdi-card-bulleted-settings-outline:before{content:"󰭵"}.dark .mdi-card-outline:before{content:"󰭶"}.dark .mdi-card-plus:before{content:"󱇿"}.dark .mdi-card-plus-outline:before{content:"󱈀"}.dark .mdi-card-search:before{content:"󱁴"}.dark .mdi-card-search-outline:before{content:"󱁵"}.dark .mdi-card-text:before{content:"󰭷"}.dark .mdi-card-text-outline:before{content:"󰭸"}.dark .mdi-cards:before{content:"󰘸"}.dark .mdi-cards-club:before{content:"󰣎"}.dark .mdi-cards-diamond:before{content:"󰣏"}.dark .mdi-cards-diamond-outline:before{content:"󱀝"}.dark .mdi-cards-heart:before{content:"󰣐"}.dark .mdi-cards-outline:before{content:"󰘹"}.dark .mdi-cards-playing-outline:before{content:"󰘺"}.dark .mdi-cards-spade:before{content:"󰣑"}.dark .mdi-cards-variant:before{content:"󰛇"}.dark .mdi-carrot:before{content:"󰄏"}.dark .mdi-cart:before{content:"󰄐"}.dark .mdi-cart-arrow-down:before{content:"󰵦"}.dark .mdi-cart-arrow-right:before{content:"󰱎"}.dark .mdi-cart-arrow-up:before{content:"󰵧"}.dark .mdi-cart-minus:before{content:"󰵨"}.dark .mdi-cart-off:before{content:"󰙫"}.dark .mdi-cart-outline:before{content:"󰄑"}.dark .mdi-cart-plus:before{content:"󰄒"}.dark .mdi-cart-remove:before{content:"󰵩"}.dark .mdi-case-sensitive-alt:before{content:"󰄓"}.dark .mdi-cash:before{content:"󰄔"}.dark .mdi-cash-100:before{content:"󰄕"}.dark .mdi-cash-marker:before{content:"󰶸"}.dark .mdi-cash-minus:before{content:"󱉠"}.dark .mdi-cash-multiple:before{content:"󰄖"}.dark .mdi-cash-plus:before{content:"󱉡"}.dark .mdi-cash-refund:before{content:"󰪜"}.dark .mdi-cash-register:before{content:"󰳴"}.dark .mdi-cash-remove:before{content:"󱉢"}.dark .mdi-cash-usd:before{content:"󱅶"}.dark .mdi-cash-usd-outline:before{content:"󰄗"}.dark .mdi-cassette:before{content:"󰧔"}.dark .mdi-cast:before{content:"󰄘"}.dark .mdi-cast-audio:before{content:"󱀞"}.dark .mdi-cast-connected:before{content:"󰄙"}.dark .mdi-cast-education:before{content:"󰸝"}.dark .mdi-cast-off:before{content:"󰞊"}.dark .mdi-castle:before{content:"󰄚"}.dark .mdi-cat:before{content:"󰄛"}.dark .mdi-cctv:before{content:"󰞮"}.dark .mdi-ceiling-light:before{content:"󰝩"}.dark .mdi-cellphone:before{content:"󰄜"}.dark .mdi-cellphone-android:before{content:"󰄝"}.dark .mdi-cellphone-arrow-down:before{content:"󰧕"}.dark .mdi-cellphone-basic:before{content:"󰄞"}.dark .mdi-cellphone-charging:before{content:"󱎗"}.dark .mdi-cellphone-cog:before{content:"󰥑"}.dark .mdi-cellphone-dock:before{content:"󰄟"}.dark .mdi-cellphone-erase:before{content:"󰥍"}.dark .mdi-cellphone-information:before{content:"󰽁"}.dark .mdi-cellphone-iphone:before{content:"󰄠"}.dark .mdi-cellphone-key:before{content:"󰥎"}.dark .mdi-cellphone-link:before{content:"󰄡"}.dark .mdi-cellphone-link-off:before{content:"󰄢"}.dark .mdi-cellphone-lock:before{content:"󰥏"}.dark .mdi-cellphone-message:before{content:"󰣓"}.dark .mdi-cellphone-message-off:before{content:"󱃒"}.dark .mdi-cellphone-nfc:before{content:"󰺐"}.dark .mdi-cellphone-nfc-off:before{content:"󱋘"}.dark .mdi-cellphone-off:before{content:"󰥐"}.dark .mdi-cellphone-play:before{content:"󱀟"}.dark .mdi-cellphone-screenshot:before{content:"󰨵"}.dark .mdi-cellphone-settings:before{content:"󰄣"}.dark .mdi-cellphone-sound:before{content:"󰥒"}.dark .mdi-cellphone-text:before{content:"󰣒"}.dark .mdi-cellphone-wireless:before{content:"󰠕"}.dark .mdi-celtic-cross:before{content:"󰳵"}.dark .mdi-centos:before{content:"󱄚"}.dark .mdi-certificate:before{content:"󰄤"}.dark .mdi-certificate-outline:before{content:"󱆈"}.dark .mdi-chair-rolling:before{content:"󰽈"}.dark .mdi-chair-school:before{content:"󰄥"}.dark .mdi-charity:before{content:"󰱏"}.dark .mdi-chart-arc:before{content:"󰄦"}.dark .mdi-chart-areaspline:before{content:"󰄧"}.dark .mdi-chart-areaspline-variant:before{content:"󰺑"}.dark .mdi-chart-bar:before{content:"󰄨"}.dark .mdi-chart-bar-stacked:before{content:"󰝪"}.dark .mdi-chart-bell-curve:before{content:"󰱐"}.dark .mdi-chart-bell-curve-cumulative:before{content:"󰾧"}.dark .mdi-chart-bubble:before{content:"󰗣"}.dark .mdi-chart-donut:before{content:"󰞯"}.dark .mdi-chart-donut-variant:before{content:"󰞰"}.dark .mdi-chart-gantt:before{content:"󰙬"}.dark .mdi-chart-histogram:before{content:"󰄩"}.dark .mdi-chart-line:before{content:"󰄪"}.dark .mdi-chart-line-stacked:before{content:"󰝫"}.dark .mdi-chart-line-variant:before{content:"󰞱"}.dark .mdi-chart-multiline:before{content:"󰣔"}.dark .mdi-chart-multiple:before{content:"󱈓"}.dark .mdi-chart-pie:before{content:"󰄫"}.dark .mdi-chart-ppf:before{content:"󱎀"}.dark .mdi-chart-sankey:before{content:"󱇟"}.dark .mdi-chart-sankey-variant:before{content:"󱇠"}.dark .mdi-chart-scatter-plot:before{content:"󰺒"}.dark .mdi-chart-scatter-plot-hexbin:before{content:"󰙭"}.dark .mdi-chart-timeline:before{content:"󰙮"}.dark .mdi-chart-timeline-variant:before{content:"󰺓"}.dark .mdi-chart-tree:before{content:"󰺔"}.dark .mdi-chat:before{content:"󰭹"}.dark .mdi-chat-alert:before{content:"󰭺"}.dark .mdi-chat-alert-outline:before{content:"󱋉"}.dark .mdi-chat-outline:before{content:"󰻞"}.dark .mdi-chat-processing:before{content:"󰭻"}.dark .mdi-chat-processing-outline:before{content:"󱋊"}.dark .mdi-chat-sleep:before{content:"󱋑"}.dark .mdi-chat-sleep-outline:before{content:"󱋒"}.dark .mdi-check:before{content:"󰄬"}.dark .mdi-check-all:before{content:"󰄭"}.dark .mdi-check-bold:before{content:"󰸞"}.dark .mdi-check-box-multiple-outline:before{content:"󰱑"}.dark .mdi-check-box-outline:before{content:"󰱒"}.dark .mdi-check-circle:before{content:"󰗠"}.dark .mdi-check-circle-outline:before{content:"󰗡"}.dark .mdi-check-decagram:before{content:"󰞑"}.dark .mdi-check-network:before{content:"󰱓"}.dark .mdi-check-network-outline:before{content:"󰱔"}.dark .mdi-check-outline:before{content:"󰡕"}.dark .mdi-check-underline:before{content:"󰸟"}.dark .mdi-check-underline-circle:before{content:"󰸠"}.dark .mdi-check-underline-circle-outline:before{content:"󰸡"}.dark .mdi-checkbook:before{content:"󰪝"}.dark .mdi-checkbox-blank:before{content:"󰄮"}.dark .mdi-checkbox-blank-circle:before{content:"󰄯"}.dark .mdi-checkbox-blank-circle-outline:before{content:"󰄰"}.dark .mdi-checkbox-blank-off:before{content:"󱋬"}.dark .mdi-checkbox-blank-off-outline:before{content:"󱋭"}.dark .mdi-checkbox-blank-outline:before{content:"󰄱"}.dark .mdi-checkbox-intermediate:before{content:"󰡖"}.dark .mdi-checkbox-marked:before{content:"󰄲"}.dark .mdi-checkbox-marked-circle:before{content:"󰄳"}.dark .mdi-checkbox-marked-circle-outline:before{content:"󰄴"}.dark .mdi-checkbox-marked-outline:before{content:"󰄵"}.dark .mdi-checkbox-multiple-blank:before{content:"󰄶"}.dark .mdi-checkbox-multiple-blank-circle:before{content:"󰘻"}.dark .mdi-checkbox-multiple-blank-circle-outline:before{content:"󰘼"}.dark .mdi-checkbox-multiple-blank-outline:before{content:"󰄷"}.dark .mdi-checkbox-multiple-marked:before{content:"󰄸"}.dark .mdi-checkbox-multiple-marked-circle:before{content:"󰘽"}.dark .mdi-checkbox-multiple-marked-circle-outline:before{content:"󰘾"}.dark .mdi-checkbox-multiple-marked-outline:before{content:"󰄹"}.dark .mdi-checkerboard:before{content:"󰄺"}.dark .mdi-checkerboard-minus:before{content:"󱈂"}.dark .mdi-checkerboard-plus:before{content:"󱈁"}.dark .mdi-checkerboard-remove:before{content:"󱈃"}.dark .mdi-cheese:before{content:"󱊹"}.dark .mdi-chef-hat:before{content:"󰭼"}.dark .mdi-chemical-weapon:before{content:"󰄻"}.dark .mdi-chess-bishop:before{content:"󰡜"}.dark .mdi-chess-king:before{content:"󰡗"}.dark .mdi-chess-knight:before{content:"󰡘"}.dark .mdi-chess-pawn:before{content:"󰡙"}.dark .mdi-chess-queen:before{content:"󰡚"}.dark .mdi-chess-rook:before{content:"󰡛"}.dark .mdi-chevron-double-down:before{content:"󰄼"}.dark .mdi-chevron-double-left:before{content:"󰄽"}.dark .mdi-chevron-double-right:before{content:"󰄾"}.dark .mdi-chevron-double-up:before{content:"󰄿"}.dark .mdi-chevron-down:before{content:"󰅀"}.dark .mdi-chevron-down-box:before{content:"󰧖"}.dark .mdi-chevron-down-box-outline:before{content:"󰧗"}.dark .mdi-chevron-down-circle:before{content:"󰬦"}.dark .mdi-chevron-down-circle-outline:before{content:"󰬧"}.dark .mdi-chevron-left:before{content:"󰅁"}.dark .mdi-chevron-left-box:before{content:"󰧘"}.dark .mdi-chevron-left-box-outline:before{content:"󰧙"}.dark .mdi-chevron-left-circle:before{content:"󰬨"}.dark .mdi-chevron-left-circle-outline:before{content:"󰬩"}.dark .mdi-chevron-right:before{content:"󰅂"}.dark .mdi-chevron-right-box:before{content:"󰧚"}.dark .mdi-chevron-right-box-outline:before{content:"󰧛"}.dark .mdi-chevron-right-circle:before{content:"󰬪"}.dark .mdi-chevron-right-circle-outline:before{content:"󰬫"}.dark .mdi-chevron-triple-down:before{content:"󰶹"}.dark .mdi-chevron-triple-left:before{content:"󰶺"}.dark .mdi-chevron-triple-right:before{content:"󰶻"}.dark .mdi-chevron-triple-up:before{content:"󰶼"}.dark .mdi-chevron-up:before{content:"󰅃"}.dark .mdi-chevron-up-box:before{content:"󰧜"}.dark .mdi-chevron-up-box-outline:before{content:"󰧝"}.dark .mdi-chevron-up-circle:before{content:"󰬬"}.dark .mdi-chevron-up-circle-outline:before{content:"󰬭"}.dark .mdi-chili-hot:before{content:"󰞲"}.dark .mdi-chili-medium:before{content:"󰞳"}.dark .mdi-chili-mild:before{content:"󰞴"}.dark .mdi-chip:before{content:"󰘚"}.dark .mdi-christianity:before{content:"󰥓"}.dark .mdi-christianity-outline:before{content:"󰳶"}.dark .mdi-church:before{content:"󰅄"}.dark .mdi-cigar:before{content:"󱆉"}.dark .mdi-circle:before{content:"󰝥"}.dark .mdi-circle-double:before{content:"󰺕"}.dark .mdi-circle-edit-outline:before{content:"󰣕"}.dark .mdi-circle-expand:before{content:"󰺖"}.dark .mdi-circle-half:before{content:"󱎕"}.dark .mdi-circle-half-full:before{content:"󱎖"}.dark .mdi-circle-medium:before{content:"󰧞"}.dark .mdi-circle-multiple:before{content:"󰬸"}.dark .mdi-circle-multiple-outline:before{content:"󰚕"}.dark .mdi-circle-off-outline:before{content:"󱃓"}.dark .mdi-circle-outline:before{content:"󰝦"}.dark .mdi-circle-slice-1:before{content:"󰪞"}.dark .mdi-circle-slice-2:before{content:"󰪟"}.dark .mdi-circle-slice-3:before{content:"󰪠"}.dark .mdi-circle-slice-4:before{content:"󰪡"}.dark .mdi-circle-slice-5:before{content:"󰪢"}.dark .mdi-circle-slice-6:before{content:"󰪣"}.dark .mdi-circle-slice-7:before{content:"󰪤"}.dark .mdi-circle-slice-8:before{content:"󰪥"}.dark .mdi-circle-small:before{content:"󰧟"}.dark .mdi-circular-saw:before{content:"󰸢"}.dark .mdi-city:before{content:"󰅆"}.dark .mdi-city-variant:before{content:"󰨶"}.dark .mdi-city-variant-outline:before{content:"󰨷"}.dark .mdi-clipboard:before{content:"󰅇"}.dark .mdi-clipboard-account:before{content:"󰅈"}.dark .mdi-clipboard-account-outline:before{content:"󰱕"}.dark .mdi-clipboard-alert:before{content:"󰅉"}.dark .mdi-clipboard-alert-outline:before{content:"󰳷"}.dark .mdi-clipboard-arrow-down:before{content:"󰅊"}.dark .mdi-clipboard-arrow-down-outline:before{content:"󰱖"}.dark .mdi-clipboard-arrow-left:before{content:"󰅋"}.dark .mdi-clipboard-arrow-left-outline:before{content:"󰳸"}.dark .mdi-clipboard-arrow-right:before{content:"󰳹"}.dark .mdi-clipboard-arrow-right-outline:before{content:"󰳺"}.dark .mdi-clipboard-arrow-up:before{content:"󰱗"}.dark .mdi-clipboard-arrow-up-outline:before{content:"󰱘"}.dark .mdi-clipboard-check:before{content:"󰅎"}.dark .mdi-clipboard-check-multiple:before{content:"󱉣"}.dark .mdi-clipboard-check-multiple-outline:before{content:"󱉤"}.dark .mdi-clipboard-check-outline:before{content:"󰢨"}.dark .mdi-clipboard-file:before{content:"󱉥"}.dark .mdi-clipboard-file-outline:before{content:"󱉦"}.dark .mdi-clipboard-flow:before{content:"󰛈"}.dark .mdi-clipboard-flow-outline:before{content:"󱄗"}.dark .mdi-clipboard-list:before{content:"󱃔"}.dark .mdi-clipboard-list-outline:before{content:"󱃕"}.dark .mdi-clipboard-multiple:before{content:"󱉧"}.dark .mdi-clipboard-multiple-outline:before{content:"󱉨"}.dark .mdi-clipboard-outline:before{content:"󰅌"}.dark .mdi-clipboard-play:before{content:"󰱙"}.dark .mdi-clipboard-play-multiple:before{content:"󱉩"}.dark .mdi-clipboard-play-multiple-outline:before{content:"󱉪"}.dark .mdi-clipboard-play-outline:before{content:"󰱚"}.dark .mdi-clipboard-plus:before{content:"󰝑"}.dark .mdi-clipboard-plus-outline:before{content:"󱌟"}.dark .mdi-clipboard-pulse:before{content:"󰡝"}.dark .mdi-clipboard-pulse-outline:before{content:"󰡞"}.dark .mdi-clipboard-text:before{content:"󰅍"}.dark .mdi-clipboard-text-multiple:before{content:"󱉫"}.dark .mdi-clipboard-text-multiple-outline:before{content:"󱉬"}.dark .mdi-clipboard-text-outline:before{content:"󰨸"}.dark .mdi-clipboard-text-play:before{content:"󰱛"}.dark .mdi-clipboard-text-play-outline:before{content:"󰱜"}.dark .mdi-clippy:before{content:"󰅏"}.dark .mdi-clock:before{content:"󰥔"}.dark .mdi-clock-alert:before{content:"󰥕"}.dark .mdi-clock-alert-outline:before{content:"󰗎"}.dark .mdi-clock-check:before{content:"󰾨"}.dark .mdi-clock-check-outline:before{content:"󰾩"}.dark .mdi-clock-digital:before{content:"󰺗"}.dark .mdi-clock-end:before{content:"󰅑"}.dark .mdi-clock-fast:before{content:"󰅒"}.dark .mdi-clock-in:before{content:"󰅓"}.dark .mdi-clock-out:before{content:"󰅔"}.dark .mdi-clock-outline:before{content:"󰅐"}.dark .mdi-clock-start:before{content:"󰅕"}.dark .mdi-close:before{content:"󰅖"}.dark .mdi-close-box:before{content:"󰅗"}.dark .mdi-close-box-multiple:before{content:"󰱝"}.dark .mdi-close-box-multiple-outline:before{content:"󰱞"}.dark .mdi-close-box-outline:before{content:"󰅘"}.dark .mdi-close-circle:before{content:"󰅙"}.dark .mdi-close-circle-multiple:before{content:"󰘪"}.dark .mdi-close-circle-multiple-outline:before{content:"󰢃"}.dark .mdi-close-circle-outline:before{content:"󰅚"}.dark .mdi-close-network:before{content:"󰅛"}.dark .mdi-close-network-outline:before{content:"󰱟"}.dark .mdi-close-octagon:before{content:"󰅜"}.dark .mdi-close-octagon-outline:before{content:"󰅝"}.dark .mdi-close-outline:before{content:"󰛉"}.dark .mdi-close-thick:before{content:"󱎘"}.dark .mdi-closed-caption:before{content:"󰅞"}.dark .mdi-closed-caption-outline:before{content:"󰶽"}.dark .mdi-cloud:before{content:"󰅟"}.dark .mdi-cloud-alert:before{content:"󰧠"}.dark .mdi-cloud-braces:before{content:"󰞵"}.dark .mdi-cloud-check:before{content:"󰅠"}.dark .mdi-cloud-check-outline:before{content:"󱋌"}.dark .mdi-cloud-circle:before{content:"󰅡"}.dark .mdi-cloud-download:before{content:"󰅢"}.dark .mdi-cloud-download-outline:before{content:"󰭽"}.dark .mdi-cloud-lock:before{content:"󱇱"}.dark .mdi-cloud-lock-outline:before{content:"󱇲"}.dark .mdi-cloud-off-outline:before{content:"󰅤"}.dark .mdi-cloud-outline:before{content:"󰅣"}.dark .mdi-cloud-print:before{content:"󰅥"}.dark .mdi-cloud-print-outline:before{content:"󰅦"}.dark .mdi-cloud-question:before{content:"󰨹"}.dark .mdi-cloud-refresh:before{content:"󰔪"}.dark .mdi-cloud-search:before{content:"󰥖"}.dark .mdi-cloud-search-outline:before{content:"󰥗"}.dark .mdi-cloud-sync:before{content:"󰘿"}.dark .mdi-cloud-sync-outline:before{content:"󱋖"}.dark .mdi-cloud-tags:before{content:"󰞶"}.dark .mdi-cloud-upload:before{content:"󰅧"}.dark .mdi-cloud-upload-outline:before{content:"󰭾"}.dark .mdi-clover:before{content:"󰠖"}.dark .mdi-coach-lamp:before{content:"󱀠"}.dark .mdi-coat-rack:before{content:"󱂞"}.dark .mdi-code-array:before{content:"󰅨"}.dark .mdi-code-braces:before{content:"󰅩"}.dark .mdi-code-braces-box:before{content:"󱃖"}.dark .mdi-code-brackets:before{content:"󰅪"}.dark .mdi-code-equal:before{content:"󰅫"}.dark .mdi-code-greater-than:before{content:"󰅬"}.dark .mdi-code-greater-than-or-equal:before{content:"󰅭"}.dark .mdi-code-json:before{content:"󰘦"}.dark .mdi-code-less-than:before{content:"󰅮"}.dark .mdi-code-less-than-or-equal:before{content:"󰅯"}.dark .mdi-code-not-equal:before{content:"󰅰"}.dark .mdi-code-not-equal-variant:before{content:"󰅱"}.dark .mdi-code-parentheses:before{content:"󰅲"}.dark .mdi-code-parentheses-box:before{content:"󱃗"}.dark .mdi-code-string:before{content:"󰅳"}.dark .mdi-code-tags:before{content:"󰅴"}.dark .mdi-code-tags-check:before{content:"󰚔"}.dark .mdi-codepen:before{content:"󰅵"}.dark .mdi-coffee:before{content:"󰅶"}.dark .mdi-coffee-maker:before{content:"󱂟"}.dark .mdi-coffee-off:before{content:"󰾪"}.dark .mdi-coffee-off-outline:before{content:"󰾫"}.dark .mdi-coffee-outline:before{content:"󰛊"}.dark .mdi-coffee-to-go:before{content:"󰅷"}.dark .mdi-coffee-to-go-outline:before{content:"󱌎"}.dark .mdi-coffin:before{content:"󰭿"}.dark .mdi-cog:before{content:"󰒓"}.dark .mdi-cog-box:before{content:"󰒔"}.dark .mdi-cog-clockwise:before{content:"󱇝"}.dark .mdi-cog-counterclockwise:before{content:"󱇞"}.dark .mdi-cog-outline:before{content:"󰢻"}.dark .mdi-cog-transfer:before{content:"󱁛"}.dark .mdi-cog-transfer-outline:before{content:"󱁜"}.dark .mdi-cogs:before{content:"󰣖"}.dark .mdi-collage:before{content:"󰙀"}.dark .mdi-collapse-all:before{content:"󰪦"}.dark .mdi-collapse-all-outline:before{content:"󰪧"}.dark .mdi-color-helper:before{content:"󰅹"}.dark .mdi-comma:before{content:"󰸣"}.dark .mdi-comma-box:before{content:"󰸫"}.dark .mdi-comma-box-outline:before{content:"󰸤"}.dark .mdi-comma-circle:before{content:"󰸥"}.dark .mdi-comma-circle-outline:before{content:"󰸦"}.dark .mdi-comment:before{content:"󰅺"}.dark .mdi-comment-account:before{content:"󰅻"}.dark .mdi-comment-account-outline:before{content:"󰅼"}.dark .mdi-comment-alert:before{content:"󰅽"}.dark .mdi-comment-alert-outline:before{content:"󰅾"}.dark .mdi-comment-arrow-left:before{content:"󰧡"}.dark .mdi-comment-arrow-left-outline:before{content:"󰧢"}.dark .mdi-comment-arrow-right:before{content:"󰧣"}.dark .mdi-comment-arrow-right-outline:before{content:"󰧤"}.dark .mdi-comment-check:before{content:"󰅿"}.dark .mdi-comment-check-outline:before{content:"󰆀"}.dark .mdi-comment-edit:before{content:"󱆿"}.dark .mdi-comment-edit-outline:before{content:"󱋄"}.dark .mdi-comment-eye:before{content:"󰨺"}.dark .mdi-comment-eye-outline:before{content:"󰨻"}.dark .mdi-comment-multiple:before{content:"󰡟"}.dark .mdi-comment-multiple-outline:before{content:"󰆁"}.dark .mdi-comment-outline:before{content:"󰆂"}.dark .mdi-comment-plus:before{content:"󰧥"}.dark .mdi-comment-plus-outline:before{content:"󰆃"}.dark .mdi-comment-processing:before{content:"󰆄"}.dark .mdi-comment-processing-outline:before{content:"󰆅"}.dark .mdi-comment-question:before{content:"󰠗"}.dark .mdi-comment-question-outline:before{content:"󰆆"}.dark .mdi-comment-quote:before{content:"󱀡"}.dark .mdi-comment-quote-outline:before{content:"󱀢"}.dark .mdi-comment-remove:before{content:"󰗞"}.dark .mdi-comment-remove-outline:before{content:"󰆇"}.dark .mdi-comment-search:before{content:"󰨼"}.dark .mdi-comment-search-outline:before{content:"󰨽"}.dark .mdi-comment-text:before{content:"󰆈"}.dark .mdi-comment-text-multiple:before{content:"󰡠"}.dark .mdi-comment-text-multiple-outline:before{content:"󰡡"}.dark .mdi-comment-text-outline:before{content:"󰆉"}.dark .mdi-compare:before{content:"󰆊"}.dark .mdi-compass:before{content:"󰆋"}.dark .mdi-compass-off:before{content:"󰮀"}.dark .mdi-compass-off-outline:before{content:"󰮁"}.dark .mdi-compass-outline:before{content:"󰆌"}.dark .mdi-compass-rose:before{content:"󱎂"}.dark .mdi-concourse-ci:before{content:"󱂠"}.dark .mdi-console:before{content:"󰆍"}.dark .mdi-console-line:before{content:"󰞷"}.dark .mdi-console-network:before{content:"󰢩"}.dark .mdi-console-network-outline:before{content:"󰱠"}.dark .mdi-consolidate:before{content:"󱃘"}.dark .mdi-contactless-payment:before{content:"󰵪"}.dark .mdi-contactless-payment-circle:before{content:"󰌡"}.dark .mdi-contactless-payment-circle-outline:before{content:"󰐈"}.dark .mdi-contacts:before{content:"󰛋"}.dark .mdi-contacts-outline:before{content:"󰖸"}.dark .mdi-contain:before{content:"󰨾"}.dark .mdi-contain-end:before{content:"󰨿"}.dark .mdi-contain-start:before{content:"󰩀"}.dark .mdi-content-copy:before{content:"󰆏"}.dark .mdi-content-cut:before{content:"󰆐"}.dark .mdi-content-duplicate:before{content:"󰆑"}.dark .mdi-content-paste:before{content:"󰆒"}.dark .mdi-content-save:before{content:"󰆓"}.dark .mdi-content-save-alert:before{content:"󰽂"}.dark .mdi-content-save-alert-outline:before{content:"󰽃"}.dark .mdi-content-save-all:before{content:"󰆔"}.dark .mdi-content-save-all-outline:before{content:"󰽄"}.dark .mdi-content-save-edit:before{content:"󰳻"}.dark .mdi-content-save-edit-outline:before{content:"󰳼"}.dark .mdi-content-save-move:before{content:"󰸧"}.dark .mdi-content-save-move-outline:before{content:"󰸨"}.dark .mdi-content-save-outline:before{content:"󰠘"}.dark .mdi-content-save-settings:before{content:"󰘛"}.dark .mdi-content-save-settings-outline:before{content:"󰬮"}.dark .mdi-contrast:before{content:"󰆕"}.dark .mdi-contrast-box:before{content:"󰆖"}.dark .mdi-contrast-circle:before{content:"󰆗"}.dark .mdi-controller-classic:before{content:"󰮂"}.dark .mdi-controller-classic-outline:before{content:"󰮃"}.dark .mdi-cookie:before{content:"󰆘"}.dark .mdi-coolant-temperature:before{content:"󰏈"}.dark .mdi-copyright:before{content:"󰗦"}.dark .mdi-cordova:before{content:"󰥘"}.dark .mdi-corn:before{content:"󰞸"}.dark .mdi-counter:before{content:"󰆙"}.dark .mdi-cow:before{content:"󰆚"}.dark .mdi-cpu-32-bit:before{content:"󰻟"}.dark .mdi-cpu-64-bit:before{content:"󰻠"}.dark .mdi-crane:before{content:"󰡢"}.dark .mdi-creation:before{content:"󰙴"}.dark .mdi-creative-commons:before{content:"󰵫"}.dark .mdi-credit-card:before{content:"󰿯"}.dark .mdi-credit-card-clock:before{content:"󰻡"}.dark .mdi-credit-card-clock-outline:before{content:"󰻢"}.dark .mdi-credit-card-marker:before{content:"󰚨"}.dark .mdi-credit-card-marker-outline:before{content:"󰶾"}.dark .mdi-credit-card-minus:before{content:"󰾬"}.dark .mdi-credit-card-minus-outline:before{content:"󰾭"}.dark .mdi-credit-card-multiple:before{content:"󰿰"}.dark .mdi-credit-card-multiple-outline:before{content:"󰆜"}.dark .mdi-credit-card-off:before{content:"󰿱"}.dark .mdi-credit-card-off-outline:before{content:"󰗤"}.dark .mdi-credit-card-outline:before{content:"󰆛"}.dark .mdi-credit-card-plus:before{content:"󰿲"}.dark .mdi-credit-card-plus-outline:before{content:"󰙶"}.dark .mdi-credit-card-refund:before{content:"󰿳"}.dark .mdi-credit-card-refund-outline:before{content:"󰪨"}.dark .mdi-credit-card-remove:before{content:"󰾮"}.dark .mdi-credit-card-remove-outline:before{content:"󰾯"}.dark .mdi-credit-card-scan:before{content:"󰿴"}.dark .mdi-credit-card-scan-outline:before{content:"󰆝"}.dark .mdi-credit-card-settings:before{content:"󰿵"}.dark .mdi-credit-card-settings-outline:before{content:"󰣗"}.dark .mdi-credit-card-wireless:before{content:"󰠂"}.dark .mdi-credit-card-wireless-off:before{content:"󰕺"}.dark .mdi-credit-card-wireless-off-outline:before{content:"󰕻"}.dark .mdi-credit-card-wireless-outline:before{content:"󰵬"}.dark .mdi-cricket:before{content:"󰵭"}.dark .mdi-crop:before{content:"󰆞"}.dark .mdi-crop-free:before{content:"󰆟"}.dark .mdi-crop-landscape:before{content:"󰆠"}.dark .mdi-crop-portrait:before{content:"󰆡"}.dark .mdi-crop-rotate:before{content:"󰚖"}.dark .mdi-crop-square:before{content:"󰆢"}.dark .mdi-crosshairs:before{content:"󰆣"}.dark .mdi-crosshairs-gps:before{content:"󰆤"}.dark .mdi-crosshairs-off:before{content:"󰽅"}.dark .mdi-crosshairs-question:before{content:"󱄶"}.dark .mdi-crown:before{content:"󰆥"}.dark .mdi-crown-outline:before{content:"󱇐"}.dark .mdi-cryengine:before{content:"󰥙"}.dark .mdi-crystal-ball:before{content:"󰬯"}.dark .mdi-cube:before{content:"󰆦"}.dark .mdi-cube-outline:before{content:"󰆧"}.dark .mdi-cube-scan:before{content:"󰮄"}.dark .mdi-cube-send:before{content:"󰆨"}.dark .mdi-cube-unfolded:before{content:"󰆩"}.dark .mdi-cup:before{content:"󰆪"}.dark .mdi-cup-off:before{content:"󰗥"}.dark .mdi-cup-off-outline:before{content:"󱍽"}.dark .mdi-cup-outline:before{content:"󱌏"}.dark .mdi-cup-water:before{content:"󰆫"}.dark .mdi-cupboard:before{content:"󰽆"}.dark .mdi-cupboard-outline:before{content:"󰽇"}.dark .mdi-cupcake:before{content:"󰥚"}.dark .mdi-curling:before{content:"󰡣"}.dark .mdi-currency-bdt:before{content:"󰡤"}.dark .mdi-currency-brl:before{content:"󰮅"}.dark .mdi-currency-btc:before{content:"󰆬"}.dark .mdi-currency-cny:before{content:"󰞺"}.dark .mdi-currency-eth:before{content:"󰞻"}.dark .mdi-currency-eur:before{content:"󰆭"}.dark .mdi-currency-eur-off:before{content:"󱌕"}.dark .mdi-currency-gbp:before{content:"󰆮"}.dark .mdi-currency-ils:before{content:"󰱡"}.dark .mdi-currency-inr:before{content:"󰆯"}.dark .mdi-currency-jpy:before{content:"󰞼"}.dark .mdi-currency-krw:before{content:"󰞽"}.dark .mdi-currency-kzt:before{content:"󰡥"}.dark .mdi-currency-ngn:before{content:"󰆰"}.dark .mdi-currency-php:before{content:"󰧦"}.dark .mdi-currency-rial:before{content:"󰺜"}.dark .mdi-currency-rub:before{content:"󰆱"}.dark .mdi-currency-sign:before{content:"󰞾"}.dark .mdi-currency-try:before{content:"󰆲"}.dark .mdi-currency-twd:before{content:"󰞿"}.dark .mdi-currency-usd:before{content:"󰇁"}.dark .mdi-currency-usd-circle:before{content:"󱅫"}.dark .mdi-currency-usd-circle-outline:before{content:"󰅸"}.dark .mdi-currency-usd-off:before{content:"󰙺"}.dark .mdi-current-ac:before{content:"󰥛"}.dark .mdi-current-dc:before{content:"󰥜"}.dark .mdi-cursor-default:before{content:"󰇀"}.dark .mdi-cursor-default-click:before{content:"󰳽"}.dark .mdi-cursor-default-click-outline:before{content:"󰳾"}.dark .mdi-cursor-default-gesture:before{content:"󱄧"}.dark .mdi-cursor-default-gesture-outline:before{content:"󱄨"}.dark .mdi-cursor-default-outline:before{content:"󰆿"}.dark .mdi-cursor-move:before{content:"󰆾"}.dark .mdi-cursor-pointer:before{content:"󰆽"}.dark .mdi-cursor-text:before{content:"󰗧"}.dark .mdi-database:before{content:"󰆼"}.dark .mdi-database-check:before{content:"󰪩"}.dark .mdi-database-edit:before{content:"󰮆"}.dark .mdi-database-export:before{content:"󰥞"}.dark .mdi-database-import:before{content:"󰥝"}.dark .mdi-database-lock:before{content:"󰪪"}.dark .mdi-database-marker:before{content:"󱋶"}.dark .mdi-database-minus:before{content:"󰆻"}.dark .mdi-database-plus:before{content:"󰆺"}.dark .mdi-database-refresh:before{content:"󰗂"}.dark .mdi-database-remove:before{content:"󰴀"}.dark .mdi-database-search:before{content:"󰡦"}.dark .mdi-database-settings:before{content:"󰴁"}.dark .mdi-database-sync:before{content:"󰳿"}.dark .mdi-death-star:before{content:"󰣘"}.dark .mdi-death-star-variant:before{content:"󰣙"}.dark .mdi-deathly-hallows:before{content:"󰮇"}.dark .mdi-debian:before{content:"󰣚"}.dark .mdi-debug-step-into:before{content:"󰆹"}.dark .mdi-debug-step-out:before{content:"󰆸"}.dark .mdi-debug-step-over:before{content:"󰆷"}.dark .mdi-decagram:before{content:"󰝬"}.dark .mdi-decagram-outline:before{content:"󰝭"}.dark .mdi-decimal:before{content:"󱂡"}.dark .mdi-decimal-comma:before{content:"󱂢"}.dark .mdi-decimal-comma-decrease:before{content:"󱂣"}.dark .mdi-decimal-comma-increase:before{content:"󱂤"}.dark .mdi-decimal-decrease:before{content:"󰆶"}.dark .mdi-decimal-increase:before{content:"󰆵"}.dark .mdi-delete:before{content:"󰆴"}.dark .mdi-delete-alert:before{content:"󱂥"}.dark .mdi-delete-alert-outline:before{content:"󱂦"}.dark .mdi-delete-circle:before{content:"󰚃"}.dark .mdi-delete-circle-outline:before{content:"󰮈"}.dark .mdi-delete-empty:before{content:"󰛌"}.dark .mdi-delete-empty-outline:before{content:"󰺝"}.dark .mdi-delete-forever:before{content:"󰗨"}.dark .mdi-delete-forever-outline:before{content:"󰮉"}.dark .mdi-delete-off:before{content:"󱂧"}.dark .mdi-delete-off-outline:before{content:"󱂨"}.dark .mdi-delete-outline:before{content:"󰧧"}.dark .mdi-delete-restore:before{content:"󰠙"}.dark .mdi-delete-sweep:before{content:"󰗩"}.dark .mdi-delete-sweep-outline:before{content:"󰱢"}.dark .mdi-delete-variant:before{content:"󰆳"}.dark .mdi-delta:before{content:"󰇂"}.dark .mdi-desk:before{content:"󱈹"}.dark .mdi-desk-lamp:before{content:"󰥟"}.dark .mdi-deskphone:before{content:"󰇃"}.dark .mdi-desktop-classic:before{content:"󰟀"}.dark .mdi-desktop-mac:before{content:"󰇄"}.dark .mdi-desktop-mac-dashboard:before{content:"󰧨"}.dark .mdi-desktop-tower:before{content:"󰇅"}.dark .mdi-desktop-tower-monitor:before{content:"󰪫"}.dark .mdi-details:before{content:"󰇆"}.dark .mdi-dev-to:before{content:"󰵮"}.dark .mdi-developer-board:before{content:"󰚗"}.dark .mdi-deviantart:before{content:"󰇇"}.dark .mdi-devices:before{content:"󰾰"}.dark .mdi-diabetes:before{content:"󱄦"}.dark .mdi-dialpad:before{content:"󰘜"}.dark .mdi-diameter:before{content:"󰱣"}.dark .mdi-diameter-outline:before{content:"󰱤"}.dark .mdi-diameter-variant:before{content:"󰱥"}.dark .mdi-diamond:before{content:"󰮊"}.dark .mdi-diamond-outline:before{content:"󰮋"}.dark .mdi-diamond-stone:before{content:"󰇈"}.dark .mdi-dice-1:before{content:"󰇊"}.dark .mdi-dice-1-outline:before{content:"󱅊"}.dark .mdi-dice-2:before{content:"󰇋"}.dark .mdi-dice-2-outline:before{content:"󱅋"}.dark .mdi-dice-3:before{content:"󰇌"}.dark .mdi-dice-3-outline:before{content:"󱅌"}.dark .mdi-dice-4:before{content:"󰇍"}.dark .mdi-dice-4-outline:before{content:"󱅍"}.dark .mdi-dice-5:before{content:"󰇎"}.dark .mdi-dice-5-outline:before{content:"󱅎"}.dark .mdi-dice-6:before{content:"󰇏"}.dark .mdi-dice-6-outline:before{content:"󱅏"}.dark .mdi-dice-d10:before{content:"󱅓"}.dark .mdi-dice-d10-outline:before{content:"󰝯"}.dark .mdi-dice-d12:before{content:"󱅔"}.dark .mdi-dice-d12-outline:before{content:"󰡧"}.dark .mdi-dice-d20:before{content:"󱅕"}.dark .mdi-dice-d20-outline:before{content:"󰗪"}.dark .mdi-dice-d4:before{content:"󱅐"}.dark .mdi-dice-d4-outline:before{content:"󰗫"}.dark .mdi-dice-d6:before{content:"󱅑"}.dark .mdi-dice-d6-outline:before{content:"󰗭"}.dark .mdi-dice-d8:before{content:"󱅒"}.dark .mdi-dice-d8-outline:before{content:"󰗬"}.dark .mdi-dice-multiple:before{content:"󰝮"}.dark .mdi-dice-multiple-outline:before{content:"󱅖"}.dark .mdi-digital-ocean:before{content:"󱈷"}.dark .mdi-dip-switch:before{content:"󰟁"}.dark .mdi-directions:before{content:"󰇐"}.dark .mdi-directions-fork:before{content:"󰙁"}.dark .mdi-disc:before{content:"󰗮"}.dark .mdi-disc-alert:before{content:"󰇑"}.dark .mdi-disc-player:before{content:"󰥠"}.dark .mdi-discord:before{content:"󰙯"}.dark .mdi-dishwasher:before{content:"󰪬"}.dark .mdi-dishwasher-alert:before{content:"󱆸"}.dark .mdi-dishwasher-off:before{content:"󱆹"}.dark .mdi-disqus:before{content:"󰇒"}.dark .mdi-distribute-horizontal-center:before{content:"󱇉"}.dark .mdi-distribute-horizontal-left:before{content:"󱇈"}.dark .mdi-distribute-horizontal-right:before{content:"󱇊"}.dark .mdi-distribute-vertical-bottom:before{content:"󱇋"}.dark .mdi-distribute-vertical-center:before{content:"󱇌"}.dark .mdi-distribute-vertical-top:before{content:"󱇍"}.dark .mdi-diving-flippers:before{content:"󰶿"}.dark .mdi-diving-helmet:before{content:"󰷀"}.dark .mdi-diving-scuba:before{content:"󰷁"}.dark .mdi-diving-scuba-flag:before{content:"󰷂"}.dark .mdi-diving-scuba-tank:before{content:"󰷃"}.dark .mdi-diving-scuba-tank-multiple:before{content:"󰷄"}.dark .mdi-diving-snorkel:before{content:"󰷅"}.dark .mdi-division:before{content:"󰇔"}.dark .mdi-division-box:before{content:"󰇕"}.dark .mdi-dlna:before{content:"󰩁"}.dark .mdi-dna:before{content:"󰚄"}.dark .mdi-dns:before{content:"󰇖"}.dark .mdi-dns-outline:before{content:"󰮌"}.dark .mdi-do-not-disturb:before{content:"󰚘"}.dark .mdi-do-not-disturb-off:before{content:"󰚙"}.dark .mdi-dock-bottom:before{content:"󱂩"}.dark .mdi-dock-left:before{content:"󱂪"}.dark .mdi-dock-right:before{content:"󱂫"}.dark .mdi-dock-window:before{content:"󱂬"}.dark .mdi-docker:before{content:"󰡨"}.dark .mdi-doctor:before{content:"󰩂"}.dark .mdi-dog:before{content:"󰩃"}.dark .mdi-dog-service:before{content:"󰪭"}.dark .mdi-dog-side:before{content:"󰩄"}.dark .mdi-dolby:before{content:"󰚳"}.dark .mdi-dolly:before{content:"󰺞"}.dark .mdi-domain:before{content:"󰇗"}.dark .mdi-domain-off:before{content:"󰵯"}.dark .mdi-domain-plus:before{content:"󱂭"}.dark .mdi-domain-remove:before{content:"󱂮"}.dark .mdi-domino-mask:before{content:"󱀣"}.dark .mdi-donkey:before{content:"󰟂"}.dark .mdi-door:before{content:"󰠚"}.dark .mdi-door-closed:before{content:"󰠛"}.dark .mdi-door-closed-lock:before{content:"󱂯"}.dark .mdi-door-open:before{content:"󰠜"}.dark .mdi-doorbell:before{content:"󱋦"}.dark .mdi-doorbell-video:before{content:"󰡩"}.dark .mdi-dot-net:before{content:"󰪮"}.dark .mdi-dots-horizontal:before{content:"󰇘"}.dark .mdi-dots-horizontal-circle:before{content:"󰟃"}.dark .mdi-dots-horizontal-circle-outline:before{content:"󰮍"}.dark .mdi-dots-vertical:before{content:"󰇙"}.dark .mdi-dots-vertical-circle:before{content:"󰟄"}.dark .mdi-dots-vertical-circle-outline:before{content:"󰮎"}.dark .mdi-douban:before{content:"󰚚"}.dark .mdi-download:before{content:"󰇚"}.dark .mdi-download-lock:before{content:"󱌠"}.dark .mdi-download-lock-outline:before{content:"󱌡"}.dark .mdi-download-multiple:before{content:"󰧩"}.dark .mdi-download-network:before{content:"󰛴"}.dark .mdi-download-network-outline:before{content:"󰱦"}.dark .mdi-download-off:before{content:"󱂰"}.dark .mdi-download-off-outline:before{content:"󱂱"}.dark .mdi-download-outline:before{content:"󰮏"}.dark .mdi-drag:before{content:"󰇛"}.dark .mdi-drag-horizontal:before{content:"󰇜"}.dark .mdi-drag-horizontal-variant:before{content:"󱋰"}.dark .mdi-drag-variant:before{content:"󰮐"}.dark .mdi-drag-vertical:before{content:"󰇝"}.dark .mdi-drag-vertical-variant:before{content:"󱋱"}.dark .mdi-drama-masks:before{content:"󰴂"}.dark .mdi-draw:before{content:"󰽉"}.dark .mdi-drawing:before{content:"󰇞"}.dark .mdi-drawing-box:before{content:"󰇟"}.dark .mdi-dresser:before{content:"󰽊"}.dark .mdi-dresser-outline:before{content:"󰽋"}.dark .mdi-drone:before{content:"󰇢"}.dark .mdi-dropbox:before{content:"󰇣"}.dark .mdi-drupal:before{content:"󰇤"}.dark .mdi-duck:before{content:"󰇥"}.dark .mdi-dumbbell:before{content:"󰇦"}.dark .mdi-dump-truck:before{content:"󰱧"}.dark .mdi-ear-hearing:before{content:"󰟅"}.dark .mdi-ear-hearing-off:before{content:"󰩅"}.dark .mdi-earth:before{content:"󰇧"}.dark .mdi-earth-arrow-right:before{content:"󱌑"}.dark .mdi-earth-box:before{content:"󰛍"}.dark .mdi-earth-box-off:before{content:"󰛎"}.dark .mdi-earth-off:before{content:"󰇨"}.dark .mdi-egg:before{content:"󰪯"}.dark .mdi-egg-easter:before{content:"󰪰"}.dark .mdi-eight-track:before{content:"󰧪"}.dark .mdi-eject:before{content:"󰇪"}.dark .mdi-eject-outline:before{content:"󰮑"}.dark .mdi-electric-switch:before{content:"󰺟"}.dark .mdi-electric-switch-closed:before{content:"󱃙"}.dark .mdi-electron-framework:before{content:"󱀤"}.dark .mdi-elephant:before{content:"󰟆"}.dark .mdi-elevation-decline:before{content:"󰇫"}.dark .mdi-elevation-rise:before{content:"󰇬"}.dark .mdi-elevator:before{content:"󰇭"}.dark .mdi-elevator-down:before{content:"󱋂"}.dark .mdi-elevator-passenger:before{content:"󱎁"}.dark .mdi-elevator-up:before{content:"󱋁"}.dark .mdi-ellipse:before{content:"󰺠"}.dark .mdi-ellipse-outline:before{content:"󰺡"}.dark .mdi-email:before{content:"󰇮"}.dark .mdi-email-alert:before{content:"󰛏"}.dark .mdi-email-alert-outline:before{content:"󰵂"}.dark .mdi-email-box:before{content:"󰴃"}.dark .mdi-email-check:before{content:"󰪱"}.dark .mdi-email-check-outline:before{content:"󰪲"}.dark .mdi-email-edit:before{content:"󰻣"}.dark .mdi-email-edit-outline:before{content:"󰻤"}.dark .mdi-email-lock:before{content:"󰇱"}.dark .mdi-email-mark-as-unread:before{content:"󰮒"}.dark .mdi-email-minus:before{content:"󰻥"}.dark .mdi-email-minus-outline:before{content:"󰻦"}.dark .mdi-email-multiple:before{content:"󰻧"}.dark .mdi-email-multiple-outline:before{content:"󰻨"}.dark .mdi-email-newsletter:before{content:"󰾱"}.dark .mdi-email-open:before{content:"󰇯"}.dark .mdi-email-open-multiple:before{content:"󰻩"}.dark .mdi-email-open-multiple-outline:before{content:"󰻪"}.dark .mdi-email-open-outline:before{content:"󰗯"}.dark .mdi-email-outline:before{content:"󰇰"}.dark .mdi-email-plus:before{content:"󰧫"}.dark .mdi-email-plus-outline:before{content:"󰧬"}.dark .mdi-email-receive:before{content:"󱃚"}.dark .mdi-email-receive-outline:before{content:"󱃛"}.dark .mdi-email-search:before{content:"󰥡"}.dark .mdi-email-search-outline:before{content:"󰥢"}.dark .mdi-email-send:before{content:"󱃜"}.dark .mdi-email-send-outline:before{content:"󱃝"}.dark .mdi-email-sync:before{content:"󱋇"}.dark .mdi-email-sync-outline:before{content:"󱋈"}.dark .mdi-email-variant:before{content:"󰗰"}.dark .mdi-ember:before{content:"󰬰"}.dark .mdi-emby:before{content:"󰚴"}.dark .mdi-emoticon:before{content:"󰱨"}.dark .mdi-emoticon-angry:before{content:"󰱩"}.dark .mdi-emoticon-angry-outline:before{content:"󰱪"}.dark .mdi-emoticon-confused:before{content:"󱃞"}.dark .mdi-emoticon-confused-outline:before{content:"󱃟"}.dark .mdi-emoticon-cool:before{content:"󰱫"}.dark .mdi-emoticon-cool-outline:before{content:"󰇳"}.dark .mdi-emoticon-cry:before{content:"󰱬"}.dark .mdi-emoticon-cry-outline:before{content:"󰱭"}.dark .mdi-emoticon-dead:before{content:"󰱮"}.dark .mdi-emoticon-dead-outline:before{content:"󰚛"}.dark .mdi-emoticon-devil:before{content:"󰱯"}.dark .mdi-emoticon-devil-outline:before{content:"󰇴"}.dark .mdi-emoticon-excited:before{content:"󰱰"}.dark .mdi-emoticon-excited-outline:before{content:"󰚜"}.dark .mdi-emoticon-frown:before{content:"󰽌"}.dark .mdi-emoticon-frown-outline:before{content:"󰽍"}.dark .mdi-emoticon-happy:before{content:"󰱱"}.dark .mdi-emoticon-happy-outline:before{content:"󰇵"}.dark .mdi-emoticon-kiss:before{content:"󰱲"}.dark .mdi-emoticon-kiss-outline:before{content:"󰱳"}.dark .mdi-emoticon-lol:before{content:"󱈔"}.dark .mdi-emoticon-lol-outline:before{content:"󱈕"}.dark .mdi-emoticon-neutral:before{content:"󰱴"}.dark .mdi-emoticon-neutral-outline:before{content:"󰇶"}.dark .mdi-emoticon-outline:before{content:"󰇲"}.dark .mdi-emoticon-poop:before{content:"󰇷"}.dark .mdi-emoticon-poop-outline:before{content:"󰱵"}.dark .mdi-emoticon-sad:before{content:"󰱶"}.dark .mdi-emoticon-sad-outline:before{content:"󰇸"}.dark .mdi-emoticon-tongue:before{content:"󰇹"}.dark .mdi-emoticon-tongue-outline:before{content:"󰱷"}.dark .mdi-emoticon-wink:before{content:"󰱸"}.dark .mdi-emoticon-wink-outline:before{content:"󰱹"}.dark .mdi-engine:before{content:"󰇺"}.dark .mdi-engine-off:before{content:"󰩆"}.dark .mdi-engine-off-outline:before{content:"󰩇"}.dark .mdi-engine-outline:before{content:"󰇻"}.dark .mdi-epsilon:before{content:"󱃠"}.dark .mdi-equal:before{content:"󰇼"}.dark .mdi-equal-box:before{content:"󰇽"}.dark .mdi-equalizer:before{content:"󰺢"}.dark .mdi-equalizer-outline:before{content:"󰺣"}.dark .mdi-eraser:before{content:"󰇾"}.dark .mdi-eraser-variant:before{content:"󰙂"}.dark .mdi-escalator:before{content:"󰇿"}.dark .mdi-escalator-box:before{content:"󱎙"}.dark .mdi-escalator-down:before{content:"󱋀"}.dark .mdi-escalator-up:before{content:"󱊿"}.dark .mdi-eslint:before{content:"󰱺"}.dark .mdi-et:before{content:"󰪳"}.dark .mdi-ethereum:before{content:"󰡪"}.dark .mdi-ethernet:before{content:"󰈀"}.dark .mdi-ethernet-cable:before{content:"󰈁"}.dark .mdi-ethernet-cable-off:before{content:"󰈂"}.dark .mdi-ev-station:before{content:"󰗱"}.dark .mdi-evernote:before{content:"󰈄"}.dark .mdi-excavator:before{content:"󱀥"}.dark .mdi-exclamation:before{content:"󰈅"}.dark .mdi-exclamation-thick:before{content:"󱈸"}.dark .mdi-exit-run:before{content:"󰩈"}.dark .mdi-exit-to-app:before{content:"󰈆"}.dark .mdi-expand-all:before{content:"󰪴"}.dark .mdi-expand-all-outline:before{content:"󰪵"}.dark .mdi-expansion-card:before{content:"󰢮"}.dark .mdi-expansion-card-variant:before{content:"󰾲"}.dark .mdi-exponent:before{content:"󰥣"}.dark .mdi-exponent-box:before{content:"󰥤"}.dark .mdi-export:before{content:"󰈇"}.dark .mdi-export-variant:before{content:"󰮓"}.dark .mdi-eye:before{content:"󰈈"}.dark .mdi-eye-check:before{content:"󰴄"}.dark .mdi-eye-check-outline:before{content:"󰴅"}.dark .mdi-eye-circle:before{content:"󰮔"}.dark .mdi-eye-circle-outline:before{content:"󰮕"}.dark .mdi-eye-minus:before{content:"󱀦"}.dark .mdi-eye-minus-outline:before{content:"󱀧"}.dark .mdi-eye-off:before{content:"󰈉"}.dark .mdi-eye-off-outline:before{content:"󰛑"}.dark .mdi-eye-outline:before{content:"󰛐"}.dark .mdi-eye-plus:before{content:"󰡫"}.dark .mdi-eye-plus-outline:before{content:"󰡬"}.dark .mdi-eye-settings:before{content:"󰡭"}.dark .mdi-eye-settings-outline:before{content:"󰡮"}.dark .mdi-eyedropper:before{content:"󰈊"}.dark .mdi-eyedropper-variant:before{content:"󰈋"}.dark .mdi-face:before{content:"󰙃"}.dark .mdi-face-agent:before{content:"󰵰"}.dark .mdi-face-outline:before{content:"󰮖"}.dark .mdi-face-profile:before{content:"󰙄"}.dark .mdi-face-profile-woman:before{content:"󱁶"}.dark .mdi-face-recognition:before{content:"󰱻"}.dark .mdi-face-woman:before{content:"󱁷"}.dark .mdi-face-woman-outline:before{content:"󱁸"}.dark .mdi-facebook:before{content:"󰈌"}.dark .mdi-facebook-messenger:before{content:"󰈎"}.dark .mdi-facebook-workplace:before{content:"󰬱"}.dark .mdi-factory:before{content:"󰈏"}.dark .mdi-fan:before{content:"󰈐"}.dark .mdi-fan-off:before{content:"󰠝"}.dark .mdi-fast-forward:before{content:"󰈑"}.dark .mdi-fast-forward-10:before{content:"󰵱"}.dark .mdi-fast-forward-30:before{content:"󰴆"}.dark .mdi-fast-forward-5:before{content:"󱇸"}.dark .mdi-fast-forward-outline:before{content:"󰛒"}.dark .mdi-fax:before{content:"󰈒"}.dark .mdi-feather:before{content:"󰛓"}.dark .mdi-feature-search:before{content:"󰩉"}.dark .mdi-feature-search-outline:before{content:"󰩊"}.dark .mdi-fedora:before{content:"󰣛"}.dark .mdi-ferris-wheel:before{content:"󰺤"}.dark .mdi-ferry:before{content:"󰈓"}.dark .mdi-file:before{content:"󰈔"}.dark .mdi-file-account:before{content:"󰜻"}.dark .mdi-file-account-outline:before{content:"󱀨"}.dark .mdi-file-alert:before{content:"󰩋"}.dark .mdi-file-alert-outline:before{content:"󰩌"}.dark .mdi-file-cabinet:before{content:"󰪶"}.dark .mdi-file-cad:before{content:"󰻫"}.dark .mdi-file-cad-box:before{content:"󰻬"}.dark .mdi-file-cancel:before{content:"󰷆"}.dark .mdi-file-cancel-outline:before{content:"󰷇"}.dark .mdi-file-certificate:before{content:"󱆆"}.dark .mdi-file-certificate-outline:before{content:"󱆇"}.dark .mdi-file-chart:before{content:"󰈕"}.dark .mdi-file-chart-outline:before{content:"󱀩"}.dark .mdi-file-check:before{content:"󰈖"}.dark .mdi-file-check-outline:before{content:"󰸩"}.dark .mdi-file-clock:before{content:"󱋡"}.dark .mdi-file-clock-outline:before{content:"󱋢"}.dark .mdi-file-cloud:before{content:"󰈗"}.dark .mdi-file-cloud-outline:before{content:"󱀪"}.dark .mdi-file-code:before{content:"󰈮"}.dark .mdi-file-code-outline:before{content:"󱀫"}.dark .mdi-file-cog:before{content:"󱁻"}.dark .mdi-file-cog-outline:before{content:"󱁼"}.dark .mdi-file-compare:before{content:"󰢪"}.dark .mdi-file-delimited:before{content:"󰈘"}.dark .mdi-file-delimited-outline:before{content:"󰺥"}.dark .mdi-file-document:before{content:"󰈙"}.dark .mdi-file-document-edit:before{content:"󰷈"}.dark .mdi-file-document-edit-outline:before{content:"󰷉"}.dark .mdi-file-document-outline:before{content:"󰧮"}.dark .mdi-file-download:before{content:"󰥥"}.dark .mdi-file-download-outline:before{content:"󰥦"}.dark .mdi-file-edit:before{content:"󱇧"}.dark .mdi-file-edit-outline:before{content:"󱇨"}.dark .mdi-file-excel:before{content:"󰈛"}.dark .mdi-file-excel-box:before{content:"󰈜"}.dark .mdi-file-excel-box-outline:before{content:"󱀬"}.dark .mdi-file-excel-outline:before{content:"󱀭"}.dark .mdi-file-export:before{content:"󰈝"}.dark .mdi-file-export-outline:before{content:"󱀮"}.dark .mdi-file-eye:before{content:"󰷊"}.dark .mdi-file-eye-outline:before{content:"󰷋"}.dark .mdi-file-find:before{content:"󰈞"}.dark .mdi-file-find-outline:before{content:"󰮗"}.dark .mdi-file-hidden:before{content:"󰘓"}.dark .mdi-file-image:before{content:"󰈟"}.dark .mdi-file-image-outline:before{content:"󰺰"}.dark .mdi-file-import:before{content:"󰈠"}.dark .mdi-file-import-outline:before{content:"󱀯"}.dark .mdi-file-key:before{content:"󱆄"}.dark .mdi-file-key-outline:before{content:"󱆅"}.dark .mdi-file-link:before{content:"󱅷"}.dark .mdi-file-link-outline:before{content:"󱅸"}.dark .mdi-file-lock:before{content:"󰈡"}.dark .mdi-file-lock-outline:before{content:"󱀰"}.dark .mdi-file-move:before{content:"󰪹"}.dark .mdi-file-move-outline:before{content:"󱀱"}.dark .mdi-file-multiple:before{content:"󰈢"}.dark .mdi-file-multiple-outline:before{content:"󱀲"}.dark .mdi-file-music:before{content:"󰈣"}.dark .mdi-file-music-outline:before{content:"󰸪"}.dark .mdi-file-outline:before{content:"󰈤"}.dark .mdi-file-pdf:before{content:"󰈥"}.dark .mdi-file-pdf-box:before{content:"󰈦"}.dark .mdi-file-pdf-box-outline:before{content:"󰾳"}.dark .mdi-file-pdf-outline:before{content:"󰸭"}.dark .mdi-file-percent:before{content:"󰠞"}.dark .mdi-file-percent-outline:before{content:"󱀳"}.dark .mdi-file-phone:before{content:"󱅹"}.dark .mdi-file-phone-outline:before{content:"󱅺"}.dark .mdi-file-plus:before{content:"󰝒"}.dark .mdi-file-plus-outline:before{content:"󰻭"}.dark .mdi-file-powerpoint:before{content:"󰈧"}.dark .mdi-file-powerpoint-box:before{content:"󰈨"}.dark .mdi-file-powerpoint-box-outline:before{content:"󱀴"}.dark .mdi-file-powerpoint-outline:before{content:"󱀵"}.dark .mdi-file-presentation-box:before{content:"󰈩"}.dark .mdi-file-question:before{content:"󰡯"}.dark .mdi-file-question-outline:before{content:"󱀶"}.dark .mdi-file-refresh:before{content:"󰤘"}.dark .mdi-file-refresh-outline:before{content:"󰕁"}.dark .mdi-file-remove:before{content:"󰮘"}.dark .mdi-file-remove-outline:before{content:"󱀷"}.dark .mdi-file-replace:before{content:"󰬲"}.dark .mdi-file-replace-outline:before{content:"󰬳"}.dark .mdi-file-restore:before{content:"󰙰"}.dark .mdi-file-restore-outline:before{content:"󱀸"}.dark .mdi-file-search:before{content:"󰱼"}.dark .mdi-file-search-outline:before{content:"󰱽"}.dark .mdi-file-send:before{content:"󰈪"}.dark .mdi-file-send-outline:before{content:"󱀹"}.dark .mdi-file-settings:before{content:"󱁹"}.dark .mdi-file-settings-outline:before{content:"󱁺"}.dark .mdi-file-star:before{content:"󱀺"}.dark .mdi-file-star-outline:before{content:"󱀻"}.dark .mdi-file-swap:before{content:"󰾴"}.dark .mdi-file-swap-outline:before{content:"󰾵"}.dark .mdi-file-sync:before{content:"󱈖"}.dark .mdi-file-sync-outline:before{content:"󱈗"}.dark .mdi-file-table:before{content:"󰱾"}.dark .mdi-file-table-box:before{content:"󱃡"}.dark .mdi-file-table-box-multiple:before{content:"󱃢"}.dark .mdi-file-table-box-multiple-outline:before{content:"󱃣"}.dark .mdi-file-table-box-outline:before{content:"󱃤"}.dark .mdi-file-table-outline:before{content:"󰱿"}.dark .mdi-file-tree:before{content:"󰙅"}.dark .mdi-file-undo:before{content:"󰣜"}.dark .mdi-file-undo-outline:before{content:"󱀼"}.dark .mdi-file-upload:before{content:"󰩍"}.dark .mdi-file-upload-outline:before{content:"󰩎"}.dark .mdi-file-video:before{content:"󰈫"}.dark .mdi-file-video-outline:before{content:"󰸬"}.dark .mdi-file-word:before{content:"󰈬"}.dark .mdi-file-word-box:before{content:"󰈭"}.dark .mdi-file-word-box-outline:before{content:"󱀽"}.dark .mdi-file-word-outline:before{content:"󱀾"}.dark .mdi-film:before{content:"󰈯"}.dark .mdi-filmstrip:before{content:"󰈰"}.dark .mdi-filmstrip-box:before{content:"󰌲"}.dark .mdi-filmstrip-box-multiple:before{content:"󰴘"}.dark .mdi-filmstrip-off:before{content:"󰈱"}.dark .mdi-filter:before{content:"󰈲"}.dark .mdi-filter-menu:before{content:"󱃥"}.dark .mdi-filter-menu-outline:before{content:"󱃦"}.dark .mdi-filter-minus:before{content:"󰻮"}.dark .mdi-filter-minus-outline:before{content:"󰻯"}.dark .mdi-filter-outline:before{content:"󰈳"}.dark .mdi-filter-plus:before{content:"󰻰"}.dark .mdi-filter-plus-outline:before{content:"󰻱"}.dark .mdi-filter-remove:before{content:"󰈴"}.dark .mdi-filter-remove-outline:before{content:"󰈵"}.dark .mdi-filter-variant:before{content:"󰈶"}.dark .mdi-filter-variant-minus:before{content:"󱄒"}.dark .mdi-filter-variant-plus:before{content:"󱄓"}.dark .mdi-filter-variant-remove:before{content:"󱀿"}.dark .mdi-finance:before{content:"󰠟"}.dark .mdi-find-replace:before{content:"󰛔"}.dark .mdi-fingerprint:before{content:"󰈷"}.dark .mdi-fingerprint-off:before{content:"󰺱"}.dark .mdi-fire:before{content:"󰈸"}.dark .mdi-fire-extinguisher:before{content:"󰻲"}.dark .mdi-fire-hydrant:before{content:"󱄷"}.dark .mdi-fire-hydrant-alert:before{content:"󱄸"}.dark .mdi-fire-hydrant-off:before{content:"󱄹"}.dark .mdi-fire-truck:before{content:"󰢫"}.dark .mdi-firebase:before{content:"󰥧"}.dark .mdi-firefox:before{content:"󰈹"}.dark .mdi-fireplace:before{content:"󰸮"}.dark .mdi-fireplace-off:before{content:"󰸯"}.dark .mdi-firework:before{content:"󰸰"}.dark .mdi-fish:before{content:"󰈺"}.dark .mdi-fishbowl:before{content:"󰻳"}.dark .mdi-fishbowl-outline:before{content:"󰻴"}.dark .mdi-fit-to-page:before{content:"󰻵"}.dark .mdi-fit-to-page-outline:before{content:"󰻶"}.dark .mdi-flag:before{content:"󰈻"}.dark .mdi-flag-checkered:before{content:"󰈼"}.dark .mdi-flag-minus:before{content:"󰮙"}.dark .mdi-flag-minus-outline:before{content:"󱂲"}.dark .mdi-flag-outline:before{content:"󰈽"}.dark .mdi-flag-plus:before{content:"󰮚"}.dark .mdi-flag-plus-outline:before{content:"󱂳"}.dark .mdi-flag-remove:before{content:"󰮛"}.dark .mdi-flag-remove-outline:before{content:"󱂴"}.dark .mdi-flag-triangle:before{content:"󰈿"}.dark .mdi-flag-variant:before{content:"󰉀"}.dark .mdi-flag-variant-outline:before{content:"󰈾"}.dark .mdi-flare:before{content:"󰵲"}.dark .mdi-flash:before{content:"󰉁"}.dark .mdi-flash-alert:before{content:"󰻷"}.dark .mdi-flash-alert-outline:before{content:"󰻸"}.dark .mdi-flash-auto:before{content:"󰉂"}.dark .mdi-flash-circle:before{content:"󰠠"}.dark .mdi-flash-off:before{content:"󰉃"}.dark .mdi-flash-outline:before{content:"󰛕"}.dark .mdi-flash-red-eye:before{content:"󰙻"}.dark .mdi-flashlight:before{content:"󰉄"}.dark .mdi-flashlight-off:before{content:"󰉅"}.dark .mdi-flask:before{content:"󰂓"}.dark .mdi-flask-empty:before{content:"󰂔"}.dark .mdi-flask-empty-minus:before{content:"󱈺"}.dark .mdi-flask-empty-minus-outline:before{content:"󱈻"}.dark .mdi-flask-empty-outline:before{content:"󰂕"}.dark .mdi-flask-empty-plus:before{content:"󱈼"}.dark .mdi-flask-empty-plus-outline:before{content:"󱈽"}.dark .mdi-flask-empty-remove:before{content:"󱈾"}.dark .mdi-flask-empty-remove-outline:before{content:"󱈿"}.dark .mdi-flask-minus:before{content:"󱉀"}.dark .mdi-flask-minus-outline:before{content:"󱉁"}.dark .mdi-flask-outline:before{content:"󰂖"}.dark .mdi-flask-plus:before{content:"󱉂"}.dark .mdi-flask-plus-outline:before{content:"󱉃"}.dark .mdi-flask-remove:before{content:"󱉄"}.dark .mdi-flask-remove-outline:before{content:"󱉅"}.dark .mdi-flask-round-bottom:before{content:"󱉋"}.dark .mdi-flask-round-bottom-empty:before{content:"󱉌"}.dark .mdi-flask-round-bottom-empty-outline:before{content:"󱉍"}.dark .mdi-flask-round-bottom-outline:before{content:"󱉎"}.dark .mdi-fleur-de-lis:before{content:"󱌃"}.dark .mdi-flip-horizontal:before{content:"󱃧"}.dark .mdi-flip-to-back:before{content:"󰉇"}.dark .mdi-flip-to-front:before{content:"󰉈"}.dark .mdi-flip-vertical:before{content:"󱃨"}.dark .mdi-floor-lamp:before{content:"󰣝"}.dark .mdi-floor-lamp-dual:before{content:"󱁀"}.dark .mdi-floor-lamp-variant:before{content:"󱁁"}.dark .mdi-floor-plan:before{content:"󰠡"}.dark .mdi-floppy:before{content:"󰉉"}.dark .mdi-floppy-variant:before{content:"󰧯"}.dark .mdi-flower:before{content:"󰉊"}.dark .mdi-flower-outline:before{content:"󰧰"}.dark .mdi-flower-poppy:before{content:"󰴈"}.dark .mdi-flower-tulip:before{content:"󰧱"}.dark .mdi-flower-tulip-outline:before{content:"󰧲"}.dark .mdi-focus-auto:before{content:"󰽎"}.dark .mdi-focus-field:before{content:"󰽏"}.dark .mdi-focus-field-horizontal:before{content:"󰽐"}.dark .mdi-focus-field-vertical:before{content:"󰽑"}.dark .mdi-folder:before{content:"󰉋"}.dark .mdi-folder-account:before{content:"󰉌"}.dark .mdi-folder-account-outline:before{content:"󰮜"}.dark .mdi-folder-alert:before{content:"󰷌"}.dark .mdi-folder-alert-outline:before{content:"󰷍"}.dark .mdi-folder-clock:before{content:"󰪺"}.dark .mdi-folder-clock-outline:before{content:"󰪻"}.dark .mdi-folder-cog:before{content:"󱁿"}.dark .mdi-folder-cog-outline:before{content:"󱂀"}.dark .mdi-folder-download:before{content:"󰉍"}.dark .mdi-folder-download-outline:before{content:"󱃩"}.dark .mdi-folder-edit:before{content:"󰣞"}.dark .mdi-folder-edit-outline:before{content:"󰷎"}.dark .mdi-folder-google-drive:before{content:"󰉎"}.dark .mdi-folder-heart:before{content:"󱃪"}.dark .mdi-folder-heart-outline:before{content:"󱃫"}.dark .mdi-folder-home:before{content:"󱂵"}.dark .mdi-folder-home-outline:before{content:"󱂶"}.dark .mdi-folder-image:before{content:"󰉏"}.dark .mdi-folder-information:before{content:"󱂷"}.dark .mdi-folder-information-outline:before{content:"󱂸"}.dark .mdi-folder-key:before{content:"󰢬"}.dark .mdi-folder-key-network:before{content:"󰢭"}.dark .mdi-folder-key-network-outline:before{content:"󰲀"}.dark .mdi-folder-key-outline:before{content:"󱃬"}.dark .mdi-folder-lock:before{content:"󰉐"}.dark .mdi-folder-lock-open:before{content:"󰉑"}.dark .mdi-folder-marker:before{content:"󱉭"}.dark .mdi-folder-marker-outline:before{content:"󱉮"}.dark .mdi-folder-move:before{content:"󰉒"}.dark .mdi-folder-move-outline:before{content:"󱉆"}.dark .mdi-folder-multiple:before{content:"󰉓"}.dark .mdi-folder-multiple-image:before{content:"󰉔"}.dark .mdi-folder-multiple-outline:before{content:"󰉕"}.dark .mdi-folder-music:before{content:"󱍙"}.dark .mdi-folder-music-outline:before{content:"󱍚"}.dark .mdi-folder-network:before{content:"󰡰"}.dark .mdi-folder-network-outline:before{content:"󰲁"}.dark .mdi-folder-open:before{content:"󰝰"}.dark .mdi-folder-open-outline:before{content:"󰷏"}.dark .mdi-folder-outline:before{content:"󰉖"}.dark .mdi-folder-plus:before{content:"󰉗"}.dark .mdi-folder-plus-outline:before{content:"󰮝"}.dark .mdi-folder-pound:before{content:"󰴉"}.dark .mdi-folder-pound-outline:before{content:"󰴊"}.dark .mdi-folder-refresh:before{content:"󰝉"}.dark .mdi-folder-refresh-outline:before{content:"󰕂"}.dark .mdi-folder-remove:before{content:"󰉘"}.dark .mdi-folder-remove-outline:before{content:"󰮞"}.dark .mdi-folder-search:before{content:"󰥨"}.dark .mdi-folder-search-outline:before{content:"󰥩"}.dark .mdi-folder-settings:before{content:"󱁽"}.dark .mdi-folder-settings-outline:before{content:"󱁾"}.dark .mdi-folder-star:before{content:"󰚝"}.dark .mdi-folder-star-outline:before{content:"󰮟"}.dark .mdi-folder-swap:before{content:"󰾶"}.dark .mdi-folder-swap-outline:before{content:"󰾷"}.dark .mdi-folder-sync:before{content:"󰴋"}.dark .mdi-folder-sync-outline:before{content:"󰴌"}.dark .mdi-folder-table:before{content:"󱋣"}.dark .mdi-folder-table-outline:before{content:"󱋤"}.dark .mdi-folder-text:before{content:"󰲂"}.dark .mdi-folder-text-outline:before{content:"󰲃"}.dark .mdi-folder-upload:before{content:"󰉙"}.dark .mdi-folder-upload-outline:before{content:"󱃭"}.dark .mdi-folder-zip:before{content:"󰛫"}.dark .mdi-folder-zip-outline:before{content:"󰞹"}.dark .mdi-font-awesome:before{content:"󰀺"}.dark .mdi-food:before{content:"󰉚"}.dark .mdi-food-apple:before{content:"󰉛"}.dark .mdi-food-apple-outline:before{content:"󰲄"}.dark .mdi-food-croissant:before{content:"󰟈"}.dark .mdi-food-fork-drink:before{content:"󰗲"}.dark .mdi-food-off:before{content:"󰗳"}.dark .mdi-food-variant:before{content:"󰉜"}.dark .mdi-foot-print:before{content:"󰽒"}.dark .mdi-football:before{content:"󰉝"}.dark .mdi-football-australian:before{content:"󰉞"}.dark .mdi-football-helmet:before{content:"󰉟"}.dark .mdi-forklift:before{content:"󰟉"}.dark .mdi-format-align-bottom:before{content:"󰝓"}.dark .mdi-format-align-center:before{content:"󰉠"}.dark .mdi-format-align-justify:before{content:"󰉡"}.dark .mdi-format-align-left:before{content:"󰉢"}.dark .mdi-format-align-middle:before{content:"󰝔"}.dark .mdi-format-align-right:before{content:"󰉣"}.dark .mdi-format-align-top:before{content:"󰝕"}.dark .mdi-format-annotation-minus:before{content:"󰪼"}.dark .mdi-format-annotation-plus:before{content:"󰙆"}.dark .mdi-format-bold:before{content:"󰉤"}.dark .mdi-format-clear:before{content:"󰉥"}.dark .mdi-format-color-fill:before{content:"󰉦"}.dark .mdi-format-color-highlight:before{content:"󰸱"}.dark .mdi-format-color-marker-cancel:before{content:"󱌓"}.dark .mdi-format-color-text:before{content:"󰚞"}.dark .mdi-format-columns:before{content:"󰣟"}.dark .mdi-format-float-center:before{content:"󰉧"}.dark .mdi-format-float-left:before{content:"󰉨"}.dark .mdi-format-float-none:before{content:"󰉩"}.dark .mdi-format-float-right:before{content:"󰉪"}.dark .mdi-format-font:before{content:"󰛖"}.dark .mdi-format-font-size-decrease:before{content:"󰧳"}.dark .mdi-format-font-size-increase:before{content:"󰧴"}.dark .mdi-format-header-1:before{content:"󰉫"}.dark .mdi-format-header-2:before{content:"󰉬"}.dark .mdi-format-header-3:before{content:"󰉭"}.dark .mdi-format-header-4:before{content:"󰉮"}.dark .mdi-format-header-5:before{content:"󰉯"}.dark .mdi-format-header-6:before{content:"󰉰"}.dark .mdi-format-header-decrease:before{content:"󰉱"}.dark .mdi-format-header-equal:before{content:"󰉲"}.dark .mdi-format-header-increase:before{content:"󰉳"}.dark .mdi-format-header-pound:before{content:"󰉴"}.dark .mdi-format-horizontal-align-center:before{content:"󰘞"}.dark .mdi-format-horizontal-align-left:before{content:"󰘟"}.dark .mdi-format-horizontal-align-right:before{content:"󰘠"}.dark .mdi-format-indent-decrease:before{content:"󰉵"}.dark .mdi-format-indent-increase:before{content:"󰉶"}.dark .mdi-format-italic:before{content:"󰉷"}.dark .mdi-format-letter-case:before{content:"󰬴"}.dark .mdi-format-letter-case-lower:before{content:"󰬵"}.dark .mdi-format-letter-case-upper:before{content:"󰬶"}.dark .mdi-format-letter-ends-with:before{content:"󰾸"}.dark .mdi-format-letter-matches:before{content:"󰾹"}.dark .mdi-format-letter-starts-with:before{content:"󰾺"}.dark .mdi-format-line-spacing:before{content:"󰉸"}.dark .mdi-format-line-style:before{content:"󰗈"}.dark .mdi-format-line-weight:before{content:"󰗉"}.dark .mdi-format-list-bulleted:before{content:"󰉹"}.dark .mdi-format-list-bulleted-square:before{content:"󰷐"}.dark .mdi-format-list-bulleted-triangle:before{content:"󰺲"}.dark .mdi-format-list-bulleted-type:before{content:"󰉺"}.dark .mdi-format-list-checkbox:before{content:"󰥪"}.dark .mdi-format-list-checks:before{content:"󰝖"}.dark .mdi-format-list-numbered:before{content:"󰉻"}.dark .mdi-format-list-numbered-rtl:before{content:"󰴍"}.dark .mdi-format-list-text:before{content:"󱉯"}.dark .mdi-format-overline:before{content:"󰺳"}.dark .mdi-format-page-break:before{content:"󰛗"}.dark .mdi-format-paint:before{content:"󰉼"}.dark .mdi-format-paragraph:before{content:"󰉽"}.dark .mdi-format-pilcrow:before{content:"󰛘"}.dark .mdi-format-quote-close:before{content:"󰉾"}.dark .mdi-format-quote-close-outline:before{content:"󱆨"}.dark .mdi-format-quote-open:before{content:"󰝗"}.dark .mdi-format-quote-open-outline:before{content:"󱆧"}.dark .mdi-format-rotate-90:before{content:"󰚪"}.dark .mdi-format-section:before{content:"󰚟"}.dark .mdi-format-size:before{content:"󰉿"}.dark .mdi-format-strikethrough:before{content:"󰊀"}.dark .mdi-format-strikethrough-variant:before{content:"󰊁"}.dark .mdi-format-subscript:before{content:"󰊂"}.dark .mdi-format-superscript:before{content:"󰊃"}.dark .mdi-format-text:before{content:"󰊄"}.dark .mdi-format-text-rotation-angle-down:before{content:"󰾻"}.dark .mdi-format-text-rotation-angle-up:before{content:"󰾼"}.dark .mdi-format-text-rotation-down:before{content:"󰵳"}.dark .mdi-format-text-rotation-down-vertical:before{content:"󰾽"}.dark .mdi-format-text-rotation-none:before{content:"󰵴"}.dark .mdi-format-text-rotation-up:before{content:"󰾾"}.dark .mdi-format-text-rotation-vertical:before{content:"󰾿"}.dark .mdi-format-text-variant:before{content:"󰸲"}.dark .mdi-format-text-wrapping-clip:before{content:"󰴎"}.dark .mdi-format-text-wrapping-overflow:before{content:"󰴏"}.dark .mdi-format-text-wrapping-wrap:before{content:"󰴐"}.dark .mdi-format-textbox:before{content:"󰴑"}.dark .mdi-format-textdirection-l-to-r:before{content:"󰊅"}.dark .mdi-format-textdirection-r-to-l:before{content:"󰊆"}.dark .mdi-format-title:before{content:"󰗴"}.dark .mdi-format-underline:before{content:"󰊇"}.dark .mdi-format-vertical-align-bottom:before{content:"󰘡"}.dark .mdi-format-vertical-align-center:before{content:"󰘢"}.dark .mdi-format-vertical-align-top:before{content:"󰘣"}.dark .mdi-format-wrap-inline:before{content:"󰊈"}.dark .mdi-format-wrap-square:before{content:"󰊉"}.dark .mdi-format-wrap-tight:before{content:"󰊊"}.dark .mdi-format-wrap-top-bottom:before{content:"󰊋"}.dark .mdi-forum:before{content:"󰊌"}.dark .mdi-forum-outline:before{content:"󰠢"}.dark .mdi-forward:before{content:"󰊍"}.dark .mdi-forwardburger:before{content:"󰵵"}.dark .mdi-fountain:before{content:"󰥫"}.dark .mdi-fountain-pen:before{content:"󰴒"}.dark .mdi-fountain-pen-tip:before{content:"󰴓"}.dark .mdi-freebsd:before{content:"󰣠"}.dark .mdi-frequently-asked-questions:before{content:"󰺴"}.dark .mdi-fridge:before{content:"󰊐"}.dark .mdi-fridge-alert:before{content:"󱆱"}.dark .mdi-fridge-alert-outline:before{content:"󱆲"}.dark .mdi-fridge-bottom:before{content:"󰊒"}.dark .mdi-fridge-off:before{content:"󱆯"}.dark .mdi-fridge-off-outline:before{content:"󱆰"}.dark .mdi-fridge-outline:before{content:"󰊏"}.dark .mdi-fridge-top:before{content:"󰊑"}.dark .mdi-fruit-cherries:before{content:"󱁂"}.dark .mdi-fruit-citrus:before{content:"󱁃"}.dark .mdi-fruit-grapes:before{content:"󱁄"}.dark .mdi-fruit-grapes-outline:before{content:"󱁅"}.dark .mdi-fruit-pineapple:before{content:"󱁆"}.dark .mdi-fruit-watermelon:before{content:"󱁇"}.dark .mdi-fuel:before{content:"󰟊"}.dark .mdi-fullscreen:before{content:"󰊓"}.dark .mdi-fullscreen-exit:before{content:"󰊔"}.dark .mdi-function:before{content:"󰊕"}.dark .mdi-function-variant:before{content:"󰡱"}.dark .mdi-furigana-horizontal:before{content:"󱂁"}.dark .mdi-furigana-vertical:before{content:"󱂂"}.dark .mdi-fuse:before{content:"󰲅"}.dark .mdi-fuse-blade:before{content:"󰲆"}.dark .mdi-gamepad:before{content:"󰊖"}.dark .mdi-gamepad-circle:before{content:"󰸳"}.dark .mdi-gamepad-circle-down:before{content:"󰸴"}.dark .mdi-gamepad-circle-left:before{content:"󰸵"}.dark .mdi-gamepad-circle-outline:before{content:"󰸶"}.dark .mdi-gamepad-circle-right:before{content:"󰸷"}.dark .mdi-gamepad-circle-up:before{content:"󰸸"}.dark .mdi-gamepad-down:before{content:"󰸹"}.dark .mdi-gamepad-left:before{content:"󰸺"}.dark .mdi-gamepad-right:before{content:"󰸻"}.dark .mdi-gamepad-round:before{content:"󰸼"}.dark .mdi-gamepad-round-down:before{content:"󰸽"}.dark .mdi-gamepad-round-left:before{content:"󰸾"}.dark .mdi-gamepad-round-outline:before{content:"󰸿"}.dark .mdi-gamepad-round-right:before{content:"󰹀"}.dark .mdi-gamepad-round-up:before{content:"󰹁"}.dark .mdi-gamepad-square:before{content:"󰺵"}.dark .mdi-gamepad-square-outline:before{content:"󰺶"}.dark .mdi-gamepad-up:before{content:"󰹂"}.dark .mdi-gamepad-variant:before{content:"󰊗"}.dark .mdi-gamepad-variant-outline:before{content:"󰺷"}.dark .mdi-gamma:before{content:"󱃮"}.dark .mdi-gantry-crane:before{content:"󰷑"}.dark .mdi-garage:before{content:"󰛙"}.dark .mdi-garage-alert:before{content:"󰡲"}.dark .mdi-garage-alert-variant:before{content:"󱋕"}.dark .mdi-garage-open:before{content:"󰛚"}.dark .mdi-garage-open-variant:before{content:"󱋔"}.dark .mdi-garage-variant:before{content:"󱋓"}.dark .mdi-gas-cylinder:before{content:"󰙇"}.dark .mdi-gas-station:before{content:"󰊘"}.dark .mdi-gas-station-outline:before{content:"󰺸"}.dark .mdi-gate:before{content:"󰊙"}.dark .mdi-gate-and:before{content:"󰣡"}.dark .mdi-gate-arrow-right:before{content:"󱅩"}.dark .mdi-gate-nand:before{content:"󰣢"}.dark .mdi-gate-nor:before{content:"󰣣"}.dark .mdi-gate-not:before{content:"󰣤"}.dark .mdi-gate-open:before{content:"󱅪"}.dark .mdi-gate-or:before{content:"󰣥"}.dark .mdi-gate-xnor:before{content:"󰣦"}.dark .mdi-gate-xor:before{content:"󰣧"}.dark .mdi-gatsby:before{content:"󰹃"}.dark .mdi-gauge:before{content:"󰊚"}.dark .mdi-gauge-empty:before{content:"󰡳"}.dark .mdi-gauge-full:before{content:"󰡴"}.dark .mdi-gauge-low:before{content:"󰡵"}.dark .mdi-gavel:before{content:"󰊛"}.dark .mdi-gender-female:before{content:"󰊜"}.dark .mdi-gender-male:before{content:"󰊝"}.dark .mdi-gender-male-female:before{content:"󰊞"}.dark .mdi-gender-male-female-variant:before{content:"󱄿"}.dark .mdi-gender-non-binary:before{content:"󱅀"}.dark .mdi-gender-transgender:before{content:"󰊟"}.dark .mdi-gentoo:before{content:"󰣨"}.dark .mdi-gesture:before{content:"󰟋"}.dark .mdi-gesture-double-tap:before{content:"󰜼"}.dark .mdi-gesture-pinch:before{content:"󰪽"}.dark .mdi-gesture-spread:before{content:"󰪾"}.dark .mdi-gesture-swipe:before{content:"󰵶"}.dark .mdi-gesture-swipe-down:before{content:"󰜽"}.dark .mdi-gesture-swipe-horizontal:before{content:"󰪿"}.dark .mdi-gesture-swipe-left:before{content:"󰜾"}.dark .mdi-gesture-swipe-right:before{content:"󰜿"}.dark .mdi-gesture-swipe-up:before{content:"󰝀"}.dark .mdi-gesture-swipe-vertical:before{content:"󰫀"}.dark .mdi-gesture-tap:before{content:"󰝁"}.dark .mdi-gesture-tap-box:before{content:"󱊩"}.dark .mdi-gesture-tap-button:before{content:"󱊨"}.dark .mdi-gesture-tap-hold:before{content:"󰵷"}.dark .mdi-gesture-two-double-tap:before{content:"󰝂"}.dark .mdi-gesture-two-tap:before{content:"󰝃"}.dark .mdi-ghost:before{content:"󰊠"}.dark .mdi-ghost-off:before{content:"󰧵"}.dark .mdi-gif:before{content:"󰵸"}.dark .mdi-gift:before{content:"󰹄"}.dark .mdi-gift-outline:before{content:"󰊡"}.dark .mdi-git:before{content:"󰊢"}.dark .mdi-github:before{content:"󰊤"}.dark .mdi-gitlab:before{content:"󰮠"}.dark .mdi-glass-cocktail:before{content:"󰍖"}.dark .mdi-glass-flute:before{content:"󰊥"}.dark .mdi-glass-mug:before{content:"󰊦"}.dark .mdi-glass-mug-variant:before{content:"󱄖"}.dark .mdi-glass-pint-outline:before{content:"󱌍"}.dark .mdi-glass-stange:before{content:"󰊧"}.dark .mdi-glass-tulip:before{content:"󰊨"}.dark .mdi-glass-wine:before{content:"󰡶"}.dark .mdi-glasses:before{content:"󰊪"}.dark .mdi-globe-light:before{content:"󱋗"}.dark .mdi-globe-model:before{content:"󰣩"}.dark .mdi-gmail:before{content:"󰊫"}.dark .mdi-gnome:before{content:"󰊬"}.dark .mdi-go-kart:before{content:"󰵹"}.dark .mdi-go-kart-track:before{content:"󰵺"}.dark .mdi-gog:before{content:"󰮡"}.dark .mdi-gold:before{content:"󱉏"}.dark .mdi-golf:before{content:"󰠣"}.dark .mdi-golf-cart:before{content:"󱆤"}.dark .mdi-golf-tee:before{content:"󱂃"}.dark .mdi-gondola:before{content:"󰚆"}.dark .mdi-goodreads:before{content:"󰵻"}.dark .mdi-google:before{content:"󰊭"}.dark .mdi-google-ads:before{content:"󰲇"}.dark .mdi-google-analytics:before{content:"󰟌"}.dark .mdi-google-assistant:before{content:"󰟍"}.dark .mdi-google-cardboard:before{content:"󰊮"}.dark .mdi-google-chrome:before{content:"󰊯"}.dark .mdi-google-circles:before{content:"󰊰"}.dark .mdi-google-circles-communities:before{content:"󰊱"}.dark .mdi-google-circles-extended:before{content:"󰊲"}.dark .mdi-google-circles-group:before{content:"󰊳"}.dark .mdi-google-classroom:before{content:"󰋀"}.dark .mdi-google-cloud:before{content:"󱇶"}.dark .mdi-google-controller:before{content:"󰊴"}.dark .mdi-google-controller-off:before{content:"󰊵"}.dark .mdi-google-downasaur:before{content:"󱍢"}.dark .mdi-google-drive:before{content:"󰊶"}.dark .mdi-google-earth:before{content:"󰊷"}.dark .mdi-google-fit:before{content:"󰥬"}.dark .mdi-google-glass:before{content:"󰊸"}.dark .mdi-google-hangouts:before{content:"󰋉"}.dark .mdi-google-home:before{content:"󰠤"}.dark .mdi-google-keep:before{content:"󰛜"}.dark .mdi-google-lens:before{content:"󰧶"}.dark .mdi-google-maps:before{content:"󰗵"}.dark .mdi-google-my-business:before{content:"󱁈"}.dark .mdi-google-nearby:before{content:"󰊹"}.dark .mdi-google-photos:before{content:"󰛝"}.dark .mdi-google-play:before{content:"󰊼"}.dark .mdi-google-plus:before{content:"󰊽"}.dark .mdi-google-podcast:before{content:"󰺹"}.dark .mdi-google-spreadsheet:before{content:"󰧷"}.dark .mdi-google-street-view:before{content:"󰲈"}.dark .mdi-google-translate:before{content:"󰊿"}.dark .mdi-gradient:before{content:"󰚠"}.dark .mdi-grain:before{content:"󰵼"}.dark .mdi-graph:before{content:"󱁉"}.dark .mdi-graph-outline:before{content:"󱁊"}.dark .mdi-graphql:before{content:"󰡷"}.dark .mdi-grave-stone:before{content:"󰮢"}.dark .mdi-grease-pencil:before{content:"󰙈"}.dark .mdi-greater-than:before{content:"󰥭"}.dark .mdi-greater-than-or-equal:before{content:"󰥮"}.dark .mdi-grid:before{content:"󰋁"}.dark .mdi-grid-large:before{content:"󰝘"}.dark .mdi-grid-off:before{content:"󰋂"}.dark .mdi-grill:before{content:"󰹅"}.dark .mdi-grill-outline:before{content:"󱆊"}.dark .mdi-group:before{content:"󰋃"}.dark .mdi-guitar-acoustic:before{content:"󰝱"}.dark .mdi-guitar-electric:before{content:"󰋄"}.dark .mdi-guitar-pick:before{content:"󰋅"}.dark .mdi-guitar-pick-outline:before{content:"󰋆"}.dark .mdi-guy-fawkes-mask:before{content:"󰠥"}.dark .mdi-hail:before{content:"󰫁"}.dark .mdi-hair-dryer:before{content:"󱃯"}.dark .mdi-hair-dryer-outline:before{content:"󱃰"}.dark .mdi-halloween:before{content:"󰮣"}.dark .mdi-hamburger:before{content:"󰚅"}.dark .mdi-hammer:before{content:"󰣪"}.dark .mdi-hammer-screwdriver:before{content:"󱌢"}.dark .mdi-hammer-wrench:before{content:"󱌣"}.dark .mdi-hand:before{content:"󰩏"}.dark .mdi-hand-heart:before{content:"󱃱"}.dark .mdi-hand-left:before{content:"󰹆"}.dark .mdi-hand-okay:before{content:"󰩐"}.dark .mdi-hand-peace:before{content:"󰩑"}.dark .mdi-hand-peace-variant:before{content:"󰩒"}.dark .mdi-hand-pointing-down:before{content:"󰩓"}.dark .mdi-hand-pointing-left:before{content:"󰩔"}.dark .mdi-hand-pointing-right:before{content:"󰋇"}.dark .mdi-hand-pointing-up:before{content:"󰩕"}.dark .mdi-hand-right:before{content:"󰹇"}.dark .mdi-hand-saw:before{content:"󰹈"}.dark .mdi-hand-water:before{content:"󱎟"}.dark .mdi-handball:before{content:"󰽓"}.dark .mdi-handcuffs:before{content:"󱄾"}.dark .mdi-handshake:before{content:"󱈘"}.dark .mdi-hanger:before{content:"󰋈"}.dark .mdi-hard-hat:before{content:"󰥯"}.dark .mdi-harddisk:before{content:"󰋊"}.dark .mdi-harddisk-plus:before{content:"󱁋"}.dark .mdi-harddisk-remove:before{content:"󱁌"}.dark .mdi-hat-fedora:before{content:"󰮤"}.dark .mdi-hazard-lights:before{content:"󰲉"}.dark .mdi-hdr:before{content:"󰵽"}.dark .mdi-hdr-off:before{content:"󰵾"}.dark .mdi-head:before{content:"󱍞"}.dark .mdi-head-alert:before{content:"󱌸"}.dark .mdi-head-alert-outline:before{content:"󱌹"}.dark .mdi-head-check:before{content:"󱌺"}.dark .mdi-head-check-outline:before{content:"󱌻"}.dark .mdi-head-cog:before{content:"󱌼"}.dark .mdi-head-cog-outline:before{content:"󱌽"}.dark .mdi-head-dots-horizontal:before{content:"󱌾"}.dark .mdi-head-dots-horizontal-outline:before{content:"󱌿"}.dark .mdi-head-flash:before{content:"󱍀"}.dark .mdi-head-flash-outline:before{content:"󱍁"}.dark .mdi-head-heart:before{content:"󱍂"}.dark .mdi-head-heart-outline:before{content:"󱍃"}.dark .mdi-head-lightbulb:before{content:"󱍄"}.dark .mdi-head-lightbulb-outline:before{content:"󱍅"}.dark .mdi-head-minus:before{content:"󱍆"}.dark .mdi-head-minus-outline:before{content:"󱍇"}.dark .mdi-head-outline:before{content:"󱍟"}.dark .mdi-head-plus:before{content:"󱍈"}.dark .mdi-head-plus-outline:before{content:"󱍉"}.dark .mdi-head-question:before{content:"󱍊"}.dark .mdi-head-question-outline:before{content:"󱍋"}.dark .mdi-head-remove:before{content:"󱍌"}.dark .mdi-head-remove-outline:before{content:"󱍍"}.dark .mdi-head-snowflake:before{content:"󱍎"}.dark .mdi-head-snowflake-outline:before{content:"󱍏"}.dark .mdi-head-sync:before{content:"󱍐"}.dark .mdi-head-sync-outline:before{content:"󱍑"}.dark .mdi-headphones:before{content:"󰋋"}.dark .mdi-headphones-bluetooth:before{content:"󰥰"}.dark .mdi-headphones-box:before{content:"󰋌"}.dark .mdi-headphones-off:before{content:"󰟎"}.dark .mdi-headphones-settings:before{content:"󰋍"}.dark .mdi-headset:before{content:"󰋎"}.dark .mdi-headset-dock:before{content:"󰋏"}.dark .mdi-headset-off:before{content:"󰋐"}.dark .mdi-heart:before{content:"󰋑"}.dark .mdi-heart-box:before{content:"󰋒"}.dark .mdi-heart-box-outline:before{content:"󰋓"}.dark .mdi-heart-broken:before{content:"󰋔"}.dark .mdi-heart-broken-outline:before{content:"󰴔"}.dark .mdi-heart-circle:before{content:"󰥱"}.dark .mdi-heart-circle-outline:before{content:"󰥲"}.dark .mdi-heart-flash:before{content:"󰻹"}.dark .mdi-heart-half:before{content:"󰛟"}.dark .mdi-heart-half-full:before{content:"󰛞"}.dark .mdi-heart-half-outline:before{content:"󰛠"}.dark .mdi-heart-multiple:before{content:"󰩖"}.dark .mdi-heart-multiple-outline:before{content:"󰩗"}.dark .mdi-heart-off:before{content:"󰝙"}.dark .mdi-heart-outline:before{content:"󰋕"}.dark .mdi-heart-pulse:before{content:"󰗶"}.dark .mdi-helicopter:before{content:"󰫂"}.dark .mdi-help:before{content:"󰋖"}.dark .mdi-help-box:before{content:"󰞋"}.dark .mdi-help-circle:before{content:"󰋗"}.dark .mdi-help-circle-outline:before{content:"󰘥"}.dark .mdi-help-network:before{content:"󰛵"}.dark .mdi-help-network-outline:before{content:"󰲊"}.dark .mdi-help-rhombus:before{content:"󰮥"}.dark .mdi-help-rhombus-outline:before{content:"󰮦"}.dark .mdi-hexadecimal:before{content:"󱊧"}.dark .mdi-hexagon:before{content:"󰋘"}.dark .mdi-hexagon-multiple:before{content:"󰛡"}.dark .mdi-hexagon-multiple-outline:before{content:"󱃲"}.dark .mdi-hexagon-outline:before{content:"󰋙"}.dark .mdi-hexagon-slice-1:before{content:"󰫃"}.dark .mdi-hexagon-slice-2:before{content:"󰫄"}.dark .mdi-hexagon-slice-3:before{content:"󰫅"}.dark .mdi-hexagon-slice-4:before{content:"󰫆"}.dark .mdi-hexagon-slice-5:before{content:"󰫇"}.dark .mdi-hexagon-slice-6:before{content:"󰫈"}.dark .mdi-hexagram:before{content:"󰫉"}.dark .mdi-hexagram-outline:before{content:"󰫊"}.dark .mdi-high-definition:before{content:"󰟏"}.dark .mdi-high-definition-box:before{content:"󰡸"}.dark .mdi-highway:before{content:"󰗷"}.dark .mdi-hiking:before{content:"󰵿"}.dark .mdi-hinduism:before{content:"󰥳"}.dark .mdi-history:before{content:"󰋚"}.dark .mdi-hockey-puck:before{content:"󰡹"}.dark .mdi-hockey-sticks:before{content:"󰡺"}.dark .mdi-hololens:before{content:"󰋛"}.dark .mdi-home:before{content:"󰋜"}.dark .mdi-home-account:before{content:"󰠦"}.dark .mdi-home-alert:before{content:"󰡻"}.dark .mdi-home-analytics:before{content:"󰺺"}.dark .mdi-home-assistant:before{content:"󰟐"}.dark .mdi-home-automation:before{content:"󰟑"}.dark .mdi-home-circle:before{content:"󰟒"}.dark .mdi-home-circle-outline:before{content:"󱁍"}.dark .mdi-home-city:before{content:"󰴕"}.dark .mdi-home-city-outline:before{content:"󰴖"}.dark .mdi-home-currency-usd:before{content:"󰢯"}.dark .mdi-home-edit:before{content:"󱅙"}.dark .mdi-home-edit-outline:before{content:"󱅚"}.dark .mdi-home-export-outline:before{content:"󰾛"}.dark .mdi-home-flood:before{content:"󰻺"}.dark .mdi-home-floor-0:before{content:"󰷒"}.dark .mdi-home-floor-1:before{content:"󰶀"}.dark .mdi-home-floor-2:before{content:"󰶁"}.dark .mdi-home-floor-3:before{content:"󰶂"}.dark .mdi-home-floor-a:before{content:"󰶃"}.dark .mdi-home-floor-b:before{content:"󰶄"}.dark .mdi-home-floor-g:before{content:"󰶅"}.dark .mdi-home-floor-l:before{content:"󰶆"}.dark .mdi-home-floor-negative-1:before{content:"󰷓"}.dark .mdi-home-group:before{content:"󰷔"}.dark .mdi-home-heart:before{content:"󰠧"}.dark .mdi-home-import-outline:before{content:"󰾜"}.dark .mdi-home-lightbulb:before{content:"󱉑"}.dark .mdi-home-lightbulb-outline:before{content:"󱉒"}.dark .mdi-home-lock:before{content:"󰣫"}.dark .mdi-home-lock-open:before{content:"󰣬"}.dark .mdi-home-map-marker:before{content:"󰗸"}.dark .mdi-home-minus:before{content:"󰥴"}.dark .mdi-home-modern:before{content:"󰋝"}.dark .mdi-home-outline:before{content:"󰚡"}.dark .mdi-home-plus:before{content:"󰥵"}.dark .mdi-home-remove:before{content:"󱉇"}.dark .mdi-home-roof:before{content:"󱄫"}.dark .mdi-home-search:before{content:"󱎰"}.dark .mdi-home-search-outline:before{content:"󱎱"}.dark .mdi-home-thermometer:before{content:"󰽔"}.dark .mdi-home-thermometer-outline:before{content:"󰽕"}.dark .mdi-home-variant:before{content:"󰋞"}.dark .mdi-home-variant-outline:before{content:"󰮧"}.dark .mdi-hook:before{content:"󰛢"}.dark .mdi-hook-off:before{content:"󰛣"}.dark .mdi-hops:before{content:"󰋟"}.dark .mdi-horizontal-rotate-clockwise:before{content:"󱃳"}.dark .mdi-horizontal-rotate-counterclockwise:before{content:"󱃴"}.dark .mdi-horseshoe:before{content:"󰩘"}.dark .mdi-hospital:before{content:"󰿶"}.dark .mdi-hospital-box:before{content:"󰋠"}.dark .mdi-hospital-box-outline:before{content:"󰿷"}.dark .mdi-hospital-building:before{content:"󰋡"}.dark .mdi-hospital-marker:before{content:"󰋢"}.dark .mdi-hot-tub:before{content:"󰠨"}.dark .mdi-hubspot:before{content:"󰴗"}.dark .mdi-hulu:before{content:"󰠩"}.dark .mdi-human:before{content:"󰋦"}.dark .mdi-human-baby-changing-table:before{content:"󱎋"}.dark .mdi-human-child:before{content:"󰋧"}.dark .mdi-human-female:before{content:"󰙉"}.dark .mdi-human-female-boy:before{content:"󰩙"}.dark .mdi-human-female-female:before{content:"󰩚"}.dark .mdi-human-female-girl:before{content:"󰩛"}.dark .mdi-human-greeting:before{content:"󰙊"}.dark .mdi-human-handsdown:before{content:"󰙋"}.dark .mdi-human-handsup:before{content:"󰙌"}.dark .mdi-human-male:before{content:"󰙍"}.dark .mdi-human-male-boy:before{content:"󰩜"}.dark .mdi-human-male-child:before{content:"󱎌"}.dark .mdi-human-male-female:before{content:"󰋨"}.dark .mdi-human-male-girl:before{content:"󰩝"}.dark .mdi-human-male-height:before{content:"󰻻"}.dark .mdi-human-male-height-variant:before{content:"󰻼"}.dark .mdi-human-male-male:before{content:"󰩞"}.dark .mdi-human-pregnant:before{content:"󰗏"}.dark .mdi-human-wheelchair:before{content:"󱎍"}.dark .mdi-humble-bundle:before{content:"󰝄"}.dark .mdi-hvac:before{content:"󱍒"}.dark .mdi-hydraulic-oil-level:before{content:"󱌤"}.dark .mdi-hydraulic-oil-temperature:before{content:"󱌥"}.dark .mdi-hydro-power:before{content:"󱋥"}.dark .mdi-ice-cream:before{content:"󰠪"}.dark .mdi-ice-cream-off:before{content:"󰹒"}.dark .mdi-ice-pop:before{content:"󰻽"}.dark .mdi-id-card:before{content:"󰿀"}.dark .mdi-identifier:before{content:"󰻾"}.dark .mdi-ideogram-cjk:before{content:"󱌱"}.dark .mdi-ideogram-cjk-variant:before{content:"󱌲"}.dark .mdi-iframe:before{content:"󰲋"}.dark .mdi-iframe-array:before{content:"󱃵"}.dark .mdi-iframe-array-outline:before{content:"󱃶"}.dark .mdi-iframe-braces:before{content:"󱃷"}.dark .mdi-iframe-braces-outline:before{content:"󱃸"}.dark .mdi-iframe-outline:before{content:"󰲌"}.dark .mdi-iframe-parentheses:before{content:"󱃹"}.dark .mdi-iframe-parentheses-outline:before{content:"󱃺"}.dark .mdi-iframe-variable:before{content:"󱃻"}.dark .mdi-iframe-variable-outline:before{content:"󱃼"}.dark .mdi-image:before{content:"󰋩"}.dark .mdi-image-album:before{content:"󰋪"}.dark .mdi-image-area:before{content:"󰋫"}.dark .mdi-image-area-close:before{content:"󰋬"}.dark .mdi-image-auto-adjust:before{content:"󰿁"}.dark .mdi-image-broken:before{content:"󰋭"}.dark .mdi-image-broken-variant:before{content:"󰋮"}.dark .mdi-image-edit:before{content:"󱇣"}.dark .mdi-image-edit-outline:before{content:"󱇤"}.dark .mdi-image-filter-black-white:before{content:"󰋰"}.dark .mdi-image-filter-center-focus:before{content:"󰋱"}.dark .mdi-image-filter-center-focus-strong:before{content:"󰻿"}.dark .mdi-image-filter-center-focus-strong-outline:before{content:"󰼀"}.dark .mdi-image-filter-center-focus-weak:before{content:"󰋲"}.dark .mdi-image-filter-drama:before{content:"󰋳"}.dark .mdi-image-filter-frames:before{content:"󰋴"}.dark .mdi-image-filter-hdr:before{content:"󰋵"}.dark .mdi-image-filter-none:before{content:"󰋶"}.dark .mdi-image-filter-tilt-shift:before{content:"󰋷"}.dark .mdi-image-filter-vintage:before{content:"󰋸"}.dark .mdi-image-frame:before{content:"󰹉"}.dark .mdi-image-move:before{content:"󰧸"}.dark .mdi-image-multiple:before{content:"󰋹"}.dark .mdi-image-multiple-outline:before{content:"󰋯"}.dark .mdi-image-off:before{content:"󰠫"}.dark .mdi-image-off-outline:before{content:"󱇑"}.dark .mdi-image-outline:before{content:"󰥶"}.dark .mdi-image-plus:before{content:"󰡼"}.dark .mdi-image-search:before{content:"󰥷"}.dark .mdi-image-search-outline:before{content:"󰥸"}.dark .mdi-image-size-select-actual:before{content:"󰲍"}.dark .mdi-image-size-select-large:before{content:"󰲎"}.dark .mdi-image-size-select-small:before{content:"󰲏"}.dark .mdi-import:before{content:"󰋺"}.dark .mdi-inbox:before{content:"󰚇"}.dark .mdi-inbox-arrow-down:before{content:"󰋻"}.dark .mdi-inbox-arrow-down-outline:before{content:"󱉰"}.dark .mdi-inbox-arrow-up:before{content:"󰏑"}.dark .mdi-inbox-arrow-up-outline:before{content:"󱉱"}.dark .mdi-inbox-full:before{content:"󱉲"}.dark .mdi-inbox-full-outline:before{content:"󱉳"}.dark .mdi-inbox-multiple:before{content:"󰢰"}.dark .mdi-inbox-multiple-outline:before{content:"󰮨"}.dark .mdi-inbox-outline:before{content:"󱉴"}.dark .mdi-incognito:before{content:"󰗹"}.dark .mdi-incognito-off:before{content:"󰁵"}.dark .mdi-infinity:before{content:"󰛤"}.dark .mdi-information:before{content:"󰋼"}.dark .mdi-information-outline:before{content:"󰋽"}.dark .mdi-information-variant:before{content:"󰙎"}.dark .mdi-instagram:before{content:"󰋾"}.dark .mdi-instrument-triangle:before{content:"󱁎"}.dark .mdi-invert-colors:before{content:"󰌁"}.dark .mdi-invert-colors-off:before{content:"󰹊"}.dark .mdi-iobroker:before{content:"󱋨"}.dark .mdi-ip:before{content:"󰩟"}.dark .mdi-ip-network:before{content:"󰩠"}.dark .mdi-ip-network-outline:before{content:"󰲐"}.dark .mdi-ipod:before{content:"󰲑"}.dark .mdi-islam:before{content:"󰥹"}.dark .mdi-island:before{content:"󱁏"}.dark .mdi-iv-bag:before{content:"󱂹"}.dark .mdi-jabber:before{content:"󰷕"}.dark .mdi-jeepney:before{content:"󰌂"}.dark .mdi-jellyfish:before{content:"󰼁"}.dark .mdi-jellyfish-outline:before{content:"󰼂"}.dark .mdi-jira:before{content:"󰌃"}.dark .mdi-jquery:before{content:"󰡽"}.dark .mdi-jsfiddle:before{content:"󰌄"}.dark .mdi-judaism:before{content:"󰥺"}.dark .mdi-jump-rope:before{content:"󱋿"}.dark .mdi-kabaddi:before{content:"󰶇"}.dark .mdi-karate:before{content:"󰠬"}.dark .mdi-keg:before{content:"󰌅"}.dark .mdi-kettle:before{content:"󰗺"}.dark .mdi-kettle-alert:before{content:"󱌗"}.dark .mdi-kettle-alert-outline:before{content:"󱌘"}.dark .mdi-kettle-off:before{content:"󱌛"}.dark .mdi-kettle-off-outline:before{content:"󱌜"}.dark .mdi-kettle-outline:before{content:"󰽖"}.dark .mdi-kettle-steam:before{content:"󱌙"}.dark .mdi-kettle-steam-outline:before{content:"󱌚"}.dark .mdi-kettlebell:before{content:"󱌀"}.dark .mdi-key:before{content:"󰌆"}.dark .mdi-key-arrow-right:before{content:"󱌒"}.dark .mdi-key-change:before{content:"󰌇"}.dark .mdi-key-link:before{content:"󱆟"}.dark .mdi-key-minus:before{content:"󰌈"}.dark .mdi-key-outline:before{content:"󰷖"}.dark .mdi-key-plus:before{content:"󰌉"}.dark .mdi-key-remove:before{content:"󰌊"}.dark .mdi-key-star:before{content:"󱆞"}.dark .mdi-key-variant:before{content:"󰌋"}.dark .mdi-key-wireless:before{content:"󰿂"}.dark .mdi-keyboard:before{content:"󰌌"}.dark .mdi-keyboard-backspace:before{content:"󰌍"}.dark .mdi-keyboard-caps:before{content:"󰌎"}.dark .mdi-keyboard-close:before{content:"󰌏"}.dark .mdi-keyboard-esc:before{content:"󱊷"}.dark .mdi-keyboard-f1:before{content:"󱊫"}.dark .mdi-keyboard-f10:before{content:"󱊴"}.dark .mdi-keyboard-f11:before{content:"󱊵"}.dark .mdi-keyboard-f12:before{content:"󱊶"}.dark .mdi-keyboard-f2:before{content:"󱊬"}.dark .mdi-keyboard-f3:before{content:"󱊭"}.dark .mdi-keyboard-f4:before{content:"󱊮"}.dark .mdi-keyboard-f5:before{content:"󱊯"}.dark .mdi-keyboard-f6:before{content:"󱊰"}.dark .mdi-keyboard-f7:before{content:"󱊱"}.dark .mdi-keyboard-f8:before{content:"󱊲"}.dark .mdi-keyboard-f9:before{content:"󱊳"}.dark .mdi-keyboard-off:before{content:"󰌐"}.dark .mdi-keyboard-off-outline:before{content:"󰹋"}.dark .mdi-keyboard-outline:before{content:"󰥻"}.dark .mdi-keyboard-return:before{content:"󰌑"}.dark .mdi-keyboard-settings:before{content:"󰧹"}.dark .mdi-keyboard-settings-outline:before{content:"󰧺"}.dark .mdi-keyboard-space:before{content:"󱁐"}.dark .mdi-keyboard-tab:before{content:"󰌒"}.dark .mdi-keyboard-variant:before{content:"󰌓"}.dark .mdi-khanda:before{content:"󱃽"}.dark .mdi-kickstarter:before{content:"󰝅"}.dark .mdi-klingon:before{content:"󱍛"}.dark .mdi-knife:before{content:"󰧻"}.dark .mdi-knife-military:before{content:"󰧼"}.dark .mdi-kodi:before{content:"󰌔"}.dark .mdi-kubernetes:before{content:"󱃾"}.dark .mdi-label:before{content:"󰌕"}.dark .mdi-label-multiple:before{content:"󱍵"}.dark .mdi-label-multiple-outline:before{content:"󱍶"}.dark .mdi-label-off:before{content:"󰫋"}.dark .mdi-label-off-outline:before{content:"󰫌"}.dark .mdi-label-outline:before{content:"󰌖"}.dark .mdi-label-percent:before{content:"󱋪"}.dark .mdi-label-percent-outline:before{content:"󱋫"}.dark .mdi-label-variant:before{content:"󰫍"}.dark .mdi-label-variant-outline:before{content:"󰫎"}.dark .mdi-ladybug:before{content:"󰠭"}.dark .mdi-lambda:before{content:"󰘧"}.dark .mdi-lamp:before{content:"󰚵"}.dark .mdi-lan:before{content:"󰌗"}.dark .mdi-lan-check:before{content:"󱊪"}.dark .mdi-lan-connect:before{content:"󰌘"}.dark .mdi-lan-disconnect:before{content:"󰌙"}.dark .mdi-lan-pending:before{content:"󰌚"}.dark .mdi-language-c:before{content:"󰙱"}.dark .mdi-language-cpp:before{content:"󰙲"}.dark .mdi-language-csharp:before{content:"󰌛"}.dark .mdi-language-css3:before{content:"󰌜"}.dark .mdi-language-fortran:before{content:"󱈚"}.dark .mdi-language-go:before{content:"󰟓"}.dark .mdi-language-haskell:before{content:"󰲒"}.dark .mdi-language-html5:before{content:"󰌝"}.dark .mdi-language-java:before{content:"󰬷"}.dark .mdi-language-javascript:before{content:"󰌞"}.dark .mdi-language-kotlin:before{content:"󱈙"}.dark .mdi-language-lua:before{content:"󰢱"}.dark .mdi-language-markdown:before{content:"󰍔"}.dark .mdi-language-markdown-outline:before{content:"󰽛"}.dark .mdi-language-php:before{content:"󰌟"}.dark .mdi-language-python:before{content:"󰌠"}.dark .mdi-language-r:before{content:"󰟔"}.dark .mdi-language-ruby:before{content:"󰴭"}.dark .mdi-language-ruby-on-rails:before{content:"󰫏"}.dark .mdi-language-swift:before{content:"󰛥"}.dark .mdi-language-typescript:before{content:"󰛦"}.dark .mdi-language-xaml:before{content:"󰙳"}.dark .mdi-laptop:before{content:"󰌢"}.dark .mdi-laptop-chromebook:before{content:"󰌣"}.dark .mdi-laptop-mac:before{content:"󰌤"}.dark .mdi-laptop-off:before{content:"󰛧"}.dark .mdi-laptop-windows:before{content:"󰌥"}.dark .mdi-laravel:before{content:"󰫐"}.dark .mdi-lasso:before{content:"󰼃"}.dark .mdi-lastpass:before{content:"󰑆"}.dark .mdi-latitude:before{content:"󰽗"}.dark .mdi-launch:before{content:"󰌧"}.dark .mdi-lava-lamp:before{content:"󰟕"}.dark .mdi-layers:before{content:"󰌨"}.dark .mdi-layers-minus:before{content:"󰹌"}.dark .mdi-layers-off:before{content:"󰌩"}.dark .mdi-layers-off-outline:before{content:"󰧽"}.dark .mdi-layers-outline:before{content:"󰧾"}.dark .mdi-layers-plus:before{content:"󰹍"}.dark .mdi-layers-remove:before{content:"󰹎"}.dark .mdi-layers-search:before{content:"󱈆"}.dark .mdi-layers-search-outline:before{content:"󱈇"}.dark .mdi-layers-triple:before{content:"󰽘"}.dark .mdi-layers-triple-outline:before{content:"󰽙"}.dark .mdi-lead-pencil:before{content:"󰙏"}.dark .mdi-leaf:before{content:"󰌪"}.dark .mdi-leaf-maple:before{content:"󰲓"}.dark .mdi-leaf-maple-off:before{content:"󱋚"}.dark .mdi-leaf-off:before{content:"󱋙"}.dark .mdi-leak:before{content:"󰷗"}.dark .mdi-leak-off:before{content:"󰷘"}.dark .mdi-led-off:before{content:"󰌫"}.dark .mdi-led-on:before{content:"󰌬"}.dark .mdi-led-outline:before{content:"󰌭"}.dark .mdi-led-strip:before{content:"󰟖"}.dark .mdi-led-strip-variant:before{content:"󱁑"}.dark .mdi-led-variant-off:before{content:"󰌮"}.dark .mdi-led-variant-on:before{content:"󰌯"}.dark .mdi-led-variant-outline:before{content:"󰌰"}.dark .mdi-leek:before{content:"󱅽"}.dark .mdi-less-than:before{content:"󰥼"}.dark .mdi-less-than-or-equal:before{content:"󰥽"}.dark .mdi-library:before{content:"󰌱"}.dark .mdi-library-shelves:before{content:"󰮩"}.dark .mdi-license:before{content:"󰿃"}.dark .mdi-lifebuoy:before{content:"󰡾"}.dark .mdi-light-switch:before{content:"󰥾"}.dark .mdi-lightbulb:before{content:"󰌵"}.dark .mdi-lightbulb-cfl:before{content:"󱈈"}.dark .mdi-lightbulb-cfl-off:before{content:"󱈉"}.dark .mdi-lightbulb-cfl-spiral:before{content:"󱉵"}.dark .mdi-lightbulb-cfl-spiral-off:before{content:"󱋃"}.dark .mdi-lightbulb-group:before{content:"󱉓"}.dark .mdi-lightbulb-group-off:before{content:"󱋍"}.dark .mdi-lightbulb-group-off-outline:before{content:"󱋎"}.dark .mdi-lightbulb-group-outline:before{content:"󱉔"}.dark .mdi-lightbulb-multiple:before{content:"󱉕"}.dark .mdi-lightbulb-multiple-off:before{content:"󱋏"}.dark .mdi-lightbulb-multiple-off-outline:before{content:"󱋐"}.dark .mdi-lightbulb-multiple-outline:before{content:"󱉖"}.dark .mdi-lightbulb-off:before{content:"󰹏"}.dark .mdi-lightbulb-off-outline:before{content:"󰹐"}.dark .mdi-lightbulb-on:before{content:"󰛨"}.dark .mdi-lightbulb-on-outline:before{content:"󰛩"}.dark .mdi-lightbulb-outline:before{content:"󰌶"}.dark .mdi-lighthouse:before{content:"󰧿"}.dark .mdi-lighthouse-on:before{content:"󰨀"}.dark .mdi-link:before{content:"󰌷"}.dark .mdi-link-box:before{content:"󰴚"}.dark .mdi-link-box-outline:before{content:"󰴛"}.dark .mdi-link-box-variant:before{content:"󰴜"}.dark .mdi-link-box-variant-outline:before{content:"󰴝"}.dark .mdi-link-lock:before{content:"󱂺"}.dark .mdi-link-off:before{content:"󰌸"}.dark .mdi-link-plus:before{content:"󰲔"}.dark .mdi-link-variant:before{content:"󰌹"}.dark .mdi-link-variant-minus:before{content:"󱃿"}.dark .mdi-link-variant-off:before{content:"󰌺"}.dark .mdi-link-variant-plus:before{content:"󱄀"}.dark .mdi-link-variant-remove:before{content:"󱄁"}.dark .mdi-linkedin:before{content:"󰌻"}.dark .mdi-linux:before{content:"󰌽"}.dark .mdi-linux-mint:before{content:"󰣭"}.dark .mdi-lipstick:before{content:"󱎵"}.dark .mdi-litecoin:before{content:"󰩡"}.dark .mdi-loading:before{content:"󰝲"}.dark .mdi-location-enter:before{content:"󰿄"}.dark .mdi-location-exit:before{content:"󰿅"}.dark .mdi-lock:before{content:"󰌾"}.dark .mdi-lock-alert:before{content:"󰣮"}.dark .mdi-lock-check:before{content:"󱎚"}.dark .mdi-lock-clock:before{content:"󰥿"}.dark .mdi-lock-open:before{content:"󰌿"}.dark .mdi-lock-open-alert:before{content:"󱎛"}.dark .mdi-lock-open-check:before{content:"󱎜"}.dark .mdi-lock-open-outline:before{content:"󰍀"}.dark .mdi-lock-open-variant:before{content:"󰿆"}.dark .mdi-lock-open-variant-outline:before{content:"󰿇"}.dark .mdi-lock-outline:before{content:"󰍁"}.dark .mdi-lock-pattern:before{content:"󰛪"}.dark .mdi-lock-plus:before{content:"󰗻"}.dark .mdi-lock-question:before{content:"󰣯"}.dark .mdi-lock-reset:before{content:"󰝳"}.dark .mdi-lock-smart:before{content:"󰢲"}.dark .mdi-locker:before{content:"󰟗"}.dark .mdi-locker-multiple:before{content:"󰟘"}.dark .mdi-login:before{content:"󰍂"}.dark .mdi-login-variant:before{content:"󰗼"}.dark .mdi-logout:before{content:"󰍃"}.dark .mdi-logout-variant:before{content:"󰗽"}.dark .mdi-longitude:before{content:"󰽚"}.dark .mdi-looks:before{content:"󰍄"}.dark .mdi-loupe:before{content:"󰍅"}.dark .mdi-lumx:before{content:"󰍆"}.dark .mdi-lungs:before{content:"󱂄"}.dark .mdi-magnet:before{content:"󰍇"}.dark .mdi-magnet-on:before{content:"󰍈"}.dark .mdi-magnify:before{content:"󰍉"}.dark .mdi-magnify-close:before{content:"󰦀"}.dark .mdi-magnify-minus:before{content:"󰍊"}.dark .mdi-magnify-minus-cursor:before{content:"󰩢"}.dark .mdi-magnify-minus-outline:before{content:"󰛬"}.dark .mdi-magnify-plus:before{content:"󰍋"}.dark .mdi-magnify-plus-cursor:before{content:"󰩣"}.dark .mdi-magnify-plus-outline:before{content:"󰛭"}.dark .mdi-magnify-remove-cursor:before{content:"󱈌"}.dark .mdi-magnify-remove-outline:before{content:"󱈍"}.dark .mdi-magnify-scan:before{content:"󱉶"}.dark .mdi-mail:before{content:"󰺻"}.dark .mdi-mailbox:before{content:"󰛮"}.dark .mdi-mailbox-open:before{content:"󰶈"}.dark .mdi-mailbox-open-outline:before{content:"󰶉"}.dark .mdi-mailbox-open-up:before{content:"󰶊"}.dark .mdi-mailbox-open-up-outline:before{content:"󰶋"}.dark .mdi-mailbox-outline:before{content:"󰶌"}.dark .mdi-mailbox-up:before{content:"󰶍"}.dark .mdi-mailbox-up-outline:before{content:"󰶎"}.dark .mdi-map:before{content:"󰍍"}.dark .mdi-map-check:before{content:"󰺼"}.dark .mdi-map-check-outline:before{content:"󰺽"}.dark .mdi-map-clock:before{content:"󰴞"}.dark .mdi-map-clock-outline:before{content:"󰴟"}.dark .mdi-map-legend:before{content:"󰨁"}.dark .mdi-map-marker:before{content:"󰍎"}.dark .mdi-map-marker-alert:before{content:"󰼅"}.dark .mdi-map-marker-alert-outline:before{content:"󰼆"}.dark .mdi-map-marker-check:before{content:"󰲕"}.dark .mdi-map-marker-check-outline:before{content:"󱋻"}.dark .mdi-map-marker-circle:before{content:"󰍏"}.dark .mdi-map-marker-distance:before{content:"󰣰"}.dark .mdi-map-marker-down:before{content:"󱄂"}.dark .mdi-map-marker-left:before{content:"󱋛"}.dark .mdi-map-marker-left-outline:before{content:"󱋝"}.dark .mdi-map-marker-minus:before{content:"󰙐"}.dark .mdi-map-marker-minus-outline:before{content:"󱋹"}.dark .mdi-map-marker-multiple:before{content:"󰍐"}.dark .mdi-map-marker-multiple-outline:before{content:"󱉷"}.dark .mdi-map-marker-off:before{content:"󰍑"}.dark .mdi-map-marker-off-outline:before{content:"󱋽"}.dark .mdi-map-marker-outline:before{content:"󰟙"}.dark .mdi-map-marker-path:before{content:"󰴠"}.dark .mdi-map-marker-plus:before{content:"󰙑"}.dark .mdi-map-marker-plus-outline:before{content:"󱋸"}.dark .mdi-map-marker-question:before{content:"󰼇"}.dark .mdi-map-marker-question-outline:before{content:"󰼈"}.dark .mdi-map-marker-radius:before{content:"󰍒"}.dark .mdi-map-marker-radius-outline:before{content:"󱋼"}.dark .mdi-map-marker-remove:before{content:"󰼉"}.dark .mdi-map-marker-remove-outline:before{content:"󱋺"}.dark .mdi-map-marker-remove-variant:before{content:"󰼊"}.dark .mdi-map-marker-right:before{content:"󱋜"}.dark .mdi-map-marker-right-outline:before{content:"󱋞"}.dark .mdi-map-marker-up:before{content:"󱄃"}.dark .mdi-map-minus:before{content:"󰦁"}.dark .mdi-map-outline:before{content:"󰦂"}.dark .mdi-map-plus:before{content:"󰦃"}.dark .mdi-map-search:before{content:"󰦄"}.dark .mdi-map-search-outline:before{content:"󰦅"}.dark .mdi-mapbox:before{content:"󰮪"}.dark .mdi-margin:before{content:"󰍓"}.dark .mdi-marker:before{content:"󰙒"}.dark .mdi-marker-cancel:before{content:"󰷙"}.dark .mdi-marker-check:before{content:"󰍕"}.dark .mdi-mastodon:before{content:"󰫑"}.dark .mdi-material-design:before{content:"󰦆"}.dark .mdi-material-ui:before{content:"󰍗"}.dark .mdi-math-compass:before{content:"󰍘"}.dark .mdi-math-cos:before{content:"󰲖"}.dark .mdi-math-integral:before{content:"󰿈"}.dark .mdi-math-integral-box:before{content:"󰿉"}.dark .mdi-math-log:before{content:"󱂅"}.dark .mdi-math-norm:before{content:"󰿊"}.dark .mdi-math-norm-box:before{content:"󰿋"}.dark .mdi-math-sin:before{content:"󰲗"}.dark .mdi-math-tan:before{content:"󰲘"}.dark .mdi-matrix:before{content:"󰘨"}.dark .mdi-medal:before{content:"󰦇"}.dark .mdi-medal-outline:before{content:"󱌦"}.dark .mdi-medical-bag:before{content:"󰛯"}.dark .mdi-meditation:before{content:"󱅻"}.dark .mdi-memory:before{content:"󰍛"}.dark .mdi-menu:before{content:"󰍜"}.dark .mdi-menu-down:before{content:"󰍝"}.dark .mdi-menu-down-outline:before{content:"󰚶"}.dark .mdi-menu-left:before{content:"󰍞"}.dark .mdi-menu-left-outline:before{content:"󰨂"}.dark .mdi-menu-open:before{content:"󰮫"}.dark .mdi-menu-right:before{content:"󰍟"}.dark .mdi-menu-right-outline:before{content:"󰨃"}.dark .mdi-menu-swap:before{content:"󰩤"}.dark .mdi-menu-swap-outline:before{content:"󰩥"}.dark .mdi-menu-up:before{content:"󰍠"}.dark .mdi-menu-up-outline:before{content:"󰚷"}.dark .mdi-merge:before{content:"󰽜"}.dark .mdi-message:before{content:"󰍡"}.dark .mdi-message-alert:before{content:"󰍢"}.dark .mdi-message-alert-outline:before{content:"󰨄"}.dark .mdi-message-arrow-left:before{content:"󱋲"}.dark .mdi-message-arrow-left-outline:before{content:"󱋳"}.dark .mdi-message-arrow-right:before{content:"󱋴"}.dark .mdi-message-arrow-right-outline:before{content:"󱋵"}.dark .mdi-message-bulleted:before{content:"󰚢"}.dark .mdi-message-bulleted-off:before{content:"󰚣"}.dark .mdi-message-cog:before{content:"󰛱"}.dark .mdi-message-cog-outline:before{content:"󱅲"}.dark .mdi-message-draw:before{content:"󰍣"}.dark .mdi-message-image:before{content:"󰍤"}.dark .mdi-message-image-outline:before{content:"󱅬"}.dark .mdi-message-lock:before{content:"󰿌"}.dark .mdi-message-lock-outline:before{content:"󱅭"}.dark .mdi-message-minus:before{content:"󱅮"}.dark .mdi-message-minus-outline:before{content:"󱅯"}.dark .mdi-message-outline:before{content:"󰍥"}.dark .mdi-message-plus:before{content:"󰙓"}.dark .mdi-message-plus-outline:before{content:"󱂻"}.dark .mdi-message-processing:before{content:"󰍦"}.dark .mdi-message-processing-outline:before{content:"󱅰"}.dark .mdi-message-reply:before{content:"󰍧"}.dark .mdi-message-reply-text:before{content:"󰍨"}.dark .mdi-message-settings:before{content:"󰛰"}.dark .mdi-message-settings-outline:before{content:"󱅱"}.dark .mdi-message-text:before{content:"󰍩"}.dark .mdi-message-text-clock:before{content:"󱅳"}.dark .mdi-message-text-clock-outline:before{content:"󱅴"}.dark .mdi-message-text-lock:before{content:"󰿍"}.dark .mdi-message-text-lock-outline:before{content:"󱅵"}.dark .mdi-message-text-outline:before{content:"󰍪"}.dark .mdi-message-video:before{content:"󰍫"}.dark .mdi-meteor:before{content:"󰘩"}.dark .mdi-metronome:before{content:"󰟚"}.dark .mdi-metronome-tick:before{content:"󰟛"}.dark .mdi-micro-sd:before{content:"󰟜"}.dark .mdi-microphone:before{content:"󰍬"}.dark .mdi-microphone-minus:before{content:"󰢳"}.dark .mdi-microphone-off:before{content:"󰍭"}.dark .mdi-microphone-outline:before{content:"󰍮"}.dark .mdi-microphone-plus:before{content:"󰢴"}.dark .mdi-microphone-settings:before{content:"󰍯"}.dark .mdi-microphone-variant:before{content:"󰍰"}.dark .mdi-microphone-variant-off:before{content:"󰍱"}.dark .mdi-microscope:before{content:"󰙔"}.dark .mdi-microsoft:before{content:"󰍲"}.dark .mdi-microsoft-access:before{content:"󱎎"}.dark .mdi-microsoft-azure:before{content:"󰠅"}.dark .mdi-microsoft-azure-devops:before{content:"󰿕"}.dark .mdi-microsoft-bing:before{content:"󰂤"}.dark .mdi-microsoft-dynamics-365:before{content:"󰦈"}.dark .mdi-microsoft-edge:before{content:"󰇩"}.dark .mdi-microsoft-edge-legacy:before{content:"󱉐"}.dark .mdi-microsoft-excel:before{content:"󱎏"}.dark .mdi-microsoft-internet-explorer:before{content:"󰌀"}.dark .mdi-microsoft-office:before{content:"󰏆"}.dark .mdi-microsoft-onedrive:before{content:"󰏊"}.dark .mdi-microsoft-onenote:before{content:"󰝇"}.dark .mdi-microsoft-outlook:before{content:"󰴢"}.dark .mdi-microsoft-powerpoint:before{content:"󱎐"}.dark .mdi-microsoft-sharepoint:before{content:"󱎑"}.dark .mdi-microsoft-teams:before{content:"󰊻"}.dark .mdi-microsoft-visual-studio:before{content:"󰘐"}.dark .mdi-microsoft-visual-studio-code:before{content:"󰨞"}.dark .mdi-microsoft-windows:before{content:"󰖳"}.dark .mdi-microsoft-windows-classic:before{content:"󰨡"}.dark .mdi-microsoft-word:before{content:"󱎒"}.dark .mdi-microsoft-xbox:before{content:"󰖹"}.dark .mdi-microsoft-xbox-controller:before{content:"󰖺"}.dark .mdi-microsoft-xbox-controller-battery-alert:before{content:"󰝋"}.dark .mdi-microsoft-xbox-controller-battery-charging:before{content:"󰨢"}.dark .mdi-microsoft-xbox-controller-battery-empty:before{content:"󰝌"}.dark .mdi-microsoft-xbox-controller-battery-full:before{content:"󰝍"}.dark .mdi-microsoft-xbox-controller-battery-low:before{content:"󰝎"}.dark .mdi-microsoft-xbox-controller-battery-medium:before{content:"󰝏"}.dark .mdi-microsoft-xbox-controller-battery-unknown:before{content:"󰝐"}.dark .mdi-microsoft-xbox-controller-menu:before{content:"󰹯"}.dark .mdi-microsoft-xbox-controller-off:before{content:"󰖻"}.dark .mdi-microsoft-xbox-controller-view:before{content:"󰹰"}.dark .mdi-microsoft-yammer:before{content:"󰞉"}.dark .mdi-microwave:before{content:"󰲙"}.dark .mdi-middleware:before{content:"󰽝"}.dark .mdi-middleware-outline:before{content:"󰽞"}.dark .mdi-midi:before{content:"󰣱"}.dark .mdi-midi-port:before{content:"󰣲"}.dark .mdi-mine:before{content:"󰷚"}.dark .mdi-minecraft:before{content:"󰍳"}.dark .mdi-mini-sd:before{content:"󰨅"}.dark .mdi-minidisc:before{content:"󰨆"}.dark .mdi-minus:before{content:"󰍴"}.dark .mdi-minus-box:before{content:"󰍵"}.dark .mdi-minus-box-multiple:before{content:"󱅁"}.dark .mdi-minus-box-multiple-outline:before{content:"󱅂"}.dark .mdi-minus-box-outline:before{content:"󰛲"}.dark .mdi-minus-circle:before{content:"󰍶"}.dark .mdi-minus-circle-multiple:before{content:"󰍚"}.dark .mdi-minus-circle-multiple-outline:before{content:"󰫓"}.dark .mdi-minus-circle-outline:before{content:"󰍷"}.dark .mdi-minus-network:before{content:"󰍸"}.dark .mdi-minus-network-outline:before{content:"󰲚"}.dark .mdi-mirror:before{content:"󱇽"}.dark .mdi-mixed-martial-arts:before{content:"󰶏"}.dark .mdi-mixed-reality:before{content:"󰡿"}.dark .mdi-mixer:before{content:"󰟝"}.dark .mdi-molecule:before{content:"󰮬"}.dark .mdi-molecule-co:before{content:"󱋾"}.dark .mdi-molecule-co2:before{content:"󰟤"}.dark .mdi-monitor:before{content:"󰍹"}.dark .mdi-monitor-cellphone:before{content:"󰦉"}.dark .mdi-monitor-cellphone-star:before{content:"󰦊"}.dark .mdi-monitor-clean:before{content:"󱄄"}.dark .mdi-monitor-dashboard:before{content:"󰨇"}.dark .mdi-monitor-edit:before{content:"󱋆"}.dark .mdi-monitor-eye:before{content:"󱎴"}.dark .mdi-monitor-lock:before{content:"󰷛"}.dark .mdi-monitor-multiple:before{content:"󰍺"}.dark .mdi-monitor-off:before{content:"󰶐"}.dark .mdi-monitor-screenshot:before{content:"󰹑"}.dark .mdi-monitor-speaker:before{content:"󰽟"}.dark .mdi-monitor-speaker-off:before{content:"󰽠"}.dark .mdi-monitor-star:before{content:"󰷜"}.dark .mdi-moon-first-quarter:before{content:"󰽡"}.dark .mdi-moon-full:before{content:"󰽢"}.dark .mdi-moon-last-quarter:before{content:"󰽣"}.dark .mdi-moon-new:before{content:"󰽤"}.dark .mdi-moon-waning-crescent:before{content:"󰽥"}.dark .mdi-moon-waning-gibbous:before{content:"󰽦"}.dark .mdi-moon-waxing-crescent:before{content:"󰽧"}.dark .mdi-moon-waxing-gibbous:before{content:"󰽨"}.dark .mdi-moped:before{content:"󱂆"}.dark .mdi-more:before{content:"󰍻"}.dark .mdi-mother-heart:before{content:"󱌔"}.dark .mdi-mother-nurse:before{content:"󰴡"}.dark .mdi-motion-sensor:before{content:"󰶑"}.dark .mdi-motorbike:before{content:"󰍼"}.dark .mdi-mouse:before{content:"󰍽"}.dark .mdi-mouse-bluetooth:before{content:"󰦋"}.dark .mdi-mouse-off:before{content:"󰍾"}.dark .mdi-mouse-variant:before{content:"󰍿"}.dark .mdi-mouse-variant-off:before{content:"󰎀"}.dark .mdi-move-resize:before{content:"󰙕"}.dark .mdi-move-resize-variant:before{content:"󰙖"}.dark .mdi-movie:before{content:"󰎁"}.dark .mdi-movie-edit:before{content:"󱄢"}.dark .mdi-movie-edit-outline:before{content:"󱄣"}.dark .mdi-movie-filter:before{content:"󱄤"}.dark .mdi-movie-filter-outline:before{content:"󱄥"}.dark .mdi-movie-open:before{content:"󰿎"}.dark .mdi-movie-open-outline:before{content:"󰿏"}.dark .mdi-movie-outline:before{content:"󰷝"}.dark .mdi-movie-roll:before{content:"󰟞"}.dark .mdi-movie-search:before{content:"󱇒"}.dark .mdi-movie-search-outline:before{content:"󱇓"}.dark .mdi-muffin:before{content:"󰦌"}.dark .mdi-multiplication:before{content:"󰎂"}.dark .mdi-multiplication-box:before{content:"󰎃"}.dark .mdi-mushroom:before{content:"󰟟"}.dark .mdi-mushroom-outline:before{content:"󰟠"}.dark .mdi-music:before{content:"󰝚"}.dark .mdi-music-accidental-double-flat:before{content:"󰽩"}.dark .mdi-music-accidental-double-sharp:before{content:"󰽪"}.dark .mdi-music-accidental-flat:before{content:"󰽫"}.dark .mdi-music-accidental-natural:before{content:"󰽬"}.dark .mdi-music-accidental-sharp:before{content:"󰽭"}.dark .mdi-music-box:before{content:"󰎄"}.dark .mdi-music-box-multiple:before{content:"󰌳"}.dark .mdi-music-box-multiple-outline:before{content:"󰼄"}.dark .mdi-music-box-outline:before{content:"󰎅"}.dark .mdi-music-circle:before{content:"󰎆"}.dark .mdi-music-circle-outline:before{content:"󰫔"}.dark .mdi-music-clef-alto:before{content:"󰽮"}.dark .mdi-music-clef-bass:before{content:"󰽯"}.dark .mdi-music-clef-treble:before{content:"󰽰"}.dark .mdi-music-note:before{content:"󰎇"}.dark .mdi-music-note-bluetooth:before{content:"󰗾"}.dark .mdi-music-note-bluetooth-off:before{content:"󰗿"}.dark .mdi-music-note-eighth:before{content:"󰎈"}.dark .mdi-music-note-eighth-dotted:before{content:"󰽱"}.dark .mdi-music-note-half:before{content:"󰎉"}.dark .mdi-music-note-half-dotted:before{content:"󰽲"}.dark .mdi-music-note-off:before{content:"󰎊"}.dark .mdi-music-note-off-outline:before{content:"󰽳"}.dark .mdi-music-note-outline:before{content:"󰽴"}.dark .mdi-music-note-plus:before{content:"󰷞"}.dark .mdi-music-note-quarter:before{content:"󰎋"}.dark .mdi-music-note-quarter-dotted:before{content:"󰽵"}.dark .mdi-music-note-sixteenth:before{content:"󰎌"}.dark .mdi-music-note-sixteenth-dotted:before{content:"󰽶"}.dark .mdi-music-note-whole:before{content:"󰎍"}.dark .mdi-music-note-whole-dotted:before{content:"󰽷"}.dark .mdi-music-off:before{content:"󰝛"}.dark .mdi-music-rest-eighth:before{content:"󰽸"}.dark .mdi-music-rest-half:before{content:"󰽹"}.dark .mdi-music-rest-quarter:before{content:"󰽺"}.dark .mdi-music-rest-sixteenth:before{content:"󰽻"}.dark .mdi-music-rest-whole:before{content:"󰽼"}.dark .mdi-nail:before{content:"󰷟"}.dark .mdi-nas:before{content:"󰣳"}.dark .mdi-nativescript:before{content:"󰢀"}.dark .mdi-nature:before{content:"󰎎"}.dark .mdi-nature-people:before{content:"󰎏"}.dark .mdi-navigation:before{content:"󰎐"}.dark .mdi-near-me:before{content:"󰗍"}.dark .mdi-necklace:before{content:"󰼋"}.dark .mdi-needle:before{content:"󰎑"}.dark .mdi-netflix:before{content:"󰝆"}.dark .mdi-network:before{content:"󰛳"}.dark .mdi-network-off:before{content:"󰲛"}.dark .mdi-network-off-outline:before{content:"󰲜"}.dark .mdi-network-outline:before{content:"󰲝"}.dark .mdi-network-strength-1:before{content:"󰣴"}.dark .mdi-network-strength-1-alert:before{content:"󰣵"}.dark .mdi-network-strength-2:before{content:"󰣶"}.dark .mdi-network-strength-2-alert:before{content:"󰣷"}.dark .mdi-network-strength-3:before{content:"󰣸"}.dark .mdi-network-strength-3-alert:before{content:"󰣹"}.dark .mdi-network-strength-4:before{content:"󰣺"}.dark .mdi-network-strength-4-alert:before{content:"󰣻"}.dark .mdi-network-strength-off:before{content:"󰣼"}.dark .mdi-network-strength-off-outline:before{content:"󰣽"}.dark .mdi-network-strength-outline:before{content:"󰣾"}.dark .mdi-new-box:before{content:"󰎔"}.dark .mdi-newspaper:before{content:"󰎕"}.dark .mdi-newspaper-minus:before{content:"󰼌"}.dark .mdi-newspaper-plus:before{content:"󰼍"}.dark .mdi-newspaper-variant:before{content:"󱀁"}.dark .mdi-newspaper-variant-multiple:before{content:"󱀂"}.dark .mdi-newspaper-variant-multiple-outline:before{content:"󱀃"}.dark .mdi-newspaper-variant-outline:before{content:"󱀄"}.dark .mdi-nfc:before{content:"󰎖"}.dark .mdi-nfc-search-variant:before{content:"󰹓"}.dark .mdi-nfc-tap:before{content:"󰎗"}.dark .mdi-nfc-variant:before{content:"󰎘"}.dark .mdi-nfc-variant-off:before{content:"󰹔"}.dark .mdi-ninja:before{content:"󰝴"}.dark .mdi-nintendo-game-boy:before{content:"󱎓"}.dark .mdi-nintendo-switch:before{content:"󰟡"}.dark .mdi-nintendo-wii:before{content:"󰖫"}.dark .mdi-nintendo-wiiu:before{content:"󰜭"}.dark .mdi-nix:before{content:"󱄅"}.dark .mdi-nodejs:before{content:"󰎙"}.dark .mdi-noodles:before{content:"󱅾"}.dark .mdi-not-equal:before{content:"󰦍"}.dark .mdi-not-equal-variant:before{content:"󰦎"}.dark .mdi-note:before{content:"󰎚"}.dark .mdi-note-multiple:before{content:"󰚸"}.dark .mdi-note-multiple-outline:before{content:"󰚹"}.dark .mdi-note-outline:before{content:"󰎛"}.dark .mdi-note-plus:before{content:"󰎜"}.dark .mdi-note-plus-outline:before{content:"󰎝"}.dark .mdi-note-text:before{content:"󰎞"}.dark .mdi-note-text-outline:before{content:"󱇗"}.dark .mdi-notebook:before{content:"󰠮"}.dark .mdi-notebook-multiple:before{content:"󰹕"}.dark .mdi-notebook-outline:before{content:"󰺿"}.dark .mdi-notification-clear-all:before{content:"󰎟"}.dark .mdi-npm:before{content:"󰛷"}.dark .mdi-nuke:before{content:"󰚤"}.dark .mdi-null:before{content:"󰟢"}.dark .mdi-numeric:before{content:"󰎠"}.dark .mdi-numeric-0:before{content:"󰬹"}.dark .mdi-numeric-0-box:before{content:"󰎡"}.dark .mdi-numeric-0-box-multiple:before{content:"󰼎"}.dark .mdi-numeric-0-box-multiple-outline:before{content:"󰎢"}.dark .mdi-numeric-0-box-outline:before{content:"󰎣"}.dark .mdi-numeric-0-circle:before{content:"󰲞"}.dark .mdi-numeric-0-circle-outline:before{content:"󰲟"}.dark .mdi-numeric-1:before{content:"󰬺"}.dark .mdi-numeric-1-box:before{content:"󰎤"}.dark .mdi-numeric-1-box-multiple:before{content:"󰼏"}.dark .mdi-numeric-1-box-multiple-outline:before{content:"󰎥"}.dark .mdi-numeric-1-box-outline:before{content:"󰎦"}.dark .mdi-numeric-1-circle:before{content:"󰲠"}.dark .mdi-numeric-1-circle-outline:before{content:"󰲡"}.dark .mdi-numeric-10:before{content:"󰿩"}.dark .mdi-numeric-10-box:before{content:"󰽽"}.dark .mdi-numeric-10-box-multiple:before{content:"󰿪"}.dark .mdi-numeric-10-box-multiple-outline:before{content:"󰿫"}.dark .mdi-numeric-10-box-outline:before{content:"󰽾"}.dark .mdi-numeric-10-circle:before{content:"󰿬"}.dark .mdi-numeric-10-circle-outline:before{content:"󰿭"}.dark .mdi-numeric-2:before{content:"󰬻"}.dark .mdi-numeric-2-box:before{content:"󰎧"}.dark .mdi-numeric-2-box-multiple:before{content:"󰼐"}.dark .mdi-numeric-2-box-multiple-outline:before{content:"󰎨"}.dark .mdi-numeric-2-box-outline:before{content:"󰎩"}.dark .mdi-numeric-2-circle:before{content:"󰲢"}.dark .mdi-numeric-2-circle-outline:before{content:"󰲣"}.dark .mdi-numeric-3:before{content:"󰬼"}.dark .mdi-numeric-3-box:before{content:"󰎪"}.dark .mdi-numeric-3-box-multiple:before{content:"󰼑"}.dark .mdi-numeric-3-box-multiple-outline:before{content:"󰎫"}.dark .mdi-numeric-3-box-outline:before{content:"󰎬"}.dark .mdi-numeric-3-circle:before{content:"󰲤"}.dark .mdi-numeric-3-circle-outline:before{content:"󰲥"}.dark .mdi-numeric-4:before{content:"󰬽"}.dark .mdi-numeric-4-box:before{content:"󰎭"}.dark .mdi-numeric-4-box-multiple:before{content:"󰼒"}.dark .mdi-numeric-4-box-multiple-outline:before{content:"󰎲"}.dark .mdi-numeric-4-box-outline:before{content:"󰎮"}.dark .mdi-numeric-4-circle:before{content:"󰲦"}.dark .mdi-numeric-4-circle-outline:before{content:"󰲧"}.dark .mdi-numeric-5:before{content:"󰬾"}.dark .mdi-numeric-5-box:before{content:"󰎱"}.dark .mdi-numeric-5-box-multiple:before{content:"󰼓"}.dark .mdi-numeric-5-box-multiple-outline:before{content:"󰎯"}.dark .mdi-numeric-5-box-outline:before{content:"󰎰"}.dark .mdi-numeric-5-circle:before{content:"󰲨"}.dark .mdi-numeric-5-circle-outline:before{content:"󰲩"}.dark .mdi-numeric-6:before{content:"󰬿"}.dark .mdi-numeric-6-box:before{content:"󰎳"}.dark .mdi-numeric-6-box-multiple:before{content:"󰼔"}.dark .mdi-numeric-6-box-multiple-outline:before{content:"󰎴"}.dark .mdi-numeric-6-box-outline:before{content:"󰎵"}.dark .mdi-numeric-6-circle:before{content:"󰲪"}.dark .mdi-numeric-6-circle-outline:before{content:"󰲫"}.dark .mdi-numeric-7:before{content:"󰭀"}.dark .mdi-numeric-7-box:before{content:"󰎶"}.dark .mdi-numeric-7-box-multiple:before{content:"󰼕"}.dark .mdi-numeric-7-box-multiple-outline:before{content:"󰎷"}.dark .mdi-numeric-7-box-outline:before{content:"󰎸"}.dark .mdi-numeric-7-circle:before{content:"󰲬"}.dark .mdi-numeric-7-circle-outline:before{content:"󰲭"}.dark .mdi-numeric-8:before{content:"󰭁"}.dark .mdi-numeric-8-box:before{content:"󰎹"}.dark .mdi-numeric-8-box-multiple:before{content:"󰼖"}.dark .mdi-numeric-8-box-multiple-outline:before{content:"󰎺"}.dark .mdi-numeric-8-box-outline:before{content:"󰎻"}.dark .mdi-numeric-8-circle:before{content:"󰲮"}.dark .mdi-numeric-8-circle-outline:before{content:"󰲯"}.dark .mdi-numeric-9:before{content:"󰭂"}.dark .mdi-numeric-9-box:before{content:"󰎼"}.dark .mdi-numeric-9-box-multiple:before{content:"󰼗"}.dark .mdi-numeric-9-box-multiple-outline:before{content:"󰎽"}.dark .mdi-numeric-9-box-outline:before{content:"󰎾"}.dark .mdi-numeric-9-circle:before{content:"󰲰"}.dark .mdi-numeric-9-circle-outline:before{content:"󰲱"}.dark .mdi-numeric-9-plus:before{content:"󰿮"}.dark .mdi-numeric-9-plus-box:before{content:"󰎿"}.dark .mdi-numeric-9-plus-box-multiple:before{content:"󰼘"}.dark .mdi-numeric-9-plus-box-multiple-outline:before{content:"󰏀"}.dark .mdi-numeric-9-plus-box-outline:before{content:"󰏁"}.dark .mdi-numeric-9-plus-circle:before{content:"󰲲"}.dark .mdi-numeric-9-plus-circle-outline:before{content:"󰲳"}.dark .mdi-numeric-negative-1:before{content:"󱁒"}.dark .mdi-nut:before{content:"󰛸"}.dark .mdi-nutrition:before{content:"󰏂"}.dark .mdi-nuxt:before{content:"󱄆"}.dark .mdi-oar:before{content:"󰙼"}.dark .mdi-ocarina:before{content:"󰷠"}.dark .mdi-oci:before{content:"󱋩"}.dark .mdi-ocr:before{content:"󱄺"}.dark .mdi-octagon:before{content:"󰏃"}.dark .mdi-octagon-outline:before{content:"󰏄"}.dark .mdi-octagram:before{content:"󰛹"}.dark .mdi-octagram-outline:before{content:"󰝵"}.dark .mdi-odnoklassniki:before{content:"󰏅"}.dark .mdi-offer:before{content:"󱈛"}.dark .mdi-office-building:before{content:"󰦑"}.dark .mdi-oil:before{content:"󰏇"}.dark .mdi-oil-lamp:before{content:"󰼙"}.dark .mdi-oil-level:before{content:"󱁓"}.dark .mdi-oil-temperature:before{content:"󰿸"}.dark .mdi-omega:before{content:"󰏉"}.dark .mdi-one-up:before{content:"󰮭"}.dark .mdi-onepassword:before{content:"󰢁"}.dark .mdi-opacity:before{content:"󰗌"}.dark .mdi-open-in-app:before{content:"󰏋"}.dark .mdi-open-in-new:before{content:"󰏌"}.dark .mdi-open-source-initiative:before{content:"󰮮"}.dark .mdi-openid:before{content:"󰏍"}.dark .mdi-opera:before{content:"󰏎"}.dark .mdi-orbit:before{content:"󰀘"}.dark .mdi-order-alphabetical-ascending:before{content:"󰈍"}.dark .mdi-order-alphabetical-descending:before{content:"󰴇"}.dark .mdi-order-bool-ascending:before{content:"󰊾"}.dark .mdi-order-bool-ascending-variant:before{content:"󰦏"}.dark .mdi-order-bool-descending:before{content:"󱎄"}.dark .mdi-order-bool-descending-variant:before{content:"󰦐"}.dark .mdi-order-numeric-ascending:before{content:"󰕅"}.dark .mdi-order-numeric-descending:before{content:"󰕆"}.dark .mdi-origin:before{content:"󰭃"}.dark .mdi-ornament:before{content:"󰏏"}.dark .mdi-ornament-variant:before{content:"󰏐"}.dark .mdi-outdoor-lamp:before{content:"󱁔"}.dark .mdi-overscan:before{content:"󱀅"}.dark .mdi-owl:before{content:"󰏒"}.dark .mdi-pac-man:before{content:"󰮯"}.dark .mdi-package:before{content:"󰏓"}.dark .mdi-package-down:before{content:"󰏔"}.dark .mdi-package-up:before{content:"󰏕"}.dark .mdi-package-variant:before{content:"󰏖"}.dark .mdi-package-variant-closed:before{content:"󰏗"}.dark .mdi-page-first:before{content:"󰘀"}.dark .mdi-page-last:before{content:"󰘁"}.dark .mdi-page-layout-body:before{content:"󰛺"}.dark .mdi-page-layout-footer:before{content:"󰛻"}.dark .mdi-page-layout-header:before{content:"󰛼"}.dark .mdi-page-layout-header-footer:before{content:"󰽿"}.dark .mdi-page-layout-sidebar-left:before{content:"󰛽"}.dark .mdi-page-layout-sidebar-right:before{content:"󰛾"}.dark .mdi-page-next:before{content:"󰮰"}.dark .mdi-page-next-outline:before{content:"󰮱"}.dark .mdi-page-previous:before{content:"󰮲"}.dark .mdi-page-previous-outline:before{content:"󰮳"}.dark .mdi-palette:before{content:"󰏘"}.dark .mdi-palette-advanced:before{content:"󰏙"}.dark .mdi-palette-outline:before{content:"󰸌"}.dark .mdi-palette-swatch:before{content:"󰢵"}.dark .mdi-palette-swatch-outline:before{content:"󱍜"}.dark .mdi-palm-tree:before{content:"󱁕"}.dark .mdi-pan:before{content:"󰮴"}.dark .mdi-pan-bottom-left:before{content:"󰮵"}.dark .mdi-pan-bottom-right:before{content:"󰮶"}.dark .mdi-pan-down:before{content:"󰮷"}.dark .mdi-pan-horizontal:before{content:"󰮸"}.dark .mdi-pan-left:before{content:"󰮹"}.dark .mdi-pan-right:before{content:"󰮺"}.dark .mdi-pan-top-left:before{content:"󰮻"}.dark .mdi-pan-top-right:before{content:"󰮼"}.dark .mdi-pan-up:before{content:"󰮽"}.dark .mdi-pan-vertical:before{content:"󰮾"}.dark .mdi-panda:before{content:"󰏚"}.dark .mdi-pandora:before{content:"󰏛"}.dark .mdi-panorama:before{content:"󰏜"}.dark .mdi-panorama-fisheye:before{content:"󰏝"}.dark .mdi-panorama-horizontal:before{content:"󰏞"}.dark .mdi-panorama-vertical:before{content:"󰏟"}.dark .mdi-panorama-wide-angle:before{content:"󰏠"}.dark .mdi-paper-cut-vertical:before{content:"󰏡"}.dark .mdi-paper-roll:before{content:"󱅗"}.dark .mdi-paper-roll-outline:before{content:"󱅘"}.dark .mdi-paperclip:before{content:"󰏢"}.dark .mdi-parachute:before{content:"󰲴"}.dark .mdi-parachute-outline:before{content:"󰲵"}.dark .mdi-parking:before{content:"󰏣"}.dark .mdi-party-popper:before{content:"󱁖"}.dark .mdi-passport:before{content:"󰟣"}.dark .mdi-passport-biometric:before{content:"󰷡"}.dark .mdi-pasta:before{content:"󱅠"}.dark .mdi-patio-heater:before{content:"󰾀"}.dark .mdi-patreon:before{content:"󰢂"}.dark .mdi-pause:before{content:"󰏤"}.dark .mdi-pause-circle:before{content:"󰏥"}.dark .mdi-pause-circle-outline:before{content:"󰏦"}.dark .mdi-pause-octagon:before{content:"󰏧"}.dark .mdi-pause-octagon-outline:before{content:"󰏨"}.dark .mdi-paw:before{content:"󰏩"}.dark .mdi-paw-off:before{content:"󰙗"}.dark .mdi-pdf-box:before{content:"󰹖"}.dark .mdi-peace:before{content:"󰢄"}.dark .mdi-peanut:before{content:"󰿼"}.dark .mdi-peanut-off:before{content:"󰿽"}.dark .mdi-peanut-off-outline:before{content:"󰿿"}.dark .mdi-peanut-outline:before{content:"󰿾"}.dark .mdi-pen:before{content:"󰏪"}.dark .mdi-pen-lock:before{content:"󰷢"}.dark .mdi-pen-minus:before{content:"󰷣"}.dark .mdi-pen-off:before{content:"󰷤"}.dark .mdi-pen-plus:before{content:"󰷥"}.dark .mdi-pen-remove:before{content:"󰷦"}.dark .mdi-pencil:before{content:"󰏫"}.dark .mdi-pencil-box:before{content:"󰏬"}.dark .mdi-pencil-box-multiple:before{content:"󱅄"}.dark .mdi-pencil-box-multiple-outline:before{content:"󱅅"}.dark .mdi-pencil-box-outline:before{content:"󰏭"}.dark .mdi-pencil-circle:before{content:"󰛿"}.dark .mdi-pencil-circle-outline:before{content:"󰝶"}.dark .mdi-pencil-lock:before{content:"󰏮"}.dark .mdi-pencil-lock-outline:before{content:"󰷧"}.dark .mdi-pencil-minus:before{content:"󰷨"}.dark .mdi-pencil-minus-outline:before{content:"󰷩"}.dark .mdi-pencil-off:before{content:"󰏯"}.dark .mdi-pencil-off-outline:before{content:"󰷪"}.dark .mdi-pencil-outline:before{content:"󰲶"}.dark .mdi-pencil-plus:before{content:"󰷫"}.dark .mdi-pencil-plus-outline:before{content:"󰷬"}.dark .mdi-pencil-remove:before{content:"󰷭"}.dark .mdi-pencil-remove-outline:before{content:"󰷮"}.dark .mdi-pencil-ruler:before{content:"󱍓"}.dark .mdi-penguin:before{content:"󰻀"}.dark .mdi-pentagon:before{content:"󰜁"}.dark .mdi-pentagon-outline:before{content:"󰜀"}.dark .mdi-percent:before{content:"󰏰"}.dark .mdi-percent-outline:before{content:"󱉸"}.dark .mdi-periodic-table:before{content:"󰢶"}.dark .mdi-perspective-less:before{content:"󰴣"}.dark .mdi-perspective-more:before{content:"󰴤"}.dark .mdi-pharmacy:before{content:"󰏱"}.dark .mdi-phone:before{content:"󰏲"}.dark .mdi-phone-alert:before{content:"󰼚"}.dark .mdi-phone-alert-outline:before{content:"󱆎"}.dark .mdi-phone-bluetooth:before{content:"󰏳"}.dark .mdi-phone-bluetooth-outline:before{content:"󱆏"}.dark .mdi-phone-cancel:before{content:"󱂼"}.dark .mdi-phone-cancel-outline:before{content:"󱆐"}.dark .mdi-phone-check:before{content:"󱆩"}.dark .mdi-phone-check-outline:before{content:"󱆪"}.dark .mdi-phone-classic:before{content:"󰘂"}.dark .mdi-phone-classic-off:before{content:"󱉹"}.dark .mdi-phone-forward:before{content:"󰏴"}.dark .mdi-phone-forward-outline:before{content:"󱆑"}.dark .mdi-phone-hangup:before{content:"󰏵"}.dark .mdi-phone-hangup-outline:before{content:"󱆒"}.dark .mdi-phone-in-talk:before{content:"󰏶"}.dark .mdi-phone-in-talk-outline:before{content:"󱆂"}.dark .mdi-phone-incoming:before{content:"󰏷"}.dark .mdi-phone-incoming-outline:before{content:"󱆓"}.dark .mdi-phone-lock:before{content:"󰏸"}.dark .mdi-phone-lock-outline:before{content:"󱆔"}.dark .mdi-phone-log:before{content:"󰏹"}.dark .mdi-phone-log-outline:before{content:"󱆕"}.dark .mdi-phone-message:before{content:"󱆖"}.dark .mdi-phone-message-outline:before{content:"󱆗"}.dark .mdi-phone-minus:before{content:"󰙘"}.dark .mdi-phone-minus-outline:before{content:"󱆘"}.dark .mdi-phone-missed:before{content:"󰏺"}.dark .mdi-phone-missed-outline:before{content:"󱆥"}.dark .mdi-phone-off:before{content:"󰷯"}.dark .mdi-phone-off-outline:before{content:"󱆦"}.dark .mdi-phone-outgoing:before{content:"󰏻"}.dark .mdi-phone-outgoing-outline:before{content:"󱆙"}.dark .mdi-phone-outline:before{content:"󰷰"}.dark .mdi-phone-paused:before{content:"󰏼"}.dark .mdi-phone-paused-outline:before{content:"󱆚"}.dark .mdi-phone-plus:before{content:"󰙙"}.dark .mdi-phone-plus-outline:before{content:"󱆛"}.dark .mdi-phone-return:before{content:"󰠯"}.dark .mdi-phone-return-outline:before{content:"󱆜"}.dark .mdi-phone-ring:before{content:"󱆫"}.dark .mdi-phone-ring-outline:before{content:"󱆬"}.dark .mdi-phone-rotate-landscape:before{content:"󰢅"}.dark .mdi-phone-rotate-portrait:before{content:"󰢆"}.dark .mdi-phone-settings:before{content:"󰏽"}.dark .mdi-phone-settings-outline:before{content:"󱆝"}.dark .mdi-phone-voip:before{content:"󰏾"}.dark .mdi-pi:before{content:"󰏿"}.dark .mdi-pi-box:before{content:"󰐀"}.dark .mdi-pi-hole:before{content:"󰷱"}.dark .mdi-piano:before{content:"󰙽"}.dark .mdi-pickaxe:before{content:"󰢷"}.dark .mdi-picture-in-picture-bottom-right:before{content:"󰹗"}.dark .mdi-picture-in-picture-bottom-right-outline:before{content:"󰹘"}.dark .mdi-picture-in-picture-top-right:before{content:"󰹙"}.dark .mdi-picture-in-picture-top-right-outline:before{content:"󰹚"}.dark .mdi-pier:before{content:"󰢇"}.dark .mdi-pier-crane:before{content:"󰢈"}.dark .mdi-pig:before{content:"󰐁"}.dark .mdi-pig-variant:before{content:"󱀆"}.dark .mdi-piggy-bank:before{content:"󱀇"}.dark .mdi-pill:before{content:"󰐂"}.dark .mdi-pillar:before{content:"󰜂"}.dark .mdi-pin:before{content:"󰐃"}.dark .mdi-pin-off:before{content:"󰐄"}.dark .mdi-pin-off-outline:before{content:"󰤰"}.dark .mdi-pin-outline:before{content:"󰤱"}.dark .mdi-pine-tree:before{content:"󰐅"}.dark .mdi-pine-tree-box:before{content:"󰐆"}.dark .mdi-pinterest:before{content:"󰐇"}.dark .mdi-pinwheel:before{content:"󰫕"}.dark .mdi-pinwheel-outline:before{content:"󰫖"}.dark .mdi-pipe:before{content:"󰟥"}.dark .mdi-pipe-disconnected:before{content:"󰟦"}.dark .mdi-pipe-leak:before{content:"󰢉"}.dark .mdi-pipe-wrench:before{content:"󱍔"}.dark .mdi-pirate:before{content:"󰨈"}.dark .mdi-pistol:before{content:"󰜃"}.dark .mdi-piston:before{content:"󰢊"}.dark .mdi-pizza:before{content:"󰐉"}.dark .mdi-play:before{content:"󰐊"}.dark .mdi-play-box:before{content:"󱉺"}.dark .mdi-play-box-multiple:before{content:"󰴙"}.dark .mdi-play-box-outline:before{content:"󰐋"}.dark .mdi-play-circle:before{content:"󰐌"}.dark .mdi-play-circle-outline:before{content:"󰐍"}.dark .mdi-play-network:before{content:"󰢋"}.dark .mdi-play-network-outline:before{content:"󰲷"}.dark .mdi-play-outline:before{content:"󰼛"}.dark .mdi-play-pause:before{content:"󰐎"}.dark .mdi-play-protected-content:before{content:"󰐏"}.dark .mdi-play-speed:before{content:"󰣿"}.dark .mdi-playlist-check:before{content:"󰗇"}.dark .mdi-playlist-edit:before{content:"󰤀"}.dark .mdi-playlist-minus:before{content:"󰐐"}.dark .mdi-playlist-music:before{content:"󰲸"}.dark .mdi-playlist-music-outline:before{content:"󰲹"}.dark .mdi-playlist-play:before{content:"󰐑"}.dark .mdi-playlist-plus:before{content:"󰐒"}.dark .mdi-playlist-remove:before{content:"󰐓"}.dark .mdi-playlist-star:before{content:"󰷲"}.dark .mdi-plex:before{content:"󰚺"}.dark .mdi-plus:before{content:"󰐕"}.dark .mdi-plus-box:before{content:"󰐖"}.dark .mdi-plus-box-multiple:before{content:"󰌴"}.dark .mdi-plus-box-multiple-outline:before{content:"󱅃"}.dark .mdi-plus-box-outline:before{content:"󰜄"}.dark .mdi-plus-circle:before{content:"󰐗"}.dark .mdi-plus-circle-multiple:before{content:"󰍌"}.dark .mdi-plus-circle-multiple-outline:before{content:"󰐘"}.dark .mdi-plus-circle-outline:before{content:"󰐙"}.dark .mdi-plus-minus:before{content:"󰦒"}.dark .mdi-plus-minus-box:before{content:"󰦓"}.dark .mdi-plus-network:before{content:"󰐚"}.dark .mdi-plus-network-outline:before{content:"󰲺"}.dark .mdi-plus-one:before{content:"󰐛"}.dark .mdi-plus-outline:before{content:"󰜅"}.dark .mdi-plus-thick:before{content:"󱇬"}.dark .mdi-podcast:before{content:"󰦔"}.dark .mdi-podium:before{content:"󰴥"}.dark .mdi-podium-bronze:before{content:"󰴦"}.dark .mdi-podium-gold:before{content:"󰴧"}.dark .mdi-podium-silver:before{content:"󰴨"}.dark .mdi-point-of-sale:before{content:"󰶒"}.dark .mdi-pokeball:before{content:"󰐝"}.dark .mdi-pokemon-go:before{content:"󰨉"}.dark .mdi-poker-chip:before{content:"󰠰"}.dark .mdi-polaroid:before{content:"󰐞"}.dark .mdi-police-badge:before{content:"󱅧"}.dark .mdi-police-badge-outline:before{content:"󱅨"}.dark .mdi-poll:before{content:"󰐟"}.dark .mdi-poll-box:before{content:"󰐠"}.dark .mdi-poll-box-outline:before{content:"󱉻"}.dark .mdi-polymer:before{content:"󰐡"}.dark .mdi-pool:before{content:"󰘆"}.dark .mdi-popcorn:before{content:"󰐢"}.dark .mdi-post:before{content:"󱀈"}.dark .mdi-post-outline:before{content:"󱀉"}.dark .mdi-postage-stamp:before{content:"󰲻"}.dark .mdi-pot:before{content:"󰋥"}.dark .mdi-pot-mix:before{content:"󰙛"}.dark .mdi-pot-mix-outline:before{content:"󰙷"}.dark .mdi-pot-outline:before{content:"󰋿"}.dark .mdi-pot-steam:before{content:"󰙚"}.dark .mdi-pot-steam-outline:before{content:"󰌦"}.dark .mdi-pound:before{content:"󰐣"}.dark .mdi-pound-box:before{content:"󰐤"}.dark .mdi-pound-box-outline:before{content:"󱅿"}.dark .mdi-power:before{content:"󰐥"}.dark .mdi-power-cycle:before{content:"󰤁"}.dark .mdi-power-off:before{content:"󰤂"}.dark .mdi-power-on:before{content:"󰤃"}.dark .mdi-power-plug:before{content:"󰚥"}.dark .mdi-power-plug-off:before{content:"󰚦"}.dark .mdi-power-settings:before{content:"󰐦"}.dark .mdi-power-sleep:before{content:"󰤄"}.dark .mdi-power-socket:before{content:"󰐧"}.dark .mdi-power-socket-au:before{content:"󰤅"}.dark .mdi-power-socket-de:before{content:"󱄇"}.dark .mdi-power-socket-eu:before{content:"󰟧"}.dark .mdi-power-socket-fr:before{content:"󱄈"}.dark .mdi-power-socket-jp:before{content:"󱄉"}.dark .mdi-power-socket-uk:before{content:"󰟨"}.dark .mdi-power-socket-us:before{content:"󰟩"}.dark .mdi-power-standby:before{content:"󰤆"}.dark .mdi-powershell:before{content:"󰨊"}.dark .mdi-prescription:before{content:"󰜆"}.dark .mdi-presentation:before{content:"󰐨"}.dark .mdi-presentation-play:before{content:"󰐩"}.dark .mdi-printer:before{content:"󰐪"}.dark .mdi-printer-3d:before{content:"󰐫"}.dark .mdi-printer-3d-nozzle:before{content:"󰹛"}.dark .mdi-printer-3d-nozzle-alert:before{content:"󱇀"}.dark .mdi-printer-3d-nozzle-alert-outline:before{content:"󱇁"}.dark .mdi-printer-3d-nozzle-outline:before{content:"󰹜"}.dark .mdi-printer-alert:before{content:"󰐬"}.dark .mdi-printer-check:before{content:"󱅆"}.dark .mdi-printer-off:before{content:"󰹝"}.dark .mdi-printer-pos:before{content:"󱁗"}.dark .mdi-printer-settings:before{content:"󰜇"}.dark .mdi-printer-wireless:before{content:"󰨋"}.dark .mdi-priority-high:before{content:"󰘃"}.dark .mdi-priority-low:before{content:"󰘄"}.dark .mdi-professional-hexagon:before{content:"󰐭"}.dark .mdi-progress-alert:before{content:"󰲼"}.dark .mdi-progress-check:before{content:"󰦕"}.dark .mdi-progress-clock:before{content:"󰦖"}.dark .mdi-progress-close:before{content:"󱄊"}.dark .mdi-progress-download:before{content:"󰦗"}.dark .mdi-progress-upload:before{content:"󰦘"}.dark .mdi-progress-wrench:before{content:"󰲽"}.dark .mdi-projector:before{content:"󰐮"}.dark .mdi-projector-screen:before{content:"󰐯"}.dark .mdi-propane-tank:before{content:"󱍗"}.dark .mdi-propane-tank-outline:before{content:"󱍘"}.dark .mdi-protocol:before{content:"󰿘"}.dark .mdi-publish:before{content:"󰚧"}.dark .mdi-pulse:before{content:"󰐰"}.dark .mdi-pumpkin:before{content:"󰮿"}.dark .mdi-purse:before{content:"󰼜"}.dark .mdi-purse-outline:before{content:"󰼝"}.dark .mdi-puzzle:before{content:"󰐱"}.dark .mdi-puzzle-outline:before{content:"󰩦"}.dark .mdi-qi:before{content:"󰦙"}.dark .mdi-qqchat:before{content:"󰘅"}.dark .mdi-qrcode:before{content:"󰐲"}.dark .mdi-qrcode-edit:before{content:"󰢸"}.dark .mdi-qrcode-minus:before{content:"󱆌"}.dark .mdi-qrcode-plus:before{content:"󱆋"}.dark .mdi-qrcode-remove:before{content:"󱆍"}.dark .mdi-qrcode-scan:before{content:"󰐳"}.dark .mdi-quadcopter:before{content:"󰐴"}.dark .mdi-quality-high:before{content:"󰐵"}.dark .mdi-quality-low:before{content:"󰨌"}.dark .mdi-quality-medium:before{content:"󰨍"}.dark .mdi-quora:before{content:"󰴩"}.dark .mdi-rabbit:before{content:"󰤇"}.dark .mdi-racing-helmet:before{content:"󰶓"}.dark .mdi-racquetball:before{content:"󰶔"}.dark .mdi-radar:before{content:"󰐷"}.dark .mdi-radiator:before{content:"󰐸"}.dark .mdi-radiator-disabled:before{content:"󰫗"}.dark .mdi-radiator-off:before{content:"󰫘"}.dark .mdi-radio:before{content:"󰐹"}.dark .mdi-radio-am:before{content:"󰲾"}.dark .mdi-radio-fm:before{content:"󰲿"}.dark .mdi-radio-handheld:before{content:"󰐺"}.dark .mdi-radio-off:before{content:"󱈜"}.dark .mdi-radio-tower:before{content:"󰐻"}.dark .mdi-radioactive:before{content:"󰐼"}.dark .mdi-radioactive-off:before{content:"󰻁"}.dark .mdi-radiobox-blank:before{content:"󰐽"}.dark .mdi-radiobox-marked:before{content:"󰐾"}.dark .mdi-radius:before{content:"󰳀"}.dark .mdi-radius-outline:before{content:"󰳁"}.dark .mdi-railroad-light:before{content:"󰼞"}.dark .mdi-raspberry-pi:before{content:"󰐿"}.dark .mdi-ray-end:before{content:"󰑀"}.dark .mdi-ray-end-arrow:before{content:"󰑁"}.dark .mdi-ray-start:before{content:"󰑂"}.dark .mdi-ray-start-arrow:before{content:"󰑃"}.dark .mdi-ray-start-end:before{content:"󰑄"}.dark .mdi-ray-vertex:before{content:"󰑅"}.dark .mdi-react:before{content:"󰜈"}.dark .mdi-read:before{content:"󰑇"}.dark .mdi-receipt:before{content:"󰑉"}.dark .mdi-record:before{content:"󰑊"}.dark .mdi-record-circle:before{content:"󰻂"}.dark .mdi-record-circle-outline:before{content:"󰻃"}.dark .mdi-record-player:before{content:"󰦚"}.dark .mdi-record-rec:before{content:"󰑋"}.dark .mdi-rectangle:before{content:"󰹞"}.dark .mdi-rectangle-outline:before{content:"󰹟"}.dark .mdi-recycle:before{content:"󰑌"}.dark .mdi-recycle-variant:before{content:"󱎝"}.dark .mdi-reddit:before{content:"󰑍"}.dark .mdi-redhat:before{content:"󱄛"}.dark .mdi-redo:before{content:"󰑎"}.dark .mdi-redo-variant:before{content:"󰑏"}.dark .mdi-reflect-horizontal:before{content:"󰨎"}.dark .mdi-reflect-vertical:before{content:"󰨏"}.dark .mdi-refresh:before{content:"󰑐"}.dark .mdi-refresh-circle:before{content:"󱍷"}.dark .mdi-regex:before{content:"󰑑"}.dark .mdi-registered-trademark:before{content:"󰩧"}.dark .mdi-relative-scale:before{content:"󰑒"}.dark .mdi-reload:before{content:"󰑓"}.dark .mdi-reload-alert:before{content:"󱄋"}.dark .mdi-reminder:before{content:"󰢌"}.dark .mdi-remote:before{content:"󰑔"}.dark .mdi-remote-desktop:before{content:"󰢹"}.dark .mdi-remote-off:before{content:"󰻄"}.dark .mdi-remote-tv:before{content:"󰻅"}.dark .mdi-remote-tv-off:before{content:"󰻆"}.dark .mdi-rename-box:before{content:"󰑕"}.dark .mdi-reorder-horizontal:before{content:"󰚈"}.dark .mdi-reorder-vertical:before{content:"󰚉"}.dark .mdi-repeat:before{content:"󰑖"}.dark .mdi-repeat-off:before{content:"󰑗"}.dark .mdi-repeat-once:before{content:"󰑘"}.dark .mdi-replay:before{content:"󰑙"}.dark .mdi-reply:before{content:"󰑚"}.dark .mdi-reply-all:before{content:"󰑛"}.dark .mdi-reply-all-outline:before{content:"󰼟"}.dark .mdi-reply-circle:before{content:"󱆮"}.dark .mdi-reply-outline:before{content:"󰼠"}.dark .mdi-reproduction:before{content:"󰑜"}.dark .mdi-resistor:before{content:"󰭄"}.dark .mdi-resistor-nodes:before{content:"󰭅"}.dark .mdi-resize:before{content:"󰩨"}.dark .mdi-resize-bottom-right:before{content:"󰑝"}.dark .mdi-responsive:before{content:"󰑞"}.dark .mdi-restart:before{content:"󰜉"}.dark .mdi-restart-alert:before{content:"󱄌"}.dark .mdi-restart-off:before{content:"󰶕"}.dark .mdi-restore:before{content:"󰦛"}.dark .mdi-restore-alert:before{content:"󱄍"}.dark .mdi-rewind:before{content:"󰑟"}.dark .mdi-rewind-10:before{content:"󰴪"}.dark .mdi-rewind-30:before{content:"󰶖"}.dark .mdi-rewind-5:before{content:"󱇹"}.dark .mdi-rewind-outline:before{content:"󰜊"}.dark .mdi-rhombus:before{content:"󰜋"}.dark .mdi-rhombus-medium:before{content:"󰨐"}.dark .mdi-rhombus-outline:before{content:"󰜌"}.dark .mdi-rhombus-split:before{content:"󰨑"}.dark .mdi-ribbon:before{content:"󰑠"}.dark .mdi-rice:before{content:"󰟪"}.dark .mdi-ring:before{content:"󰟫"}.dark .mdi-rivet:before{content:"󰹠"}.dark .mdi-road:before{content:"󰑡"}.dark .mdi-road-variant:before{content:"󰑢"}.dark .mdi-robber:before{content:"󱁘"}.dark .mdi-robot:before{content:"󰚩"}.dark .mdi-robot-industrial:before{content:"󰭆"}.dark .mdi-robot-mower:before{content:"󱇷"}.dark .mdi-robot-mower-outline:before{content:"󱇳"}.dark .mdi-robot-vacuum:before{content:"󰜍"}.dark .mdi-robot-vacuum-variant:before{content:"󰤈"}.dark .mdi-rocket:before{content:"󰑣"}.dark .mdi-rocket-outline:before{content:"󱎯"}.dark .mdi-rodent:before{content:"󱌧"}.dark .mdi-roller-skate:before{content:"󰴫"}.dark .mdi-roller-skate-off:before{content:"󰅅"}.dark .mdi-rollerblade:before{content:"󰴬"}.dark .mdi-rollerblade-off:before{content:"󰀮"}.dark .mdi-rollupjs:before{content:"󰯀"}.dark .mdi-roman-numeral-1:before{content:"󱂈"}.dark .mdi-roman-numeral-10:before{content:"󱂑"}.dark .mdi-roman-numeral-2:before{content:"󱂉"}.dark .mdi-roman-numeral-3:before{content:"󱂊"}.dark .mdi-roman-numeral-4:before{content:"󱂋"}.dark .mdi-roman-numeral-5:before{content:"󱂌"}.dark .mdi-roman-numeral-6:before{content:"󱂍"}.dark .mdi-roman-numeral-7:before{content:"󱂎"}.dark .mdi-roman-numeral-8:before{content:"󱂏"}.dark .mdi-roman-numeral-9:before{content:"󱂐"}.dark .mdi-room-service:before{content:"󰢍"}.dark .mdi-room-service-outline:before{content:"󰶗"}.dark .mdi-rotate-3d:before{content:"󰻇"}.dark .mdi-rotate-3d-variant:before{content:"󰑤"}.dark .mdi-rotate-left:before{content:"󰑥"}.dark .mdi-rotate-left-variant:before{content:"󰑦"}.dark .mdi-rotate-orbit:before{content:"󰶘"}.dark .mdi-rotate-right:before{content:"󰑧"}.dark .mdi-rotate-right-variant:before{content:"󰑨"}.dark .mdi-rounded-corner:before{content:"󰘇"}.dark .mdi-router:before{content:"󱇢"}.dark .mdi-router-network:before{content:"󱂇"}.dark .mdi-router-wireless:before{content:"󰑩"}.dark .mdi-router-wireless-settings:before{content:"󰩩"}.dark .mdi-routes:before{content:"󰑪"}.dark .mdi-routes-clock:before{content:"󱁙"}.dark .mdi-rowing:before{content:"󰘈"}.dark .mdi-rss:before{content:"󰑫"}.dark .mdi-rss-box:before{content:"󰑬"}.dark .mdi-rss-off:before{content:"󰼡"}.dark .mdi-rugby:before{content:"󰶙"}.dark .mdi-ruler:before{content:"󰑭"}.dark .mdi-ruler-square:before{content:"󰳂"}.dark .mdi-ruler-square-compass:before{content:"󰺾"}.dark .mdi-run:before{content:"󰜎"}.dark .mdi-run-fast:before{content:"󰑮"}.dark .mdi-rv-truck:before{content:"󱇔"}.dark .mdi-sack:before{content:"󰴮"}.dark .mdi-sack-percent:before{content:"󰴯"}.dark .mdi-safe:before{content:"󰩪"}.dark .mdi-safe-square:before{content:"󱉼"}.dark .mdi-safe-square-outline:before{content:"󱉽"}.dark .mdi-safety-goggles:before{content:"󰴰"}.dark .mdi-sail-boat:before{content:"󰻈"}.dark .mdi-sale:before{content:"󰑯"}.dark .mdi-salesforce:before{content:"󰢎"}.dark .mdi-sass:before{content:"󰟬"}.dark .mdi-satellite:before{content:"󰑰"}.dark .mdi-satellite-uplink:before{content:"󰤉"}.dark .mdi-satellite-variant:before{content:"󰑱"}.dark .mdi-sausage:before{content:"󰢺"}.dark .mdi-saw-blade:before{content:"󰹡"}.dark .mdi-saxophone:before{content:"󰘉"}.dark .mdi-scale:before{content:"󰑲"}.dark .mdi-scale-balance:before{content:"󰗑"}.dark .mdi-scale-bathroom:before{content:"󰑳"}.dark .mdi-scale-off:before{content:"󱁚"}.dark .mdi-scanner:before{content:"󰚫"}.dark .mdi-scanner-off:before{content:"󰤊"}.dark .mdi-scatter-plot:before{content:"󰻉"}.dark .mdi-scatter-plot-outline:before{content:"󰻊"}.dark .mdi-school:before{content:"󰑴"}.dark .mdi-school-outline:before{content:"󱆀"}.dark .mdi-scissors-cutting:before{content:"󰩫"}.dark .mdi-scooter:before{content:"󱇩"}.dark .mdi-scoreboard:before{content:"󱉾"}.dark .mdi-scoreboard-outline:before{content:"󱉿"}.dark .mdi-screen-rotation:before{content:"󰑵"}.dark .mdi-screen-rotation-lock:before{content:"󰑸"}.dark .mdi-screw-flat-top:before{content:"󰷳"}.dark .mdi-screw-lag:before{content:"󰷴"}.dark .mdi-screw-machine-flat-top:before{content:"󰷵"}.dark .mdi-screw-machine-round-top:before{content:"󰷶"}.dark .mdi-screw-round-top:before{content:"󰷷"}.dark .mdi-screwdriver:before{content:"󰑶"}.dark .mdi-script:before{content:"󰯁"}.dark .mdi-script-outline:before{content:"󰑷"}.dark .mdi-script-text:before{content:"󰯂"}.dark .mdi-script-text-outline:before{content:"󰯃"}.dark .mdi-sd:before{content:"󰑹"}.dark .mdi-seal:before{content:"󰑺"}.dark .mdi-seal-variant:before{content:"󰿙"}.dark .mdi-search-web:before{content:"󰜏"}.dark .mdi-seat:before{content:"󰳃"}.dark .mdi-seat-flat:before{content:"󰑻"}.dark .mdi-seat-flat-angled:before{content:"󰑼"}.dark .mdi-seat-individual-suite:before{content:"󰑽"}.dark .mdi-seat-legroom-extra:before{content:"󰑾"}.dark .mdi-seat-legroom-normal:before{content:"󰑿"}.dark .mdi-seat-legroom-reduced:before{content:"󰒀"}.dark .mdi-seat-outline:before{content:"󰳄"}.dark .mdi-seat-passenger:before{content:"󱉉"}.dark .mdi-seat-recline-extra:before{content:"󰒁"}.dark .mdi-seat-recline-normal:before{content:"󰒂"}.dark .mdi-seatbelt:before{content:"󰳅"}.dark .mdi-security:before{content:"󰒃"}.dark .mdi-security-network:before{content:"󰒄"}.dark .mdi-seed:before{content:"󰹢"}.dark .mdi-seed-outline:before{content:"󰹣"}.dark .mdi-segment:before{content:"󰻋"}.dark .mdi-select:before{content:"󰒅"}.dark .mdi-select-all:before{content:"󰒆"}.dark .mdi-select-color:before{content:"󰴱"}.dark .mdi-select-compare:before{content:"󰫙"}.dark .mdi-select-drag:before{content:"󰩬"}.dark .mdi-select-group:before{content:"󰾂"}.dark .mdi-select-inverse:before{content:"󰒇"}.dark .mdi-select-marker:before{content:"󱊀"}.dark .mdi-select-multiple:before{content:"󱊁"}.dark .mdi-select-multiple-marker:before{content:"󱊂"}.dark .mdi-select-off:before{content:"󰒈"}.dark .mdi-select-place:before{content:"󰿚"}.dark .mdi-select-search:before{content:"󱈄"}.dark .mdi-selection:before{content:"󰒉"}.dark .mdi-selection-drag:before{content:"󰩭"}.dark .mdi-selection-ellipse:before{content:"󰴲"}.dark .mdi-selection-ellipse-arrow-inside:before{content:"󰼢"}.dark .mdi-selection-marker:before{content:"󱊃"}.dark .mdi-selection-multiple-marker:before{content:"󱊄"}.dark .mdi-selection-mutliple:before{content:"󱊅"}.dark .mdi-selection-off:before{content:"󰝷"}.dark .mdi-selection-search:before{content:"󱈅"}.dark .mdi-semantic-web:before{content:"󱌖"}.dark .mdi-send:before{content:"󰒊"}.dark .mdi-send-check:before{content:"󱅡"}.dark .mdi-send-check-outline:before{content:"󱅢"}.dark .mdi-send-circle:before{content:"󰷸"}.dark .mdi-send-circle-outline:before{content:"󰷹"}.dark .mdi-send-clock:before{content:"󱅣"}.dark .mdi-send-clock-outline:before{content:"󱅤"}.dark .mdi-send-lock:before{content:"󰟭"}.dark .mdi-send-lock-outline:before{content:"󱅦"}.dark .mdi-send-outline:before{content:"󱅥"}.dark .mdi-serial-port:before{content:"󰙜"}.dark .mdi-server:before{content:"󰒋"}.dark .mdi-server-minus:before{content:"󰒌"}.dark .mdi-server-network:before{content:"󰒍"}.dark .mdi-server-network-off:before{content:"󰒎"}.dark .mdi-server-off:before{content:"󰒏"}.dark .mdi-server-plus:before{content:"󰒐"}.dark .mdi-server-remove:before{content:"󰒑"}.dark .mdi-server-security:before{content:"󰒒"}.dark .mdi-set-all:before{content:"󰝸"}.dark .mdi-set-center:before{content:"󰝹"}.dark .mdi-set-center-right:before{content:"󰝺"}.dark .mdi-set-left:before{content:"󰝻"}.dark .mdi-set-left-center:before{content:"󰝼"}.dark .mdi-set-left-right:before{content:"󰝽"}.dark .mdi-set-none:before{content:"󰝾"}.dark .mdi-set-right:before{content:"󰝿"}.dark .mdi-set-top-box:before{content:"󰦟"}.dark .mdi-settings-helper:before{content:"󰩮"}.dark .mdi-shaker:before{content:"󱄎"}.dark .mdi-shaker-outline:before{content:"󱄏"}.dark .mdi-shape:before{content:"󰠱"}.dark .mdi-shape-circle-plus:before{content:"󰙝"}.dark .mdi-shape-outline:before{content:"󰠲"}.dark .mdi-shape-oval-plus:before{content:"󱇺"}.dark .mdi-shape-plus:before{content:"󰒕"}.dark .mdi-shape-polygon-plus:before{content:"󰙞"}.dark .mdi-shape-rectangle-plus:before{content:"󰙟"}.dark .mdi-shape-square-plus:before{content:"󰙠"}.dark .mdi-share:before{content:"󰒖"}.dark .mdi-share-all:before{content:"󱇴"}.dark .mdi-share-all-outline:before{content:"󱇵"}.dark .mdi-share-circle:before{content:"󱆭"}.dark .mdi-share-off:before{content:"󰼣"}.dark .mdi-share-off-outline:before{content:"󰼤"}.dark .mdi-share-outline:before{content:"󰤲"}.dark .mdi-share-variant:before{content:"󰒗"}.dark .mdi-sheep:before{content:"󰳆"}.dark .mdi-shield:before{content:"󰒘"}.dark .mdi-shield-account:before{content:"󰢏"}.dark .mdi-shield-account-outline:before{content:"󰨒"}.dark .mdi-shield-airplane:before{content:"󰚻"}.dark .mdi-shield-airplane-outline:before{content:"󰳇"}.dark .mdi-shield-alert:before{content:"󰻌"}.dark .mdi-shield-alert-outline:before{content:"󰻍"}.dark .mdi-shield-car:before{content:"󰾃"}.dark .mdi-shield-check:before{content:"󰕥"}.dark .mdi-shield-check-outline:before{content:"󰳈"}.dark .mdi-shield-cross:before{content:"󰳉"}.dark .mdi-shield-cross-outline:before{content:"󰳊"}.dark .mdi-shield-edit:before{content:"󱆠"}.dark .mdi-shield-edit-outline:before{content:"󱆡"}.dark .mdi-shield-half:before{content:"󱍠"}.dark .mdi-shield-half-full:before{content:"󰞀"}.dark .mdi-shield-home:before{content:"󰚊"}.dark .mdi-shield-home-outline:before{content:"󰳋"}.dark .mdi-shield-key:before{content:"󰯄"}.dark .mdi-shield-key-outline:before{content:"󰯅"}.dark .mdi-shield-link-variant:before{content:"󰴳"}.dark .mdi-shield-link-variant-outline:before{content:"󰴴"}.dark .mdi-shield-lock:before{content:"󰦝"}.dark .mdi-shield-lock-outline:before{content:"󰳌"}.dark .mdi-shield-off:before{content:"󰦞"}.dark .mdi-shield-off-outline:before{content:"󰦜"}.dark .mdi-shield-outline:before{content:"󰒙"}.dark .mdi-shield-plus:before{content:"󰫚"}.dark .mdi-shield-plus-outline:before{content:"󰫛"}.dark .mdi-shield-refresh:before{content:"󰂪"}.dark .mdi-shield-refresh-outline:before{content:"󰇠"}.dark .mdi-shield-remove:before{content:"󰫜"}.dark .mdi-shield-remove-outline:before{content:"󰫝"}.dark .mdi-shield-search:before{content:"󰶚"}.dark .mdi-shield-star:before{content:"󱄻"}.dark .mdi-shield-star-outline:before{content:"󱄼"}.dark .mdi-shield-sun:before{content:"󱁝"}.dark .mdi-shield-sun-outline:before{content:"󱁞"}.dark .mdi-shield-sync:before{content:"󱆢"}.dark .mdi-shield-sync-outline:before{content:"󱆣"}.dark .mdi-ship-wheel:before{content:"󰠳"}.dark .mdi-shoe-formal:before{content:"󰭇"}.dark .mdi-shoe-heel:before{content:"󰭈"}.dark .mdi-shoe-print:before{content:"󰷺"}.dark .mdi-shopping:before{content:"󰒚"}.dark .mdi-shopping-music:before{content:"󰒛"}.dark .mdi-shopping-outline:before{content:"󱇕"}.dark .mdi-shopping-search:before{content:"󰾄"}.dark .mdi-shovel:before{content:"󰜐"}.dark .mdi-shovel-off:before{content:"󰜑"}.dark .mdi-shower:before{content:"󰦠"}.dark .mdi-shower-head:before{content:"󰦡"}.dark .mdi-shredder:before{content:"󰒜"}.dark .mdi-shuffle:before{content:"󰒝"}.dark .mdi-shuffle-disabled:before{content:"󰒞"}.dark .mdi-shuffle-variant:before{content:"󰒟"}.dark .mdi-shuriken:before{content:"󱍿"}.dark .mdi-sigma:before{content:"󰒠"}.dark .mdi-sigma-lower:before{content:"󰘫"}.dark .mdi-sign-caution:before{content:"󰒡"}.dark .mdi-sign-direction:before{content:"󰞁"}.dark .mdi-sign-direction-minus:before{content:"󱀀"}.dark .mdi-sign-direction-plus:before{content:"󰿜"}.dark .mdi-sign-direction-remove:before{content:"󰿝"}.dark .mdi-sign-real-estate:before{content:"󱄘"}.dark .mdi-sign-text:before{content:"󰞂"}.dark .mdi-signal:before{content:"󰒢"}.dark .mdi-signal-2g:before{content:"󰜒"}.dark .mdi-signal-3g:before{content:"󰜓"}.dark .mdi-signal-4g:before{content:"󰜔"}.dark .mdi-signal-5g:before{content:"󰩯"}.dark .mdi-signal-cellular-1:before{content:"󰢼"}.dark .mdi-signal-cellular-2:before{content:"󰢽"}.dark .mdi-signal-cellular-3:before{content:"󰢾"}.dark .mdi-signal-cellular-outline:before{content:"󰢿"}.dark .mdi-signal-distance-variant:before{content:"󰹤"}.dark .mdi-signal-hspa:before{content:"󰜕"}.dark .mdi-signal-hspa-plus:before{content:"󰜖"}.dark .mdi-signal-off:before{content:"󰞃"}.dark .mdi-signal-variant:before{content:"󰘊"}.dark .mdi-signature:before{content:"󰷻"}.dark .mdi-signature-freehand:before{content:"󰷼"}.dark .mdi-signature-image:before{content:"󰷽"}.dark .mdi-signature-text:before{content:"󰷾"}.dark .mdi-silo:before{content:"󰭉"}.dark .mdi-silverware:before{content:"󰒣"}.dark .mdi-silverware-clean:before{content:"󰿞"}.dark .mdi-silverware-fork:before{content:"󰒤"}.dark .mdi-silverware-fork-knife:before{content:"󰩰"}.dark .mdi-silverware-spoon:before{content:"󰒥"}.dark .mdi-silverware-variant:before{content:"󰒦"}.dark .mdi-sim:before{content:"󰒧"}.dark .mdi-sim-alert:before{content:"󰒨"}.dark .mdi-sim-off:before{content:"󰒩"}.dark .mdi-simple-icons:before{content:"󱌝"}.dark .mdi-sina-weibo:before{content:"󰫟"}.dark .mdi-sitemap:before{content:"󰒪"}.dark .mdi-size-l:before{content:"󱎦"}.dark .mdi-size-m:before{content:"󱎥"}.dark .mdi-size-s:before{content:"󱎤"}.dark .mdi-size-xl:before{content:"󱎧"}.dark .mdi-size-xs:before{content:"󱎣"}.dark .mdi-size-xxl:before{content:"󱎨"}.dark .mdi-size-xxs:before{content:"󱎢"}.dark .mdi-size-xxxl:before{content:"󱎩"}.dark .mdi-skate:before{content:"󰴵"}.dark .mdi-skew-less:before{content:"󰴶"}.dark .mdi-skew-more:before{content:"󰴷"}.dark .mdi-ski:before{content:"󱌄"}.dark .mdi-ski-cross-country:before{content:"󱌅"}.dark .mdi-ski-water:before{content:"󱌆"}.dark .mdi-skip-backward:before{content:"󰒫"}.dark .mdi-skip-backward-outline:before{content:"󰼥"}.dark .mdi-skip-forward:before{content:"󰒬"}.dark .mdi-skip-forward-outline:before{content:"󰼦"}.dark .mdi-skip-next:before{content:"󰒭"}.dark .mdi-skip-next-circle:before{content:"󰙡"}.dark .mdi-skip-next-circle-outline:before{content:"󰙢"}.dark .mdi-skip-next-outline:before{content:"󰼧"}.dark .mdi-skip-previous:before{content:"󰒮"}.dark .mdi-skip-previous-circle:before{content:"󰙣"}.dark .mdi-skip-previous-circle-outline:before{content:"󰙤"}.dark .mdi-skip-previous-outline:before{content:"󰼨"}.dark .mdi-skull:before{content:"󰚌"}.dark .mdi-skull-crossbones:before{content:"󰯆"}.dark .mdi-skull-crossbones-outline:before{content:"󰯇"}.dark .mdi-skull-outline:before{content:"󰯈"}.dark .mdi-skype:before{content:"󰒯"}.dark .mdi-skype-business:before{content:"󰒰"}.dark .mdi-slack:before{content:"󰒱"}.dark .mdi-slash-forward:before{content:"󰿟"}.dark .mdi-slash-forward-box:before{content:"󰿠"}.dark .mdi-sleep:before{content:"󰒲"}.dark .mdi-sleep-off:before{content:"󰒳"}.dark .mdi-slope-downhill:before{content:"󰷿"}.dark .mdi-slope-uphill:before{content:"󰸀"}.dark .mdi-slot-machine:before{content:"󱄔"}.dark .mdi-slot-machine-outline:before{content:"󱄕"}.dark .mdi-smart-card:before{content:"󱂽"}.dark .mdi-smart-card-outline:before{content:"󱂾"}.dark .mdi-smart-card-reader:before{content:"󱂿"}.dark .mdi-smart-card-reader-outline:before{content:"󱃀"}.dark .mdi-smog:before{content:"󰩱"}.dark .mdi-smoke-detector:before{content:"󰎒"}.dark .mdi-smoking:before{content:"󰒴"}.dark .mdi-smoking-off:before{content:"󰒵"}.dark .mdi-snapchat:before{content:"󰒶"}.dark .mdi-snowboard:before{content:"󱌇"}.dark .mdi-snowflake:before{content:"󰜗"}.dark .mdi-snowflake-alert:before{content:"󰼩"}.dark .mdi-snowflake-melt:before{content:"󱋋"}.dark .mdi-snowflake-variant:before{content:"󰼪"}.dark .mdi-snowman:before{content:"󰒷"}.dark .mdi-soccer:before{content:"󰒸"}.dark .mdi-soccer-field:before{content:"󰠴"}.dark .mdi-sofa:before{content:"󰒹"}.dark .mdi-solar-panel:before{content:"󰶛"}.dark .mdi-solar-panel-large:before{content:"󰶜"}.dark .mdi-solar-power:before{content:"󰩲"}.dark .mdi-soldering-iron:before{content:"󱂒"}.dark .mdi-solid:before{content:"󰚍"}.dark .mdi-sony-playstation:before{content:"󰐔"}.dark .mdi-sort:before{content:"󰒺"}.dark .mdi-sort-alphabetical-ascending:before{content:"󰖽"}.dark .mdi-sort-alphabetical-ascending-variant:before{content:"󱅈"}.dark .mdi-sort-alphabetical-descending:before{content:"󰖿"}.dark .mdi-sort-alphabetical-descending-variant:before{content:"󱅉"}.dark .mdi-sort-alphabetical-variant:before{content:"󰒻"}.dark .mdi-sort-ascending:before{content:"󰒼"}.dark .mdi-sort-bool-ascending:before{content:"󱎅"}.dark .mdi-sort-bool-ascending-variant:before{content:"󱎆"}.dark .mdi-sort-bool-descending:before{content:"󱎇"}.dark .mdi-sort-bool-descending-variant:before{content:"󱎈"}.dark .mdi-sort-descending:before{content:"󰒽"}.dark .mdi-sort-numeric-ascending:before{content:"󱎉"}.dark .mdi-sort-numeric-ascending-variant:before{content:"󰤍"}.dark .mdi-sort-numeric-descending:before{content:"󱎊"}.dark .mdi-sort-numeric-descending-variant:before{content:"󰫒"}.dark .mdi-sort-numeric-variant:before{content:"󰒾"}.dark .mdi-sort-reverse-variant:before{content:"󰌼"}.dark .mdi-sort-variant:before{content:"󰒿"}.dark .mdi-sort-variant-lock:before{content:"󰳍"}.dark .mdi-sort-variant-lock-open:before{content:"󰳎"}.dark .mdi-sort-variant-remove:before{content:"󱅇"}.dark .mdi-soundcloud:before{content:"󰓀"}.dark .mdi-source-branch:before{content:"󰘬"}.dark .mdi-source-commit:before{content:"󰜘"}.dark .mdi-source-commit-end:before{content:"󰜙"}.dark .mdi-source-commit-end-local:before{content:"󰜚"}.dark .mdi-source-commit-local:before{content:"󰜛"}.dark .mdi-source-commit-next-local:before{content:"󰜜"}.dark .mdi-source-commit-start:before{content:"󰜝"}.dark .mdi-source-commit-start-next-local:before{content:"󰜞"}.dark .mdi-source-fork:before{content:"󰓁"}.dark .mdi-source-merge:before{content:"󰘭"}.dark .mdi-source-pull:before{content:"󰓂"}.dark .mdi-source-repository:before{content:"󰳏"}.dark .mdi-source-repository-multiple:before{content:"󰳐"}.dark .mdi-soy-sauce:before{content:"󰟮"}.dark .mdi-spa:before{content:"󰳑"}.dark .mdi-spa-outline:before{content:"󰳒"}.dark .mdi-space-invaders:before{content:"󰯉"}.dark .mdi-space-station:before{content:"󱎃"}.dark .mdi-spade:before{content:"󰹥"}.dark .mdi-speaker:before{content:"󰓃"}.dark .mdi-speaker-bluetooth:before{content:"󰦢"}.dark .mdi-speaker-multiple:before{content:"󰴸"}.dark .mdi-speaker-off:before{content:"󰓄"}.dark .mdi-speaker-wireless:before{content:"󰜟"}.dark .mdi-speedometer:before{content:"󰓅"}.dark .mdi-speedometer-medium:before{content:"󰾅"}.dark .mdi-speedometer-slow:before{content:"󰾆"}.dark .mdi-spellcheck:before{content:"󰓆"}.dark .mdi-spider:before{content:"󱇪"}.dark .mdi-spider-thread:before{content:"󱇫"}.dark .mdi-spider-web:before{content:"󰯊"}.dark .mdi-spotify:before{content:"󰓇"}.dark .mdi-spotlight:before{content:"󰓈"}.dark .mdi-spotlight-beam:before{content:"󰓉"}.dark .mdi-spray:before{content:"󰙥"}.dark .mdi-spray-bottle:before{content:"󰫠"}.dark .mdi-sprinkler:before{content:"󱁟"}.dark .mdi-sprinkler-variant:before{content:"󱁠"}.dark .mdi-sprout:before{content:"󰹦"}.dark .mdi-sprout-outline:before{content:"󰹧"}.dark .mdi-square:before{content:"󰝤"}.dark .mdi-square-edit-outline:before{content:"󰤌"}.dark .mdi-square-medium:before{content:"󰨓"}.dark .mdi-square-medium-outline:before{content:"󰨔"}.dark .mdi-square-off:before{content:"󱋮"}.dark .mdi-square-off-outline:before{content:"󱋯"}.dark .mdi-square-outline:before{content:"󰝣"}.dark .mdi-square-root:before{content:"󰞄"}.dark .mdi-square-root-box:before{content:"󰦣"}.dark .mdi-square-small:before{content:"󰨕"}.dark .mdi-squeegee:before{content:"󰫡"}.dark .mdi-ssh:before{content:"󰣀"}.dark .mdi-stack-exchange:before{content:"󰘋"}.dark .mdi-stack-overflow:before{content:"󰓌"}.dark .mdi-stackpath:before{content:"󰍙"}.dark .mdi-stadium:before{content:"󰿹"}.dark .mdi-stadium-variant:before{content:"󰜠"}.dark .mdi-stairs:before{content:"󰓍"}.dark .mdi-stairs-box:before{content:"󱎞"}.dark .mdi-stairs-down:before{content:"󱊾"}.dark .mdi-stairs-up:before{content:"󱊽"}.dark .mdi-stamper:before{content:"󰴹"}.dark .mdi-standard-definition:before{content:"󰟯"}.dark .mdi-star:before{content:"󰓎"}.dark .mdi-star-box:before{content:"󰩳"}.dark .mdi-star-box-multiple:before{content:"󱊆"}.dark .mdi-star-box-multiple-outline:before{content:"󱊇"}.dark .mdi-star-box-outline:before{content:"󰩴"}.dark .mdi-star-circle:before{content:"󰓏"}.dark .mdi-star-circle-outline:before{content:"󰦤"}.dark .mdi-star-face:before{content:"󰦥"}.dark .mdi-star-four-points:before{content:"󰫢"}.dark .mdi-star-four-points-outline:before{content:"󰫣"}.dark .mdi-star-half:before{content:"󰉆"}.dark .mdi-star-half-full:before{content:"󰓐"}.dark .mdi-star-off:before{content:"󰓑"}.dark .mdi-star-outline:before{content:"󰓒"}.dark .mdi-star-three-points:before{content:"󰫤"}.dark .mdi-star-three-points-outline:before{content:"󰫥"}.dark .mdi-state-machine:before{content:"󱇯"}.dark .mdi-steam:before{content:"󰓓"}.dark .mdi-steering:before{content:"󰓔"}.dark .mdi-steering-off:before{content:"󰤎"}.dark .mdi-step-backward:before{content:"󰓕"}.dark .mdi-step-backward-2:before{content:"󰓖"}.dark .mdi-step-forward:before{content:"󰓗"}.dark .mdi-step-forward-2:before{content:"󰓘"}.dark .mdi-stethoscope:before{content:"󰓙"}.dark .mdi-sticker:before{content:"󱍤"}.dark .mdi-sticker-alert:before{content:"󱍥"}.dark .mdi-sticker-alert-outline:before{content:"󱍦"}.dark .mdi-sticker-check:before{content:"󱍧"}.dark .mdi-sticker-check-outline:before{content:"󱍨"}.dark .mdi-sticker-circle-outline:before{content:"󰗐"}.dark .mdi-sticker-emoji:before{content:"󰞅"}.dark .mdi-sticker-minus:before{content:"󱍩"}.dark .mdi-sticker-minus-outline:before{content:"󱍪"}.dark .mdi-sticker-outline:before{content:"󱍫"}.dark .mdi-sticker-plus:before{content:"󱍬"}.dark .mdi-sticker-plus-outline:before{content:"󱍭"}.dark .mdi-sticker-remove:before{content:"󱍮"}.dark .mdi-sticker-remove-outline:before{content:"󱍯"}.dark .mdi-stocking:before{content:"󰓚"}.dark .mdi-stomach:before{content:"󱂓"}.dark .mdi-stop:before{content:"󰓛"}.dark .mdi-stop-circle:before{content:"󰙦"}.dark .mdi-stop-circle-outline:before{content:"󰙧"}.dark .mdi-store:before{content:"󰓜"}.dark .mdi-store-24-hour:before{content:"󰓝"}.dark .mdi-store-outline:before{content:"󱍡"}.dark .mdi-storefront:before{content:"󰟇"}.dark .mdi-storefront-outline:before{content:"󱃁"}.dark .mdi-stove:before{content:"󰓞"}.dark .mdi-strategy:before{content:"󱇖"}.dark .mdi-stretch-to-page:before{content:"󰼫"}.dark .mdi-stretch-to-page-outline:before{content:"󰼬"}.dark .mdi-string-lights:before{content:"󱊺"}.dark .mdi-string-lights-off:before{content:"󱊻"}.dark .mdi-subdirectory-arrow-left:before{content:"󰘌"}.dark .mdi-subdirectory-arrow-right:before{content:"󰘍"}.dark .mdi-subtitles:before{content:"󰨖"}.dark .mdi-subtitles-outline:before{content:"󰨗"}.dark .mdi-subway:before{content:"󰚬"}.dark .mdi-subway-alert-variant:before{content:"󰶝"}.dark .mdi-subway-variant:before{content:"󰓟"}.dark .mdi-summit:before{content:"󰞆"}.dark .mdi-sunglasses:before{content:"󰓠"}.dark .mdi-surround-sound:before{content:"󰗅"}.dark .mdi-surround-sound-2-0:before{content:"󰟰"}.dark .mdi-surround-sound-3-1:before{content:"󰟱"}.dark .mdi-surround-sound-5-1:before{content:"󰟲"}.dark .mdi-surround-sound-7-1:before{content:"󰟳"}.dark .mdi-svg:before{content:"󰜡"}.dark .mdi-swap-horizontal:before{content:"󰓡"}.dark .mdi-swap-horizontal-bold:before{content:"󰯍"}.dark .mdi-swap-horizontal-circle:before{content:"󰿡"}.dark .mdi-swap-horizontal-circle-outline:before{content:"󰿢"}.dark .mdi-swap-horizontal-variant:before{content:"󰣁"}.dark .mdi-swap-vertical:before{content:"󰓢"}.dark .mdi-swap-vertical-bold:before{content:"󰯎"}.dark .mdi-swap-vertical-circle:before{content:"󰿣"}.dark .mdi-swap-vertical-circle-outline:before{content:"󰿤"}.dark .mdi-swap-vertical-variant:before{content:"󰣂"}.dark .mdi-swim:before{content:"󰓣"}.dark .mdi-switch:before{content:"󰓤"}.dark .mdi-sword:before{content:"󰓥"}.dark .mdi-sword-cross:before{content:"󰞇"}.dark .mdi-syllabary-hangul:before{content:"󱌳"}.dark .mdi-syllabary-hiragana:before{content:"󱌴"}.dark .mdi-syllabary-katakana:before{content:"󱌵"}.dark .mdi-syllabary-katakana-half-width:before{content:"󱌶"}.dark .mdi-symfony:before{content:"󰫦"}.dark .mdi-sync:before{content:"󰓦"}.dark .mdi-sync-alert:before{content:"󰓧"}.dark .mdi-sync-circle:before{content:"󱍸"}.dark .mdi-sync-off:before{content:"󰓨"}.dark .mdi-tab:before{content:"󰓩"}.dark .mdi-tab-minus:before{content:"󰭋"}.dark .mdi-tab-plus:before{content:"󰝜"}.dark .mdi-tab-remove:before{content:"󰭌"}.dark .mdi-tab-unselected:before{content:"󰓪"}.dark .mdi-table:before{content:"󰓫"}.dark .mdi-table-border:before{content:"󰨘"}.dark .mdi-table-chair:before{content:"󱁡"}.dark .mdi-table-column:before{content:"󰠵"}.dark .mdi-table-column-plus-after:before{content:"󰓬"}.dark .mdi-table-column-plus-before:before{content:"󰓭"}.dark .mdi-table-column-remove:before{content:"󰓮"}.dark .mdi-table-column-width:before{content:"󰓯"}.dark .mdi-table-edit:before{content:"󰓰"}.dark .mdi-table-eye:before{content:"󱂔"}.dark .mdi-table-furniture:before{content:"󰖼"}.dark .mdi-table-headers-eye:before{content:"󱈝"}.dark .mdi-table-headers-eye-off:before{content:"󱈞"}.dark .mdi-table-large:before{content:"󰓱"}.dark .mdi-table-large-plus:before{content:"󰾇"}.dark .mdi-table-large-remove:before{content:"󰾈"}.dark .mdi-table-merge-cells:before{content:"󰦦"}.dark .mdi-table-of-contents:before{content:"󰠶"}.dark .mdi-table-plus:before{content:"󰩵"}.dark .mdi-table-refresh:before{content:"󱎠"}.dark .mdi-table-remove:before{content:"󰩶"}.dark .mdi-table-row:before{content:"󰠷"}.dark .mdi-table-row-height:before{content:"󰓲"}.dark .mdi-table-row-plus-after:before{content:"󰓳"}.dark .mdi-table-row-plus-before:before{content:"󰓴"}.dark .mdi-table-row-remove:before{content:"󰓵"}.dark .mdi-table-search:before{content:"󰤏"}.dark .mdi-table-settings:before{content:"󰠸"}.dark .mdi-table-sync:before{content:"󱎡"}.dark .mdi-table-tennis:before{content:"󰹨"}.dark .mdi-tablet:before{content:"󰓶"}.dark .mdi-tablet-android:before{content:"󰓷"}.dark .mdi-tablet-cellphone:before{content:"󰦧"}.dark .mdi-tablet-dashboard:before{content:"󰻎"}.dark .mdi-tablet-ipad:before{content:"󰓸"}.dark .mdi-taco:before{content:"󰝢"}.dark .mdi-tag:before{content:"󰓹"}.dark .mdi-tag-faces:before{content:"󰓺"}.dark .mdi-tag-heart:before{content:"󰚋"}.dark .mdi-tag-heart-outline:before{content:"󰯏"}.dark .mdi-tag-minus:before{content:"󰤐"}.dark .mdi-tag-minus-outline:before{content:"󱈟"}.dark .mdi-tag-multiple:before{content:"󰓻"}.dark .mdi-tag-multiple-outline:before{content:"󱋷"}.dark .mdi-tag-off:before{content:"󱈠"}.dark .mdi-tag-off-outline:before{content:"󱈡"}.dark .mdi-tag-outline:before{content:"󰓼"}.dark .mdi-tag-plus:before{content:"󰜢"}.dark .mdi-tag-plus-outline:before{content:"󱈢"}.dark .mdi-tag-remove:before{content:"󰜣"}.dark .mdi-tag-remove-outline:before{content:"󱈣"}.dark .mdi-tag-text:before{content:"󱈤"}.dark .mdi-tag-text-outline:before{content:"󰓽"}.dark .mdi-tank:before{content:"󰴺"}.dark .mdi-tanker-truck:before{content:"󰿥"}.dark .mdi-tape-measure:before{content:"󰭍"}.dark .mdi-target:before{content:"󰓾"}.dark .mdi-target-account:before{content:"󰯐"}.dark .mdi-target-variant:before{content:"󰩷"}.dark .mdi-taxi:before{content:"󰓿"}.dark .mdi-tea:before{content:"󰶞"}.dark .mdi-tea-outline:before{content:"󰶟"}.dark .mdi-teach:before{content:"󰢐"}.dark .mdi-teamviewer:before{content:"󰔀"}.dark .mdi-telegram:before{content:"󰔁"}.dark .mdi-telescope:before{content:"󰭎"}.dark .mdi-television:before{content:"󰔂"}.dark .mdi-television-ambient-light:before{content:"󱍖"}.dark .mdi-television-box:before{content:"󰠹"}.dark .mdi-television-classic:before{content:"󰟴"}.dark .mdi-television-classic-off:before{content:"󰠺"}.dark .mdi-television-clean:before{content:"󱄐"}.dark .mdi-television-guide:before{content:"󰔃"}.dark .mdi-television-off:before{content:"󰠻"}.dark .mdi-television-pause:before{content:"󰾉"}.dark .mdi-television-play:before{content:"󰻏"}.dark .mdi-television-stop:before{content:"󰾊"}.dark .mdi-temperature-celsius:before{content:"󰔄"}.dark .mdi-temperature-fahrenheit:before{content:"󰔅"}.dark .mdi-temperature-kelvin:before{content:"󰔆"}.dark .mdi-tennis:before{content:"󰶠"}.dark .mdi-tennis-ball:before{content:"󰔇"}.dark .mdi-tent:before{content:"󰔈"}.dark .mdi-terraform:before{content:"󱁢"}.dark .mdi-terrain:before{content:"󰔉"}.dark .mdi-test-tube:before{content:"󰙨"}.dark .mdi-test-tube-empty:before{content:"󰤑"}.dark .mdi-test-tube-off:before{content:"󰤒"}.dark .mdi-text:before{content:"󰦨"}.dark .mdi-text-box:before{content:"󰈚"}.dark .mdi-text-box-check:before{content:"󰺦"}.dark .mdi-text-box-check-outline:before{content:"󰺧"}.dark .mdi-text-box-minus:before{content:"󰺨"}.dark .mdi-text-box-minus-outline:before{content:"󰺩"}.dark .mdi-text-box-multiple:before{content:"󰪷"}.dark .mdi-text-box-multiple-outline:before{content:"󰪸"}.dark .mdi-text-box-outline:before{content:"󰧭"}.dark .mdi-text-box-plus:before{content:"󰺪"}.dark .mdi-text-box-plus-outline:before{content:"󰺫"}.dark .mdi-text-box-remove:before{content:"󰺬"}.dark .mdi-text-box-remove-outline:before{content:"󰺭"}.dark .mdi-text-box-search:before{content:"󰺮"}.dark .mdi-text-box-search-outline:before{content:"󰺯"}.dark .mdi-text-recognition:before{content:"󱄽"}.dark .mdi-text-shadow:before{content:"󰙩"}.dark .mdi-text-short:before{content:"󰦩"}.dark .mdi-text-subject:before{content:"󰦪"}.dark .mdi-text-to-speech:before{content:"󰔊"}.dark .mdi-text-to-speech-off:before{content:"󰔋"}.dark .mdi-textarea:before{content:"󱂕"}.dark .mdi-textbox:before{content:"󰘎"}.dark .mdi-textbox-lock:before{content:"󱍝"}.dark .mdi-textbox-password:before{content:"󰟵"}.dark .mdi-texture:before{content:"󰔌"}.dark .mdi-texture-box:before{content:"󰿦"}.dark .mdi-theater:before{content:"󰔍"}.dark .mdi-theme-light-dark:before{content:"󰔎"}.dark .mdi-thermometer:before{content:"󰔏"}.dark .mdi-thermometer-alert:before{content:"󰸁"}.dark .mdi-thermometer-chevron-down:before{content:"󰸂"}.dark .mdi-thermometer-chevron-up:before{content:"󰸃"}.dark .mdi-thermometer-high:before{content:"󱃂"}.dark .mdi-thermometer-lines:before{content:"󰔐"}.dark .mdi-thermometer-low:before{content:"󱃃"}.dark .mdi-thermometer-minus:before{content:"󰸄"}.dark .mdi-thermometer-plus:before{content:"󰸅"}.dark .mdi-thermostat:before{content:"󰎓"}.dark .mdi-thermostat-box:before{content:"󰢑"}.dark .mdi-thought-bubble:before{content:"󰟶"}.dark .mdi-thought-bubble-outline:before{content:"󰟷"}.dark .mdi-thumb-down:before{content:"󰔑"}.dark .mdi-thumb-down-outline:before{content:"󰔒"}.dark .mdi-thumb-up:before{content:"󰔓"}.dark .mdi-thumb-up-outline:before{content:"󰔔"}.dark .mdi-thumbs-up-down:before{content:"󰔕"}.dark .mdi-ticket:before{content:"󰔖"}.dark .mdi-ticket-account:before{content:"󰔗"}.dark .mdi-ticket-confirmation:before{content:"󰔘"}.dark .mdi-ticket-confirmation-outline:before{content:"󱎪"}.dark .mdi-ticket-outline:before{content:"󰤓"}.dark .mdi-ticket-percent:before{content:"󰜤"}.dark .mdi-tie:before{content:"󰔙"}.dark .mdi-tilde:before{content:"󰜥"}.dark .mdi-timelapse:before{content:"󰔚"}.dark .mdi-timeline:before{content:"󰯑"}.dark .mdi-timeline-alert:before{content:"󰾕"}.dark .mdi-timeline-alert-outline:before{content:"󰾘"}.dark .mdi-timeline-clock:before{content:"󱇻"}.dark .mdi-timeline-clock-outline:before{content:"󱇼"}.dark .mdi-timeline-help:before{content:"󰾙"}.dark .mdi-timeline-help-outline:before{content:"󰾚"}.dark .mdi-timeline-outline:before{content:"󰯒"}.dark .mdi-timeline-plus:before{content:"󰾖"}.dark .mdi-timeline-plus-outline:before{content:"󰾗"}.dark .mdi-timeline-text:before{content:"󰯓"}.dark .mdi-timeline-text-outline:before{content:"󰯔"}.dark .mdi-timer:before{content:"󱎫"}.dark .mdi-timer-10:before{content:"󰔜"}.dark .mdi-timer-3:before{content:"󰔝"}.dark .mdi-timer-off:before{content:"󱎬"}.dark .mdi-timer-off-outline:before{content:"󰔞"}.dark .mdi-timer-outline:before{content:"󰔛"}.dark .mdi-timer-sand:before{content:"󰔟"}.dark .mdi-timer-sand-empty:before{content:"󰚭"}.dark .mdi-timer-sand-full:before{content:"󰞌"}.dark .mdi-timetable:before{content:"󰔠"}.dark .mdi-toaster:before{content:"󱁣"}.dark .mdi-toaster-off:before{content:"󱆷"}.dark .mdi-toaster-oven:before{content:"󰳓"}.dark .mdi-toggle-switch:before{content:"󰔡"}.dark .mdi-toggle-switch-off:before{content:"󰔢"}.dark .mdi-toggle-switch-off-outline:before{content:"󰨙"}.dark .mdi-toggle-switch-outline:before{content:"󰨚"}.dark .mdi-toilet:before{content:"󰦫"}.dark .mdi-toolbox:before{content:"󰦬"}.dark .mdi-toolbox-outline:before{content:"󰦭"}.dark .mdi-tools:before{content:"󱁤"}.dark .mdi-tooltip:before{content:"󰔣"}.dark .mdi-tooltip-account:before{content:"󰀌"}.dark .mdi-tooltip-edit:before{content:"󰔤"}.dark .mdi-tooltip-edit-outline:before{content:"󱋅"}.dark .mdi-tooltip-image:before{content:"󰔥"}.dark .mdi-tooltip-image-outline:before{content:"󰯕"}.dark .mdi-tooltip-outline:before{content:"󰔦"}.dark .mdi-tooltip-plus:before{content:"󰯖"}.dark .mdi-tooltip-plus-outline:before{content:"󰔧"}.dark .mdi-tooltip-text:before{content:"󰔨"}.dark .mdi-tooltip-text-outline:before{content:"󰯗"}.dark .mdi-tooth:before{content:"󰣃"}.dark .mdi-tooth-outline:before{content:"󰔩"}.dark .mdi-toothbrush:before{content:"󱄩"}.dark .mdi-toothbrush-electric:before{content:"󱄬"}.dark .mdi-toothbrush-paste:before{content:"󱄪"}.dark .mdi-tortoise:before{content:"󰴻"}.dark .mdi-toslink:before{content:"󱊸"}.dark .mdi-tournament:before{content:"󰦮"}.dark .mdi-tow-truck:before{content:"󰠼"}.dark .mdi-tower-beach:before{content:"󰚁"}.dark .mdi-tower-fire:before{content:"󰚂"}.dark .mdi-toy-brick:before{content:"󱊈"}.dark .mdi-toy-brick-marker:before{content:"󱊉"}.dark .mdi-toy-brick-marker-outline:before{content:"󱊊"}.dark .mdi-toy-brick-minus:before{content:"󱊋"}.dark .mdi-toy-brick-minus-outline:before{content:"󱊌"}.dark .mdi-toy-brick-outline:before{content:"󱊍"}.dark .mdi-toy-brick-plus:before{content:"󱊎"}.dark .mdi-toy-brick-plus-outline:before{content:"󱊏"}.dark .mdi-toy-brick-remove:before{content:"󱊐"}.dark .mdi-toy-brick-remove-outline:before{content:"󱊑"}.dark .mdi-toy-brick-search:before{content:"󱊒"}.dark .mdi-toy-brick-search-outline:before{content:"󱊓"}.dark .mdi-track-light:before{content:"󰤔"}.dark .mdi-trackpad:before{content:"󰟸"}.dark .mdi-trackpad-lock:before{content:"󰤳"}.dark .mdi-tractor:before{content:"󰢒"}.dark .mdi-trademark:before{content:"󰩸"}.dark .mdi-traffic-cone:before{content:"󱍼"}.dark .mdi-traffic-light:before{content:"󰔫"}.dark .mdi-train:before{content:"󰔬"}.dark .mdi-train-car:before{content:"󰯘"}.dark .mdi-train-variant:before{content:"󰣄"}.dark .mdi-tram:before{content:"󰔭"}.dark .mdi-tram-side:before{content:"󰿧"}.dark .mdi-transcribe:before{content:"󰔮"}.dark .mdi-transcribe-close:before{content:"󰔯"}.dark .mdi-transfer:before{content:"󱁥"}.dark .mdi-transfer-down:before{content:"󰶡"}.dark .mdi-transfer-left:before{content:"󰶢"}.dark .mdi-transfer-right:before{content:"󰔰"}.dark .mdi-transfer-up:before{content:"󰶣"}.dark .mdi-transit-connection:before{content:"󰴼"}.dark .mdi-transit-connection-variant:before{content:"󰴽"}.dark .mdi-transit-detour:before{content:"󰾋"}.dark .mdi-transit-transfer:before{content:"󰚮"}.dark .mdi-transition:before{content:"󰤕"}.dark .mdi-transition-masked:before{content:"󰤖"}.dark .mdi-translate:before{content:"󰗊"}.dark .mdi-translate-off:before{content:"󰸆"}.dark .mdi-transmission-tower:before{content:"󰴾"}.dark .mdi-trash-can:before{content:"󰩹"}.dark .mdi-trash-can-outline:before{content:"󰩺"}.dark .mdi-tray:before{content:"󱊔"}.dark .mdi-tray-alert:before{content:"󱊕"}.dark .mdi-tray-full:before{content:"󱊖"}.dark .mdi-tray-minus:before{content:"󱊗"}.dark .mdi-tray-plus:before{content:"󱊘"}.dark .mdi-tray-remove:before{content:"󱊙"}.dark .mdi-treasure-chest:before{content:"󰜦"}.dark .mdi-tree:before{content:"󰔱"}.dark .mdi-tree-outline:before{content:"󰹩"}.dark .mdi-trello:before{content:"󰔲"}.dark .mdi-trending-down:before{content:"󰔳"}.dark .mdi-trending-neutral:before{content:"󰔴"}.dark .mdi-trending-up:before{content:"󰔵"}.dark .mdi-triangle:before{content:"󰔶"}.dark .mdi-triangle-outline:before{content:"󰔷"}.dark .mdi-triforce:before{content:"󰯙"}.dark .mdi-trophy:before{content:"󰔸"}.dark .mdi-trophy-award:before{content:"󰔹"}.dark .mdi-trophy-broken:before{content:"󰶤"}.dark .mdi-trophy-outline:before{content:"󰔺"}.dark .mdi-trophy-variant:before{content:"󰔻"}.dark .mdi-trophy-variant-outline:before{content:"󰔼"}.dark .mdi-truck:before{content:"󰔽"}.dark .mdi-truck-check:before{content:"󰳔"}.dark .mdi-truck-check-outline:before{content:"󱊚"}.dark .mdi-truck-delivery:before{content:"󰔾"}.dark .mdi-truck-delivery-outline:before{content:"󱊛"}.dark .mdi-truck-fast:before{content:"󰞈"}.dark .mdi-truck-fast-outline:before{content:"󱊜"}.dark .mdi-truck-outline:before{content:"󱊝"}.dark .mdi-truck-trailer:before{content:"󰜧"}.dark .mdi-trumpet:before{content:"󱂖"}.dark .mdi-tshirt-crew:before{content:"󰩻"}.dark .mdi-tshirt-crew-outline:before{content:"󰔿"}.dark .mdi-tshirt-v:before{content:"󰩼"}.dark .mdi-tshirt-v-outline:before{content:"󰕀"}.dark .mdi-tumble-dryer:before{content:"󰤗"}.dark .mdi-tumble-dryer-alert:before{content:"󱆺"}.dark .mdi-tumble-dryer-off:before{content:"󱆻"}.dark .mdi-tune:before{content:"󰘮"}.dark .mdi-tune-vertical:before{content:"󰙪"}.dark .mdi-turnstile:before{content:"󰳕"}.dark .mdi-turnstile-outline:before{content:"󰳖"}.dark .mdi-turtle:before{content:"󰳗"}.dark .mdi-twitch:before{content:"󰕃"}.dark .mdi-twitter:before{content:"󰕄"}.dark .mdi-twitter-retweet:before{content:"󰕇"}.dark .mdi-two-factor-authentication:before{content:"󰦯"}.dark .mdi-typewriter:before{content:"󰼭"}.dark .mdi-ubisoft:before{content:"󰯚"}.dark .mdi-ubuntu:before{content:"󰕈"}.dark .mdi-ufo:before{content:"󱃄"}.dark .mdi-ufo-outline:before{content:"󱃅"}.dark .mdi-ultra-high-definition:before{content:"󰟹"}.dark .mdi-umbraco:before{content:"󰕉"}.dark .mdi-umbrella:before{content:"󰕊"}.dark .mdi-umbrella-closed:before{content:"󰦰"}.dark .mdi-umbrella-outline:before{content:"󰕋"}.dark .mdi-undo:before{content:"󰕌"}.dark .mdi-undo-variant:before{content:"󰕍"}.dark .mdi-unfold-less-horizontal:before{content:"󰕎"}.dark .mdi-unfold-less-vertical:before{content:"󰝠"}.dark .mdi-unfold-more-horizontal:before{content:"󰕏"}.dark .mdi-unfold-more-vertical:before{content:"󰝡"}.dark .mdi-ungroup:before{content:"󰕐"}.dark .mdi-unicode:before{content:"󰻐"}.dark .mdi-unity:before{content:"󰚯"}.dark .mdi-unreal:before{content:"󰦱"}.dark .mdi-untappd:before{content:"󰕑"}.dark .mdi-update:before{content:"󰚰"}.dark .mdi-upload:before{content:"󰕒"}.dark .mdi-upload-lock:before{content:"󱍳"}.dark .mdi-upload-lock-outline:before{content:"󱍴"}.dark .mdi-upload-multiple:before{content:"󰠽"}.dark .mdi-upload-network:before{content:"󰛶"}.dark .mdi-upload-network-outline:before{content:"󰳘"}.dark .mdi-upload-off:before{content:"󱃆"}.dark .mdi-upload-off-outline:before{content:"󱃇"}.dark .mdi-upload-outline:before{content:"󰸇"}.dark .mdi-usb:before{content:"󰕓"}.dark .mdi-usb-flash-drive:before{content:"󱊞"}.dark .mdi-usb-flash-drive-outline:before{content:"󱊟"}.dark .mdi-usb-port:before{content:"󱇰"}.dark .mdi-valve:before{content:"󱁦"}.dark .mdi-valve-closed:before{content:"󱁧"}.dark .mdi-valve-open:before{content:"󱁨"}.dark .mdi-van-passenger:before{content:"󰟺"}.dark .mdi-van-utility:before{content:"󰟻"}.dark .mdi-vanish:before{content:"󰟼"}.dark .mdi-vanity-light:before{content:"󱇡"}.dark .mdi-variable:before{content:"󰫧"}.dark .mdi-variable-box:before{content:"󱄑"}.dark .mdi-vector-arrange-above:before{content:"󰕔"}.dark .mdi-vector-arrange-below:before{content:"󰕕"}.dark .mdi-vector-bezier:before{content:"󰫨"}.dark .mdi-vector-circle:before{content:"󰕖"}.dark .mdi-vector-circle-variant:before{content:"󰕗"}.dark .mdi-vector-combine:before{content:"󰕘"}.dark .mdi-vector-curve:before{content:"󰕙"}.dark .mdi-vector-difference:before{content:"󰕚"}.dark .mdi-vector-difference-ab:before{content:"󰕛"}.dark .mdi-vector-difference-ba:before{content:"󰕜"}.dark .mdi-vector-ellipse:before{content:"󰢓"}.dark .mdi-vector-intersection:before{content:"󰕝"}.dark .mdi-vector-line:before{content:"󰕞"}.dark .mdi-vector-link:before{content:"󰿨"}.dark .mdi-vector-point:before{content:"󰕟"}.dark .mdi-vector-polygon:before{content:"󰕠"}.dark .mdi-vector-polyline:before{content:"󰕡"}.dark .mdi-vector-polyline-edit:before{content:"󱈥"}.dark .mdi-vector-polyline-minus:before{content:"󱈦"}.dark .mdi-vector-polyline-plus:before{content:"󱈧"}.dark .mdi-vector-polyline-remove:before{content:"󱈨"}.dark .mdi-vector-radius:before{content:"󰝊"}.dark .mdi-vector-rectangle:before{content:"󰗆"}.dark .mdi-vector-selection:before{content:"󰕢"}.dark .mdi-vector-square:before{content:"󰀁"}.dark .mdi-vector-triangle:before{content:"󰕣"}.dark .mdi-vector-union:before{content:"󰕤"}.dark .mdi-vhs:before{content:"󰨛"}.dark .mdi-vibrate:before{content:"󰕦"}.dark .mdi-vibrate-off:before{content:"󰳙"}.dark .mdi-video:before{content:"󰕧"}.dark .mdi-video-3d:before{content:"󰟽"}.dark .mdi-video-3d-variant:before{content:"󰻑"}.dark .mdi-video-4k-box:before{content:"󰠾"}.dark .mdi-video-account:before{content:"󰤙"}.dark .mdi-video-box:before{content:"󰃽"}.dark .mdi-video-box-off:before{content:"󰃾"}.dark .mdi-video-check:before{content:"󱁩"}.dark .mdi-video-check-outline:before{content:"󱁪"}.dark .mdi-video-image:before{content:"󰤚"}.dark .mdi-video-input-antenna:before{content:"󰠿"}.dark .mdi-video-input-component:before{content:"󰡀"}.dark .mdi-video-input-hdmi:before{content:"󰡁"}.dark .mdi-video-input-scart:before{content:"󰾌"}.dark .mdi-video-input-svideo:before{content:"󰡂"}.dark .mdi-video-minus:before{content:"󰦲"}.dark .mdi-video-minus-outline:before{content:"󰊺"}.dark .mdi-video-off:before{content:"󰕨"}.dark .mdi-video-off-outline:before{content:"󰯛"}.dark .mdi-video-outline:before{content:"󰯜"}.dark .mdi-video-plus:before{content:"󰦳"}.dark .mdi-video-plus-outline:before{content:"󰇓"}.dark .mdi-video-stabilization:before{content:"󰤛"}.dark .mdi-video-switch:before{content:"󰕩"}.dark .mdi-video-switch-outline:before{content:"󰞐"}.dark .mdi-video-vintage:before{content:"󰨜"}.dark .mdi-video-wireless:before{content:"󰻒"}.dark .mdi-video-wireless-outline:before{content:"󰻓"}.dark .mdi-view-agenda:before{content:"󰕪"}.dark .mdi-view-agenda-outline:before{content:"󱇘"}.dark .mdi-view-array:before{content:"󰕫"}.dark .mdi-view-carousel:before{content:"󰕬"}.dark .mdi-view-column:before{content:"󰕭"}.dark .mdi-view-comfy:before{content:"󰹪"}.dark .mdi-view-compact:before{content:"󰹫"}.dark .mdi-view-compact-outline:before{content:"󰹬"}.dark .mdi-view-dashboard:before{content:"󰕮"}.dark .mdi-view-dashboard-outline:before{content:"󰨝"}.dark .mdi-view-dashboard-variant:before{content:"󰡃"}.dark .mdi-view-day:before{content:"󰕯"}.dark .mdi-view-grid:before{content:"󰕰"}.dark .mdi-view-grid-outline:before{content:"󱇙"}.dark .mdi-view-grid-plus:before{content:"󰾍"}.dark .mdi-view-grid-plus-outline:before{content:"󱇚"}.dark .mdi-view-headline:before{content:"󰕱"}.dark .mdi-view-list:before{content:"󰕲"}.dark .mdi-view-module:before{content:"󰕳"}.dark .mdi-view-parallel:before{content:"󰜨"}.dark .mdi-view-quilt:before{content:"󰕴"}.dark .mdi-view-sequential:before{content:"󰜩"}.dark .mdi-view-split-horizontal:before{content:"󰯋"}.dark .mdi-view-split-vertical:before{content:"󰯌"}.dark .mdi-view-stream:before{content:"󰕵"}.dark .mdi-view-week:before{content:"󰕶"}.dark .mdi-vimeo:before{content:"󰕷"}.dark .mdi-violin:before{content:"󰘏"}.dark .mdi-virtual-reality:before{content:"󰢔"}.dark .mdi-vk:before{content:"󰕹"}.dark .mdi-vlc:before{content:"󰕼"}.dark .mdi-voice-off:before{content:"󰻔"}.dark .mdi-voicemail:before{content:"󰕽"}.dark .mdi-volleyball:before{content:"󰦴"}.dark .mdi-volume-high:before{content:"󰕾"}.dark .mdi-volume-low:before{content:"󰕿"}.dark .mdi-volume-medium:before{content:"󰖀"}.dark .mdi-volume-minus:before{content:"󰝞"}.dark .mdi-volume-mute:before{content:"󰝟"}.dark .mdi-volume-off:before{content:"󰖁"}.dark .mdi-volume-plus:before{content:"󰝝"}.dark .mdi-volume-source:before{content:"󱄠"}.dark .mdi-volume-variant-off:before{content:"󰸈"}.dark .mdi-volume-vibrate:before{content:"󱄡"}.dark .mdi-vote:before{content:"󰨟"}.dark .mdi-vote-outline:before{content:"󰨠"}.dark .mdi-vpn:before{content:"󰖂"}.dark .mdi-vuejs:before{content:"󰡄"}.dark .mdi-vuetify:before{content:"󰹭"}.dark .mdi-walk:before{content:"󰖃"}.dark .mdi-wall:before{content:"󰟾"}.dark .mdi-wall-sconce:before{content:"󰤜"}.dark .mdi-wall-sconce-flat:before{content:"󰤝"}.dark .mdi-wall-sconce-flat-variant:before{content:"󰐜"}.dark .mdi-wall-sconce-round:before{content:"󰝈"}.dark .mdi-wall-sconce-round-variant:before{content:"󰤞"}.dark .mdi-wallet:before{content:"󰖄"}.dark .mdi-wallet-giftcard:before{content:"󰖅"}.dark .mdi-wallet-membership:before{content:"󰖆"}.dark .mdi-wallet-outline:before{content:"󰯝"}.dark .mdi-wallet-plus:before{content:"󰾎"}.dark .mdi-wallet-plus-outline:before{content:"󰾏"}.dark .mdi-wallet-travel:before{content:"󰖇"}.dark .mdi-wallpaper:before{content:"󰸉"}.dark .mdi-wan:before{content:"󰖈"}.dark .mdi-wardrobe:before{content:"󰾐"}.dark .mdi-wardrobe-outline:before{content:"󰾑"}.dark .mdi-warehouse:before{content:"󰾁"}.dark .mdi-washing-machine:before{content:"󰜪"}.dark .mdi-washing-machine-alert:before{content:"󱆼"}.dark .mdi-washing-machine-off:before{content:"󱆽"}.dark .mdi-watch:before{content:"󰖉"}.dark .mdi-watch-export:before{content:"󰖊"}.dark .mdi-watch-export-variant:before{content:"󰢕"}.dark .mdi-watch-import:before{content:"󰖋"}.dark .mdi-watch-import-variant:before{content:"󰢖"}.dark .mdi-watch-variant:before{content:"󰢗"}.dark .mdi-watch-vibrate:before{content:"󰚱"}.dark .mdi-watch-vibrate-off:before{content:"󰳚"}.dark .mdi-water:before{content:"󰖌"}.dark .mdi-water-boiler:before{content:"󰾒"}.dark .mdi-water-boiler-alert:before{content:"󱆳"}.dark .mdi-water-boiler-off:before{content:"󱆴"}.dark .mdi-water-off:before{content:"󰖍"}.dark .mdi-water-outline:before{content:"󰸊"}.dark .mdi-water-percent:before{content:"󰖎"}.dark .mdi-water-polo:before{content:"󱊠"}.dark .mdi-water-pump:before{content:"󰖏"}.dark .mdi-water-pump-off:before{content:"󰾓"}.dark .mdi-water-well:before{content:"󱁫"}.dark .mdi-water-well-outline:before{content:"󱁬"}.dark .mdi-watermark:before{content:"󰘒"}.dark .mdi-wave:before{content:"󰼮"}.dark .mdi-waves:before{content:"󰞍"}.dark .mdi-waze:before{content:"󰯞"}.dark .mdi-weather-cloudy:before{content:"󰖐"}.dark .mdi-weather-cloudy-alert:before{content:"󰼯"}.dark .mdi-weather-cloudy-arrow-right:before{content:"󰹮"}.dark .mdi-weather-fog:before{content:"󰖑"}.dark .mdi-weather-hail:before{content:"󰖒"}.dark .mdi-weather-hazy:before{content:"󰼰"}.dark .mdi-weather-hurricane:before{content:"󰢘"}.dark .mdi-weather-lightning:before{content:"󰖓"}.dark .mdi-weather-lightning-rainy:before{content:"󰙾"}.dark .mdi-weather-night:before{content:"󰖔"}.dark .mdi-weather-night-partly-cloudy:before{content:"󰼱"}.dark .mdi-weather-partly-cloudy:before{content:"󰖕"}.dark .mdi-weather-partly-lightning:before{content:"󰼲"}.dark .mdi-weather-partly-rainy:before{content:"󰼳"}.dark .mdi-weather-partly-snowy:before{content:"󰼴"}.dark .mdi-weather-partly-snowy-rainy:before{content:"󰼵"}.dark .mdi-weather-pouring:before{content:"󰖖"}.dark .mdi-weather-rainy:before{content:"󰖗"}.dark .mdi-weather-snowy:before{content:"󰖘"}.dark .mdi-weather-snowy-heavy:before{content:"󰼶"}.dark .mdi-weather-snowy-rainy:before{content:"󰙿"}.dark .mdi-weather-sunny:before{content:"󰖙"}.dark .mdi-weather-sunny-alert:before{content:"󰼷"}.dark .mdi-weather-sunset:before{content:"󰖚"}.dark .mdi-weather-sunset-down:before{content:"󰖛"}.dark .mdi-weather-sunset-up:before{content:"󰖜"}.dark .mdi-weather-tornado:before{content:"󰼸"}.dark .mdi-weather-windy:before{content:"󰖝"}.dark .mdi-weather-windy-variant:before{content:"󰖞"}.dark .mdi-web:before{content:"󰖟"}.dark .mdi-web-box:before{content:"󰾔"}.dark .mdi-web-clock:before{content:"󱉊"}.dark .mdi-webcam:before{content:"󰖠"}.dark .mdi-webhook:before{content:"󰘯"}.dark .mdi-webpack:before{content:"󰜫"}.dark .mdi-webrtc:before{content:"󱉈"}.dark .mdi-wechat:before{content:"󰘑"}.dark .mdi-weight:before{content:"󰖡"}.dark .mdi-weight-gram:before{content:"󰴿"}.dark .mdi-weight-kilogram:before{content:"󰖢"}.dark .mdi-weight-lifter:before{content:"󱅝"}.dark .mdi-weight-pound:before{content:"󰦵"}.dark .mdi-whatsapp:before{content:"󰖣"}.dark .mdi-wheelchair-accessibility:before{content:"󰖤"}.dark .mdi-whistle:before{content:"󰦶"}.dark .mdi-whistle-outline:before{content:"󱊼"}.dark .mdi-white-balance-auto:before{content:"󰖥"}.dark .mdi-white-balance-incandescent:before{content:"󰖦"}.dark .mdi-white-balance-iridescent:before{content:"󰖧"}.dark .mdi-white-balance-sunny:before{content:"󰖨"}.dark .mdi-widgets:before{content:"󰜬"}.dark .mdi-widgets-outline:before{content:"󱍕"}.dark .mdi-wifi:before{content:"󰖩"}.dark .mdi-wifi-off:before{content:"󰖪"}.dark .mdi-wifi-star:before{content:"󰸋"}.dark .mdi-wifi-strength-1:before{content:"󰤟"}.dark .mdi-wifi-strength-1-alert:before{content:"󰤠"}.dark .mdi-wifi-strength-1-lock:before{content:"󰤡"}.dark .mdi-wifi-strength-2:before{content:"󰤢"}.dark .mdi-wifi-strength-2-alert:before{content:"󰤣"}.dark .mdi-wifi-strength-2-lock:before{content:"󰤤"}.dark .mdi-wifi-strength-3:before{content:"󰤥"}.dark .mdi-wifi-strength-3-alert:before{content:"󰤦"}.dark .mdi-wifi-strength-3-lock:before{content:"󰤧"}.dark .mdi-wifi-strength-4:before{content:"󰤨"}.dark .mdi-wifi-strength-4-alert:before{content:"󰤩"}.dark .mdi-wifi-strength-4-lock:before{content:"󰤪"}.dark .mdi-wifi-strength-alert-outline:before{content:"󰤫"}.dark .mdi-wifi-strength-lock-outline:before{content:"󰤬"}.dark .mdi-wifi-strength-off:before{content:"󰤭"}.dark .mdi-wifi-strength-off-outline:before{content:"󰤮"}.dark .mdi-wifi-strength-outline:before{content:"󰤯"}.dark .mdi-wikipedia:before{content:"󰖬"}.dark .mdi-wind-turbine:before{content:"󰶥"}.dark .mdi-window-close:before{content:"󰖭"}.dark .mdi-window-closed:before{content:"󰖮"}.dark .mdi-window-closed-variant:before{content:"󱇛"}.dark .mdi-window-maximize:before{content:"󰖯"}.dark .mdi-window-minimize:before{content:"󰖰"}.dark .mdi-window-open:before{content:"󰖱"}.dark .mdi-window-open-variant:before{content:"󱇜"}.dark .mdi-window-restore:before{content:"󰖲"}.dark .mdi-window-shutter:before{content:"󱄜"}.dark .mdi-window-shutter-alert:before{content:"󱄝"}.dark .mdi-window-shutter-open:before{content:"󱄞"}.dark .mdi-wiper:before{content:"󰫩"}.dark .mdi-wiper-wash:before{content:"󰶦"}.dark .mdi-wordpress:before{content:"󰖴"}.dark .mdi-wrap:before{content:"󰖶"}.dark .mdi-wrap-disabled:before{content:"󰯟"}.dark .mdi-wrench:before{content:"󰖷"}.dark .mdi-wrench-outline:before{content:"󰯠"}.dark .mdi-xamarin:before{content:"󰡅"}.dark .mdi-xamarin-outline:before{content:"󰡆"}.dark .mdi-xing:before{content:"󰖾"}.dark .mdi-xml:before{content:"󰗀"}.dark .mdi-xmpp:before{content:"󰟿"}.dark .mdi-y-combinator:before{content:"󰘤"}.dark .mdi-yahoo:before{content:"󰭏"}.dark .mdi-yeast:before{content:"󰗁"}.dark .mdi-yin-yang:before{content:"󰚀"}.dark .mdi-yoga:before{content:"󱅼"}.dark .mdi-youtube:before{content:"󰗃"}.dark .mdi-youtube-gaming:before{content:"󰡈"}.dark .mdi-youtube-studio:before{content:"󰡇"}.dark .mdi-youtube-subscription:before{content:"󰵀"}.dark .mdi-youtube-tv:before{content:"󰑈"}.dark .mdi-z-wave:before{content:"󰫪"}.dark .mdi-zend:before{content:"󰫫"}.dark .mdi-zigbee:before{content:"󰵁"}.dark .mdi-zip-box:before{content:"󰗄"}.dark .mdi-zip-box-outline:before{content:"󰿺"}.dark .mdi-zip-disk:before{content:"󰨣"}.dark .mdi-zodiac-aquarius:before{content:"󰩽"}.dark .mdi-zodiac-aries:before{content:"󰩾"}.dark .mdi-zodiac-cancer:before{content:"󰩿"}.dark .mdi-zodiac-capricorn:before{content:"󰪀"}.dark .mdi-zodiac-gemini:before{content:"󰪁"}.dark .mdi-zodiac-leo:before{content:"󰪂"}.dark .mdi-zodiac-libra:before{content:"󰪃"}.dark .mdi-zodiac-pisces:before{content:"󰪄"}.dark .mdi-zodiac-sagittarius:before{content:"󰪅"}.dark .mdi-zodiac-scorpio:before{content:"󰪆"}.dark .mdi-zodiac-taurus:before{content:"󰪇"}.dark .mdi-zodiac-virgo:before{content:"󰪈"}.dark .mdi-blank:before{content:"";visibility:hidden}.dark .mdi-18px.mdi-set,.dark .mdi-18px.mdi:before{font-size:18px}.dark .mdi-24px.mdi-set,.dark .mdi-24px.mdi:before{font-size:24px}.dark .mdi-36px.mdi-set,.dark .mdi-36px.mdi:before{font-size:36px}.dark .mdi-48px.mdi-set,.dark .mdi-48px.mdi:before{font-size:48px}.dark .mdi-dark:before{color:rgba(0,0,0,.54)}.dark .mdi-dark.mdi-inactive:before{color:rgba(0,0,0,.26)}.dark .mdi-light:before{color:#fff}.dark .mdi-light.mdi-inactive:before{color:hsla(0,0%,100%,.3)}.dark .mdi-rotate-45:before{transform:rotate(45deg)}.dark .mdi-rotate-90:before{transform:rotate(90deg)}.dark .mdi-rotate-135:before{transform:rotate(135deg)}.dark .mdi-rotate-180:before{transform:rotate(180deg)}.dark .mdi-rotate-225:before{transform:rotate(225deg)}.dark .mdi-rotate-270:before{transform:rotate(270deg)}.dark .mdi-rotate-315:before{transform:rotate(315deg)}.dark .mdi-flip-h:before{transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.dark .mdi-flip-v:before{transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.dark .mdi-spin:before{animation:mdi-spin 2s linear infinite}@keyframes mdi-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@font-face{font-family:"boxicons";font-weight:400;font-style:normal;src:url(/static/media/boxicons.06ab33ae.eot);src:url(/static/media/boxicons.06ab33ae.eot) format("embedded-opentype"),url(/static/media/boxicons.aeaf4ee6.woff2) format("woff2"),url(/static/media/boxicons.5bbebd73.woff) format("woff"),url(/static/media/boxicons.72589e16.ttf) format("truetype"),url(/static/media/boxicons.5e99edcb.svg) format("svg")}.dark .bx{font-family:"boxicons"!important;font-weight:400;font-style:normal;font-feature-settings:normal;font-variant:normal;line-height:1;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark .bx-ul{margin-left:2em;padding-left:0;list-style:none}.dark .bx-ul>li{position:relative}.dark .bx-ul .bx{font-size:inherit;line-height:inherit;position:absolute;left:-2em;width:2em;text-align:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes burst{0%{transform:scale(1);opacity:1}90%{transform:scale(1.5);opacity:0}}@keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes fade-left{0%{transform:translateX(0);opacity:1}75%{transform:translateX(-20px);opacity:0}}@keyframes fade-right{0%{transform:translateX(0);opacity:1}75%{transform:translateX(20px);opacity:0}}@keyframes fade-up{0%{transform:translateY(0);opacity:1}75%{transform:translateY(-20px);opacity:0}}@keyframes fade-down{0%{transform:translateY(0);opacity:1}75%{transform:translateY(20px);opacity:0}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.95,.95,.95) rotate(-10deg)}30%,50%,70%,90%{transform:scaleX(1) rotate(10deg)}40%,60%,80%{transform:rotate(-10deg)}to{transform:scaleX(1)}}.dark .bx-spin,.dark .bx-spin-hover:hover{animation:spin 2s linear infinite}.dark .bx-tada,.dark .bx-tada-hover:hover{animation:tada 1.5s ease infinite}.dark .bx-flashing,.dark .bx-flashing-hover:hover{animation:flashing 1.5s linear infinite}.dark .bx-burst,.dark .bx-burst-hover:hover{animation:burst 1.5s linear infinite}.dark .bx-fade-up,.dark .bx-fade-up-hover:hover{animation:fade-up 1.5s linear infinite}.dark .bx-fade-down,.dark .bx-fade-down-hover:hover{animation:fade-down 1.5s linear infinite}.dark .bx-fade-left,.dark .bx-fade-left-hover:hover{animation:fade-left 1.5s linear infinite}.dark .bx-fade-right,.dark .bx-fade-right-hover:hover{animation:fade-right 1.5s linear infinite}.dark .bx-xs{font-size:1rem!important}.dark .bx-sm{font-size:1.55rem!important}.dark .bx-md{font-size:2.25rem!important}.dark .bx-fw{font-size:1.2857142857em;line-height:.8em;width:1.2857142857em;height:.8em;margin-top:-.2em!important;vertical-align:middle}.dark .bx-lg{font-size:3rem!important}.dark .bx-pull-left{float:left;margin-right:.3em!important}.dark .bx-pull-right{float:right;margin-left:.3em!important}.dark .bx-rotate-90{transform:rotate(90deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"}.dark .bx-rotate-180{transform:rotate(180deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"}.dark .bx-rotate-270{transform:rotate(270deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"}.dark .bx-flip-horizontal{transform:scaleX(-1);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"}.dark .bx-flip-vertical{transform:scaleY(-1);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.dark .bx-border{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:.25em}.dark .bx-border-circle{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:50%}.dark .bxl-500px:before{content:""}.dark .bxl-adobe:before{content:""}.dark .bxl-airbnb:before{content:""}.dark .bxl-algolia:before{content:""}.dark .bxl-amazon:before{content:""}.dark .bxl-android:before{content:""}.dark .bxl-angular:before{content:""}.dark .bxl-apple:before{content:""}.dark .bxl-audible:before{content:""}.dark .bxl-baidu:before{content:""}.dark .bxl-behance:before{content:""}.dark .bxl-bing:before{content:""}.dark .bxl-bitcoin:before{content:""}.dark .bxl-blogger:before{content:""}.dark .bxl-bootstrap:before{content:""}.dark .bxl-chrome:before{content:""}.dark .bxl-codepen:before{content:""}.dark .bxl-creative-commons:before{content:""}.dark .bxl-css3:before{content:""}.dark .bxl-dailymotion:before{content:""}.dark .bxl-deviantart:before{content:""}.dark .bxl-dev-to:before{content:""}.dark .bxl-digg:before{content:""}.dark .bxl-digitalocean:before{content:""}.dark .bxl-discord:before{content:""}.dark .bxl-discourse:before{content:""}.dark .bxl-dribbble:before{content:""}.dark .bxl-dropbox:before{content:""}.dark .bxl-drupal:before{content:""}.dark .bxl-ebay:before{content:""}.dark .bxl-edge:before{content:""}.dark .bxl-etsy:before{content:""}.dark .bxl-facebook:before{content:""}.dark .bxl-facebook-circle:before{content:""}.dark .bxl-facebook-square:before{content:""}.dark .bxl-figma:before{content:""}.dark .bxl-firefox:before{content:""}.dark .bxl-flickr:before{content:""}.dark .bxl-flickr-square:before{content:""}.dark .bxl-foursquare:before{content:""}.dark .bxl-git:before{content:""}.dark .bxl-github:before{content:""}.dark .bxl-gitlab:before{content:""}.dark .bxl-google:before{content:""}.dark .bxl-google-plus:before{content:""}.dark .bxl-google-plus-circle:before{content:""}.dark .bxl-html5:before{content:""}.dark .bxl-imdb:before{content:""}.dark .bxl-instagram:before{content:""}.dark .bxl-instagram-alt:before{content:""}.dark .bxl-internet-explorer:before{content:""}.dark .bxl-invision:before{content:""}.dark .bxl-javascript:before{content:""}.dark .bxl-joomla:before{content:""}.dark .bxl-jquery:before{content:""}.dark .bxl-jsfiddle:before{content:""}.dark .bxl-kickstarter:before{content:""}.dark .bxl-less:before{content:""}.dark .bxl-linkedin:before{content:""}.dark .bxl-linkedin-square:before{content:""}.dark .bxl-magento:before{content:""}.dark .bxl-mailchimp:before{content:""}.dark .bxl-mastercard:before{content:""}.dark .bxl-medium:before{content:""}.dark .bxl-medium-old:before{content:""}.dark .bxl-medium-square:before{content:""}.dark .bxl-messenger:before{content:""}.dark .bxl-microsoft:before{content:""}.dark .bxl-nodejs:before{content:""}.dark .bxl-opera:before{content:""}.dark .bxl-patreon:before{content:""}.dark .bxl-paypal:before{content:""}.dark .bxl-periscope:before{content:""}.dark .bxl-pinterest:before{content:""}.dark .bxl-pinterest-alt:before{content:""}.dark .bxl-play-store:before{content:""}.dark .bxl-pocket:before{content:""}.dark .bxl-product-hunt:before{content:""}.dark .bxl-quora:before{content:""}.dark .bxl-react:before{content:""}.dark .bxl-redbubble:before{content:""}.dark .bxl-reddit:before{content:""}.dark .bxl-redux:before{content:""}.dark .bxl-sass:before{content:""}.dark .bxl-shopify:before{content:""}.dark .bxl-skype:before{content:""}.dark .bxl-slack:before{content:""}.dark .bxl-slack-old:before{content:""}.dark .bxl-snapchat:before{content:""}.dark .bxl-soundcloud:before{content:""}.dark .bxl-spotify:before{content:""}.dark .bxl-squarespace:before{content:""}.dark .bxl-stack-overflow:before{content:""}.dark .bxl-stripe:before{content:""}.dark .bxl-telegram:before{content:""}.dark .bxl-trello:before{content:""}.dark .bxl-tumblr:before{content:""}.dark .bxl-twitch:before{content:""}.dark .bxl-twitter:before{content:""}.dark .bxl-unsplash:before{content:""}.dark .bxl-vimeo:before{content:""}.dark .bxl-visa:before{content:""}.dark .bxl-vk:before{content:""}.dark .bxl-vuejs:before{content:""}.dark .bxl-whatsapp:before{content:""}.dark .bxl-whatsapp-square:before{content:""}.dark .bxl-wikipedia:before{content:""}.dark .bxl-windows:before{content:""}.dark .bxl-wix:before{content:""}.dark .bxl-wordpress:before{content:""}.dark .bxl-yahoo:before{content:""}.dark .bxl-yelp:before{content:""}.dark .bxl-youtube:before{content:""}.dark .bx-abacus:before{content:""}.dark .bx-accessibility:before{content:""}.dark .bx-add-to-queue:before{content:""}.dark .bx-adjust:before{content:""}.dark .bx-alarm:before{content:""}.dark .bx-alarm-add:before{content:""}.dark .bx-alarm-exclamation:before{content:""}.dark .bx-alarm-off:before{content:""}.dark .bx-alarm-snooze:before{content:""}.dark .bx-album:before{content:""}.dark .bx-align-justify:before{content:""}.dark .bx-align-left:before{content:""}.dark .bx-align-middle:before{content:""}.dark .bx-align-right:before{content:""}.dark .bx-analyse:before{content:""}.dark .bx-anchor:before{content:""}.dark .bx-angry:before{content:""}.dark .bx-aperture:before{content:""}.dark .bx-arch:before{content:""}.dark .bx-archive:before{content:""}.dark .bx-archive-in:before{content:""}.dark .bx-archive-out:before{content:""}.dark .bx-area:before{content:""}.dark .bx-arrow-back:before{content:""}.dark .bx-arrow-from-bottom:before{content:""}.dark .bx-arrow-from-left:before{content:""}.dark .bx-arrow-from-right:before{content:""}.dark .bx-arrow-from-top:before{content:""}.dark .bx-arrow-to-bottom:before{content:""}.dark .bx-arrow-to-left:before{content:""}.dark .bx-arrow-to-right:before{content:""}.dark .bx-arrow-to-top:before{content:""}.dark .bx-at:before{content:""}.dark .bx-atom:before{content:""}.dark .bx-award:before{content:""}.dark .bx-badge:before{content:""}.dark .bx-badge-check:before{content:""}.dark .bx-ball:before{content:""}.dark .bx-band-aid:before{content:""}.dark .bx-bar-chart:before{content:""}.dark .bx-bar-chart-alt:before{content:""}.dark .bx-bar-chart-alt-2:before{content:""}.dark .bx-bar-chart-square:before{content:""}.dark .bx-barcode:before{content:""}.dark .bx-barcode-reader:before{content:""}.dark .bx-baseball:before{content:""}.dark .bx-basket:before{content:""}.dark .bx-basketball:before{content:""}.dark .bx-bath:before{content:""}.dark .bx-battery:before{content:""}.dark .bx-bed:before{content:""}.dark .bx-been-here:before{content:""}.dark .bx-beer:before{content:""}.dark .bx-bell:before{content:""}.dark .bx-bell-minus:before{content:""}.dark .bx-bell-off:before{content:""}.dark .bx-bell-plus:before{content:""}.dark .bx-bible:before{content:""}.dark .bx-bitcoin:before{content:""}.dark .bx-blanket:before{content:""}.dark .bx-block:before{content:""}.dark .bx-bluetooth:before{content:""}.dark .bx-body:before{content:""}.dark .bx-bold:before{content:""}.dark .bx-bolt-circle:before{content:""}.dark .bx-bomb:before{content:""}.dark .bx-bone:before{content:""}.dark .bx-bong:before{content:""}.dark .bx-book:before{content:""}.dark .bx-book-add:before{content:""}.dark .bx-book-alt:before{content:""}.dark .bx-book-bookmark:before{content:""}.dark .bx-book-content:before{content:""}.dark .bx-book-heart:before{content:""}.dark .bx-bookmark:before{content:""}.dark .bx-bookmark-minus:before{content:""}.dark .bx-bookmark-plus:before{content:""}.dark .bx-bookmarks:before{content:""}.dark .bx-book-open:before{content:""}.dark .bx-book-reader:before{content:""}.dark .bx-border-all:before{content:""}.dark .bx-border-bottom:before{content:""}.dark .bx-border-inner:before{content:""}.dark .bx-border-left:before{content:""}.dark .bx-border-none:before{content:""}.dark .bx-border-outer:before{content:""}.dark .bx-border-radius:before{content:""}.dark .bx-border-right:before{content:""}.dark .bx-border-top:before{content:""}.dark .bx-bot:before{content:""}.dark .bx-bowling-ball:before{content:""}.dark .bx-box:before{content:""}.dark .bx-bracket:before{content:""}.dark .bx-braille:before{content:""}.dark .bx-brain:before{content:""}.dark .bx-briefcase:before{content:""}.dark .bx-briefcase-alt:before{content:""}.dark .bx-briefcase-alt-2:before{content:""}.dark .bx-brightness:before{content:""}.dark .bx-brightness-half:before{content:""}.dark .bx-broadcast:before{content:""}.dark .bx-brush:before{content:""}.dark .bx-brush-alt:before{content:""}.dark .bx-bug:before{content:""}.dark .bx-bug-alt:before{content:""}.dark .bx-building:before{content:""}.dark .bx-building-house:before{content:""}.dark .bx-buildings:before{content:""}.dark .bx-bulb:before{content:""}.dark .bx-bullseye:before{content:""}.dark .bx-buoy:before{content:""}.dark .bx-bus:before{content:""}.dark .bx-bus-school:before{content:""}.dark .bx-cabinet:before{content:""}.dark .bx-cake:before{content:""}.dark .bx-calculator:before{content:""}.dark .bx-calendar:before{content:""}.dark .bx-calendar-alt:before{content:""}.dark .bx-calendar-check:before{content:""}.dark .bx-calendar-edit:before{content:""}.dark .bx-calendar-event:before{content:""}.dark .bx-calendar-exclamation:before{content:""}.dark .bx-calendar-heart:before{content:""}.dark .bx-calendar-minus:before{content:""}.dark .bx-calendar-plus:before{content:""}.dark .bx-calendar-star:before{content:""}.dark .bx-calendar-week:before{content:""}.dark .bx-calendar-x:before{content:""}.dark .bx-camera:before{content:""}.dark .bx-camera-home:before{content:""}.dark .bx-camera-movie:before{content:""}.dark .bx-camera-off:before{content:""}.dark .bx-capsule:before{content:""}.dark .bx-captions:before{content:""}.dark .bx-car:before{content:""}.dark .bx-card:before{content:""}.dark .bx-caret-down:before{content:""}.dark .bx-caret-down-circle:before{content:""}.dark .bx-caret-down-square:before{content:""}.dark .bx-caret-left:before{content:""}.dark .bx-caret-left-circle:before{content:""}.dark .bx-caret-left-square:before{content:""}.dark .bx-caret-right:before{content:""}.dark .bx-caret-right-circle:before{content:""}.dark .bx-caret-right-square:before{content:""}.dark .bx-caret-up:before{content:""}.dark .bx-caret-up-circle:before{content:""}.dark .bx-caret-up-square:before{content:""}.dark .bx-carousel:before{content:""}.dark .bx-cart:before{content:""}.dark .bx-cart-alt:before{content:""}.dark .bx-cast:before{content:""}.dark .bx-cctv:before{content:""}.dark .bx-certification:before{content:""}.dark .bx-chair:before{content:""}.dark .bx-chalkboard:before{content:""}.dark .bx-chart:before{content:""}.dark .bx-chat:before{content:""}.dark .bx-check:before{content:""}.dark .bx-checkbox:before{content:""}.dark .bx-checkbox-checked:before{content:""}.dark .bx-checkbox-square:before{content:""}.dark .bx-check-circle:before{content:""}.dark .bx-check-double:before{content:""}.dark .bx-check-shield:before{content:""}.dark .bx-check-square:before{content:""}.dark .bx-chevron-down:before{content:""}.dark .bx-chevron-down-circle:before{content:""}.dark .bx-chevron-down-square:before{content:""}.dark .bx-chevron-left:before{content:""}.dark .bx-chevron-left-circle:before{content:""}.dark .bx-chevron-left-square:before{content:""}.dark .bx-chevron-right:before{content:""}.dark .bx-chevron-right-circle:before{content:""}.dark .bx-chevron-right-square:before{content:""}.dark .bx-chevrons-down:before{content:""}.dark .bx-chevrons-left:before{content:""}.dark .bx-chevrons-right:before{content:""}.dark .bx-chevrons-up:before{content:""}.dark .bx-chevron-up:before{content:""}.dark .bx-chevron-up-circle:before{content:""}.dark .bx-chevron-up-square:before{content:""}.dark .bx-chip:before{content:""}.dark .bx-church:before{content:""}.dark .bx-circle:before{content:""}.dark .bx-clinic:before{content:""}.dark .bx-clipboard:before{content:""}.dark .bx-closet:before{content:""}.dark .bx-cloud:before{content:""}.dark .bx-cloud-download:before{content:""}.dark .bx-cloud-drizzle:before{content:""}.dark .bx-cloud-lightning:before{content:""}.dark .bx-cloud-light-rain:before{content:""}.dark .bx-cloud-rain:before{content:""}.dark .bx-cloud-snow:before{content:""}.dark .bx-cloud-upload:before{content:""}.dark .bx-code:before{content:""}.dark .bx-code-alt:before{content:""}.dark .bx-code-block:before{content:""}.dark .bx-code-curly:before{content:""}.dark .bx-coffee:before{content:""}.dark .bx-coffee-togo:before{content:""}.dark .bx-cog:before{content:""}.dark .bx-coin:before{content:""}.dark .bx-coin-stack:before{content:""}.dark .bx-collapse:before{content:""}.dark .bx-collection:before{content:""}.dark .bx-color-fill:before{content:""}.dark .bx-columns:before{content:""}.dark .bx-command:before{content:""}.dark .bx-comment:before{content:""}.dark .bx-comment-add:before{content:""}.dark .bx-comment-check:before{content:""}.dark .bx-comment-detail:before{content:""}.dark .bx-comment-dots:before{content:""}.dark .bx-comment-edit:before{content:""}.dark .bx-comment-error:before{content:""}.dark .bx-comment-minus:before{content:""}.dark .bx-comment-x:before{content:""}.dark .bx-compass:before{content:""}.dark .bx-confused:before{content:""}.dark .bx-conversation:before{content:""}.dark .bx-cookie:before{content:""}.dark .bx-cool:before{content:""}.dark .bx-copy:before{content:""}.dark .bx-copy-alt:before{content:""}.dark .bx-copyright:before{content:""}.dark .bx-credit-card:before{content:""}.dark .bx-credit-card-alt:before{content:""}.dark .bx-credit-card-front:before{content:""}.dark .bx-crop:before{content:""}.dark .bx-crosshair:before{content:""}.dark .bx-crown:before{content:""}.dark .bx-cube:before{content:""}.dark .bx-cube-alt:before{content:""}.dark .bx-cuboid:before{content:""}.dark .bx-current-location:before{content:""}.dark .bx-customize:before{content:""}.dark .bx-cut:before{content:""}.dark .bx-cycling:before{content:""}.dark .bx-cylinder:before{content:""}.dark .bx-data:before{content:""}.dark .bx-desktop:before{content:""}.dark .bx-detail:before{content:""}.dark .bx-devices:before{content:""}.dark .bx-dialpad:before{content:""}.dark .bx-dialpad-alt:before{content:""}.dark .bx-diamond:before{content:""}.dark .bx-dice-1:before{content:""}.dark .bx-dice-2:before{content:""}.dark .bx-dice-3:before{content:""}.dark .bx-dice-4:before{content:""}.dark .bx-dice-5:before{content:""}.dark .bx-dice-6:before{content:""}.dark .bx-directions:before{content:""}.dark .bx-disc:before{content:""}.dark .bx-dish:before{content:""}.dark .bx-dislike:before{content:""}.dark .bx-dizzy:before{content:""}.dark .bx-dna:before{content:""}.dark .bx-dock-bottom:before{content:""}.dark .bx-dock-left:before{content:""}.dark .bx-dock-right:before{content:""}.dark .bx-dock-top:before{content:""}.dark .bx-dollar:before{content:""}.dark .bx-dollar-circle:before{content:""}.dark .bx-donate-blood:before{content:""}.dark .bx-donate-heart:before{content:""}.dark .bx-door-open:before{content:""}.dark .bx-dots-horizontal:before{content:""}.dark .bx-dots-horizontal-rounded:before{content:""}.dark .bx-dots-vertical:before{content:""}.dark .bx-dots-vertical-rounded:before{content:""}.dark .bx-doughnut-chart:before{content:""}.dark .bx-down-arrow:before{content:""}.dark .bx-down-arrow-alt:before{content:""}.dark .bx-down-arrow-circle:before{content:""}.dark .bx-download:before{content:""}.dark .bx-downvote:before{content:""}.dark .bx-drink:before{content:""}.dark .bx-droplet:before{content:""}.dark .bx-dumbbell:before{content:""}.dark .bx-duplicate:before{content:""}.dark .bx-edit:before{content:""}.dark .bx-edit-alt:before{content:""}.dark .bx-envelope:before{content:""}.dark .bx-envelope-open:before{content:""}.dark .bx-equalizer:before{content:""}.dark .bx-eraser:before{content:""}.dark .bx-error:before{content:""}.dark .bx-error-alt:before{content:""}.dark .bx-error-circle:before{content:""}.dark .bx-euro:before{content:""}.dark .bx-exclude:before{content:""}.dark .bx-exit:before{content:""}.dark .bx-exit-fullscreen:before{content:""}.dark .bx-expand:before{content:""}.dark .bx-export:before{content:""}.dark .bx-extension:before{content:""}.dark .bx-face:before{content:""}.dark .bx-fast-forward:before{content:""}.dark .bx-fast-forward-circle:before{content:""}.dark .bx-female:before{content:""}.dark .bx-female-sign:before{content:""}.dark .bx-file:before{content:""}.dark .bx-file-blank:before{content:""}.dark .bx-file-find:before{content:""}.dark .bx-film:before{content:""}.dark .bx-filter:before{content:""}.dark .bx-filter-alt:before{content:""}.dark .bx-fingerprint:before{content:""}.dark .bx-first-aid:before{content:""}.dark .bx-first-page:before{content:""}.dark .bx-flag:before{content:""}.dark .bx-folder:before{content:""}.dark .bx-folder-minus:before{content:""}.dark .bx-folder-open:before{content:""}.dark .bx-folder-plus:before{content:""}.dark .bx-font:before{content:""}.dark .bx-font-color:before{content:""}.dark .bx-font-family:before{content:""}.dark .bx-font-size:before{content:""}.dark .bx-food-menu:before{content:""}.dark .bx-food-tag:before{content:""}.dark .bx-football:before{content:""}.dark .bx-fridge:before{content:""}.dark .bx-fullscreen:before{content:""}.dark .bx-game:before{content:""}.dark .bx-gas-pump:before{content:""}.dark .bx-ghost:before{content:""}.dark .bx-gift:before{content:""}.dark .bx-git-branch:before{content:""}.dark .bx-git-commit:before{content:""}.dark .bx-git-compare:before{content:""}.dark .bx-git-merge:before{content:""}.dark .bx-git-pull-request:before{content:""}.dark .bx-git-repo-forked:before{content:""}.dark .bx-glasses:before{content:""}.dark .bx-glasses-alt:before{content:""}.dark .bx-globe:before{content:""}.dark .bx-globe-alt:before{content:""}.dark .bx-grid:before{content:""}.dark .bx-grid-alt:before{content:""}.dark .bx-grid-horizontal:before{content:""}.dark .bx-grid-small:before{content:""}.dark .bx-grid-vertical:before{content:""}.dark .bx-group:before{content:""}.dark .bx-handicap:before{content:""}.dark .bx-happy:before{content:""}.dark .bx-happy-alt:before{content:""}.dark .bx-happy-beaming:before{content:""}.dark .bx-happy-heart-eyes:before{content:""}.dark .bx-hash:before{content:""}.dark .bx-hdd:before{content:""}.dark .bx-heading:before{content:""}.dark .bx-headphone:before{content:""}.dark .bx-health:before{content:""}.dark .bx-heart:before{content:""}.dark .bx-heart-circle:before{content:""}.dark .bx-heart-square:before{content:""}.dark .bx-help-circle:before{content:""}.dark .bx-hide:before{content:""}.dark .bx-highlight:before{content:""}.dark .bx-history:before{content:""}.dark .bx-hive:before{content:""}.dark .bx-home:before{content:""}.dark .bx-home-alt:before{content:""}.dark .bx-home-circle:before{content:""}.dark .bx-home-heart:before{content:""}.dark .bx-home-smile:before{content:""}.dark .bx-horizontal-center:before{content:""}.dark .bx-hotel:before{content:""}.dark .bx-hourglass:before{content:""}.dark .bx-id-card:before{content:""}.dark .bx-image:before{content:""}.dark .bx-image-add:before{content:""}.dark .bx-image-alt:before{content:""}.dark .bx-images:before{content:""}.dark .bx-import:before{content:""}.dark .bx-infinite:before{content:""}.dark .bx-info-circle:before{content:""}.dark .bx-info-square:before{content:""}.dark .bx-intersect:before{content:""}.dark .bx-italic:before{content:""}.dark .bx-joystick:before{content:""}.dark .bx-joystick-alt:before{content:""}.dark .bx-joystick-button:before{content:""}.dark .bx-key:before{content:""}.dark .bx-label:before{content:""}.dark .bx-landscape:before{content:""}.dark .bx-laptop:before{content:""}.dark .bx-last-page:before{content:""}.dark .bx-laugh:before{content:""}.dark .bx-layer:before{content:""}.dark .bx-layer-minus:before{content:""}.dark .bx-layer-plus:before{content:""}.dark .bx-layout:before{content:""}.dark .bx-left-arrow:before{content:""}.dark .bx-left-arrow-alt:before{content:""}.dark .bx-left-arrow-circle:before{content:""}.dark .bx-left-down-arrow-circle:before{content:""}.dark .bx-left-indent:before{content:""}.dark .bx-left-top-arrow-circle:before{content:""}.dark .bx-like:before{content:""}.dark .bx-line-chart:before{content:""}.dark .bx-line-chart-down:before{content:""}.dark .bx-link:before{content:""}.dark .bx-link-alt:before{content:""}.dark .bx-link-external:before{content:""}.dark .bx-lira:before{content:""}.dark .bx-list-check:before{content:""}.dark .bx-list-minus:before{content:""}.dark .bx-list-ol:before{content:""}.dark .bx-list-plus:before{content:""}.dark .bx-list-ul:before{content:""}.dark .bx-loader:before{content:""}.dark .bx-loader-alt:before{content:""}.dark .bx-loader-circle:before{content:""}.dark .bx-location-plus:before{content:""}.dark .bx-lock:before{content:""}.dark .bx-lock-alt:before{content:""}.dark .bx-lock-open:before{content:""}.dark .bx-lock-open-alt:before{content:""}.dark .bx-log-in:before{content:""}.dark .bx-log-in-circle:before{content:""}.dark .bx-log-out:before{content:""}.dark .bx-log-out-circle:before{content:""}.dark .bx-low-vision:before{content:""}.dark .bx-magnet:before{content:""}.dark .bx-mail-send:before{content:""}.dark .bx-male:before{content:""}.dark .bx-male-sign:before{content:""}.dark .bx-map:before{content:""}.dark .bx-map-alt:before{content:""}.dark .bx-map-pin:before{content:""}.dark .bx-mask:before{content:""}.dark .bx-medal:before{content:""}.dark .bx-meh:before{content:""}.dark .bx-meh-alt:before{content:""}.dark .bx-meh-blank:before{content:""}.dark .bx-memory-card:before{content:""}.dark .bx-menu:before{content:""}.dark .bx-menu-alt-left:before{content:""}.dark .bx-menu-alt-right:before{content:""}.dark .bx-merge:before{content:""}.dark .bx-message:before{content:""}.dark .bx-message-add:before{content:""}.dark .bx-message-alt:before{content:""}.dark .bx-message-alt-add:before{content:""}.dark .bx-message-alt-check:before{content:""}.dark .bx-message-alt-detail:before{content:""}.dark .bx-message-alt-dots:before{content:""}.dark .bx-message-alt-edit:before{content:""}.dark .bx-message-alt-error:before{content:""}.dark .bx-message-alt-minus:before{content:""}.dark .bx-message-alt-x:before{content:""}.dark .bx-message-check:before{content:""}.dark .bx-message-detail:before{content:""}.dark .bx-message-dots:before{content:""}.dark .bx-message-edit:before{content:""}.dark .bx-message-error:before{content:""}.dark .bx-message-minus:before{content:""}.dark .bx-message-rounded:before{content:""}.dark .bx-message-rounded-add:before{content:""}.dark .bx-message-rounded-check:before{content:""}.dark .bx-message-rounded-detail:before{content:""}.dark .bx-message-rounded-dots:before{content:""}.dark .bx-message-rounded-edit:before{content:""}.dark .bx-message-rounded-error:before{content:""}.dark .bx-message-rounded-minus:before{content:""}.dark .bx-message-rounded-x:before{content:""}.dark .bx-message-square:before{content:""}.dark .bx-message-square-add:before{content:""}.dark .bx-message-square-check:before{content:""}.dark .bx-message-square-detail:before{content:""}.dark .bx-message-square-dots:before{content:""}.dark .bx-message-square-edit:before{content:""}.dark .bx-message-square-error:before{content:""}.dark .bx-message-square-minus:before{content:""}.dark .bx-message-square-x:before{content:""}.dark .bx-message-x:before{content:""}.dark .bx-meteor:before{content:""}.dark .bx-microchip:before{content:""}.dark .bx-microphone:before{content:""}.dark .bx-microphone-off:before{content:""}.dark .bx-minus:before{content:""}.dark .bx-minus-back:before{content:""}.dark .bx-minus-circle:before{content:""}.dark .bx-minus-front:before{content:""}.dark .bx-mobile:before{content:""}.dark .bx-mobile-alt:before{content:""}.dark .bx-mobile-landscape:before{content:""}.dark .bx-mobile-vibration:before{content:""}.dark .bx-money:before{content:""}.dark .bx-moon:before{content:""}.dark .bx-mouse:before{content:""}.dark .bx-mouse-alt:before{content:""}.dark .bx-move:before{content:""}.dark .bx-move-horizontal:before{content:""}.dark .bx-move-vertical:before{content:""}.dark .bx-movie:before{content:""}.dark .bx-music:before{content:""}.dark .bx-navigation:before{content:""}.dark .bx-network-chart:before{content:""}.dark .bx-news:before{content:""}.dark .bx-no-entry:before{content:""}.dark .bx-note:before{content:""}.dark .bx-notepad:before{content:""}.dark .bx-notification:before{content:""}.dark .bx-notification-off:before{content:""}.dark .bx-outline:before{content:""}.dark .bx-package:before{content:""}.dark .bx-paint:before{content:""}.dark .bx-paint-roll:before{content:""}.dark .bx-palette:before{content:""}.dark .bx-paperclip:before{content:""}.dark .bx-paper-plane:before{content:""}.dark .bx-paragraph:before{content:""}.dark .bx-paste:before{content:""}.dark .bx-pause:before{content:""}.dark .bx-pause-circle:before{content:""}.dark .bx-pen:before{content:""}.dark .bx-pencil:before{content:""}.dark .bx-phone:before{content:""}.dark .bx-phone-call:before{content:""}.dark .bx-phone-incoming:before{content:""}.dark .bx-phone-outgoing:before{content:""}.dark .bx-photo-album:before{content:""}.dark .bx-pie-chart:before{content:""}.dark .bx-pie-chart-alt:before{content:""}.dark .bx-pie-chart-alt-2:before{content:""}.dark .bx-pin:before{content:""}.dark .bx-planet:before{content:""}.dark .bx-play:before{content:""}.dark .bx-play-circle:before{content:""}.dark .bx-plug:before{content:""}.dark .bx-plus:before{content:""}.dark .bx-plus-circle:before{content:""}.dark .bx-plus-medical:before{content:""}.dark .bx-pointer:before{content:""}.dark .bx-poll:before{content:""}.dark .bx-polygon:before{content:""}.dark .bx-pound:before{content:""}.dark .bx-power-off:before{content:""}.dark .bx-printer:before{content:""}.dark .bx-pulse:before{content:""}.dark .bx-purchase-tag:before{content:""}.dark .bx-purchase-tag-alt:before{content:""}.dark .bx-pyramid:before{content:""}.dark .bx-question-mark:before{content:""}.dark .bx-radar:before{content:""}.dark .bx-radio:before{content:""}.dark .bx-radio-circle:before{content:""}.dark .bx-radio-circle-marked:before{content:""}.dark .bx-receipt:before{content:""}.dark .bx-rectangle:before{content:""}.dark .bx-recycle:before{content:""}.dark .bx-redo:before{content:""}.dark .bx-refresh:before{content:""}.dark .bx-rename:before{content:""}.dark .bx-repeat:before{content:""}.dark .bx-reply:before{content:""}.dark .bx-reply-all:before{content:""}.dark .bx-repost:before{content:""}.dark .bx-reset:before{content:""}.dark .bx-restaurant:before{content:""}.dark .bx-revision:before{content:""}.dark .bx-rewind:before{content:""}.dark .bx-rewind-circle:before{content:""}.dark .bx-right-arrow:before{content:""}.dark .bx-right-arrow-alt:before{content:""}.dark .bx-right-arrow-circle:before{content:""}.dark .bx-right-down-arrow-circle:before{content:""}.dark .bx-right-indent:before{content:""}.dark .bx-right-top-arrow-circle:before{content:""}.dark .bx-rocket:before{content:""}.dark .bx-rotate-left:before{content:""}.dark .bx-rotate-right:before{content:""}.dark .bx-rss:before{content:""}.dark .bx-ruble:before{content:""}.dark .bx-ruler:before{content:""}.dark .bx-run:before{content:""}.dark .bx-rupee:before{content:""}.dark .bx-sad:before{content:""}.dark .bx-save:before{content:""}.dark .bx-scan:before{content:""}.dark .bx-screenshot:before{content:""}.dark .bx-search:before{content:""}.dark .bx-search-alt:before{content:""}.dark .bx-search-alt-2:before{content:""}.dark .bx-selection:before{content:""}.dark .bx-select-multiple:before{content:""}.dark .bx-send:before{content:""}.dark .bx-server:before{content:""}.dark .bx-shape-circle:before{content:""}.dark .bx-shape-polygon:before{content:""}.dark .bx-shape-square:before{content:""}.dark .bx-shape-triangle:before{content:""}.dark .bx-share:before{content:""}.dark .bx-share-alt:before{content:""}.dark .bx-shekel:before{content:""}.dark .bx-shield:before{content:""}.dark .bx-shield-alt:before{content:""}.dark .bx-shield-alt-2:before{content:""}.dark .bx-shield-quarter:before{content:""}.dark .bx-shield-x:before{content:""}.dark .bx-shocked:before{content:""}.dark .bx-shopping-bag:before{content:""}.dark .bx-show:before{content:""}.dark .bx-show-alt:before{content:""}.dark .bx-shuffle:before{content:""}.dark .bx-sidebar:before{content:""}.dark .bx-sitemap:before{content:""}.dark .bx-skip-next:before{content:""}.dark .bx-skip-next-circle:before{content:""}.dark .bx-skip-previous:before{content:""}.dark .bx-skip-previous-circle:before{content:""}.dark .bx-sleepy:before{content:""}.dark .bx-slider:before{content:""}.dark .bx-slider-alt:before{content:""}.dark .bx-slideshow:before{content:""}.dark .bx-smile:before{content:""}.dark .bx-sort:before{content:""}.dark .bx-sort-a-z:before{content:""}.dark .bx-sort-down:before{content:""}.dark .bx-sort-up:before{content:""}.dark .bx-sort-z-a:before{content:""}.dark .bx-spa:before{content:""}.dark .bx-space-bar:before{content:""}.dark .bx-spray-can:before{content:""}.dark .bx-spreadsheet:before{content:""}.dark .bx-square:before{content:""}.dark .bx-square-rounded:before{content:""}.dark .bx-star:before{content:""}.dark .bx-station:before{content:""}.dark .bx-stats:before{content:""}.dark .bx-sticker:before{content:""}.dark .bx-stop:before{content:""}.dark .bx-stop-circle:before{content:""}.dark .bx-stopwatch:before{content:""}.dark .bx-store:before{content:""}.dark .bx-store-alt:before{content:""}.dark .bx-street-view:before{content:""}.dark .bx-strikethrough:before{content:""}.dark .bx-subdirectory-left:before{content:""}.dark .bx-subdirectory-right:before{content:""}.dark .bx-sun:before{content:""}.dark .bx-support:before{content:""}.dark .bx-swim:before{content:""}.dark .bx-sync:before{content:""}.dark .bx-tab:before{content:""}.dark .bx-table:before{content:""}.dark .bx-tachometer:before{content:""}.dark .bx-tag:before{content:""}.dark .bx-target-lock:before{content:""}.dark .bx-task:before{content:""}.dark .bx-task-x:before{content:""}.dark .bx-taxi:before{content:""}.dark .bx-tennis-ball:before{content:""}.dark .bx-terminal:before{content:""}.dark .bx-test-tube:before{content:""}.dark .bx-text:before{content:""}.dark .bx-time:before{content:""}.dark .bx-time-five:before{content:""}.dark .bx-timer:before{content:""}.dark .bx-tired:before{content:""}.dark .bx-toggle-left:before{content:""}.dark .bx-toggle-right:before{content:""}.dark .bx-tone:before{content:""}.dark .bx-traffic-cone:before{content:""}.dark .bx-train:before{content:""}.dark .bx-transfer:before{content:""}.dark .bx-transfer-alt:before{content:""}.dark .bx-trash:before{content:""}.dark .bx-trash-alt:before{content:""}.dark .bx-trending-down:before{content:""}.dark .bx-trending-up:before{content:""}.dark .bx-trim:before{content:""}.dark .bx-trophy:before{content:""}.dark .bx-tv:before{content:""}.dark .bx-underline:before{content:""}.dark .bx-undo:before{content:""}.dark .bx-unite:before{content:""}.dark .bx-unlink:before{content:""}.dark .bx-up-arrow:before{content:""}.dark .bx-up-arrow-alt:before{content:""}.dark .bx-up-arrow-circle:before{content:""}.dark .bx-upload:before{content:""}.dark .bx-upside-down:before{content:""}.dark .bx-upvote:before{content:""}.dark .bx-usb:before{content:""}.dark .bx-user:before{content:""}.dark .bx-user-check:before{content:""}.dark .bx-user-circle:before{content:""}.dark .bx-user-minus:before{content:""}.dark .bx-user-pin:before{content:""}.dark .bx-user-plus:before{content:""}.dark .bx-user-voice:before{content:""}.dark .bx-user-x:before{content:""}.dark .bx-vector:before{content:""}.dark .bx-vertical-center:before{content:""}.dark .bx-vial:before{content:""}.dark .bx-video:before{content:""}.dark .bx-video-off:before{content:""}.dark .bx-video-plus:before{content:""}.dark .bx-video-recording:before{content:""}.dark .bx-voicemail:before{content:""}.dark .bx-volume:before{content:""}.dark .bx-volume-full:before{content:""}.dark .bx-volume-low:before{content:""}.dark .bx-volume-mute:before{content:""}.dark .bx-walk:before{content:""}.dark .bx-wallet:before{content:""}.dark .bx-wallet-alt:before{content:""}.dark .bx-water:before{content:""}.dark .bx-webcam:before{content:""}.dark .bx-wifi:before{content:""}.dark .bx-wifi-0:before{content:""}.dark .bx-wifi-1:before{content:""}.dark .bx-wifi-2:before{content:""}.dark .bx-wifi-off:before{content:""}.dark .bx-wind:before{content:""}.dark .bx-window:before{content:""}.dark .bx-window-alt:before{content:""}.dark .bx-window-close:before{content:""}.dark .bx-window-open:before{content:""}.dark .bx-windows:before{content:""}.dark .bx-wine:before{content:""}.dark .bx-wink-smile:before{content:""}.dark .bx-wink-tongue:before{content:""}.dark .bx-won:before{content:""}.dark .bx-world:before{content:""}.dark .bx-wrench:before{content:""}.dark .bx-x:before{content:""}.dark .bx-x-circle:before{content:""}.dark .bx-yen:before{content:""}.dark .bx-zoom-in:before{content:""}.dark .bx-zoom-out:before{content:""}.dark .bxs-add-to-queue:before{content:""}.dark .bxs-adjust:before{content:""}.dark .bxs-adjust-alt:before{content:""}.dark .bxs-alarm:before{content:""}.dark .bxs-alarm-add:before{content:""}.dark .bxs-alarm-exclamation:before{content:""}.dark .bxs-alarm-off:before{content:""}.dark .bxs-alarm-snooze:before{content:""}.dark .bxs-album:before{content:""}.dark .bxs-ambulance:before{content:""}.dark .bxs-analyse:before{content:""}.dark .bxs-angry:before{content:""}.dark .bxs-arch:before{content:""}.dark .bxs-archive:before{content:""}.dark .bxs-archive-in:before{content:""}.dark .bxs-archive-out:before{content:""}.dark .bxs-area:before{content:""}.dark .bxs-arrow-from-bottom:before{content:""}.dark .bxs-arrow-from-left:before{content:""}.dark .bxs-arrow-from-right:before{content:""}.dark .bxs-arrow-from-top:before{content:""}.dark .bxs-arrow-to-bottom:before{content:""}.dark .bxs-arrow-to-left:before{content:""}.dark .bxs-arrow-to-right:before{content:""}.dark .bxs-arrow-to-top:before{content:""}.dark .bxs-award:before{content:""}.dark .bxs-baby-carriage:before{content:""}.dark .bxs-backpack:before{content:""}.dark .bxs-badge:before{content:""}.dark .bxs-badge-check:before{content:""}.dark .bxs-badge-dollar:before{content:""}.dark .bxs-ball:before{content:""}.dark .bxs-band-aid:before{content:""}.dark .bxs-bank:before{content:""}.dark .bxs-bar-chart-alt-2:before{content:""}.dark .bxs-bar-chart-square:before{content:""}.dark .bxs-barcode:before{content:""}.dark .bxs-baseball:before{content:""}.dark .bxs-basket:before{content:""}.dark .bxs-basketball:before{content:""}.dark .bxs-bath:before{content:""}.dark .bxs-battery:before{content:""}.dark .bxs-battery-charging:before{content:""}.dark .bxs-battery-full:before{content:""}.dark .bxs-battery-low:before{content:""}.dark .bxs-bed:before{content:""}.dark .bxs-been-here:before{content:""}.dark .bxs-beer:before{content:""}.dark .bxs-bell:before{content:""}.dark .bxs-bell-minus:before{content:""}.dark .bxs-bell-off:before{content:""}.dark .bxs-bell-plus:before{content:""}.dark .bxs-bell-ring:before{content:""}.dark .bxs-bible:before{content:""}.dark .bxs-binoculars:before{content:""}.dark .bxs-blanket:before{content:""}.dark .bxs-bolt:before{content:""}.dark .bxs-bolt-circle:before{content:""}.dark .bxs-bomb:before{content:""}.dark .bxs-bone:before{content:""}.dark .bxs-bong:before{content:""}.dark .bxs-book:before{content:""}.dark .bxs-book-add:before{content:""}.dark .bxs-book-alt:before{content:""}.dark .bxs-book-bookmark:before{content:""}.dark .bxs-book-content:before{content:""}.dark .bxs-book-heart:before{content:""}.dark .bxs-bookmark:before{content:""}.dark .bxs-bookmark-minus:before{content:""}.dark .bxs-bookmark-plus:before{content:""}.dark .bxs-bookmarks:before{content:""}.dark .bxs-bookmark-star:before{content:""}.dark .bxs-book-open:before{content:""}.dark .bxs-book-reader:before{content:""}.dark .bxs-bot:before{content:""}.dark .bxs-bowling-ball:before{content:""}.dark .bxs-box:before{content:""}.dark .bxs-brain:before{content:""}.dark .bxs-briefcase:before{content:""}.dark .bxs-briefcase-alt:before{content:""}.dark .bxs-briefcase-alt-2:before{content:""}.dark .bxs-brightness:before{content:""}.dark .bxs-brightness-half:before{content:""}.dark .bxs-brush:before{content:""}.dark .bxs-brush-alt:before{content:""}.dark .bxs-bug:before{content:""}.dark .bxs-bug-alt:before{content:""}.dark .bxs-building:before{content:""}.dark .bxs-building-house:before{content:""}.dark .bxs-buildings:before{content:""}.dark .bxs-bulb:before{content:""}.dark .bxs-bullseye:before{content:""}.dark .bxs-buoy:before{content:""}.dark .bxs-bus:before{content:""}.dark .bxs-business:before{content:""}.dark .bxs-bus-school:before{content:""}.dark .bxs-cabinet:before{content:""}.dark .bxs-cake:before{content:""}.dark .bxs-calculator:before{content:""}.dark .bxs-calendar:before{content:""}.dark .bxs-calendar-alt:before{content:""}.dark .bxs-calendar-check:before{content:""}.dark .bxs-calendar-edit:before{content:""}.dark .bxs-calendar-event:before{content:""}.dark .bxs-calendar-exclamation:before{content:""}.dark .bxs-calendar-heart:before{content:""}.dark .bxs-calendar-minus:before{content:""}.dark .bxs-calendar-plus:before{content:""}.dark .bxs-calendar-star:before{content:""}.dark .bxs-calendar-week:before{content:""}.dark .bxs-calendar-x:before{content:""}.dark .bxs-camera:before{content:""}.dark .bxs-camera-home:before{content:""}.dark .bxs-camera-movie:before{content:""}.dark .bxs-camera-off:before{content:""}.dark .bxs-camera-plus:before{content:""}.dark .bxs-capsule:before{content:""}.dark .bxs-captions:before{content:""}.dark .bxs-car:before{content:""}.dark .bxs-car-battery:before{content:""}.dark .bxs-car-crash:before{content:""}.dark .bxs-card:before{content:""}.dark .bxs-caret-down-circle:before{content:""}.dark .bxs-caret-down-square:before{content:""}.dark .bxs-caret-left-circle:before{content:""}.dark .bxs-caret-left-square:before{content:""}.dark .bxs-caret-right-circle:before{content:""}.dark .bxs-caret-right-square:before{content:""}.dark .bxs-caret-up-circle:before{content:""}.dark .bxs-caret-up-square:before{content:""}.dark .bxs-car-garage:before{content:""}.dark .bxs-car-mechanic:before{content:""}.dark .bxs-carousel:before{content:""}.dark .bxs-cart:before{content:""}.dark .bxs-cart-add:before{content:""}.dark .bxs-cart-alt:before{content:""}.dark .bxs-cart-download:before{content:""}.dark .bxs-car-wash:before{content:""}.dark .bxs-cctv:before{content:""}.dark .bxs-certification:before{content:""}.dark .bxs-chalkboard:before{content:""}.dark .bxs-chart:before{content:""}.dark .bxs-chat:before{content:""}.dark .bxs-checkbox:before{content:""}.dark .bxs-checkbox-checked:before{content:""}.dark .bxs-check-circle:before{content:""}.dark .bxs-check-shield:before{content:""}.dark .bxs-check-square:before{content:""}.dark .bxs-chess:before{content:""}.dark .bxs-chevron-down:before{content:""}.dark .bxs-chevron-down-circle:before{content:""}.dark .bxs-chevron-down-square:before{content:""}.dark .bxs-chevron-left:before{content:""}.dark .bxs-chevron-left-circle:before{content:""}.dark .bxs-chevron-left-square:before{content:""}.dark .bxs-chevron-right:before{content:""}.dark .bxs-chevron-right-circle:before{content:""}.dark .bxs-chevron-right-square:before{content:""}.dark .bxs-chevrons-down:before{content:""}.dark .bxs-chevrons-left:before{content:""}.dark .bxs-chevrons-right:before{content:""}.dark .bxs-chevrons-up:before{content:""}.dark .bxs-chevron-up:before{content:""}.dark .bxs-chevron-up-circle:before{content:""}.dark .bxs-chevron-up-square:before{content:""}.dark .bxs-chip:before{content:""}.dark .bxs-church:before{content:""}.dark .bxs-circle:before{content:""}.dark .bxs-city:before{content:""}.dark .bxs-clinic:before{content:""}.dark .bxs-cloud:before{content:""}.dark .bxs-cloud-download:before{content:""}.dark .bxs-cloud-lightning:before{content:""}.dark .bxs-cloud-rain:before{content:""}.dark .bxs-cloud-upload:before{content:""}.dark .bxs-coffee:before{content:""}.dark .bxs-coffee-alt:before{content:""}.dark .bxs-coffee-togo:before{content:""}.dark .bxs-cog:before{content:""}.dark .bxs-coin:before{content:""}.dark .bxs-coin-stack:before{content:""}.dark .bxs-collection:before{content:""}.dark .bxs-color-fill:before{content:""}.dark .bxs-comment:before{content:""}.dark .bxs-comment-add:before{content:""}.dark .bxs-comment-check:before{content:""}.dark .bxs-comment-detail:before{content:""}.dark .bxs-comment-dots:before{content:""}.dark .bxs-comment-edit:before{content:""}.dark .bxs-comment-error:before{content:""}.dark .bxs-comment-minus:before{content:""}.dark .bxs-comment-x:before{content:""}.dark .bxs-compass:before{content:""}.dark .bxs-component:before{content:""}.dark .bxs-confused:before{content:""}.dark .bxs-contact:before{content:""}.dark .bxs-conversation:before{content:""}.dark .bxs-cookie:before{content:""}.dark .bxs-cool:before{content:""}.dark .bxs-copy:before{content:""}.dark .bxs-copy-alt:before{content:""}.dark .bxs-copyright:before{content:""}.dark .bxs-coupon:before{content:""}.dark .bxs-credit-card:before{content:""}.dark .bxs-credit-card-alt:before{content:""}.dark .bxs-credit-card-front:before{content:""}.dark .bxs-crop:before{content:""}.dark .bxs-crown:before{content:""}.dark .bxs-cube:before{content:""}.dark .bxs-cube-alt:before{content:""}.dark .bxs-cuboid:before{content:""}.dark .bxs-customize:before{content:""}.dark .bxs-cylinder:before{content:""}.dark .bxs-dashboard:before{content:""}.dark .bxs-data:before{content:""}.dark .bxs-detail:before{content:""}.dark .bxs-devices:before{content:""}.dark .bxs-diamond:before{content:""}.dark .bxs-dice-1:before{content:""}.dark .bxs-dice-2:before{content:""}.dark .bxs-dice-3:before{content:""}.dark .bxs-dice-4:before{content:""}.dark .bxs-dice-5:before{content:""}.dark .bxs-dice-6:before{content:""}.dark .bxs-direction-left:before{content:""}.dark .bxs-direction-right:before{content:""}.dark .bxs-directions:before{content:""}.dark .bxs-disc:before{content:""}.dark .bxs-discount:before{content:""}.dark .bxs-dish:before{content:""}.dark .bxs-dislike:before{content:""}.dark .bxs-dizzy:before{content:""}.dark .bxs-dock-bottom:before{content:""}.dark .bxs-dock-left:before{content:""}.dark .bxs-dock-right:before{content:""}.dark .bxs-dock-top:before{content:""}.dark .bxs-dollar-circle:before{content:""}.dark .bxs-donate-blood:before{content:""}.dark .bxs-donate-heart:before{content:""}.dark .bxs-door-open:before{content:""}.dark .bxs-doughnut-chart:before{content:""}.dark .bxs-down-arrow:before{content:""}.dark .bxs-down-arrow-alt:before{content:""}.dark .bxs-down-arrow-circle:before{content:""}.dark .bxs-down-arrow-square:before{content:""}.dark .bxs-download:before{content:""}.dark .bxs-downvote:before{content:""}.dark .bxs-drink:before{content:""}.dark .bxs-droplet:before{content:""}.dark .bxs-droplet-half:before{content:""}.dark .bxs-dryer:before{content:""}.dark .bxs-duplicate:before{content:""}.dark .bxs-edit:before{content:""}.dark .bxs-edit-alt:before{content:""}.dark .bxs-edit-location:before{content:""}.dark .bxs-eject:before{content:""}.dark .bxs-envelope:before{content:""}.dark .bxs-envelope-open:before{content:""}.dark .bxs-eraser:before{content:""}.dark .bxs-error:before{content:""}.dark .bxs-error-alt:before{content:""}.dark .bxs-error-circle:before{content:""}.dark .bxs-ev-station:before{content:""}.dark .bxs-exit:before{content:""}.dark .bxs-extension:before{content:""}.dark .bxs-eyedropper:before{content:""}.dark .bxs-face:before{content:""}.dark .bxs-factory:before{content:""}.dark .bxs-fast-forward-circle:before{content:""}.dark .bxs-file:before{content:""}.dark .bxs-file-archive:before{content:""}.dark .bxs-file-blank:before{content:""}.dark .bxs-file-css:before{content:""}.dark .bxs-file-doc:before{content:""}.dark .bxs-file-export:before{content:""}.dark .bxs-file-find:before{content:""}.dark .bxs-file-gif:before{content:""}.dark .bxs-file-html:before{content:""}.dark .bxs-file-image:before{content:""}.dark .bxs-file-import:before{content:""}.dark .bxs-file-jpg:before{content:""}.dark .bxs-file-js:before{content:""}.dark .bxs-file-json:before{content:""}.dark .bxs-file-md:before{content:""}.dark .bxs-file-pdf:before{content:""}.dark .bxs-file-plus:before{content:""}.dark .bxs-file-png:before{content:""}.dark .bxs-file-txt:before{content:""}.dark .bxs-film:before{content:""}.dark .bxs-filter-alt:before{content:""}.dark .bxs-first-aid:before{content:""}.dark .bxs-flag:before{content:""}.dark .bxs-flag-alt:before{content:""}.dark .bxs-flag-checkered:before{content:""}.dark .bxs-flame:before{content:""}.dark .bxs-flask:before{content:""}.dark .bxs-florist:before{content:""}.dark .bxs-folder:before{content:""}.dark .bxs-folder-minus:before{content:""}.dark .bxs-folder-open:before{content:""}.dark .bxs-folder-plus:before{content:""}.dark .bxs-food-menu:before{content:""}.dark .bxs-fridge:before{content:""}.dark .bxs-game:before{content:""}.dark .bxs-gas-pump:before{content:""}.dark .bxs-ghost:before{content:""}.dark .bxs-gift:before{content:""}.dark .bxs-graduation:before{content:""}.dark .bxs-grid:before{content:""}.dark .bxs-grid-alt:before{content:""}.dark .bxs-group:before{content:""}.dark .bxs-guitar-amp:before{content:""}.dark .bxs-hand-down:before{content:""}.dark .bxs-hand-left:before{content:""}.dark .bxs-hand-right:before{content:""}.dark .bxs-hand-up:before{content:""}.dark .bxs-happy:before{content:""}.dark .bxs-happy-alt:before{content:""}.dark .bxs-happy-beaming:before{content:""}.dark .bxs-happy-heart-eyes:before{content:""}.dark .bxs-hdd:before{content:""}.dark .bxs-heart:before{content:""}.dark .bxs-heart-circle:before{content:""}.dark .bxs-heart-square:before{content:""}.dark .bxs-help-circle:before{content:""}.dark .bxs-hide:before{content:""}.dark .bxs-home:before{content:""}.dark .bxs-home-circle:before{content:""}.dark .bxs-home-heart:before{content:""}.dark .bxs-home-smile:before{content:""}.dark .bxs-hot:before{content:""}.dark .bxs-hotel:before{content:""}.dark .bxs-hourglass:before{content:""}.dark .bxs-hourglass-bottom:before{content:""}.dark .bxs-hourglass-top:before{content:""}.dark .bxs-id-card:before{content:""}.dark .bxs-image:before{content:""}.dark .bxs-image-add:before{content:""}.dark .bxs-image-alt:before{content:""}.dark .bxs-inbox:before{content:""}.dark .bxs-info-circle:before{content:""}.dark .bxs-info-square:before{content:""}.dark .bxs-institution:before{content:""}.dark .bxs-joystick:before{content:""}.dark .bxs-joystick-alt:before{content:""}.dark .bxs-joystick-button:before{content:""}.dark .bxs-key:before{content:""}.dark .bxs-keyboard:before{content:""}.dark .bxs-label:before{content:""}.dark .bxs-landmark:before{content:""}.dark .bxs-landscape:before{content:""}.dark .bxs-laugh:before{content:""}.dark .bxs-layer:before{content:""}.dark .bxs-layer-minus:before{content:""}.dark .bxs-layer-plus:before{content:""}.dark .bxs-layout:before{content:""}.dark .bxs-left-arrow:before{content:""}.dark .bxs-left-arrow-alt:before{content:""}.dark .bxs-left-arrow-circle:before{content:""}.dark .bxs-left-arrow-square:before{content:""}.dark .bxs-left-down-arrow-circle:before{content:""}.dark .bxs-left-top-arrow-circle:before{content:""}.dark .bxs-like:before{content:""}.dark .bxs-location-plus:before{content:""}.dark .bxs-lock:before{content:""}.dark .bxs-lock-alt:before{content:""}.dark .bxs-lock-open:before{content:""}.dark .bxs-lock-open-alt:before{content:""}.dark .bxs-log-in:before{content:""}.dark .bxs-log-in-circle:before{content:""}.dark .bxs-log-out:before{content:""}.dark .bxs-log-out-circle:before{content:""}.dark .bxs-low-vision:before{content:""}.dark .bxs-magic-wand:before{content:""}.dark .bxs-magnet:before{content:""}.dark .bxs-map:before{content:""}.dark .bxs-map-alt:before{content:""}.dark .bxs-map-pin:before{content:""}.dark .bxs-mask:before{content:""}.dark .bxs-medal:before{content:""}.dark .bxs-megaphone:before{content:""}.dark .bxs-meh:before{content:""}.dark .bxs-meh-alt:before{content:""}.dark .bxs-meh-blank:before{content:""}.dark .bxs-memory-card:before{content:""}.dark .bxs-message:before{content:""}.dark .bxs-message-add:before{content:""}.dark .bxs-message-alt:before{content:""}.dark .bxs-message-alt-add:before{content:""}.dark .bxs-message-alt-check:before{content:""}.dark .bxs-message-alt-detail:before{content:""}.dark .bxs-message-alt-dots:before{content:""}.dark .bxs-message-alt-edit:before{content:""}.dark .bxs-message-alt-error:before{content:""}.dark .bxs-message-alt-minus:before{content:""}.dark .bxs-message-alt-x:before{content:""}.dark .bxs-message-check:before{content:""}.dark .bxs-message-detail:before{content:""}.dark .bxs-message-dots:before{content:""}.dark .bxs-message-edit:before{content:""}.dark .bxs-message-error:before{content:""}.dark .bxs-message-minus:before{content:""}.dark .bxs-message-rounded:before{content:""}.dark .bxs-message-rounded-add:before{content:""}.dark .bxs-message-rounded-check:before{content:""}.dark .bxs-message-rounded-detail:before{content:""}.dark .bxs-message-rounded-dots:before{content:""}.dark .bxs-message-rounded-edit:before{content:""}.dark .bxs-message-rounded-error:before{content:""}.dark .bxs-message-rounded-minus:before{content:""}.dark .bxs-message-rounded-x:before{content:""}.dark .bxs-message-square:before{content:""}.dark .bxs-message-square-add:before{content:""}.dark .bxs-message-square-check:before{content:""}.dark .bxs-message-square-detail:before{content:""}.dark .bxs-message-square-dots:before{content:""}.dark .bxs-message-square-edit:before{content:""}.dark .bxs-message-square-error:before{content:""}.dark .bxs-message-square-minus:before{content:""}.dark .bxs-message-square-x:before{content:""}.dark .bxs-message-x:before{content:""}.dark .bxs-meteor:before{content:""}.dark .bxs-microchip:before{content:""}.dark .bxs-microphone:before{content:""}.dark .bxs-microphone-alt:before{content:""}.dark .bxs-microphone-off:before{content:""}.dark .bxs-minus-circle:before{content:""}.dark .bxs-minus-square:before{content:""}.dark .bxs-mobile:before{content:""}.dark .bxs-mobile-vibration:before{content:""}.dark .bxs-moon:before{content:""}.dark .bxs-mouse:before{content:""}.dark .bxs-mouse-alt:before{content:""}.dark .bxs-movie:before{content:""}.dark .bxs-music:before{content:""}.dark .bxs-navigation:before{content:""}.dark .bxs-network-chart:before{content:""}.dark .bxs-news:before{content:""}.dark .bxs-no-entry:before{content:""}.dark .bxs-note:before{content:""}.dark .bxs-notepad:before{content:""}.dark .bxs-notification:before{content:""}.dark .bxs-notification-off:before{content:""}.dark .bxs-offer:before{content:""}.dark .bxs-package:before{content:""}.dark .bxs-paint:before{content:""}.dark .bxs-paint-roll:before{content:""}.dark .bxs-palette:before{content:""}.dark .bxs-paper-plane:before{content:""}.dark .bxs-parking:before{content:""}.dark .bxs-paste:before{content:""}.dark .bxs-pen:before{content:""}.dark .bxs-pencil:before{content:""}.dark .bxs-phone:before{content:""}.dark .bxs-phone-call:before{content:""}.dark .bxs-phone-incoming:before{content:""}.dark .bxs-phone-outgoing:before{content:""}.dark .bxs-photo-album:before{content:""}.dark .bxs-piano:before{content:""}.dark .bxs-pie-chart:before{content:""}.dark .bxs-pie-chart-alt:before{content:""}.dark .bxs-pie-chart-alt-2:before{content:""}.dark .bxs-pin:before{content:""}.dark .bxs-pizza:before{content:""}.dark .bxs-plane:before{content:""}.dark .bxs-plane-alt:before{content:""}.dark .bxs-plane-land:before{content:""}.dark .bxs-planet:before{content:""}.dark .bxs-plane-take-off:before{content:""}.dark .bxs-playlist:before{content:""}.dark .bxs-plug:before{content:""}.dark .bxs-plus-circle:before{content:""}.dark .bxs-plus-square:before{content:""}.dark .bxs-pointer:before{content:""}.dark .bxs-polygon:before{content:""}.dark .bxs-printer:before{content:""}.dark .bxs-purchase-tag:before{content:""}.dark .bxs-purchase-tag-alt:before{content:""}.dark .bxs-pyramid:before{content:""}.dark .bxs-quote-alt-left:before{content:""}.dark .bxs-quote-alt-right:before{content:""}.dark .bxs-quote-left:before{content:""}.dark .bxs-quote-right:before{content:""}.dark .bxs-quote-single-left:before{content:""}.dark .bxs-quote-single-right:before{content:""}.dark .bxs-radiation:before{content:""}.dark .bxs-radio:before{content:""}.dark .bxs-receipt:before{content:""}.dark .bxs-rectangle:before{content:""}.dark .bxs-rename:before{content:""}.dark .bxs-report:before{content:""}.dark .bxs-rewind-circle:before{content:""}.dark .bxs-right-arrow:before{content:""}.dark .bxs-right-arrow-alt:before{content:""}.dark .bxs-right-arrow-circle:before{content:""}.dark .bxs-right-arrow-square:before{content:""}.dark .bxs-right-down-arrow-circle:before{content:""}.dark .bxs-right-top-arrow-circle:before{content:""}.dark .bxs-rocket:before{content:""}.dark .bxs-ruler:before{content:""}.dark .bxs-sad:before{content:""}.dark .bxs-save:before{content:""}.dark .bxs-school:before{content:""}.dark .bxs-search:before{content:""}.dark .bxs-search-alt-2:before{content:""}.dark .bxs-select-multiple:before{content:""}.dark .bxs-send:before{content:""}.dark .bxs-server:before{content:""}.dark .bxs-shapes:before{content:""}.dark .bxs-share:before{content:""}.dark .bxs-share-alt:before{content:""}.dark .bxs-shield:before{content:""}.dark .bxs-shield-alt-2:before{content:""}.dark .bxs-shield-x:before{content:""}.dark .bxs-ship:before{content:""}.dark .bxs-shocked:before{content:""}.dark .bxs-shopping-bag:before{content:""}.dark .bxs-shopping-bag-alt:before{content:""}.dark .bxs-shopping-bags:before{content:""}.dark .bxs-show:before{content:""}.dark .bxs-skip-next-circle:before{content:""}.dark .bxs-skip-previous-circle:before{content:""}.dark .bxs-skull:before{content:""}.dark .bxs-sleepy:before{content:""}.dark .bxs-slideshow:before{content:""}.dark .bxs-smile:before{content:""}.dark .bxs-sort-alt:before{content:""}.dark .bxs-spa:before{content:""}.dark .bxs-spray-can:before{content:""}.dark .bxs-spreadsheet:before{content:""}.dark .bxs-square:before{content:""}.dark .bxs-square-rounded:before{content:""}.dark .bxs-star:before{content:""}.dark .bxs-star-half:before{content:""}.dark .bxs-sticker:before{content:""}.dark .bxs-stopwatch:before{content:""}.dark .bxs-store:before{content:""}.dark .bxs-store-alt:before{content:""}.dark .bxs-sun:before{content:""}.dark .bxs-tachometer:before{content:""}.dark .bxs-tag:before{content:""}.dark .bxs-tag-x:before{content:""}.dark .bxs-taxi:before{content:""}.dark .bxs-tennis-ball:before{content:""}.dark .bxs-terminal:before{content:""}.dark .bxs-thermometer:before{content:""}.dark .bxs-time:before{content:""}.dark .bxs-time-five:before{content:""}.dark .bxs-timer:before{content:""}.dark .bxs-tired:before{content:""}.dark .bxs-toggle-left:before{content:""}.dark .bxs-toggle-right:before{content:""}.dark .bxs-tone:before{content:""}.dark .bxs-torch:before{content:""}.dark .bxs-to-top:before{content:""}.dark .bxs-traffic:before{content:""}.dark .bxs-traffic-barrier:before{content:""}.dark .bxs-traffic-cone:before{content:""}.dark .bxs-train:before{content:""}.dark .bxs-trash:before{content:""}.dark .bxs-trash-alt:before{content:""}.dark .bxs-tree:before{content:""}.dark .bxs-trophy:before{content:""}.dark .bxs-truck:before{content:""}.dark .bxs-t-shirt:before{content:""}.dark .bxs-up-arrow:before{content:""}.dark .bxs-up-arrow-alt:before{content:""}.dark .bxs-up-arrow-circle:before{content:""}.dark .bxs-up-arrow-square:before{content:""}.dark .bxs-upside-down:before{content:""}.dark .bxs-upvote:before{content:""}.dark .bxs-user:before{content:""}.dark .bxs-user-badge:before{content:""}.dark .bxs-user-check:before{content:""}.dark .bxs-user-circle:before{content:""}.dark .bxs-user-detail:before{content:""}.dark .bxs-user-minus:before{content:""}.dark .bxs-user-pin:before{content:""}.dark .bxs-user-plus:before{content:""}.dark .bxs-user-rectangle:before{content:""}.dark .bxs-user-voice:before{content:""}.dark .bxs-user-x:before{content:""}.dark .bxs-vector:before{content:""}.dark .bxs-vial:before{content:""}.dark .bxs-video:before{content:""}.dark .bxs-video-off:before{content:""}.dark .bxs-video-plus:before{content:""}.dark .bxs-video-recording:before{content:""}.dark .bxs-videos:before{content:""}.dark .bxs-volume:before{content:""}.dark .bxs-volume-full:before{content:""}.dark .bxs-volume-low:before{content:""}.dark .bxs-volume-mute:before{content:""}.dark .bxs-wallet:before{content:""}.dark .bxs-wallet-alt:before{content:""}.dark .bxs-washer:before{content:""}.dark .bxs-watch:before{content:""}.dark .bxs-watch-alt:before{content:""}.dark .bxs-webcam:before{content:""}.dark .bxs-widget:before{content:""}.dark .bxs-window-alt:before{content:""}.dark .bxs-wine:before{content:""}.dark .bxs-wink-smile:before{content:""}.dark .bxs-wink-tongue:before{content:""}.dark .bxs-wrench:before{content:""}.dark .bxs-x-circle:before{content:""}.dark .bxs-x-square:before{content:""}.dark .bxs-yin-yang:before{content:""}.dark .bxs-zap:before{content:""}.dark .bxs-zoom-in:before{content:""}.dark .bxs-zoom-out:before{content:""}.dark .fa,.dark .fab,.dark .fad,.dark .fal,.dark .far,.dark .fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-feature-settings:normal;font-variant:normal;text-rendering:auto;line-height:1}.dark .fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.dark .fa-xs{font-size:.75em}.dark .fa-sm{font-size:.875em}.dark .fa-1x{font-size:1em}.dark .fa-2x{font-size:2em}.dark .fa-3x{font-size:3em}.dark .fa-4x{font-size:4em}.dark .fa-5x{font-size:5em}.dark .fa-6x{font-size:6em}.dark .fa-7x{font-size:7em}.dark .fa-8x{font-size:8em}.dark .fa-9x{font-size:9em}.dark .fa-10x{font-size:10em}.dark .fa-fw{text-align:center;width:1.25em}.dark .fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.dark .fa-ul>li{position:relative}.dark .fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.dark .fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.dark .fa-pull-left{float:left}.dark .fa-pull-right{float:right}.dark .fa.fa-pull-left,.dark .fab.fa-pull-left,.dark .fal.fa-pull-left,.dark .far.fa-pull-left,.dark .fas.fa-pull-left{margin-right:.3em}.dark .fa.fa-pull-right,.dark .fab.fa-pull-right,.dark .fal.fa-pull-right,.dark .far.fa-pull-right,.dark .fas.fa-pull-right{margin-left:.3em}.dark .fa-spin{animation:fa-spin 2s linear infinite}.dark .fa-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dark .fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.dark .fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.dark .fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.dark .fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.dark .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}.dark .fa-flip-both,.dark .fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1)}.dark :root .fa-flip-both,.dark :root .fa-flip-horizontal,.dark :root .fa-flip-vertical,.dark :root .fa-rotate-90,.dark :root .fa-rotate-180,.dark :root .fa-rotate-270{filter:none}.dark .fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.dark .fa-stack-1x,.dark .fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.dark .fa-stack-1x{line-height:inherit}.dark .fa-stack-2x{font-size:2em}.dark .fa-inverse{color:#fff}.dark .fa-500px:before{content:""}.dark .fa-accessible-icon:before{content:""}.dark .fa-accusoft:before{content:""}.dark .fa-acquisitions-incorporated:before{content:""}.dark .fa-ad:before{content:""}.dark .fa-address-book:before{content:""}.dark .fa-address-card:before{content:""}.dark .fa-adjust:before{content:""}.dark .fa-adn:before{content:""}.dark .fa-adobe:before{content:""}.dark .fa-adversal:before{content:""}.dark .fa-affiliatetheme:before{content:""}.dark .fa-air-freshener:before{content:""}.dark .fa-airbnb:before{content:""}.dark .fa-algolia:before{content:""}.dark .fa-align-center:before{content:""}.dark .fa-align-justify:before{content:""}.dark .fa-align-left:before{content:""}.dark .fa-align-right:before{content:""}.dark .fa-alipay:before{content:""}.dark .fa-allergies:before{content:""}.dark .fa-amazon:before{content:""}.dark .fa-amazon-pay:before{content:""}.dark .fa-ambulance:before{content:""}.dark .fa-american-sign-language-interpreting:before{content:""}.dark .fa-amilia:before{content:""}.dark .fa-anchor:before{content:""}.dark .fa-android:before{content:""}.dark .fa-angellist:before{content:""}.dark .fa-angle-double-down:before{content:""}.dark .fa-angle-double-left:before{content:""}.dark .fa-angle-double-right:before{content:""}.dark .fa-angle-double-up:before{content:""}.dark .fa-angle-down:before{content:""}.dark .fa-angle-left:before{content:""}.dark .fa-angle-right:before{content:""}.dark .fa-angle-up:before{content:""}.dark .fa-angry:before{content:""}.dark .fa-angrycreative:before{content:""}.dark .fa-angular:before{content:""}.dark .fa-ankh:before{content:""}.dark .fa-app-store:before{content:""}.dark .fa-app-store-ios:before{content:""}.dark .fa-apper:before{content:""}.dark .fa-apple:before{content:""}.dark .fa-apple-alt:before{content:""}.dark .fa-apple-pay:before{content:""}.dark .fa-archive:before{content:""}.dark .fa-archway:before{content:""}.dark .fa-arrow-alt-circle-down:before{content:""}.dark .fa-arrow-alt-circle-left:before{content:""}.dark .fa-arrow-alt-circle-right:before{content:""}.dark .fa-arrow-alt-circle-up:before{content:""}.dark .fa-arrow-circle-down:before{content:""}.dark .fa-arrow-circle-left:before{content:""}.dark .fa-arrow-circle-right:before{content:""}.dark .fa-arrow-circle-up:before{content:""}.dark .fa-arrow-down:before{content:""}.dark .fa-arrow-left:before{content:""}.dark .fa-arrow-right:before{content:""}.dark .fa-arrow-up:before{content:""}.dark .fa-arrows-alt:before{content:""}.dark .fa-arrows-alt-h:before{content:""}.dark .fa-arrows-alt-v:before{content:""}.dark .fa-artstation:before{content:""}.dark .fa-assistive-listening-systems:before{content:""}.dark .fa-asterisk:before{content:""}.dark .fa-asymmetrik:before{content:""}.dark .fa-at:before{content:""}.dark .fa-atlas:before{content:""}.dark .fa-atlassian:before{content:""}.dark .fa-atom:before{content:""}.dark .fa-audible:before{content:""}.dark .fa-audio-description:before{content:""}.dark .fa-autoprefixer:before{content:""}.dark .fa-avianex:before{content:""}.dark .fa-aviato:before{content:""}.dark .fa-award:before{content:""}.dark .fa-aws:before{content:""}.dark .fa-baby:before{content:""}.dark .fa-baby-carriage:before{content:""}.dark .fa-backspace:before{content:""}.dark .fa-backward:before{content:""}.dark .fa-bacon:before{content:""}.dark .fa-bahai:before{content:""}.dark .fa-balance-scale:before{content:""}.dark .fa-balance-scale-left:before{content:""}.dark .fa-balance-scale-right:before{content:""}.dark .fa-ban:before{content:""}.dark .fa-band-aid:before{content:""}.dark .fa-bandcamp:before{content:""}.dark .fa-barcode:before{content:""}.dark .fa-bars:before{content:""}.dark .fa-baseball-ball:before{content:""}.dark .fa-basketball-ball:before{content:""}.dark .fa-bath:before{content:""}.dark .fa-battery-empty:before{content:""}.dark .fa-battery-full:before{content:""}.dark .fa-battery-half:before{content:""}.dark .fa-battery-quarter:before{content:""}.dark .fa-battery-three-quarters:before{content:""}.dark .fa-battle-net:before{content:""}.dark .fa-bed:before{content:""}.dark .fa-beer:before{content:""}.dark .fa-behance:before{content:""}.dark .fa-behance-square:before{content:""}.dark .fa-bell:before{content:""}.dark .fa-bell-slash:before{content:""}.dark .fa-bezier-curve:before{content:""}.dark .fa-bible:before{content:""}.dark .fa-bicycle:before{content:""}.dark .fa-biking:before{content:""}.dark .fa-bimobject:before{content:""}.dark .fa-binoculars:before{content:""}.dark .fa-biohazard:before{content:""}.dark .fa-birthday-cake:before{content:""}.dark .fa-bitbucket:before{content:""}.dark .fa-bitcoin:before{content:""}.dark .fa-bity:before{content:""}.dark .fa-black-tie:before{content:""}.dark .fa-blackberry:before{content:""}.dark .fa-blender:before{content:""}.dark .fa-blender-phone:before{content:""}.dark .fa-blind:before{content:""}.dark .fa-blog:before{content:""}.dark .fa-blogger:before{content:""}.dark .fa-blogger-b:before{content:""}.dark .fa-bluetooth:before{content:""}.dark .fa-bluetooth-b:before{content:""}.dark .fa-bold:before{content:""}.dark .fa-bolt:before{content:""}.dark .fa-bomb:before{content:""}.dark .fa-bone:before{content:""}.dark .fa-bong:before{content:""}.dark .fa-book:before{content:""}.dark .fa-book-dead:before{content:""}.dark .fa-book-medical:before{content:""}.dark .fa-book-open:before{content:""}.dark .fa-book-reader:before{content:""}.dark .fa-bookmark:before{content:""}.dark .fa-bootstrap:before{content:""}.dark .fa-border-all:before{content:""}.dark .fa-border-none:before{content:""}.dark .fa-border-style:before{content:""}.dark .fa-bowling-ball:before{content:""}.dark .fa-box:before{content:""}.dark .fa-box-open:before{content:""}.dark .fa-box-tissue:before{content:"拏"}.dark .fa-boxes:before{content:""}.dark .fa-braille:before{content:""}.dark .fa-brain:before{content:""}.dark .fa-bread-slice:before{content:""}.dark .fa-briefcase:before{content:""}.dark .fa-briefcase-medical:before{content:""}.dark .fa-broadcast-tower:before{content:""}.dark .fa-broom:before{content:""}.dark .fa-brush:before{content:""}.dark .fa-btc:before{content:""}.dark .fa-buffer:before{content:""}.dark .fa-bug:before{content:""}.dark .fa-building:before{content:""}.dark .fa-bullhorn:before{content:""}.dark .fa-bullseye:before{content:""}.dark .fa-burn:before{content:""}.dark .fa-buromobelexperte:before{content:""}.dark .fa-bus:before{content:""}.dark .fa-bus-alt:before{content:""}.dark .fa-business-time:before{content:""}.dark .fa-buy-n-large:before{content:""}.dark .fa-buysellads:before{content:""}.dark .fa-calculator:before{content:""}.dark .fa-calendar:before{content:""}.dark .fa-calendar-alt:before{content:""}.dark .fa-calendar-check:before{content:""}.dark .fa-calendar-day:before{content:""}.dark .fa-calendar-minus:before{content:""}.dark .fa-calendar-plus:before{content:""}.dark .fa-calendar-times:before{content:""}.dark .fa-calendar-week:before{content:""}.dark .fa-camera:before{content:""}.dark .fa-camera-retro:before{content:""}.dark .fa-campground:before{content:""}.dark .fa-canadian-maple-leaf:before{content:""}.dark .fa-candy-cane:before{content:""}.dark .fa-cannabis:before{content:""}.dark .fa-capsules:before{content:""}.dark .fa-car:before{content:""}.dark .fa-car-alt:before{content:""}.dark .fa-car-battery:before{content:""}.dark .fa-car-crash:before{content:""}.dark .fa-car-side:before{content:""}.dark .fa-caravan:before{content:""}.dark .fa-caret-down:before{content:""}.dark .fa-caret-left:before{content:""}.dark .fa-caret-right:before{content:""}.dark .fa-caret-square-down:before{content:""}.dark .fa-caret-square-left:before{content:""}.dark .fa-caret-square-right:before{content:""}.dark .fa-caret-square-up:before{content:""}.dark .fa-caret-up:before{content:""}.dark .fa-carrot:before{content:""}.dark .fa-cart-arrow-down:before{content:""}.dark .fa-cart-plus:before{content:""}.dark .fa-cash-register:before{content:""}.dark .fa-cat:before{content:""}.dark .fa-cc-amazon-pay:before{content:""}.dark .fa-cc-amex:before{content:""}.dark .fa-cc-apple-pay:before{content:""}.dark .fa-cc-diners-club:before{content:""}.dark .fa-cc-discover:before{content:""}.dark .fa-cc-jcb:before{content:""}.dark .fa-cc-mastercard:before{content:""}.dark .fa-cc-paypal:before{content:""}.dark .fa-cc-stripe:before{content:""}.dark .fa-cc-visa:before{content:""}.dark .fa-centercode:before{content:""}.dark .fa-centos:before{content:""}.dark .fa-certificate:before{content:""}.dark .fa-chair:before{content:""}.dark .fa-chalkboard:before{content:""}.dark .fa-chalkboard-teacher:before{content:""}.dark .fa-charging-station:before{content:""}.dark .fa-chart-area:before{content:""}.dark .fa-chart-bar:before{content:""}.dark .fa-chart-line:before{content:""}.dark .fa-chart-pie:before{content:""}.dark .fa-check:before{content:""}.dark .fa-check-circle:before{content:""}.dark .fa-check-double:before{content:""}.dark .fa-check-square:before{content:""}.dark .fa-cheese:before{content:""}.dark .fa-chess:before{content:""}.dark .fa-chess-bishop:before{content:""}.dark .fa-chess-board:before{content:""}.dark .fa-chess-king:before{content:""}.dark .fa-chess-knight:before{content:""}.dark .fa-chess-pawn:before{content:""}.dark .fa-chess-queen:before{content:""}.dark .fa-chess-rook:before{content:""}.dark .fa-chevron-circle-down:before{content:""}.dark .fa-chevron-circle-left:before{content:""}.dark .fa-chevron-circle-right:before{content:""}.dark .fa-chevron-circle-up:before{content:""}.dark .fa-chevron-down:before{content:""}.dark .fa-chevron-left:before{content:""}.dark .fa-chevron-right:before{content:""}.dark .fa-chevron-up:before{content:""}.dark .fa-child:before{content:""}.dark .fa-chrome:before{content:""}.dark .fa-chromecast:before{content:""}.dark .fa-church:before{content:""}.dark .fa-circle:before{content:""}.dark .fa-circle-notch:before{content:""}.dark .fa-city:before{content:""}.dark .fa-clinic-medical:before{content:""}.dark .fa-clipboard:before{content:""}.dark .fa-clipboard-check:before{content:""}.dark .fa-clipboard-list:before{content:""}.dark .fa-clock:before{content:""}.dark .fa-clone:before{content:""}.dark .fa-closed-captioning:before{content:""}.dark .fa-cloud:before{content:""}.dark .fa-cloud-download-alt:before{content:""}.dark .fa-cloud-meatball:before{content:""}.dark .fa-cloud-moon:before{content:""}.dark .fa-cloud-moon-rain:before{content:""}.dark .fa-cloud-rain:before{content:""}.dark .fa-cloud-showers-heavy:before{content:""}.dark .fa-cloud-sun:before{content:""}.dark .fa-cloud-sun-rain:before{content:""}.dark .fa-cloud-upload-alt:before{content:""}.dark .fa-cloudscale:before{content:""}.dark .fa-cloudsmith:before{content:""}.dark .fa-cloudversify:before{content:""}.dark .fa-cocktail:before{content:""}.dark .fa-code:before{content:""}.dark .fa-code-branch:before{content:""}.dark .fa-codepen:before{content:""}.dark .fa-codiepie:before{content:""}.dark .fa-coffee:before{content:""}.dark .fa-cog:before{content:""}.dark .fa-cogs:before{content:""}.dark .fa-coins:before{content:""}.dark .fa-columns:before{content:""}.dark .fa-comment:before{content:""}.dark .fa-comment-alt:before{content:""}.dark .fa-comment-dollar:before{content:""}.dark .fa-comment-dots:before{content:""}.dark .fa-comment-medical:before{content:""}.dark .fa-comment-slash:before{content:""}.dark .fa-comments:before{content:""}.dark .fa-comments-dollar:before{content:""}.dark .fa-compact-disc:before{content:""}.dark .fa-compass:before{content:""}.dark .fa-compress:before{content:""}.dark .fa-compress-alt:before{content:""}.dark .fa-compress-arrows-alt:before{content:""}.dark .fa-concierge-bell:before{content:""}.dark .fa-confluence:before{content:""}.dark .fa-connectdevelop:before{content:""}.dark .fa-contao:before{content:""}.dark .fa-cookie:before{content:""}.dark .fa-cookie-bite:before{content:""}.dark .fa-copy:before{content:""}.dark .fa-copyright:before{content:""}.dark .fa-cotton-bureau:before{content:""}.dark .fa-couch:before{content:""}.dark .fa-cpanel:before{content:""}.dark .fa-creative-commons:before{content:""}.dark .fa-creative-commons-by:before{content:""}.dark .fa-creative-commons-nc:before{content:""}.dark .fa-creative-commons-nc-eu:before{content:""}.dark .fa-creative-commons-nc-jp:before{content:""}.dark .fa-creative-commons-nd:before{content:""}.dark .fa-creative-commons-pd:before{content:""}.dark .fa-creative-commons-pd-alt:before{content:""}.dark .fa-creative-commons-remix:before{content:""}.dark .fa-creative-commons-sa:before{content:""}.dark .fa-creative-commons-sampling:before{content:""}.dark .fa-creative-commons-sampling-plus:before{content:""}.dark .fa-creative-commons-share:before{content:""}.dark .fa-creative-commons-zero:before{content:""}.dark .fa-credit-card:before{content:""}.dark .fa-critical-role:before{content:""}.dark .fa-crop:before{content:""}.dark .fa-crop-alt:before{content:""}.dark .fa-cross:before{content:""}.dark .fa-crosshairs:before{content:""}.dark .fa-crow:before{content:""}.dark .fa-crown:before{content:""}.dark .fa-crutch:before{content:""}.dark .fa-css3:before{content:""}.dark .fa-css3-alt:before{content:""}.dark .fa-cube:before{content:""}.dark .fa-cubes:before{content:""}.dark .fa-cut:before{content:""}.dark .fa-cuttlefish:before{content:""}.dark .fa-d-and-d:before{content:""}.dark .fa-d-and-d-beyond:before{content:""}.dark .fa-dailymotion:before{content:"勒"}.dark .fa-dashcube:before{content:""}.dark .fa-database:before{content:""}.dark .fa-deaf:before{content:""}.dark .fa-delicious:before{content:""}.dark .fa-democrat:before{content:""}.dark .fa-deploydog:before{content:""}.dark .fa-deskpro:before{content:""}.dark .fa-desktop:before{content:""}.dark .fa-dev:before{content:""}.dark .fa-deviantart:before{content:""}.dark .fa-dharmachakra:before{content:""}.dark .fa-dhl:before{content:""}.dark .fa-diagnoses:before{content:""}.dark .fa-diaspora:before{content:""}.dark .fa-dice:before{content:""}.dark .fa-dice-d20:before{content:""}.dark .fa-dice-d6:before{content:""}.dark .fa-dice-five:before{content:""}.dark .fa-dice-four:before{content:""}.dark .fa-dice-one:before{content:""}.dark .fa-dice-six:before{content:""}.dark .fa-dice-three:before{content:""}.dark .fa-dice-two:before{content:""}.dark .fa-digg:before{content:""}.dark .fa-digital-ocean:before{content:""}.dark .fa-digital-tachograph:before{content:""}.dark .fa-directions:before{content:""}.dark .fa-discord:before{content:""}.dark .fa-discourse:before{content:""}.dark .fa-disease:before{content:""}.dark .fa-divide:before{content:""}.dark .fa-dizzy:before{content:""}.dark .fa-dna:before{content:""}.dark .fa-dochub:before{content:""}.dark .fa-docker:before{content:""}.dark .fa-dog:before{content:""}.dark .fa-dollar-sign:before{content:""}.dark .fa-dolly:before{content:""}.dark .fa-dolly-flatbed:before{content:""}.dark .fa-donate:before{content:""}.dark .fa-door-closed:before{content:""}.dark .fa-door-open:before{content:""}.dark .fa-dot-circle:before{content:""}.dark .fa-dove:before{content:""}.dark .fa-download:before{content:""}.dark .fa-draft2digital:before{content:""}.dark .fa-drafting-compass:before{content:""}.dark .fa-dragon:before{content:""}.dark .fa-draw-polygon:before{content:""}.dark .fa-dribbble:before{content:""}.dark .fa-dribbble-square:before{content:""}.dark .fa-dropbox:before{content:""}.dark .fa-drum:before{content:""}.dark .fa-drum-steelpan:before{content:""}.dark .fa-drumstick-bite:before{content:""}.dark .fa-drupal:before{content:""}.dark .fa-dumbbell:before{content:""}.dark .fa-dumpster:before{content:""}.dark .fa-dumpster-fire:before{content:""}.dark .fa-dungeon:before{content:""}.dark .fa-dyalog:before{content:""}.dark .fa-earlybirds:before{content:""}.dark .fa-ebay:before{content:""}.dark .fa-edge:before{content:""}.dark .fa-edit:before{content:""}.dark .fa-egg:before{content:""}.dark .fa-eject:before{content:""}.dark .fa-elementor:before{content:""}.dark .fa-ellipsis-h:before{content:""}.dark .fa-ellipsis-v:before{content:""}.dark .fa-ello:before{content:""}.dark .fa-ember:before{content:""}.dark .fa-empire:before{content:""}.dark .fa-envelope:before{content:""}.dark .fa-envelope-open:before{content:""}.dark .fa-envelope-open-text:before{content:""}.dark .fa-envelope-square:before{content:""}.dark .fa-envira:before{content:""}.dark .fa-equals:before{content:""}.dark .fa-eraser:before{content:""}.dark .fa-erlang:before{content:""}.dark .fa-ethereum:before{content:""}.dark .fa-ethernet:before{content:""}.dark .fa-etsy:before{content:""}.dark .fa-euro-sign:before{content:""}.dark .fa-evernote:before{content:""}.dark .fa-exchange-alt:before{content:""}.dark .fa-exclamation:before{content:""}.dark .fa-exclamation-circle:before{content:""}.dark .fa-exclamation-triangle:before{content:""}.dark .fa-expand:before{content:""}.dark .fa-expand-alt:before{content:""}.dark .fa-expand-arrows-alt:before{content:""}.dark .fa-expeditedssl:before{content:""}.dark .fa-external-link-alt:before{content:""}.dark .fa-external-link-square-alt:before{content:""}.dark .fa-eye:before{content:""}.dark .fa-eye-dropper:before{content:""}.dark .fa-eye-slash:before{content:""}.dark .fa-facebook:before{content:""}.dark .fa-facebook-f:before{content:""}.dark .fa-facebook-messenger:before{content:""}.dark .fa-facebook-square:before{content:""}.dark .fa-fan:before{content:""}.dark .fa-fantasy-flight-games:before{content:""}.dark .fa-fast-backward:before{content:""}.dark .fa-fast-forward:before{content:""}.dark .fa-faucet:before{content:"串"}.dark .fa-fax:before{content:""}.dark .fa-feather:before{content:""}.dark .fa-feather-alt:before{content:""}.dark .fa-fedex:before{content:""}.dark .fa-fedora:before{content:""}.dark .fa-female:before{content:""}.dark .fa-fighter-jet:before{content:""}.dark .fa-figma:before{content:""}.dark .fa-file:before{content:""}.dark .fa-file-alt:before{content:""}.dark .fa-file-archive:before{content:""}.dark .fa-file-audio:before{content:""}.dark .fa-file-code:before{content:""}.dark .fa-file-contract:before{content:""}.dark .fa-file-csv:before{content:""}.dark .fa-file-download:before{content:""}.dark .fa-file-excel:before{content:""}.dark .fa-file-export:before{content:""}.dark .fa-file-image:before{content:""}.dark .fa-file-import:before{content:""}.dark .fa-file-invoice:before{content:""}.dark .fa-file-invoice-dollar:before{content:""}.dark .fa-file-medical:before{content:""}.dark .fa-file-medical-alt:before{content:""}.dark .fa-file-pdf:before{content:""}.dark .fa-file-powerpoint:before{content:""}.dark .fa-file-prescription:before{content:""}.dark .fa-file-signature:before{content:""}.dark .fa-file-upload:before{content:""}.dark .fa-file-video:before{content:""}.dark .fa-file-word:before{content:""}.dark .fa-fill:before{content:""}.dark .fa-fill-drip:before{content:""}.dark .fa-film:before{content:""}.dark .fa-filter:before{content:""}.dark .fa-fingerprint:before{content:""}.dark .fa-fire:before{content:""}.dark .fa-fire-alt:before{content:""}.dark .fa-fire-extinguisher:before{content:""}.dark .fa-firefox:before{content:""}.dark .fa-firefox-browser:before{content:"龜"}.dark .fa-first-aid:before{content:""}.dark .fa-first-order:before{content:""}.dark .fa-first-order-alt:before{content:""}.dark .fa-firstdraft:before{content:""}.dark .fa-fish:before{content:""}.dark .fa-fist-raised:before{content:""}.dark .fa-flag:before{content:""}.dark .fa-flag-checkered:before{content:""}.dark .fa-flag-usa:before{content:""}.dark .fa-flask:before{content:""}.dark .fa-flickr:before{content:""}.dark .fa-flipboard:before{content:""}.dark .fa-flushed:before{content:""}.dark .fa-fly:before{content:""}.dark .fa-folder:before{content:""}.dark .fa-folder-minus:before{content:""}.dark .fa-folder-open:before{content:""}.dark .fa-folder-plus:before{content:""}.dark .fa-font:before{content:""}.dark .fa-font-awesome:before{content:""}.dark .fa-font-awesome-alt:before{content:""}.dark .fa-font-awesome-flag:before{content:""}.dark .fa-font-awesome-logo-full:before{content:""}.dark .fa-fonticons:before{content:""}.dark .fa-fonticons-fi:before{content:""}.dark .fa-football-ball:before{content:""}.dark .fa-fort-awesome:before{content:""}.dark .fa-fort-awesome-alt:before{content:""}.dark .fa-forumbee:before{content:""}.dark .fa-forward:before{content:""}.dark .fa-foursquare:before{content:""}.dark .fa-free-code-camp:before{content:""}.dark .fa-freebsd:before{content:""}.dark .fa-frog:before{content:""}.dark .fa-frown:before{content:""}.dark .fa-frown-open:before{content:""}.dark .fa-fulcrum:before{content:""}.dark .fa-funnel-dollar:before{content:""}.dark .fa-futbol:before{content:""}.dark .fa-galactic-republic:before{content:""}.dark .fa-galactic-senate:before{content:""}.dark .fa-gamepad:before{content:""}.dark .fa-gas-pump:before{content:""}.dark .fa-gavel:before{content:""}.dark .fa-gem:before{content:""}.dark .fa-genderless:before{content:""}.dark .fa-get-pocket:before{content:""}.dark .fa-gg:before{content:""}.dark .fa-gg-circle:before{content:""}.dark .fa-ghost:before{content:""}.dark .fa-gift:before{content:""}.dark .fa-gifts:before{content:""}.dark .fa-git:before{content:""}.dark .fa-git-alt:before{content:""}.dark .fa-git-square:before{content:""}.dark .fa-github:before{content:""}.dark .fa-github-alt:before{content:""}.dark .fa-github-square:before{content:""}.dark .fa-gitkraken:before{content:""}.dark .fa-gitlab:before{content:""}.dark .fa-gitter:before{content:""}.dark .fa-glass-cheers:before{content:""}.dark .fa-glass-martini:before{content:""}.dark .fa-glass-martini-alt:before{content:""}.dark .fa-glass-whiskey:before{content:""}.dark .fa-glasses:before{content:""}.dark .fa-glide:before{content:""}.dark .fa-glide-g:before{content:""}.dark .fa-globe:before{content:""}.dark .fa-globe-africa:before{content:""}.dark .fa-globe-americas:before{content:""}.dark .fa-globe-asia:before{content:""}.dark .fa-globe-europe:before{content:""}.dark .fa-gofore:before{content:""}.dark .fa-golf-ball:before{content:""}.dark .fa-goodreads:before{content:""}.dark .fa-goodreads-g:before{content:""}.dark .fa-google:before{content:""}.dark .fa-google-drive:before{content:""}.dark .fa-google-play:before{content:""}.dark .fa-google-plus:before{content:""}.dark .fa-google-plus-g:before{content:""}.dark .fa-google-plus-square:before{content:""}.dark .fa-google-wallet:before{content:""}.dark .fa-gopuram:before{content:""}.dark .fa-graduation-cap:before{content:""}.dark .fa-gratipay:before{content:""}.dark .fa-grav:before{content:""}.dark .fa-greater-than:before{content:""}.dark .fa-greater-than-equal:before{content:""}.dark .fa-grimace:before{content:""}.dark .fa-grin:before{content:""}.dark .fa-grin-alt:before{content:""}.dark .fa-grin-beam:before{content:""}.dark .fa-grin-beam-sweat:before{content:""}.dark .fa-grin-hearts:before{content:""}.dark .fa-grin-squint:before{content:""}.dark .fa-grin-squint-tears:before{content:""}.dark .fa-grin-stars:before{content:""}.dark .fa-grin-tears:before{content:""}.dark .fa-grin-tongue:before{content:""}.dark .fa-grin-tongue-squint:before{content:""}.dark .fa-grin-tongue-wink:before{content:""}.dark .fa-grin-wink:before{content:""}.dark .fa-grip-horizontal:before{content:""}.dark .fa-grip-lines:before{content:""}.dark .fa-grip-lines-vertical:before{content:""}.dark .fa-grip-vertical:before{content:""}.dark .fa-gripfire:before{content:""}.dark .fa-grunt:before{content:""}.dark .fa-guitar:before{content:""}.dark .fa-gulp:before{content:""}.dark .fa-h-square:before{content:""}.dark .fa-hacker-news:before{content:""}.dark .fa-hacker-news-square:before{content:""}.dark .fa-hackerrank:before{content:""}.dark .fa-hamburger:before{content:""}.dark .fa-hammer:before{content:""}.dark .fa-hamsa:before{content:""}.dark .fa-hand-holding:before{content:""}.dark .fa-hand-holding-heart:before{content:""}.dark .fa-hand-holding-medical:before{content:"樂"}.dark .fa-hand-holding-usd:before{content:""}.dark .fa-hand-holding-water:before{content:""}.dark .fa-hand-lizard:before{content:""}.dark .fa-hand-middle-finger:before{content:""}.dark .fa-hand-paper:before{content:""}.dark .fa-hand-peace:before{content:""}.dark .fa-hand-point-down:before{content:""}.dark .fa-hand-point-left:before{content:""}.dark .fa-hand-point-right:before{content:""}.dark .fa-hand-point-up:before{content:""}.dark .fa-hand-pointer:before{content:""}.dark .fa-hand-rock:before{content:""}.dark .fa-hand-scissors:before{content:""}.dark .fa-hand-sparkles:before{content:"諾"}.dark .fa-hand-spock:before{content:""}.dark .fa-hands:before{content:""}.dark .fa-hands-helping:before{content:""}.dark .fa-hands-wash:before{content:"丹"}.dark .fa-handshake:before{content:""}.dark .fa-handshake-alt-slash:before{content:"寧"}.dark .fa-handshake-slash:before{content:"怒"}.dark .fa-hanukiah:before{content:""}.dark .fa-hard-hat:before{content:""}.dark .fa-hashtag:before{content:""}.dark .fa-hat-cowboy:before{content:""}.dark .fa-hat-cowboy-side:before{content:""}.dark .fa-hat-wizard:before{content:""}.dark .fa-hdd:before{content:""}.dark .fa-head-side-cough:before{content:"率"}.dark .fa-head-side-cough-slash:before{content:"異"}.dark .fa-head-side-mask:before{content:"北"}.dark .fa-head-side-virus:before{content:"磻"}.dark .fa-heading:before{content:""}.dark .fa-headphones:before{content:""}.dark .fa-headphones-alt:before{content:""}.dark .fa-headset:before{content:""}.dark .fa-heart:before{content:""}.dark .fa-heart-broken:before{content:""}.dark .fa-heartbeat:before{content:""}.dark .fa-helicopter:before{content:""}.dark .fa-highlighter:before{content:""}.dark .fa-hiking:before{content:""}.dark .fa-hippo:before{content:""}.dark .fa-hips:before{content:""}.dark .fa-hire-a-helper:before{content:""}.dark .fa-history:before{content:""}.dark .fa-hockey-puck:before{content:""}.dark .fa-holly-berry:before{content:""}.dark .fa-home:before{content:""}.dark .fa-hooli:before{content:""}.dark .fa-hornbill:before{content:""}.dark .fa-horse:before{content:""}.dark .fa-horse-head:before{content:""}.dark .fa-hospital:before{content:""}.dark .fa-hospital-alt:before{content:""}.dark .fa-hospital-symbol:before{content:""}.dark .fa-hospital-user:before{content:""}.dark .fa-hot-tub:before{content:""}.dark .fa-hotdog:before{content:""}.dark .fa-hotel:before{content:""}.dark .fa-hotjar:before{content:""}.dark .fa-hourglass:before{content:""}.dark .fa-hourglass-end:before{content:""}.dark .fa-hourglass-half:before{content:""}.dark .fa-hourglass-start:before{content:""}.dark .fa-house-damage:before{content:""}.dark .fa-house-user:before{content:"便"}.dark .fa-houzz:before{content:""}.dark .fa-hryvnia:before{content:""}.dark .fa-html5:before{content:""}.dark .fa-hubspot:before{content:""}.dark .fa-i-cursor:before{content:""}.dark .fa-ice-cream:before{content:""}.dark .fa-icicles:before{content:""}.dark .fa-icons:before{content:""}.dark .fa-id-badge:before{content:""}.dark .fa-id-card:before{content:""}.dark .fa-id-card-alt:before{content:""}.dark .fa-ideal:before{content:"邏"}.dark .fa-igloo:before{content:""}.dark .fa-image:before{content:""}.dark .fa-images:before{content:""}.dark .fa-imdb:before{content:""}.dark .fa-inbox:before{content:""}.dark .fa-indent:before{content:""}.dark .fa-industry:before{content:""}.dark .fa-infinity:before{content:""}.dark .fa-info:before{content:""}.dark .fa-info-circle:before{content:""}.dark .fa-instagram:before{content:""}.dark .fa-instagram-square:before{content:"凌"}.dark .fa-intercom:before{content:""}.dark .fa-internet-explorer:before{content:""}.dark .fa-invision:before{content:""}.dark .fa-ioxhost:before{content:""}.dark .fa-italic:before{content:""}.dark .fa-itch-io:before{content:""}.dark .fa-itunes:before{content:""}.dark .fa-itunes-note:before{content:""}.dark .fa-java:before{content:""}.dark .fa-jedi:before{content:""}.dark .fa-jedi-order:before{content:""}.dark .fa-jenkins:before{content:""}.dark .fa-jira:before{content:""}.dark .fa-joget:before{content:""}.dark .fa-joint:before{content:""}.dark .fa-joomla:before{content:""}.dark .fa-journal-whills:before{content:""}.dark .fa-js:before{content:""}.dark .fa-js-square:before{content:""}.dark .fa-jsfiddle:before{content:""}.dark .fa-kaaba:before{content:""}.dark .fa-kaggle:before{content:""}.dark .fa-key:before{content:""}.dark .fa-keybase:before{content:""}.dark .fa-keyboard:before{content:""}.dark .fa-keycdn:before{content:""}.dark .fa-khanda:before{content:""}.dark .fa-kickstarter:before{content:""}.dark .fa-kickstarter-k:before{content:""}.dark .fa-kiss:before{content:""}.dark .fa-kiss-beam:before{content:""}.dark .fa-kiss-wink-heart:before{content:""}.dark .fa-kiwi-bird:before{content:""}.dark .fa-korvue:before{content:""}.dark .fa-landmark:before{content:""}.dark .fa-language:before{content:""}.dark .fa-laptop:before{content:""}.dark .fa-laptop-code:before{content:""}.dark .fa-laptop-house:before{content:"復"}.dark .fa-laptop-medical:before{content:""}.dark .fa-laravel:before{content:""}.dark .fa-lastfm:before{content:""}.dark .fa-lastfm-square:before{content:""}.dark .fa-laugh:before{content:""}.dark .fa-laugh-beam:before{content:""}.dark .fa-laugh-squint:before{content:""}.dark .fa-laugh-wink:before{content:""}.dark .fa-layer-group:before{content:""}.dark .fa-leaf:before{content:""}.dark .fa-leanpub:before{content:""}.dark .fa-lemon:before{content:""}.dark .fa-less:before{content:""}.dark .fa-less-than:before{content:""}.dark .fa-less-than-equal:before{content:""}.dark .fa-level-down-alt:before{content:""}.dark .fa-level-up-alt:before{content:""}.dark .fa-life-ring:before{content:""}.dark .fa-lightbulb:before{content:""}.dark .fa-line:before{content:""}.dark .fa-link:before{content:""}.dark .fa-linkedin:before{content:""}.dark .fa-linkedin-in:before{content:""}.dark .fa-linode:before{content:""}.dark .fa-linux:before{content:""}.dark .fa-lira-sign:before{content:""}.dark .fa-list:before{content:""}.dark .fa-list-alt:before{content:""}.dark .fa-list-ol:before{content:""}.dark .fa-list-ul:before{content:""}.dark .fa-location-arrow:before{content:""}.dark .fa-lock:before{content:""}.dark .fa-lock-open:before{content:""}.dark .fa-long-arrow-alt-down:before{content:""}.dark .fa-long-arrow-alt-left:before{content:""}.dark .fa-long-arrow-alt-right:before{content:""}.dark .fa-long-arrow-alt-up:before{content:""}.dark .fa-low-vision:before{content:""}.dark .fa-luggage-cart:before{content:""}.dark .fa-lungs:before{content:""}.dark .fa-lungs-virus:before{content:"不"}.dark .fa-lyft:before{content:""}.dark .fa-magento:before{content:""}.dark .fa-magic:before{content:""}.dark .fa-magnet:before{content:""}.dark .fa-mail-bulk:before{content:""}.dark .fa-mailchimp:before{content:""}.dark .fa-male:before{content:""}.dark .fa-mandalorian:before{content:""}.dark .fa-map:before{content:""}.dark .fa-map-marked:before{content:""}.dark .fa-map-marked-alt:before{content:""}.dark .fa-map-marker:before{content:""}.dark .fa-map-marker-alt:before{content:""}.dark .fa-map-pin:before{content:""}.dark .fa-map-signs:before{content:""}.dark .fa-markdown:before{content:""}.dark .fa-marker:before{content:""}.dark .fa-mars:before{content:""}.dark .fa-mars-double:before{content:""}.dark .fa-mars-stroke:before{content:""}.dark .fa-mars-stroke-h:before{content:""}.dark .fa-mars-stroke-v:before{content:""}.dark .fa-mask:before{content:""}.dark .fa-mastodon:before{content:""}.dark .fa-maxcdn:before{content:""}.dark .fa-mdb:before{content:""}.dark .fa-medal:before{content:""}.dark .fa-medapps:before{content:""}.dark .fa-medium:before{content:""}.dark .fa-medium-m:before{content:""}.dark .fa-medkit:before{content:""}.dark .fa-medrt:before{content:""}.dark .fa-meetup:before{content:""}.dark .fa-megaport:before{content:""}.dark .fa-meh:before{content:""}.dark .fa-meh-blank:before{content:""}.dark .fa-meh-rolling-eyes:before{content:""}.dark .fa-memory:before{content:""}.dark .fa-mendeley:before{content:""}.dark .fa-menorah:before{content:""}.dark .fa-mercury:before{content:""}.dark .fa-meteor:before{content:""}.dark .fa-microblog:before{content:"駱"}.dark .fa-microchip:before{content:""}.dark .fa-microphone:before{content:""}.dark .fa-microphone-alt:before{content:""}.dark .fa-microphone-alt-slash:before{content:""}.dark .fa-microphone-slash:before{content:""}.dark .fa-microscope:before{content:""}.dark .fa-microsoft:before{content:""}.dark .fa-minus:before{content:""}.dark .fa-minus-circle:before{content:""}.dark .fa-minus-square:before{content:""}.dark .fa-mitten:before{content:""}.dark .fa-mix:before{content:""}.dark .fa-mixcloud:before{content:""}.dark .fa-mixer:before{content:"稜"}.dark .fa-mizuni:before{content:""}.dark .fa-mobile:before{content:""}.dark .fa-mobile-alt:before{content:""}.dark .fa-modx:before{content:""}.dark .fa-monero:before{content:""}.dark .fa-money-bill:before{content:""}.dark .fa-money-bill-alt:before{content:""}.dark .fa-money-bill-wave:before{content:""}.dark .fa-money-bill-wave-alt:before{content:""}.dark .fa-money-check:before{content:""}.dark .fa-money-check-alt:before{content:""}.dark .fa-monument:before{content:""}.dark .fa-moon:before{content:""}.dark .fa-mortar-pestle:before{content:""}.dark .fa-mosque:before{content:""}.dark .fa-motorcycle:before{content:""}.dark .fa-mountain:before{content:""}.dark .fa-mouse:before{content:""}.dark .fa-mouse-pointer:before{content:""}.dark .fa-mug-hot:before{content:""}.dark .fa-music:before{content:""}.dark .fa-napster:before{content:""}.dark .fa-neos:before{content:""}.dark .fa-network-wired:before{content:""}.dark .fa-neuter:before{content:""}.dark .fa-newspaper:before{content:""}.dark .fa-nimblr:before{content:""}.dark .fa-node:before{content:""}.dark .fa-node-js:before{content:""}.dark .fa-not-equal:before{content:""}.dark .fa-notes-medical:before{content:""}.dark .fa-npm:before{content:""}.dark .fa-ns8:before{content:""}.dark .fa-nutritionix:before{content:""}.dark .fa-object-group:before{content:""}.dark .fa-object-ungroup:before{content:""}.dark .fa-odnoklassniki:before{content:""}.dark .fa-odnoklassniki-square:before{content:""}.dark .fa-oil-can:before{content:""}.dark .fa-old-republic:before{content:""}.dark .fa-om:before{content:""}.dark .fa-opencart:before{content:""}.dark .fa-openid:before{content:""}.dark .fa-opera:before{content:""}.dark .fa-optin-monster:before{content:""}.dark .fa-orcid:before{content:""}.dark .fa-osi:before{content:""}.dark .fa-otter:before{content:""}.dark .fa-outdent:before{content:""}.dark .fa-page4:before{content:""}.dark .fa-pagelines:before{content:""}.dark .fa-pager:before{content:""}.dark .fa-paint-brush:before{content:""}.dark .fa-paint-roller:before{content:""}.dark .fa-palette:before{content:""}.dark .fa-palfed:before{content:""}.dark .fa-pallet:before{content:""}.dark .fa-paper-plane:before{content:""}.dark .fa-paperclip:before{content:""}.dark .fa-parachute-box:before{content:""}.dark .fa-paragraph:before{content:""}.dark .fa-parking:before{content:""}.dark .fa-passport:before{content:""}.dark .fa-pastafarianism:before{content:""}.dark .fa-paste:before{content:""}.dark .fa-patreon:before{content:""}.dark .fa-pause:before{content:""}.dark .fa-pause-circle:before{content:""}.dark .fa-paw:before{content:""}.dark .fa-paypal:before{content:""}.dark .fa-peace:before{content:""}.dark .fa-pen:before{content:""}.dark .fa-pen-alt:before{content:""}.dark .fa-pen-fancy:before{content:""}.dark .fa-pen-nib:before{content:""}.dark .fa-pen-square:before{content:""}.dark .fa-pencil-alt:before{content:""}.dark .fa-pencil-ruler:before{content:""}.dark .fa-penny-arcade:before{content:""}.dark .fa-people-arrows:before{content:"泌"}.dark .fa-people-carry:before{content:""}.dark .fa-pepper-hot:before{content:""}.dark .fa-percent:before{content:""}.dark .fa-percentage:before{content:""}.dark .fa-periscope:before{content:""}.dark .fa-person-booth:before{content:""}.dark .fa-phabricator:before{content:""}.dark .fa-phoenix-framework:before{content:""}.dark .fa-phoenix-squadron:before{content:""}.dark .fa-phone:before{content:""}.dark .fa-phone-alt:before{content:""}.dark .fa-phone-slash:before{content:""}.dark .fa-phone-square:before{content:""}.dark .fa-phone-square-alt:before{content:""}.dark .fa-phone-volume:before{content:""}.dark .fa-photo-video:before{content:""}.dark .fa-php:before{content:""}.dark .fa-pied-piper:before{content:""}.dark .fa-pied-piper-alt:before{content:""}.dark .fa-pied-piper-hat:before{content:""}.dark .fa-pied-piper-pp:before{content:""}.dark .fa-pied-piper-square:before{content:"爛"}.dark .fa-piggy-bank:before{content:""}.dark .fa-pills:before{content:""}.dark .fa-pinterest:before{content:""}.dark .fa-pinterest-p:before{content:""}.dark .fa-pinterest-square:before{content:""}.dark .fa-pizza-slice:before{content:""}.dark .fa-place-of-worship:before{content:""}.dark .fa-plane:before{content:""}.dark .fa-plane-arrival:before{content:""}.dark .fa-plane-departure:before{content:""}.dark .fa-plane-slash:before{content:"數"}.dark .fa-play:before{content:""}.dark .fa-play-circle:before{content:""}.dark .fa-playstation:before{content:""}.dark .fa-plug:before{content:""}.dark .fa-plus:before{content:""}.dark .fa-plus-circle:before{content:""}.dark .fa-plus-square:before{content:""}.dark .fa-podcast:before{content:""}.dark .fa-poll:before{content:""}.dark .fa-poll-h:before{content:""}.dark .fa-poo:before{content:""}.dark .fa-poo-storm:before{content:""}.dark .fa-poop:before{content:""}.dark .fa-portrait:before{content:""}.dark .fa-pound-sign:before{content:""}.dark .fa-power-off:before{content:""}.dark .fa-pray:before{content:""}.dark .fa-praying-hands:before{content:""}.dark .fa-prescription:before{content:""}.dark .fa-prescription-bottle:before{content:""}.dark .fa-prescription-bottle-alt:before{content:""}.dark .fa-print:before{content:""}.dark .fa-procedures:before{content:""}.dark .fa-product-hunt:before{content:""}.dark .fa-project-diagram:before{content:""}.dark .fa-pump-medical:before{content:"索"}.dark .fa-pump-soap:before{content:"參"}.dark .fa-pushed:before{content:""}.dark .fa-puzzle-piece:before{content:""}.dark .fa-python:before{content:""}.dark .fa-qq:before{content:""}.dark .fa-qrcode:before{content:""}.dark .fa-question:before{content:""}.dark .fa-question-circle:before{content:""}.dark .fa-quidditch:before{content:""}.dark .fa-quinscape:before{content:""}.dark .fa-quora:before{content:""}.dark .fa-quote-left:before{content:""}.dark .fa-quote-right:before{content:""}.dark .fa-quran:before{content:""}.dark .fa-r-project:before{content:""}.dark .fa-radiation:before{content:""}.dark .fa-radiation-alt:before{content:""}.dark .fa-rainbow:before{content:""}.dark .fa-random:before{content:""}.dark .fa-raspberry-pi:before{content:""}.dark .fa-ravelry:before{content:""}.dark .fa-react:before{content:""}.dark .fa-reacteurope:before{content:""}.dark .fa-readme:before{content:""}.dark .fa-rebel:before{content:""}.dark .fa-receipt:before{content:""}.dark .fa-record-vinyl:before{content:""}.dark .fa-recycle:before{content:""}.dark .fa-red-river:before{content:""}.dark .fa-reddit:before{content:""}.dark .fa-reddit-alien:before{content:""}.dark .fa-reddit-square:before{content:""}.dark .fa-redhat:before{content:""}.dark .fa-redo:before{content:""}.dark .fa-redo-alt:before{content:""}.dark .fa-registered:before{content:""}.dark .fa-remove-format:before{content:""}.dark .fa-renren:before{content:""}.dark .fa-reply:before{content:""}.dark .fa-reply-all:before{content:""}.dark .fa-replyd:before{content:""}.dark .fa-republican:before{content:""}.dark .fa-researchgate:before{content:""}.dark .fa-resolving:before{content:""}.dark .fa-restroom:before{content:""}.dark .fa-retweet:before{content:""}.dark .fa-rev:before{content:""}.dark .fa-ribbon:before{content:""}.dark .fa-ring:before{content:""}.dark .fa-road:before{content:""}.dark .fa-robot:before{content:""}.dark .fa-rocket:before{content:""}.dark .fa-rocketchat:before{content:""}.dark .fa-rockrms:before{content:""}.dark .fa-route:before{content:""}.dark .fa-rss:before{content:""}.dark .fa-rss-square:before{content:""}.dark .fa-ruble-sign:before{content:""}.dark .fa-ruler:before{content:""}.dark .fa-ruler-combined:before{content:""}.dark .fa-ruler-horizontal:before{content:""}.dark .fa-ruler-vertical:before{content:""}.dark .fa-running:before{content:""}.dark .fa-rupee-sign:before{content:""}.dark .fa-sad-cry:before{content:""}.dark .fa-sad-tear:before{content:""}.dark .fa-safari:before{content:""}.dark .fa-salesforce:before{content:""}.dark .fa-sass:before{content:""}.dark .fa-satellite:before{content:""}.dark .fa-satellite-dish:before{content:""}.dark .fa-save:before{content:""}.dark .fa-schlix:before{content:""}.dark .fa-school:before{content:""}.dark .fa-screwdriver:before{content:""}.dark .fa-scribd:before{content:""}.dark .fa-scroll:before{content:""}.dark .fa-sd-card:before{content:""}.dark .fa-search:before{content:""}.dark .fa-search-dollar:before{content:""}.dark .fa-search-location:before{content:""}.dark .fa-search-minus:before{content:""}.dark .fa-search-plus:before{content:""}.dark .fa-searchengin:before{content:""}.dark .fa-seedling:before{content:""}.dark .fa-sellcast:before{content:""}.dark .fa-sellsy:before{content:""}.dark .fa-server:before{content:""}.dark .fa-servicestack:before{content:""}.dark .fa-shapes:before{content:""}.dark .fa-share:before{content:""}.dark .fa-share-alt:before{content:""}.dark .fa-share-alt-square:before{content:""}.dark .fa-share-square:before{content:""}.dark .fa-shekel-sign:before{content:""}.dark .fa-shield-alt:before{content:""}.dark .fa-shield-virus:before{content:"塞"}.dark .fa-ship:before{content:""}.dark .fa-shipping-fast:before{content:""}.dark .fa-shirtsinbulk:before{content:""}.dark .fa-shoe-prints:before{content:""}.dark .fa-shopify:before{content:"綾"}.dark .fa-shopping-bag:before{content:""}.dark .fa-shopping-basket:before{content:""}.dark .fa-shopping-cart:before{content:""}.dark .fa-shopware:before{content:""}.dark .fa-shower:before{content:""}.dark .fa-shuttle-van:before{content:""}.dark .fa-sign:before{content:""}.dark .fa-sign-in-alt:before{content:""}.dark .fa-sign-language:before{content:""}.dark .fa-sign-out-alt:before{content:""}.dark .fa-signal:before{content:""}.dark .fa-signature:before{content:""}.dark .fa-sim-card:before{content:""}.dark .fa-simplybuilt:before{content:""}.dark .fa-sistrix:before{content:""}.dark .fa-sitemap:before{content:""}.dark .fa-sith:before{content:""}.dark .fa-skating:before{content:""}.dark .fa-sketch:before{content:""}.dark .fa-skiing:before{content:""}.dark .fa-skiing-nordic:before{content:""}.dark .fa-skull:before{content:""}.dark .fa-skull-crossbones:before{content:""}.dark .fa-skyatlas:before{content:""}.dark .fa-skype:before{content:""}.dark .fa-slack:before{content:""}.dark .fa-slack-hash:before{content:""}.dark .fa-slash:before{content:""}.dark .fa-sleigh:before{content:""}.dark .fa-sliders-h:before{content:""}.dark .fa-slideshare:before{content:""}.dark .fa-smile:before{content:""}.dark .fa-smile-beam:before{content:""}.dark .fa-smile-wink:before{content:""}.dark .fa-smog:before{content:""}.dark .fa-smoking:before{content:""}.dark .fa-smoking-ban:before{content:""}.dark .fa-sms:before{content:""}.dark .fa-snapchat:before{content:""}.dark .fa-snapchat-ghost:before{content:""}.dark .fa-snapchat-square:before{content:""}.dark .fa-snowboarding:before{content:""}.dark .fa-snowflake:before{content:""}.dark .fa-snowman:before{content:""}.dark .fa-snowplow:before{content:""}.dark .fa-soap:before{content:"葉"}.dark .fa-socks:before{content:""}.dark .fa-solar-panel:before{content:""}.dark .fa-sort:before{content:""}.dark .fa-sort-alpha-down:before{content:""}.dark .fa-sort-alpha-down-alt:before{content:""}.dark .fa-sort-alpha-up:before{content:""}.dark .fa-sort-alpha-up-alt:before{content:""}.dark .fa-sort-amount-down:before{content:""}.dark .fa-sort-amount-down-alt:before{content:""}.dark .fa-sort-amount-up:before{content:""}.dark .fa-sort-amount-up-alt:before{content:""}.dark .fa-sort-down:before{content:""}.dark .fa-sort-numeric-down:before{content:""}.dark .fa-sort-numeric-down-alt:before{content:""}.dark .fa-sort-numeric-up:before{content:""}.dark .fa-sort-numeric-up-alt:before{content:""}.dark .fa-sort-up:before{content:""}.dark .fa-soundcloud:before{content:""}.dark .fa-sourcetree:before{content:""}.dark .fa-spa:before{content:""}.dark .fa-space-shuttle:before{content:""}.dark .fa-speakap:before{content:""}.dark .fa-speaker-deck:before{content:""}.dark .fa-spell-check:before{content:""}.dark .fa-spider:before{content:""}.dark .fa-spinner:before{content:""}.dark .fa-splotch:before{content:""}.dark .fa-spotify:before{content:""}.dark .fa-spray-can:before{content:""}.dark .fa-square:before{content:""}.dark .fa-square-full:before{content:""}.dark .fa-square-root-alt:before{content:""}.dark .fa-squarespace:before{content:""}.dark .fa-stack-exchange:before{content:""}.dark .fa-stack-overflow:before{content:""}.dark .fa-stackpath:before{content:""}.dark .fa-stamp:before{content:""}.dark .fa-star:before{content:""}.dark .fa-star-and-crescent:before{content:""}.dark .fa-star-half:before{content:""}.dark .fa-star-half-alt:before{content:""}.dark .fa-star-of-david:before{content:""}.dark .fa-star-of-life:before{content:""}.dark .fa-staylinked:before{content:""}.dark .fa-steam:before{content:""}.dark .fa-steam-square:before{content:""}.dark .fa-steam-symbol:before{content:""}.dark .fa-step-backward:before{content:""}.dark .fa-step-forward:before{content:""}.dark .fa-stethoscope:before{content:""}.dark .fa-sticker-mule:before{content:""}.dark .fa-sticky-note:before{content:""}.dark .fa-stop:before{content:""}.dark .fa-stop-circle:before{content:""}.dark .fa-stopwatch:before{content:""}.dark .fa-stopwatch-20:before{content:"說"}.dark .fa-store:before{content:""}.dark .fa-store-alt:before{content:""}.dark .fa-store-alt-slash:before{content:"殺"}.dark .fa-store-slash:before{content:"辰"}.dark .fa-strava:before{content:""}.dark .fa-stream:before{content:""}.dark .fa-street-view:before{content:""}.dark .fa-strikethrough:before{content:""}.dark .fa-stripe:before{content:""}.dark .fa-stripe-s:before{content:""}.dark .fa-stroopwafel:before{content:""}.dark .fa-studiovinari:before{content:""}.dark .fa-stumbleupon:before{content:""}.dark .fa-stumbleupon-circle:before{content:""}.dark .fa-subscript:before{content:""}.dark .fa-subway:before{content:""}.dark .fa-suitcase:before{content:""}.dark .fa-suitcase-rolling:before{content:""}.dark .fa-sun:before{content:""}.dark .fa-superpowers:before{content:""}.dark .fa-superscript:before{content:""}.dark .fa-supple:before{content:""}.dark .fa-surprise:before{content:""}.dark .fa-suse:before{content:""}.dark .fa-swatchbook:before{content:""}.dark .fa-swift:before{content:""}.dark .fa-swimmer:before{content:""}.dark .fa-swimming-pool:before{content:""}.dark .fa-symfony:before{content:""}.dark .fa-synagogue:before{content:""}.dark .fa-sync:before{content:""}.dark .fa-sync-alt:before{content:""}.dark .fa-syringe:before{content:""}.dark .fa-table:before{content:""}.dark .fa-table-tennis:before{content:""}.dark .fa-tablet:before{content:""}.dark .fa-tablet-alt:before{content:""}.dark .fa-tablets:before{content:""}.dark .fa-tachometer-alt:before{content:""}.dark .fa-tag:before{content:""}.dark .fa-tags:before{content:""}.dark .fa-tape:before{content:""}.dark .fa-tasks:before{content:""}.dark .fa-taxi:before{content:""}.dark .fa-teamspeak:before{content:""}.dark .fa-teeth:before{content:""}.dark .fa-teeth-open:before{content:""}.dark .fa-telegram:before{content:""}.dark .fa-telegram-plane:before{content:""}.dark .fa-temperature-high:before{content:""}.dark .fa-temperature-low:before{content:""}.dark .fa-tencent-weibo:before{content:""}.dark .fa-tenge:before{content:""}.dark .fa-terminal:before{content:""}.dark .fa-text-height:before{content:""}.dark .fa-text-width:before{content:""}.dark .fa-th:before{content:""}.dark .fa-th-large:before{content:""}.dark .fa-th-list:before{content:""}.dark .fa-the-red-yeti:before{content:""}.dark .fa-theater-masks:before{content:""}.dark .fa-themeco:before{content:""}.dark .fa-themeisle:before{content:""}.dark .fa-thermometer:before{content:""}.dark .fa-thermometer-empty:before{content:""}.dark .fa-thermometer-full:before{content:""}.dark .fa-thermometer-half:before{content:""}.dark .fa-thermometer-quarter:before{content:""}.dark .fa-thermometer-three-quarters:before{content:""}.dark .fa-think-peaks:before{content:""}.dark .fa-thumbs-down:before{content:""}.dark .fa-thumbs-up:before{content:""}.dark .fa-thumbtack:before{content:""}.dark .fa-ticket-alt:before{content:""}.dark .fa-times:before{content:""}.dark .fa-times-circle:before{content:""}.dark .fa-tint:before{content:""}.dark .fa-tint-slash:before{content:""}.dark .fa-tired:before{content:""}.dark .fa-toggle-off:before{content:""}.dark .fa-toggle-on:before{content:""}.dark .fa-toilet:before{content:""}.dark .fa-toilet-paper:before{content:""}.dark .fa-toilet-paper-slash:before{content:"沈"}.dark .fa-toolbox:before{content:""}.dark .fa-tools:before{content:""}.dark .fa-tooth:before{content:""}.dark .fa-torah:before{content:""}.dark .fa-torii-gate:before{content:""}.dark .fa-tractor:before{content:""}.dark .fa-trade-federation:before{content:""}.dark .fa-trademark:before{content:""}.dark .fa-traffic-light:before{content:""}.dark .fa-trailer:before{content:"論"}.dark .fa-train:before{content:""}.dark .fa-tram:before{content:""}.dark .fa-transgender:before{content:""}.dark .fa-transgender-alt:before{content:""}.dark .fa-trash:before{content:""}.dark .fa-trash-alt:before{content:""}.dark .fa-trash-restore:before{content:""}.dark .fa-trash-restore-alt:before{content:""}.dark .fa-tree:before{content:""}.dark .fa-trello:before{content:""}.dark .fa-tripadvisor:before{content:""}.dark .fa-trophy:before{content:""}.dark .fa-truck:before{content:""}.dark .fa-truck-loading:before{content:""}.dark .fa-truck-monster:before{content:""}.dark .fa-truck-moving:before{content:""}.dark .fa-truck-pickup:before{content:""}.dark .fa-tshirt:before{content:""}.dark .fa-tty:before{content:""}.dark .fa-tumblr:before{content:""}.dark .fa-tumblr-square:before{content:""}.dark .fa-tv:before{content:""}.dark .fa-twitch:before{content:""}.dark .fa-twitter:before{content:""}.dark .fa-twitter-square:before{content:""}.dark .fa-typo3:before{content:""}.dark .fa-uber:before{content:""}.dark .fa-ubuntu:before{content:""}.dark .fa-uikit:before{content:""}.dark .fa-umbraco:before{content:""}.dark .fa-umbrella:before{content:""}.dark .fa-umbrella-beach:before{content:""}.dark .fa-underline:before{content:""}.dark .fa-undo:before{content:""}.dark .fa-undo-alt:before{content:""}.dark .fa-uniregistry:before{content:""}.dark .fa-unity:before{content:"雷"}.dark .fa-universal-access:before{content:""}.dark .fa-university:before{content:""}.dark .fa-unlink:before{content:""}.dark .fa-unlock:before{content:""}.dark .fa-unlock-alt:before{content:""}.dark .fa-untappd:before{content:""}.dark .fa-upload:before{content:""}.dark .fa-ups:before{content:""}.dark .fa-usb:before{content:""}.dark .fa-user:before{content:""}.dark .fa-user-alt:before{content:""}.dark .fa-user-alt-slash:before{content:""}.dark .fa-user-astronaut:before{content:""}.dark .fa-user-check:before{content:""}.dark .fa-user-circle:before{content:""}.dark .fa-user-clock:before{content:""}.dark .fa-user-cog:before{content:""}.dark .fa-user-edit:before{content:""}.dark .fa-user-friends:before{content:""}.dark .fa-user-graduate:before{content:""}.dark .fa-user-injured:before{content:""}.dark .fa-user-lock:before{content:""}.dark .fa-user-md:before{content:""}.dark .fa-user-minus:before{content:""}.dark .fa-user-ninja:before{content:""}.dark .fa-user-nurse:before{content:""}.dark .fa-user-plus:before{content:""}.dark .fa-user-secret:before{content:""}.dark .fa-user-shield:before{content:""}.dark .fa-user-slash:before{content:""}.dark .fa-user-tag:before{content:""}.dark .fa-user-tie:before{content:""}.dark .fa-user-times:before{content:""}.dark .fa-users:before{content:""}.dark .fa-users-cog:before{content:""}.dark .fa-usps:before{content:""}.dark .fa-ussunnah:before{content:""}.dark .fa-utensil-spoon:before{content:""}.dark .fa-utensils:before{content:""}.dark .fa-vaadin:before{content:""}.dark .fa-vector-square:before{content:""}.dark .fa-venus:before{content:""}.dark .fa-venus-double:before{content:""}.dark .fa-venus-mars:before{content:""}.dark .fa-viacoin:before{content:""}.dark .fa-viadeo:before{content:""}.dark .fa-viadeo-square:before{content:""}.dark .fa-vial:before{content:""}.dark .fa-vials:before{content:""}.dark .fa-viber:before{content:""}.dark .fa-video:before{content:""}.dark .fa-video-slash:before{content:""}.dark .fa-vihara:before{content:""}.dark .fa-vimeo:before{content:""}.dark .fa-vimeo-square:before{content:""}.dark .fa-vimeo-v:before{content:""}.dark .fa-vine:before{content:""}.dark .fa-virus:before{content:"若"}.dark .fa-virus-slash:before{content:"掠"}.dark .fa-viruses:before{content:"略"}.dark .fa-vk:before{content:""}.dark .fa-vnv:before{content:""}.dark .fa-voicemail:before{content:""}.dark .fa-volleyball-ball:before{content:""}.dark .fa-volume-down:before{content:""}.dark .fa-volume-mute:before{content:""}.dark .fa-volume-off:before{content:""}.dark .fa-volume-up:before{content:""}.dark .fa-vote-yea:before{content:""}.dark .fa-vr-cardboard:before{content:""}.dark .fa-vuejs:before{content:""}.dark .fa-walking:before{content:""}.dark .fa-wallet:before{content:""}.dark .fa-warehouse:before{content:""}.dark .fa-water:before{content:""}.dark .fa-wave-square:before{content:""}.dark .fa-waze:before{content:""}.dark .fa-weebly:before{content:""}.dark .fa-weibo:before{content:""}.dark .fa-weight:before{content:""}.dark .fa-weight-hanging:before{content:""}.dark .fa-weixin:before{content:""}.dark .fa-whatsapp:before{content:""}.dark .fa-whatsapp-square:before{content:""}.dark .fa-wheelchair:before{content:""}.dark .fa-whmcs:before{content:""}.dark .fa-wifi:before{content:""}.dark .fa-wikipedia-w:before{content:""}.dark .fa-wind:before{content:""}.dark .fa-window-close:before{content:""}.dark .fa-window-maximize:before{content:""}.dark .fa-window-minimize:before{content:""}.dark .fa-window-restore:before{content:""}.dark .fa-windows:before{content:""}.dark .fa-wine-bottle:before{content:""}.dark .fa-wine-glass:before{content:""}.dark .fa-wine-glass-alt:before{content:""}.dark .fa-wix:before{content:""}.dark .fa-wizards-of-the-coast:before{content:""}.dark .fa-wolf-pack-battalion:before{content:""}.dark .fa-won-sign:before{content:""}.dark .fa-wordpress:before{content:""}.dark .fa-wordpress-simple:before{content:""}.dark .fa-wpbeginner:before{content:""}.dark .fa-wpexplorer:before{content:""}.dark .fa-wpforms:before{content:""}.dark .fa-wpressr:before{content:""}.dark .fa-wrench:before{content:""}.dark .fa-x-ray:before{content:""}.dark .fa-xbox:before{content:""}.dark .fa-xing:before{content:""}.dark .fa-xing-square:before{content:""}.dark .fa-y-combinator:before{content:""}.dark .fa-yahoo:before{content:""}.dark .fa-yammer:before{content:""}.dark .fa-yandex:before{content:""}.dark .fa-yandex-international:before{content:""}.dark .fa-yarn:before{content:""}.dark .fa-yelp:before{content:""}.dark .fa-yen-sign:before{content:""}.dark .fa-yin-yang:before{content:""}.dark .fa-yoast:before{content:""}.dark .fa-youtube:before{content:""}.dark .fa-youtube-square:before{content:""}.dark .fa-zhihu:before{content:""}.dark .sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.dark .sr-only-focusable:active,.dark .sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/static/media/fa-brands-400.c1868c95.eot);src:url(/static/media/fa-brands-400.c1868c95.eot) format("embedded-opentype"),url(/static/media/fa-brands-400.a06da7f0.woff2) format("woff2"),url(/static/media/fa-brands-400.ec3cfdde.woff) format("woff"),url(/static/media/fa-brands-400.13685372.ttf) format("truetype"),url(/static/media/fa-brands-400.0cb5a5c0.svg) format("svg")}.dark .fab{font-family:"Font Awesome 5 Brands";font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/static/media/fa-regular-400.261d666b.eot);src:url(/static/media/fa-regular-400.261d666b.eot) format("embedded-opentype"),url(/static/media/fa-regular-400.c20b5b73.woff2) format("woff2"),url(/static/media/fa-regular-400.f89ea91e.woff) format("woff"),url(/static/media/fa-regular-400.db78b935.ttf) format("truetype"),url(/static/media/fa-regular-400.89ffa3ab.svg) format("svg")}.dark .far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/static/media/fa-solid-900.a0369ea5.eot);src:url(/static/media/fa-solid-900.a0369ea5.eot) format("embedded-opentype"),url(/static/media/fa-solid-900.b15db15f.woff2) format("woff2"),url(/static/media/fa-solid-900.bea989e8.woff) format("woff"),url(/static/media/fa-solid-900.1ab236ed.ttf) format("truetype"),url(/static/media/fa-solid-900.ec763292.svg) format("svg")}.dark .fa,.dark .far,.dark .fas{font-family:"Font Awesome 5 Free"}.dark .fa,.dark .fas{font-weight:900}@font-face{font-family:"dripicons-v2";src:url(/static/media/dripicons-v2.7e12564e.eot);src:url(/static/media/dripicons-v2.7e12564e.eot) format("embedded-opentype"),url(/static/media/dripicons-v2.11fc83ae.woff) format("woff"),url(/static/media/dripicons-v2.cf09c981.ttf) format("truetype"),url(/static/media/dripicons-v2.83598443.svg) format("svg");font-weight:400;font-style:normal}.dark [data-icon]:before{content:attr(data-icon)}.dark [class*=" dripicons-"]:before,.dark [class^=dripicons-]:before,.dark [data-icon]:before{font-family:"dripicons-v2"!important;font-style:normal!important;font-weight:400!important;font-feature-settings:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark .dripicons-alarm:before{content:"a"}.dark .dripicons-align-center:before{content:"b"}.dark .dripicons-align-justify:before{content:"c"}.dark .dripicons-align-left:before{content:"d"}.dark .dripicons-align-right:before{content:"e"}.dark .dripicons-anchor:before{content:"f"}.dark .dripicons-archive:before{content:"g"}.dark .dripicons-arrow-down:before{content:"h"}.dark .dripicons-arrow-left:before{content:"i"}.dark .dripicons-arrow-right:before{content:"j"}.dark .dripicons-arrow-thin-down:before{content:"k"}.dark .dripicons-arrow-thin-left:before{content:"l"}.dark .dripicons-arrow-thin-right:before{content:"m"}.dark .dripicons-arrow-thin-up:before{content:"n"}.dark .dripicons-arrow-up:before{content:"o"}.dark .dripicons-article:before{content:"p"}.dark .dripicons-backspace:before{content:"q"}.dark .dripicons-basket:before{content:"r"}.dark .dripicons-basketball:before{content:"s"}.dark .dripicons-battery-empty:before{content:"t"}.dark .dripicons-battery-full:before{content:"u"}.dark .dripicons-battery-low:before{content:"v"}.dark .dripicons-battery-medium:before{content:"w"}.dark .dripicons-bell:before{content:"x"}.dark .dripicons-blog:before{content:"y"}.dark .dripicons-bluetooth:before{content:"z"}.dark .dripicons-bold:before{content:"A"}.dark .dripicons-bookmark:before{content:"B"}.dark .dripicons-bookmarks:before{content:"C"}.dark .dripicons-box:before{content:"D"}.dark .dripicons-briefcase:before{content:"E"}.dark .dripicons-brightness-low:before{content:"F"}.dark .dripicons-brightness-max:before{content:"G"}.dark .dripicons-brightness-medium:before{content:"H"}.dark .dripicons-broadcast:before{content:"I"}.dark .dripicons-browser:before{content:"J"}.dark .dripicons-browser-upload:before{content:"K"}.dark .dripicons-brush:before{content:"L"}.dark .dripicons-calendar:before{content:"M"}.dark .dripicons-camcorder:before{content:"N"}.dark .dripicons-camera:before{content:"O"}.dark .dripicons-card:before{content:"P"}.dark .dripicons-cart:before{content:"Q"}.dark .dripicons-checklist:before{content:"R"}.dark .dripicons-checkmark:before{content:"S"}.dark .dripicons-chevron-down:before{content:"T"}.dark .dripicons-chevron-left:before{content:"U"}.dark .dripicons-chevron-right:before{content:"V"}.dark .dripicons-chevron-up:before{content:"W"}.dark .dripicons-clipboard:before{content:"X"}.dark .dripicons-clock:before{content:"Y"}.dark .dripicons-clockwise:before{content:"Z"}.dark .dripicons-cloud:before{content:"0"}.dark .dripicons-cloud-download:before{content:"1"}.dark .dripicons-cloud-upload:before{content:"2"}.dark .dripicons-code:before{content:"3"}.dark .dripicons-contract:before{content:"4"}.dark .dripicons-contract-2:before{content:"5"}.dark .dripicons-conversation:before{content:"6"}.dark .dripicons-copy:before{content:"7"}.dark .dripicons-crop:before{content:"8"}.dark .dripicons-cross:before{content:"9"}.dark .dripicons-crosshair:before{content:"!"}.dark .dripicons-cutlery:before{content:'"'}.dark .dripicons-device-desktop:before{content:"#"}.dark .dripicons-device-mobile:before{content:"$"}.dark .dripicons-device-tablet:before{content:"%"}.dark .dripicons-direction:before{content:"&"}.dark .dripicons-disc:before{content:"'"}.dark .dripicons-document:before{content:"("}.dark .dripicons-document-delete:before{content:")"}.dark .dripicons-document-edit:before{content:"*"}.dark .dripicons-document-new:before{content:"+"}.dark .dripicons-document-remove:before{content:","}.dark .dripicons-dot:before{content:"-"}.dark .dripicons-dots-2:before{content:"."}.dark .dripicons-dots-3:before{content:"/"}.dark .dripicons-download:before{content:":"}.dark .dripicons-duplicate:before{content:";"}.dark .dripicons-enter:before{content:"<"}.dark .dripicons-exit:before{content:"="}.dark .dripicons-expand:before{content:">"}.dark .dripicons-expand-2:before{content:"?"}.dark .dripicons-experiment:before{content:"@"}.dark .dripicons-export:before{content:"["}.dark .dripicons-feed:before{content:"]"}.dark .dripicons-flag:before{content:"^"}.dark .dripicons-flashlight:before{content:"_"}.dark .dripicons-folder:before{content:"`"}.dark .dripicons-folder-open:before{content:"{"}.dark .dripicons-forward:before{content:"|"}.dark .dripicons-gaming:before{content:"}"}.dark .dripicons-gear:before{content:"~"}.dark .dripicons-graduation:before{content:"\\"}.dark .dripicons-graph-bar:before{content:""}.dark .dripicons-graph-line:before{content:""}.dark .dripicons-graph-pie:before{content:""}.dark .dripicons-headset:before{content:""}.dark .dripicons-heart:before{content:""}.dark .dripicons-help:before{content:""}.dark .dripicons-home:before{content:""}.dark .dripicons-hourglass:before{content:""}.dark .dripicons-inbox:before{content:""}.dark .dripicons-information:before{content:""}.dark .dripicons-italic:before{content:""}.dark .dripicons-jewel:before{content:""}.dark .dripicons-lifting:before{content:""}.dark .dripicons-lightbulb:before{content:""}.dark .dripicons-link:before{content:""}.dark .dripicons-link-broken:before{content:""}.dark .dripicons-list:before{content:""}.dark .dripicons-loading:before{content:""}.dark .dripicons-location:before{content:""}.dark .dripicons-lock:before{content:""}.dark .dripicons-lock-open:before{content:""}.dark .dripicons-mail:before{content:""}.dark .dripicons-map:before{content:""}.dark .dripicons-media-loop:before{content:""}.dark .dripicons-media-next:before{content:""}.dark .dripicons-media-pause:before{content:""}.dark .dripicons-media-play:before{content:""}.dark .dripicons-media-previous:before{content:""}.dark .dripicons-media-record:before{content:""}.dark .dripicons-media-shuffle:before{content:""}.dark .dripicons-media-stop:before{content:""}.dark .dripicons-medical:before{content:""}.dark .dripicons-menu:before{content:""}.dark .dripicons-message:before{content:""}.dark .dripicons-meter:before{content:""}.dark .dripicons-microphone:before{content:""}.dark .dripicons-minus:before{content:""}.dark .dripicons-monitor:before{content:""}.dark .dripicons-move:before{content:""}.dark .dripicons-music:before{content:""}.dark .dripicons-network-1:before{content:""}.dark .dripicons-network-2:before{content:""}.dark .dripicons-network-3:before{content:""}.dark .dripicons-network-4:before{content:""}.dark .dripicons-network-5:before{content:""}.dark .dripicons-pamphlet:before{content:""}.dark .dripicons-paperclip:before{content:""}.dark .dripicons-pencil:before{content:""}.dark .dripicons-phone:before{content:""}.dark .dripicons-photo:before{content:""}.dark .dripicons-photo-group:before{content:""}.dark .dripicons-pill:before{content:""}.dark .dripicons-pin:before{content:""}.dark .dripicons-plus:before{content:""}.dark .dripicons-power:before{content:""}.dark .dripicons-preview:before{content:""}.dark .dripicons-print:before{content:""}.dark .dripicons-pulse:before{content:""}.dark .dripicons-question:before{content:""}.dark .dripicons-reply:before{content:""}.dark .dripicons-reply-all:before{content:""}.dark .dripicons-return:before{content:""}.dark .dripicons-retweet:before{content:""}.dark .dripicons-rocket:before{content:""}.dark .dripicons-scale:before{content:""}.dark .dripicons-search:before{content:""}.dark .dripicons-shopping-bag:before{content:""}.dark .dripicons-skip:before{content:""}.dark .dripicons-stack:before{content:""}.dark .dripicons-star:before{content:""}.dark .dripicons-stopwatch:before{content:""}.dark .dripicons-store:before{content:""}.dark .dripicons-suitcase:before{content:""}.dark .dripicons-swap:before{content:""}.dark .dripicons-tag:before{content:""}.dark .dripicons-tag-delete:before{content:""}.dark .dripicons-tags:before{content:""}.dark .dripicons-thumbs-down:before{content:""}.dark .dripicons-thumbs-up:before{content:""}.dark .dripicons-ticket:before{content:""}.dark .dripicons-time-reverse:before{content:""}.dark .dripicons-to-do:before{content:""}.dark .dripicons-toggles:before{content:""}.dark .dripicons-trash:before{content:""}.dark .dripicons-trophy:before{content:""}.dark .dripicons-upload:before{content:""}.dark .dripicons-user:before{content:""}.dark .dripicons-user-group:before{content:""}.dark .dripicons-user-id:before{content:""}.dark .dripicons-vibrate:before{content:""}.dark .dripicons-view-apps:before{content:""}.dark .dripicons-view-list:before{content:""}.dark .dripicons-view-list-large:before{content:""}.dark .dripicons-view-thumb:before{content:""}.dark .dripicons-volume-full:before{content:""}.dark .dripicons-volume-low:before{content:""}.dark .dripicons-volume-medium:before{content:""}.dark .dripicons-volume-off:before{content:""}.dark .dripicons-wallet:before{content:""}.dark .dripicons-warning:before{content:""}.dark .dripicons-web:before{content:""}.dark .dripicons-weight:before{content:""}.dark .dripicons-wifi:before{content:""}.dark .dripicons-wrong:before{content:""}.dark .dripicons-zoom-in:before{content:""}.dark .dripicons-zoom-out:before{content:""}.dark .switch{position:relative;display:inline-block;width:45px;height:20px}.dark .switch input{opacity:0;width:0;height:0}.dark .slider{cursor:pointer;right:0;bottom:0;background-color:#ccc}.dark .slider,.dark .slider:before{position:absolute;top:0;left:0;transition:.4s}.dark .slider:before{content:"";height:30px;width:30px;bottom:2px;bottom:0;margin:auto 0;box-shadow:0 0 10px rgba(32,32,32,.2392156863);background:#fff url(https://i.ibb.co/FxzBYR9/night.png);background-repeat:no-repeat;background-position:50%}.dark input:checked+.slider{background-color:#2196f3}.dark input:focus+.slider{box-shadow:0 0 1px #2196f3}.dark input:checked+.slider:before{transform:translateX(15px);background:#fff url(https://i.ibb.co/7JfqXxB/sunny.png);background-repeat:no-repeat;background-position:50%}.dark .slider.round{border-radius:15px}.dark .slider.round:before{border-radius:50%}.dark #sidebar-menu ul li a i{min-width:2rem}.dark .noti-icon .badge{left:23px}.dark .dataTables_filter,.dark .dataTables_paginate{float:right}.dark .rdw-editor-main{border:1px solid #32394e;height:239px}.dark .dz-message{text-align:center;padding:30px}.dark .fcYNFc,.dark .sc-AxmLO.gmtmqV{background-color:#2a3042!important;margin:0 20px 0 0!important}.dark .task-box{border:1px solid rgba(99,99,99,.4)}.dark .react-datepicker-wrapper{width:100%!important}.dark .ReactModal__Overlay{z-index:1001!important}.dark .chat-conversation .right .conversation-list{margin-right:15px}.dark .external-event:hover,.dark a:hover{cursor:pointer}.dark .rating-container{background-color:transparent!important}.dark .input-group-append{z-index:0}.dark .input-color{color:#bfc8e2!important}.dark .sketch-picker{position:absolute;z-index:1}.dark .rangeslider__fill{background-color:#556ee6!important}.dark input.form-control.is-invalid,.dark input.is-invalid.PhoneInputInput,.dark select.form-control.is-invalid{background-image:none!important}.dark .auto-hide-10{animation:cssAnimation 0s ease-in 10s forwards;animation-fill-mode:forwards}.dark .auto-hide{animation:cssAnimation 0s ease-in 5s forwards;animation-fill-mode:forwards}@keyframes cssAnimation{to{width:0;height:0;overflow:hidden}}.dark .sanitized-table tbody,.dark .sanitized-table td,.dark .sanitized-table tr{all:revert!important}.dark{background-color:#222737}.dark .page-content{min-height:100vh}.dark .footer{background-color:#262b3c}.dark .extra-bin{padding:5px 10px;border-radius:14px;background-color:#2e3548}.dark .filters-background{background-color:#2a3042}.dark .filter-accordian-background{background-color:rgba(147,156,185,.1019607843)}.dark .filter-chip-bg{background-color:rgba(85,110,230,.1490196078)}.dark .card-layout{background-color:rgba(34,39,55,.5019607843)}.dark .inventory-color{color:#fff}.dark .formulas-table-bg{background-color:#2a3042}.dark .formulas-equation-bg{background-color:#2e3548;border:1px solid #32394e;border-radius:5px}.dark .card-text{color:#a6b0cf}.dark .card-text-2{color:#757575}.dark .strategy-card-header{background-color:#373f53;padding:10px 16px}.dark .ellipse{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dark .code-block{background-color:#2e3548}.dark .badge-background{background-color:#2e3a59}.dark .headings-text{color:#fff}.dark .card-table{background-color:#222737}.dark .search-customize input.PhoneInputInput,.light .search-customize input.PhoneInputInput,.search-customize .dark input.PhoneInputInput,.search-customize .form-control,.search-customize .light input.PhoneInputInput{padding:9px 91px 10px 15px;border-radius:30px}.gap-1{grid-gap:4px;gap:4px}.gap-2{grid-gap:8px;gap:8px}.gap-3{grid-column-gap:16px}.postiton-relative{position:relative}.selection-box{display:inline}.selection-box .search-icon{position:absolute;top:12px;left:12px}.selection-box .log-inputs{padding:18px 36px;border-top-left-radius:4px;border-radius:0;border-bottom-left-radius:4px}.selection-box .select2-container .select2-selection__control{border:none;border-top-right-radius:4px;border-radius:0;border-bottom-right-radius:4px}.selection-box .outline-alert{background:linear-gradient(90deg,rgba(13,60,254,.135),rgba(34,39,55,0) 98.18%);border:1px solid #7ba5f8;color:#7ba5f8;display:flex;justify-content:space-between;padding:7px 12px;margin-bottom:24px}.selection-box .outline-alert i{font-size:16px}.selection-box .outline-alert i.bx-x{color:#f46a6a;cursor:pointer}.dropzone-previews{background:#2e3548;border:1px solid #363a48;border-radius:5px}.agency-badge{border:1px solid #fbc02d;color:#fbc02d;border-radius:6px;padding:6px 12px}.hide-input{background:none;border:none;width:60%}.gap-1{grid-column-gap:4px}.flatpickr-day.today{border-color:#fff}.react-datepicker__day--today{font-weight:400}.approve-box div{border-right:1px solid #e3e6ef;padding:0 32px}.approve-box div:last-child{border:none}.text-success-emphasis{color:#25c35c}.text-warning-emphasis{color:#fd8a25}.ec-filterblock{margin-top:22px}.ec-filterblock-outer .tab-pane{background-color:#2a3042!important;border-radius:4px!important}.ec-filterblock-outer .nav-link{font-size:16px;font-weight:500}.ec-filterblock-outer .nav-link.active{background-color:transparent!important;font-weight:600}.dark .ec-filterblock-outer .tab-pane{background-color:#2a3042!important}.light .ec-filterblock-outer .tab-pane{background-color:#fff!important}.mb-0{margin-bottom:0!important}.dark .ec-total-count{color:#fff}.ec-pagination .btn{height:100%}.ec-datepicker,.ec-select-picker{width:250px}@media only screen and (max-width:1400px){.ec-datepicker,.ec-select-picker{width:180px!important}}.ec-datepicker{position:relative}.dark .ec-datepicker input.PhoneInputInput,.ec-datepicker .dark input.PhoneInputInput,.ec-datepicker .form-control,.ec-datepicker .light input.PhoneInputInput,.light .ec-datepicker input.PhoneInputInput{border-radius:5px!important;min-height:38px}.ec-datepicker .bx-calendar{position:absolute;right:0;top:11px}.ec-no-shipment h4{color:#f46a6a}.ec-no-shipment .avatar-title,.ec-no-shipment .bg-primary{background-color:rgba(244,106,106,.2)!important}.ec-no-shipment .avatar-title i,.ec-no-shipment .bg-primary i{color:#f46a6a!important}.ec-missing-qty h4{color:#fbc02d}.ec-missing-qty .avatar-title,.ec-missing-qty .bg-primary{background-color:rgba(251,192,45,.2)!important}.ec-missing-qty .avatar-title i,.ec-missing-qty .bg-primary i{color:#fbc02d!important}.ec-dashboard-stats .mini-stat-icon:after,.ec-dashboard-stats .mini-stat-icon:before{display:none!important}.ec-alert-block{background-color:transparent!important;padding:15px 0!important;border-radius:0!important;border:none!important;border-bottom:1px solid #3b4359!important;display:flex;align-items:center}.ec-alert-block i{margin-right:5px!important;color:#556ee6;font-size:16px!important}.ec-delete-alert .btn-primary{background-color:#556ee6!important}.dark .ec-alert-block{color:#fff!important}.cs-btn-border{border:2px solid #556ee6!important;background-color:transparent!important;font-weight:600!important}.cs-btn-border,.cs-btn-border span,.ec-shipment-outer>a{color:#556ee6!important}.ec-shipment-outer>a:focus,.ec-shipment-outer>a:hover{text-decoration:underline}.ec-form-outer .ec-select-picker{width:100%!important}.ec-form-outer .form-group{margin-bottom:5px!important}.ec-note-content{display:flex;align-items:center;margin-bottom:20px}.ec-note-content i{color:#556ee6;margin-right:5px;font-size:20px!important}.ec-note{font-size:14px;font-weight:500;color:#fff;margin:0}.ex-po-details span,.ex-po-details strong{font-weight:600;font-size:14px}.dark .ex-po-details,.dark .ex-po-details span,.dark .ex-po-details strong{color:#fff}.light .ex-po-details,.light .ex-po-details span,.light .ex-po-details strong{color:#000}.ec-devider{margin:0 15px;display:inline-block}.ec-tableplain{border-bottom:1px solid rgba(166,176,207,.2)}.ec-tableplain thead.bg-light,.ec-tableplain thead tr{background-color:transparent!important}.ec-tableplain th{padding-bottom:0!important}.ec-tableplain td,.ec-tableplain th{border:none!important}.ec-tableplain td:first-child,.ec-tableplain th:first-child{padding-left:0!important}.ec-tableplain td:last-child{padding-right:0!important}.ec-tableplain .form-group{margin:0!important}.ec-button-item{width:20px!important;height:20px!important;border-radius:50%!important;color:#34c38f!important;padding:0!important;cursor:pointer!important;margin:7px 10px 0 0!important;line-height:16px!important}.ec-button-item:focus,.ec-button-item:hover{box-shadow:none!important;outline:none!important}.ec-button-item.remove{color:#f46a6a!important}.ec-tableauto{max-height:inherit!important;overflow:inherit!important}.ec-btn-small{background-color:transparent!important;border:none!important;font-size:15px!important}.ec-btn-small:focus,.ec-btn-small:hover{outline:none!important;border:none!important;box-shadow:none!important}.border-rounded{border-radius:50%!important}.ec-cta-link{padding:0!important;color:#556ee6!important;border:none!important;background-color:transparent!important;border-radius:0!important;font-size:13px!important;cursor:pointer}.ec-cta-link i{margin-right:5px!important;font-size:11px!important}.ec-cta-link:focus,.ec-cta-link:hover{border:none!important;box-shadow:none!important}.light .bg-dark{background-color:#eff2f7!important}.ec-model .ec-close-icon{text-shadow:none!important}.ec-activity-block{display:flex;padding:1px;height:38px}.dark .ec-activity-block{background-color:#2e3548;border:1px solid #32394e}.light .ec-activity-block{background-color:#f8f9fa;border:1px solid #ced4da}.light .ec-search-item{color:#556ee6!important}.ec-model .close{text-shadow:none!important;color:#fff!important;opacity:1!important}.dark .ec-search-item{background-color:transparent!important;border:1px solid #7ba5f8!important;background:linear-gradient(90deg,rgba(13,60,254,.135),rgba(34,39,55,0) 98.18%);border-radius:6px!important}.ec-table-block td,.ec-table-block th{vertical-align:middle;padding:12px 16px!important}.ec-table-block td{border-bottom:1px solid rgba(166,176,207,.2)!important;min-height:50px}.gap-10{grid-gap:10px;gap:10px}.card .badge{padding:7px 18px!important}.ec-page-title{margin-bottom:30px}.ec-page-title a{display:flex;align-items:center}.ec-btn-icon{border:none;color:#556ee6}.ec-btn-icon,.ec-transparent-table td{background-color:transparent!important}.ec-notification-count{position:absolute;width:14px;height:14px;border-radius:50%;font-size:10px;color:#fff;background-color:#34c38f;top:-8px;right:-6px}.wh-w-30{width:30px}.rel{position:relative}.ec-btn-transparent{background-color:transparent;border:none;border-radius:0;padding:0}.ec-icon-mid{font-size:16px}.ec-link-txt:focus,.ec-link-txt:hover{color:#556ee6;text-decoration:underline}.ec-no-border td{border:none}body .sweet-alert.ec-delete-alert{max-width:534px!important;width:100%!important}@media only screen and (max-width:1400px){.see-more-text{min-width:300px!important;max-width:320px!important}}.dark .text-danger{color:#f33c3c!important}.kc-icon-delete{font-size:14px!important}.ec-btn-action{padding:0!important;border:none!important;background-color:transparent!important}.ec-btn-action:focus,.ec-btn-action:hover{border:none!important;box-shadow:none!important}.ec-action-group{margin:7px 0}.ec-action-group,.ec-action-group-small{display:flex;align-items:center;grid-gap:10px;gap:10px}.ec-action-group-small{margin:0}.tent-pagination{padding:24px 0!important}.tent-pagination .btn-light{background-color:transparent!important}.ec-pagination{border-radius:5px!important}.ec-pagination .btn{border:none!important;border-radius:0!important;padding:7px 14px!important}.ec-pagination .btn:last-child{border:none!important}.ec-pagination .btn-light{background-color:transparent!important}.dark .ec-pagination{border:1px solid #363e54!important}.dark .ec-pagination .btn{border-right:1px solid #363e54!important}.dark .ec-pagination .btn-light.disabled{background-color:#363e54!important}.light .ec-pagination{border:1px solid #ced4da!important}.light .ec-pagination .btn{border-right:1px solid #ced4da!important}.light .ec-pagination .btn-light.disabled{background-color:#f8f9fa!important}.light .tent-pagination{padding:24px!important}.dark .text-white{color:#fff!important}.ec-note-model-text{display:flex;justify-content:flex-end;margin-top:5px}.ec-shipment-outer{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.dark .ec-shipment-outer input.PhoneInputInput,.ec-shipment-outer .dark input.PhoneInputInput,.ec-shipment-outer .form-control,.ec-shipment-outer .light input.PhoneInputInput,.light .ec-shipment-outer input.PhoneInputInput{max-width:290px}.ec-shipment-outer .form-label{margin:0}@media(min-width:576px){.modal-md.modal-dialog{max-width:534px;margin:1.75rem auto}}.ec-title-outer{display:flex;grid-gap:3px;gap:3px;align-items:center;margin-bottom:18px}.ec-title-outer h4{margin:0}.ec-no-shipmentblock{margin:60px auto;max-width:240px;text-align:center}.ec-no-shipmentblock span{display:block;margin-bottom:10px}.ec-no-shipmentblock p{font-weight:600}.dark .ec-no-shipmentblock p{color:#fff!important}.sweet-alert p{white-space:normal}.color-success{color:#34c38f!important;font-weight:600!important}.ec-po-card{min-height:108px}.dark .badge-soft-blue{color:#54a6ec;background:rgba(84,166,236,.1)}.dark .ec-select-anc .ec-sku-search-select{border:1px solid #32394e!important;border-radius:30px!important}.dark .ec-purpose-select__control,.dark .ec-select-anc .ec-sku-search-select{background-color:#2e3548!important;min-height:38px!important;color:#bfc8e2!important}.dark .ec-purpose-select__control{border:1px solid #32394e!important;border-radius:6px!important}.dark .ec-purpose-select__input{color:#fff!important}.dark .ec-select-anc{border:none!important;background-color:transparent!important;outline:none!important;min-width:130px}.dark .ec-select-anc .ec-sku-search-select__placeholder{color:#bfc8e2!important}.ec-select-anc-purpose .ec-purpose-select__indicators{display:none!important}.ec-delete-alert{z-index:99;border-radius:7px!important}.ec-delete-alert .btn-outline-primary{border-color:#556ee6!important;color:#556ee6!important;box-shadow:none!important}.ec-delete-alert .btn-outline-primary:focus,.ec-delete-alert .btn-outline-primary:hover{background-color:transparent!important}.ec-delete-alert .bx-error{color:#f46a6a!important}.dark .ec-sku-search-select__input{color:#fff!important}.dark .ec-search-container{max-width:534px;width:100%;margin:80px auto}.dark .ec-search-container .ec-sku-search-select__indicators{cursor:pointer;margin-right:5px!important}.dark .ec-search-container .ec-sku-search-select__value-container{border-radius:50px!important}.dark .ec-search-container .ec-sku-search-select__control{padding-left:18px!important}.dark .ec-search-container .ec-sku-search-select__control,.dark .ec-search-container .ec-sku-search-select__control:focus,.dark .ec-search-container .ec-sku-search-select__control:hover{background-color:#2e3548!important;border-radius:30px!important;border:none!important}.ec-search-container{max-width:534px;width:100%;margin:80px auto}.ec-search-container .ec-sku-search-select__indicators{cursor:pointer}.ec-search-container .ec-sku-search-select__value-container{border-radius:50px!important}.ec-search-container .ec-sku-search-select__control{padding-left:18px!important;border-radius:30px!important}.ec-search-container .ec-sku-search-select__control:focus,.ec-search-container .ec-sku-search-select__control:hover{border-radius:30px!important}.dark .ec-select-anc .css-yk16xz-control:focus .dark .ec-select-anc .ec-sku-search-select__control:focus,.dark.modal-dialog,.light.modal-dialog{background-color:transparent!important}.light .cs-btn-border{color:#556ee6!important}@media only screen and (max-width:1400px){.app-search .form-control,.app-search input.PhoneInputInput{font-size:12px!important}}.dark .ec-select-anc.css-2b097c-container .css-g1d714-ValueContainer:focus{background-color:transparent!important}.dark .cs-btn-border{color:#556ee6!important}.dark .modal-content .close{color:#fff!important}.ec-select-anc .ec-sku-search-select__indicators{cursor:pointer}.dark .ec-select-anc .select__input input{color:#fff!important}.dark .css-1laao21-a11yText,.dark .css-1pahdxg-control,.dark .ec-select-anc .css-1pahdxg-control:focus,.dark .ec-select-anc .css-1pahdxg-control:hover{background-color:transparent!important;border:1px solid #32394e!important;box-shadow:none!important;color:#fff!important}.dark .ec-select-anc .css-d1xf1p-control{background-color:transparent!important;border-radius:30px!important}.dark .ec-select-anc .css-26l3qy-menu{background-color:transparent!important;border:none important!important}.dark .ec-select-anc .css-26l3qy-menu div,.dark .ec-select-anc .css-26l3qy-menu li:focus,.dark .ec-select-anc .css-26l3qy-menu li:hover{background-color:transparent!important;color:#fff!important}.dark .ec-select-anc .css-1uccc91-singleValue,.dark .ec-select-anc .css-b8ldur-Input input{color:#fff!important}.modal-content{max-width:90vw;overflow-x:auto}.modal-content .ec-table-block table{width:100%;table-layout:fixed;border-collapse:collapse}.modal-content .ec-table-block table td{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-content .ec-table-block table td:hover{white-space:normal;word-break:break-word;overflow:visible}.ec-dashboard-stats .card-body .media-body .gap-10{grid-gap:6px!important;gap:6px!important}.dark .ec-filterblock-outer .card-header{background-color:#32384b}.dark .table .thead-light th{background-color:#373f53}.dark .ec-select-picker,.dark .ec-select-picker .select2-selection__control,div.dark .ec-purpose-select__control:focus{background-color:#2e3548!important}.ec-datepicker i.mdi-close{position:absolute!important;right:36px!important;top:6px!important;font-size:16px!important}.ec-select-purpose{min-width:220px}.ec-tracking-table thead tr,.ec-tracking-table thead tr th{background-color:transparent!important;border:none!important}.ec-no-border,.ec-tracking-table tbody tr:first-child td{border:none!important}.dark .ec-shipment-outer-block input.PhoneInputInput,.ec-shipment-outer-block .dark input.PhoneInputInput,.ec-shipment-outer-block .form-control,.ec-shipment-outer-block .light input.PhoneInputInput,.light .ec-shipment-outer-block input.PhoneInputInput{max-width:inherit!important;margin-bottom:1rem}.ec-po-card .badge{font-size:13px}.ec-no-logfound{display:block;text-align:center}.ec-select-purpose-dropdown{min-width:280px}.dark .ec-tracking-table tr,.dark .ec-tracking-table tr th{background-color:#2a3042!important}.ec-total-center .d-flex{justify-content:center!important}.ec-purpose-dp,.ec-select-purpose-dp{min-width:180px}.ec-close{color:#fff!important;text-shadow:none!important;opacity:1!important}.dark .ec-total-count-grey{color:#a6b0cf!important}.ec-action-group .ec-btn-action{display:flex}.dark .badge-success{min-width:80px!important}.dark .divider{height:24px!important}.ec-action-group svg:focus{outline:none!important;border:none!important}.ec-po-card .card-body .media .media-body{width:80%}.ec-po-card .card-body .media .media-body h4{word-wrap:break-word;white-space:normal;display:block}.ec-card-outer{position:relative;z-index:99}.ec-notification-count{top:-9px;right:-8px}.card .badge,.dark .badge-soft-purple,.dark .badge-soft-warning{min-width:70px!important;padding:7px 12px!important}.ec-action-group a{display:flex}.ec-items-block thead{position:relative!important;z-index:9!important}.no-notification .ec-notification-count{display:none!important}.wh-notification{margin-right:3px!important}.wh-notification .ec-notification-count{right:-4px!important}.inputs-group-inbounds .vertical-line2{border-color:#ced4da!important}.dark .ec-po-modal-qty input.PhoneInputInput:first-child,.ec-po-modal-qty .dark input.PhoneInputInput:first-child,.ec-po-modal-qty .form-control:first-child,.ec-po-modal-qty .light input.PhoneInputInput:first-child,.light .ec-po-modal-qty input.PhoneInputInput:first-child,body.dark .ec-po-modal-qty .form-control:first-child,body.dark .ec-po-modal-qty input.PhoneInputInput:first-child{border-radius:0!important}.bin-count{display:block;align-content:center}.ec-vertical-divider{width:1px;height:100%;background-color:#ced4da!important;min-height:39px}.dark .ec-vertical-divider{background-color:#373f53!important}.inputs-group-inbounds input.search-input.min-320{min-width:320px!important}.light .ec-table-shipments thead tr:first-child{background-color:#f8f9fa!important}.ec-product-selection .select2-selection__control{min-width:180px!important}.ec-product-selection .miw-search-input{padding-left:20px!important}@media only screen and (max-width:991px){.ec-mtm-4{margin-top:1rem!important}}.discount-icon{transition:all .2s ease;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2));display:inline-block;margin-right:5px}.discount-icon:hover{opacity:.8;transform:scale(1.05)}.discount-icon-path{fill:currentColor}.discount-icon-path,[data-bs-theme=light] .discount-icon-path{fill:#ff6b35}.dark .discount-icon-path,.theme-dark .discount-icon-path,[data-bs-theme=dark] .discount-icon-path,body.dark .discount-icon-path{fill:#ff8c42}.light .discount-icon-path{fill:#ff6b35}.bx-info-circle{transition:all .2s ease}.bx-info-circle:hover{transform:scale(1.1);opacity:.8}.tooltip-icon-container:hover{background-color:rgba(0,123,255,.1)!important;transition:background-color .2s ease!important}.target-price-tooltip{background-color:#fff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;padding:12px!important}.target-price-tooltip,.target-price-tooltip .tooltip-inner{z-index:9999!important;pointer-events:none!important;text-align:left!important}.target-price-tooltip .tooltip-inner{max-width:none!important}.dark .target-price-tooltip{background-color:#2a3042!important;border:1px solid #32394e!important;color:#fff!important}.ec-payment-successfull-section{display:flex;flex-direction:column;justify-content:center;text-align:center;margin:auto;width:-moz-fit-content;width:fit-content}.ec-payment-successfull-section svg{margin:0 auto 16px}h2.ec-fileuploaded-successfully{font-size:16px;line-height:24px;margin-bottom:12px;color:#fff}p.ec-fileuploaded-successfully-txt{width:50%;margin:0 auto 24px}.ec-payment-successfull-section button.btn.btn-primary{width:-moz-fit-content;width:fit-content;margin:auto}.dark .nav-tabs .nav-link{border:0 solid transparent}.ec-profit-analyser-upload{display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:12px;gap:12px}.ec-profit-analyser-upload p{margin:0;font-size:13px;line-height:16px;color:#9299b8;font-family:"Poppins"}a.active.nav-link .ec-profit-analyser-upload p{color:#556ee6!important}.ec-repricer-process-file-card-section li.nav-item:after{content:"";background-image:url("data:image/svg+xml;utf8,  <svg xmlns='http://www.w3.org/2000/svg' width='150' height='6' viewBox='0 0 150 6' fill='none'>    <g opacity='0.9'>      <circle cx='3' cy='3' r='3' fill='%23C5CAE1'/>      <circle cx='19' cy='3' r='3' fill='%23C5CAE1'/>      <circle cx='35' cy='3' r='3' fill='%23C5CAE1'/>      <circle cx='51' cy='3' r='3' fill='%23C5CAE1'/>      <circle cx='67' cy='3' r='3' fill='%23C5CAE1'/>      <circle cx='83' cy='3' r='3' fill='%23C5CAE1'/>      <circle cx='99' cy='3' r='3' fill='%23C5CAE1'/>      <circle cx='115' cy='3' r='3' fill='%23C5CAE1'/>      <circle cx='131' cy='3' r='3' fill='%23C5CAE1'/>      <circle cx='147' cy='3' r='3' fill='%23C5CAE1'/>    </g>  </svg>");height:10px;display:block;background-repeat:no-repeat;width:160px}.ec-repricer-process-file-card-section li.nav-item{display:flex;align-items:center;grid-gap:15px;gap:15px}.ec-repricer-process-file-card-section li.nav-item:last-child:after{display:none}.ec-repricer-process-file-card-section .nav-link{border:0 solid transparent;padding:0}.ec-repricer-process-file-card-section.card-body ul.nav.nav-tabs{border:0;padding:40px 0;justify-content:center}.ec-repricer-process-file-card-section.card-body a.active.nav-link svg path{stroke:#556ee6}.ec-repricer-process-file-card-section.card-body a:not(.active.nav-link) svg path{stroke:#868eae}.ec-custom-checkbox-for-repricer .custom-control-input{position:absolute;left:0;z-index:1;width:1rem;height:1.109375rem;opacity:0;margin:0!important}.ec-custom-checkbox-for-repricer{padding-left:40px!important}.ec-repricer-process-file-card-section.card-body .border.border-dashed.rounded.p-4.text-center.border-secondary{border:2px dashed rgba(166,176,207,.5)!important;min-height:172px;display:flex;justify-content:center;align-items:center}.d-flex.g-3{grid-gap:30px;gap:30px;padding-left:15px}.dark .btn-group-sm>button.fullsize-drag-btn.btn.btn-primary,.light .btn-group-sm>button.fullsize-drag-btn.btn.btn-primary,button.fullsize-drag-btn.btn.btn-primary.btn-sm{width:100%;height:100%;position:absolute;top:0;opacity:0}.ec-drag-drop-box{overflow:hidden;position:relative;max-width:600px;margin:auto}.py-3.ec-drag-drop-box p{font-size:16px;color:#fff;line-height:24px}@media(min-width:496px)and (max-width:768px){.ec-repricer-process-file-card-section li.nav-item:after{width:60px}}@media(max-width:497px){.ec-repricer-process-file-card-section li.nav-item:after{width:60px}.ec-repricer-process-file-card-section.card-body a.nav-link svg{width:20px}.ec-repricer-process-file-card-section li.nav-item{display:flex;align-items:center;grid-gap:7px;gap:7px}.ec-profit-analyser-upload p{margin:0;font-size:12px;line-height:16px;color:#9299b8;font-family:"Poppins";word-wrap:break-word}.ec-repricer-process-file-card-section li.nav-item:after{width:26px}.py-3.ec-drag-drop-box p{font-size:14px;color:#fff;line-height:24px}p.ec-fileuploaded-successfully-txt{width:80%;margin:0 auto 24px}}.light .ec-tracking-table thead th{background-color:#fff!important}.light .nav-tabs .nav-link{margin-bottom:-1px;background-color:transparent;border:0 solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.light .py-3.ec-drag-drop-box p{color:rgba(0,0,0,.4901960784)}.light h2.ec-fileuploaded-successfully{color:#000}
/*# sourceMappingURL=main.4c1673dd.chunk.css.map */